Made TextScr.cpp almost ASM-accurate
Made MiniMap.cpp actually ASM-accurate
Shut up some MSVC2003 warnings, and comment on another one
Removed the stdint.h replacement for MSVC2003
Removed the dependency on stdint.h
Made NpcAct100.cpp ASM-accurate
Made NpChar.cpp almost ASM-accurate
Merge pull request #29 from GabrielRavier/addCommentsToBosses
Merge pull request #30 from GabrielRavier/improveAToE
Merge pull request #31 from GabrielRavier/improveGToK
Revert bad "clip rect" changes
Merge branch 'master' into addCommentsToBosses
Merge branch 'master' into improveAToE
Merge branch 'master' into improveGToK
Merge pull request #17 from Clownacy/master
Deobfuscate some TimeCounter-related values
Made Profile.cpp mostly ASM-accurate
Did some formatting and grammatical/orthographic corrections
Merge branch 'master' into addCommentsToBosses
Merge branch 'master' into improveGToK
Correct some orthograph and some formatting
Merge pull request #16 from Clownacy/master
Fix DoConfig's gamepad button mapping
Merge pull request #26 from Moocow9m/patch-1
SDL's docs specifically calls these 'scancodes' not 'scan codes'
Merge pull request #25 from GabrielRavier/improveM
Reverted formatting change Clownacy didn't like
Revert MapName.cpp to Shift-JIS
Revert "corrections" of "colour" to "color", makes style inconsistent though :(
Corrected new line mistake
Fixed VS 2017 WinXP builds when using local libs
Some orthograph corrections
Fix DoConfig read
Corrected formatting for MycParam.cpp
Corrected formatting for MycHit.cpp
Corrected formatting in MyChar.cpp
Merge branch 'master' into addCommentsToBosses
Merge branch 'master' into improveGToK
Merge branch 'master' of https://github.com/GabrielRavier/Cave-Story-Engine-2
Merge pull request #15 from Clownacy/master
Correct comment spacing and convert MapName.cpp to UTF-8
Add note to comment and correct other comment
Corrected formatting in MapName.cpp
Correct formatting in Main.cpp
Corrected formatting in Map.cpp
Fix comments in Input.cpp
Fix parentheses and comments in Game.cpp, Generic.cpp
Merge pull request #5 from GabrielRavier/addSomeMoreStuffToGitIgnore
Put *.out only for build_en/jp instead of globally
Added a few comments to some bosses
Merge branch 'master' into addSomeMoreStuffToGitIgnore
Merge pull request #13 from Clownacy/master
Merge branch 'master' into addSomeMoreStuffToGitIgnore
Merge pull request #12 from Clownacy/master
Merge pull request #22 from GabrielRavier/improveBullet
Corrected forgotten RECT formatting and made comment more accurate
Correct RECT declaration formatting
Merge pull request #23 from GabrielRavier/improveCToE
Fix bad RECT declaration spacing
Corrected weird half-commented-out code
Reverted RECT formatting changes
Merge pull request #21 from GabrielRavier/improveBoss
Correct RECT formatting error I missed
Revert RECT formatting changes
Merge branch 'master' of https://github.com/Clownacy/Cave-Story-Engine-2
Added some functions to the Devilution list
Some accuracy-related things for Back.cpp
Merge branch 'improveCToE' of https://github.com/GabrielRavier/Cave-Story-Engine-2 into improveCToE
Redid formatting for files starting with [C-E]
Redid formatting for files starting with [C-E]
Fixed declaration formatting
Fix RECT declaration indentation
Fix declarations formatting (to be consistent)
Fixed comments and spacing in boss files
Merge pull request #20 from GabrielRavier/improveArmsItemAgain
Merge pull request #19 from GabrielRavier/improveBackCpp
Properly made .out files be filtered (and some other stuff)
Fixed bad .gitignore ignores
Removed bad parentheses spacing
Fixed comment formatting in BossOhm.cpp
Make comment style consistent
Merge branch 'master' into addSomeMoreStuffToGitIgnore
Merge pull request #11 from Clownacy/master
Merge pull request #18 from GabrielRavier/fixTrailingSpacesAndAddNewLinesAtEndOfFile
Removed all trailing spaces and added newline at EOF (when not present)
Merge pull request #17 from GabrielRavier/armsItemImprove