Clownacy
03250d62a0
Make variables more accurate
...
This commit changes which variables are static: the Mac (and
presumably the Linux) debug data tells you what variables are static,
by prefixing their names with double_underscores.
The variable names themselves also hint at this: global variables are
prefixed with 'g', and use upper-camelcase, while static variables
use whatever_you_call_this.
2020-05-03 20:28:56 +01:00
Clownacy
cb4bd02ab5
More-accurate ValueView.cpp variable arrangement
...
Finally done with this
2020-01-07 22:20:22 +00:00
Clownacy
33c1ea8f20
Made ValueView.cpp valid C89
2020-01-06 20:05:49 +00:00
Clownacy
82454c3a62
Comment style tweaks in the last three files
2019-11-14 00:15:02 +00:00
Clownacy
64adc87f99
Clean up and accuracy fix for ValueView.cpp
2019-11-14 00:15:01 +00:00
Clownacy
c80b593a3f
Some #include fixes
...
Finally figured out how to get include-what-you-use working
2019-06-06 18:44:28 +00:00
Gabriel Ravier
960fa6f456
Removed all trailing spaces and added newline at EOF (when not present)
...
Also changed a "linux" to "Linux"
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-07 11:55:42 +02:00
Clownacy
c4d514f789
Made ValueView.cpp ASM-accurate
2019-03-17 14:11:16 +00:00
Clownacy
ec148c1072
Made the spriterects C++03-compatible
2019-02-19 22:30:43 +00:00
Clownacy
0bb9760d87
Rearranged #includes
2019-02-18 21:30:22 +00:00
Clownacy
132d3c5110
Applied SURFACE_ID constants to everything
2019-02-18 14:36:58 +00:00
cuckydev
1e748f9406
fix
2019-02-09 23:07:23 -05:00
Clownacy
ee88e805b3
Fix some errors and prevent some GCC warnings
2019-02-05 22:51:44 +00:00
cuckydev
7fa14698f0
ADDED OUCHIE
2019-01-27 14:54:05 -05:00