Merge branch 'master' into addBetterMakefileDebugFlags
Merge pull request #12 from Clownacy/master
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
Fixed comments and spacing in boss files
Merge pull request #20 from GabrielRavier/improveArmsItemAgain
Merge pull request #19 from GabrielRavier/improveBackCpp
Removed bad parentheses spacing
Fixed comment formatting in BossOhm.cpp
Make comment style consistent
Merge branch 'master' into addBetterMakefileDebugFlags
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
Changed debug flags from -O0 -g to -Og -g3
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