Clownacy
|
86c3c3f7db
|
Fix mystery CMake error
It never happened for me, so maybe it's something that only happens
on older CMake versions? I haven't tested on my Raspberry Pi in a
while.
|
2019-06-16 19:33:30 +00:00 |
|
Clownacy
|
078da6ccf7
|
Correct fmod usage
|
2019-06-14 17:06:42 +01:00 |
|
Clownacy
|
75f585a727
|
Made CMakeLists.txt cross-compile-friendly
bin2h is built natively
|
2019-06-08 18:27:57 +00:00 |
|
Clownacy
|
082ffeb04d
|
Make CMake bin2h installable
Working towards making CMake CSE2 cross-compilation-friendly
|
2019-06-08 17:43:21 +00:00 |
|
Clownacy
|
73b99b6d78
|
Makefile cleanup, and improve cross-compilation support
bin2h should run on the host system, not the target
|
2019-06-08 17:42:12 +00:00 |
|
Clownacy
|
44094b103e
|
<SDL.h> -> "SDL.h"
The SDL devs recommend this:
https://wiki.libsdl.org/FAQDevelopment#Do_I_.23include_.3CSDL.h.3E_or_.3CSDL.2FSDL.h.3E.3F
|
2019-06-06 18:51:44 +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 |
|
Clownacy
|
0fb147aa0d
|
Change the sound buffer size to a power of 2
Turns out giving SDL2 a non-power-of-2 buffer size crashes it in
Emscripten.
|
2019-05-29 18:49:09 +00:00 |
|
Clownacy
|
d2b5872c95
|
Weeded out some bool usage
Cave Story was written in C89. No bools. I've left in Sound.cpp's
though, since that's written in C++98 currently.
|
2019-05-24 10:07:30 +01:00 |
|
Clownacy
|
5933a1201e
|
Shut up a warning GCC was giving bin2h
|
2019-05-24 09:34:55 +01:00 |
|
Clownacy
|
50897e8ceb
|
Move DoConfig_debug naming to the root CMakeLists.txt
|
2019-05-23 21:29:32 +01:00 |
|
Clownacy
|
5b89a31976
|
Split bin2h to its own CMake file
Also added warnings to its part of the Makefile
|
2019-05-23 19:42:52 +01:00 |
|
Clownacy
|
43958d2771
|
...For real, this time
|
2019-05-23 14:28:44 +00:00 |
|
Clownacy
|
a4248b13e2
|
Fix broken stage centring
|
2019-05-23 14:15:30 +00:00 |
|
Clownacy
|
d1b71b9fce
|
Add some more widescreen/tallscreen fixes to Frame.cpp
Like I said in the TODO, this *really* needs to be moved to the
enhanced branch
|
2019-05-23 14:04:21 +00:00 |
|
Clownacy
|
7db42b0b72
|
Set bin2h to C90 in the CMake file
Done to match the Makefile
|
2019-05-23 11:36:41 +00:00 |
|
Clownacy
|
21cef10e4b
|
Fixed incorrect debug executable names
|
2019-05-23 11:10:11 +00:00 |
|
Clownacy
|
609d54916b
|
Renamed debug builds to 'CSE2_debug' and 'DoConfig_debug'
Makes a bit more sense than 'CSE2d' and 'DoConfigd'
|
2019-05-22 00:29:16 +00:00 |
|
Clownacy
|
aa44e7ca49
|
Reduce the size of bin2h-generated .h files
The Japanese font went from 50MB to 25MB.
|
2019-05-21 16:56:44 +01:00 |
|
Clownacy
|
fcaddc6252
|
Added a missing #include to Draw.cpp
|
2019-05-20 15:03:15 +01:00 |
|
Clownacy
|
57b37e84de
|
Merge pull request #35 from GabrielRavier/feature/improveNpcAct
Improve NpcAct files
|
2019-05-16 10:31:52 +00:00 |
|
Gabriel Ravier
|
a312be2b4b
|
Cleaned up NpcAct340.cpp
|
2019-05-16 08:25:53 +02:00 |
|
Gabriel Ravier
|
c247de7686
|
Cleaned up NpcAct320.cpp
|
2019-05-16 08:21:52 +02:00 |
|
Gabriel Ravier
|
e5b499ee67
|
Cleaned up NpcAct300.cpp
|
2019-05-16 08:18:12 +02:00 |
|
Gabriel Ravier
|
f1048b21aa
|
Cleaned up NpcAct280.cpp
|
2019-05-16 08:11:17 +02:00 |
|
Gabriel Ravier
|
1e6ee2d6ba
|
Corrected stupid error in NpcAct260.cpp
Also changed regex to "((//|\;)[^ \t\n]|(for|while|if|while|do|void|int|bool)\((for|while|if|while|do)\ \(.*\)\|//\ [a-z]|\ \ )|break;\n[\t]*case|\ \)|\(\ "
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
|
2019-05-16 08:03:45 +02:00 |
|
Gabriel Ravier
|
c64110cf05
|
Cleaned up NpcAct260.cpp
Also changed regex to "((//|\;)[^ \t\n]|(for|while|if|while|do|void|int|bool)\((for|while|if|while|do)\ \(.*\)\|\ \)|\(\ |//\ [a-z]|\ \ )|break;\n[\t]*case"
|
2019-05-16 07:20:01 +02:00 |
|
Gabriel Ravier
|
33071564a3
|
Started cleaning up NpcAct260.cpp
|
2019-05-15 21:42:20 +02:00 |
|
Gabriel Ravier
|
1588fab110
|
Clean up NpcAct240.cpp
|
2019-05-15 21:28:38 +02:00 |
|
Gabriel Ravier
|
6c5aea8a2c
|
Cleaned up NpcAct220.cpp
|
2019-05-15 21:18:34 +02:00 |
|
Gabriel Ravier
|
5412390860
|
Cleaned up NpcAct200.cpp
|
2019-05-15 21:08:23 +02:00 |
|
Gabriel Ravier
|
6d462c6fc6
|
Clean up NpcAct180.cpp
|
2019-05-15 19:36:45 +02:00 |
|
Gabriel Ravier
|
edaf94f3c2
|
Cleaned up NpcAct160.cpp
|
2019-05-15 19:20:22 +02:00 |
|
Clownacy
|
b49d3acf2c
|
Merge pull request #32 from GabrielRavier/makeFlagsMacros
Make some of the Flags.cpp stuff simpler
|
2019-05-15 15:49:54 +00:00 |
|
Gabriel Ravier
|
0e0cbf9409
|
Simplify a comment in Flags.cpp
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
|
2019-05-15 17:46:14 +02:00 |
|
Gabriel Ravier
|
92a2327187
|
Removed BIT macros in Flags.cpp
Just directly define the FLAG macros as those
|
2019-05-15 13:25:13 +02:00 |
|
Gabriel Ravier
|
fc57b8e607
|
Cleaned up NpcAct140.cpp
|
2019-05-15 13:19:16 +02:00 |
|
Clownacy
|
42d5bfae5f
|
Merge pull request #34 from GabrielRavier/improveF
Improve files starting with F
|
2019-05-14 09:52:42 +00:00 |
|
Gabriel Ravier
|
ccb37e12b1
|
Remove space before commented out code
ಠ_ಠ
Co-Authored-By: Clownacy <Clownacy@users.noreply.github.com>
|
2019-05-14 11:22:38 +02:00 |
|
Gabriel Ravier
|
601e511bff
|
Did formatting for NpcAct120.cpp
|
2019-05-14 09:40:56 +02:00 |
|
Gabriel Ravier
|
9b3b7039da
|
Did formatting for NpcAct100.cpp
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
|
2019-05-14 09:31:34 +02:00 |
|
Gabriel Ravier
|
06a7e86c63
|
Corrected formatting in NpcAct080.cpp
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
|
2019-05-14 08:54:03 +02:00 |
|
Gabriel Ravier
|
57767f338e
|
More formatting stuff
Also "Mahin the sex god" 😂
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
|
2019-05-14 08:50:22 +02:00 |
|
Gabriel Ravier
|
c596abdad5
|
Changed "init" to "Initialize"
|
2019-05-14 08:46:23 +02:00 |
|
Gabriel Ravier
|
cc9fbbd1c0
|
Corrected formatting in NpcAct040.cpp
|
2019-05-14 08:44:46 +02:00 |
|
Gabriel Ravier
|
e8cacce5e7
|
Did formatting stuff in NpcAct020.cpp
|
2019-05-14 08:41:08 +02:00 |
|
Gabriel Ravier
|
45fb8940af
|
Correct style in Font.cpp
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
|
2019-05-14 08:24:52 +02:00 |
|
Gabriel Ravier
|
1343e408b1
|
Merge branch 'master' into feature/makeFlagsMacros
|
2019-05-14 08:15:43 +02:00 |
|
Gabriel Ravier
|
107fd3551d
|
Merge branch 'master' into feature/improveNpcAct
|
2019-05-14 08:15:38 +02:00 |
|
Gabriel Ravier
|
12c633a64a
|
Merge branch 'master' into feature/improveF
|
2019-05-14 08:15:35 +02:00 |
|