Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Add a bugfix for unsafe usage of sprintf
Added a translation for a Japanese variable
Merge pull request #82 from Clownacy/master
Correct some misdecompiled switchcases
Big ugly rework of WindowsWrapper.h
In-progress TextScriptProc fixes and accuracy improvements
Update the README to reflect the last commit
Now the build output directory is generated completely
Link to the actual source code for Organya.cpp and Sound.cpp
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Merge pull request #37 from GabrielRavier/feature/improveOToR
Merge pull request #36 from GabrielRavier/feature/improveNonNpcCharNpcFiles
Put back those dashes removed in the last commit
Fixed brace initilizers to not have spaces at the start and end
Fixed indentation by using spaces instead of tabs when appropriate
Merge branch 'master' into feature/improveOToR
Merge branch 'master' into feature/improveNonNpcCharNpcFiles
Merge branch 'master' of https://github.com/Clownacy/Cave-Story-Engine-2
Added newline at end of NpcHit.cpp
Did initial sweep with regexes
Merge branch 'master' of https://github.com/GabrielRavier/Cave-Story-Engine-2
Reverted capitalization of struct member names
Revamped NpChar, NpcHit and NpcTbl
Merge pull request #23 from Clownacy/master
Made CMakeLists.txt cross-compile-friendly
Makefile cleanup, and improve cross-compilation support
Change the sound buffer size to a power of 2
Merge pull request #80 from Clownacy/master
Shut up a warning GCC was giving bin2h
Move DoConfig_debug naming to the root CMakeLists.txt
Split bin2h to its own CMake file
Add some more widescreen/tallscreen fixes to Frame.cpp
Set bin2h to C90 in the CMake file
Fixed incorrect debug executable names
Renamed debug builds to 'CSE2_debug' and 'DoConfig_debug'
Reduce the size of bin2h-generated .h files
Added a missing #include to Draw.cpp
Merge pull request #22 from Clownacy/master
Merge pull request #35 from GabrielRavier/feature/improveNpcAct
Corrected stupid error in NpcAct260.cpp
Started cleaning up NpcAct260.cpp
Merge pull request #21 from Clownacy/master
Merge pull request #32 from GabrielRavier/makeFlagsMacros
Simplify a comment in Flags.cpp
Removed BIT macros in Flags.cpp
Merge pull request #34 from GabrielRavier/improveF
Remove space before commented out code
Did formatting for NpcAct120.cpp
Did formatting for NpcAct100.cpp
Corrected formatting in NpcAct080.cpp
Changed "init" to "Initialize"
Corrected formatting in NpcAct040.cpp
Did formatting stuff in NpcAct020.cpp
Correct style in Font.cpp
Merge branch 'master' into feature/makeFlagsMacros
Merge branch 'master' into feature/improveNpcAct
Merge branch 'master' into feature/improveF
Merge pull request #20 from Clownacy/master
Shut up a warning GCC was giving me
Weed out some usage of C++ bools
Merge pull request #13 from GabrielRavier/addBetterMakefileDebugFlags
Made TextScr.cpp almost ASM-accurate
Move macros in Flags.cpp right below the includes
Merge branch 'develop' into feature/makeFlagsMacros
Merge branch 'develop' into feature/improveNpcAct
Merge branch 'develop' into feature/improveF