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
Added a few comments and corrected a few things
Merge pull request #9 from Clownacy/master
Merge pull request #7 from Clownacy/master
Merge pull request #6 from Clownacy/master
Point out that dependencies will be built if they're not present
Merge pull request #9 from GabrielRavier/correctGitIgnore
Slight comment correction
Tweak how FORCE_LOCAL_LIBS works
.gitignore the converted resource files
Remove some clutter from the .gitignore
Changed output executable naming scheme
Remove CMAKE_BUILD_TYPE defaulting
Added Wave.dat's original file extension
Remove Resource.cpp's dependence on SDL2
Renamed some of the resource files
Merge pull request #4 from GabrielRavier/autoNormalizeLineEndings
Added .gitattributes for normalisation and normalized a few sources files to LF (from CRLF)
Merge pull request #4 from Clownacy/master
Merge pull request #3 from Clownacy/master
Merge pull request #2 from Clownacy/master
Merge pull request #3 from GabrielRavier/AddVSCodeToGitIgnore
Merge pull request #2 from GabrielRavier/imgbot
Undid changes to external images
Corrected unclear comment
Merge pull request #1 from GabrielRavier/AddBuildDirsToGitIgnore
Removed redundantly excluded files in .gitignore
Added "release", "debug", "releasejp" and "debugjp" to list of
Made .gitignore ignore only specific executable files instead of
Fix stupid grammar error in .gitignore
Added VSCode support to .gitignore
Edited .gitignore to filter out build directories and added some general documentation
Remove pkg-config from the readme's list of dependencies
...Static-link MSVC CRT properly
Added devilution-comparer files
Add missing options to the readme
Fixed SDL2 exporting DLL symbols in static builds
Enabled subpixel rendering in the local copy of FreeType
Fixed some CMake problems that were preventing builds on Windows
Merge branch 'master' of https://github.com/clownacy/Cave-Story-Engine-2
Fix FLTK not finding its headers
Add a link to the readme explaining the Developer Command Prompt
Made TextScriptProc return 0 if it encounters an unknown command
Added error message boxes to the TSC parser
Made GenericLoad.cpp ASM-accurate
Added caching to the font system
Remove SDL2 dependency from Font.cpp
Added missing RUNTIME_OUTPUT_DIRECTORY setting in CMake file
Added data folders from vanilla Cave Story
Made DoConfig not reset the font to Courier New when it saved
DoConfig portability improvements and bugfixes
Detail the CMake build system in the readme
Remove the STATIC option from the CMake file
Added DoConfig (clone, not a decompilation)
Make CMake output executables to the build_en/build_jp folders
Shut up MSVC's stupid warnings when using the CMake file
Do the last commit except less stupid
...Do the previous commit only less stupid
Autodetect Raspberry Pi in CMake file
Remove Raspberry Pi hack that forces SDL2 to use OpenGLES2
Fix backwards-incompatible CMake nonsense
Lowered CMake minimum requirement to 3.7.2
Okay, forget all that. Generating an output folder was stupid.
Actually, only generate the output folder during cmake's config stage
The build folder is now automatically generated
Rewrite stdint.h so it's not dependant on SDL2