Make README explicitly list C++
Release custom code under the MIT licence
Ignore Visual Studio 2019 stuff
Document MakePixToneObject a bit more
Backport the portable branch's PHILOSOPHY.md
Document some leftover debug-related code
Apply some Windows types to InitBack
Bump StartDirectDraw fix to FIX_MAJOR_BUGS
Ramble about the broken font sizes
Add a bugfix for the blinking text cursor
Comment on a weird-ass Sleep call
Remove another explicit array size
Remove some explicit array sizes
Apply background constants to stage table
Explain the gamepad button limit
Translate error messages with FIX_BUGS
Add bugfix for the broken Waterway TSC script
Ignore error.log, remove enhanced branch stuff
Scrub the enhanced branches from PHILOSOPHY.md
Unlist the dead branches, and reformat the readme
Restore an original struct name
Document background stuff a little more
Convert NPC 0's rects to decimal
Fix another out-of-bounds array access
Deobfuscate some 'tiles-to-units' calculations
Convert NPC 129's rects to decimal
Use fixed-size types for the WAV header struct
Add some sound fixes and documentation
Add missing functions to header
Backport some undefined-behaviour fixes
Deobfustate some NPC_MAX values
Merge pull request #137 from GabrielRavier/accurateFixBugsTscBufferSizeCrash
Fix bugs in bugfix
src/TextScr.cpp: Do not crash when TSC files are too big with FIX_BUGS
Backport header improvements from #133
Merge pull request #132 from GabrielRavier/accurateAddStddefWhenNeeded
src/Sound.cpp: Remove duplicate stddef.h include
Merge branch 'accurate' into accurateAddStddefWhenNeeded
src: Add `#include <stddef.h>` where appropriate in order to have `NULL`/`size_t` and others from the proper header
Merge pull request #131 from GabrielRavier/accurateMinimizeIncludes
src: Added back stddef.h where accurate to get NULL/size_t properly (stdio.h provides them, but it's for file I/O, not essential definitions and types)
src: Remove unnecessary includes
Just use 'CSE2' everywhere, instead of the full name
Clarify enhanced-lite's purpose a little
Ignore enhanced-lite config file
Add enhanced-lite branch to the readme
Add the enhanced-lite branch to PHILOSOPHY.md
This is also likely more accurate to the source
This is likely more accurate to the original code