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
Merge pull request #114 from GabrielRavier/accurateAddCMake3_10Support
Figured out the mystery values in RestoreSurfaces
Fix bosses flicking across the screen when hurt
CMakeLists: Forgot I wasn't in Vim
CMakeLists: Add CMake 3.5.1 support
Found a name for `nameless_flag`!
Mark a static function as static
Note some not-so-authentic variable names
More authentic variable/function names
Found the real name for DummiedOutLogFunction..?
Found the original Config.cpp variable names
CMakeLists: Change minimum CMake version from 3.12 to 3.10.2
Merge pull request #112 from GabrielRavier/accurateFixCrossBuild
CMakeLists: Reverted random comment change from 593315eb
CMakeLists: Made build work for cross-compile with mingw
Rearrange the readme's 'Background' section
Make bugfix consistent with official code
Merge pull request #105 from GabrielRavier/accuratePortableBugs2SisterPR
Update function names in devilution-comparer file
Fix compiler error with DEBUG_SAVE enabled
Prevent console from appearing in Makefile builds
Apply some missing BOOL constants
Update readme with deprecation notices and cleanup
Disable Windows Travis builds for now
Add some missing global/static variable names
Add some missing function names