Commit graph

  • 55cc349dd6
    Moar commenting stuff Gabriel Ravier 2019-09-20 20:25:51 +02:00
  • 453ce04e8b
    Added a few comments and a newline Gabriel Ravier 2019-09-20 19:16:31 +02:00
  • 18ed6aa9e1 Merge branch 'accurate' into portable Clownacy 2019-09-20 16:00:22 +00:00
  • a755da0927 Merge branch 'accurate' into portable Clownacy 2019-09-20 15:50:11 +00:00
  • 17d2c379cd Restore an old workaround from the original portable branch Clownacy 2019-09-20 15:47:02 +00:00
  • 79d8e175a2
    Documented some variables and macro-ed some stuff Gabriel Ravier 2019-09-19 10:30:14 +02:00
  • 6a9abb9a0d
    Moar commenting of stuff and macro-ing of certain things Gabriel Ravier 2019-09-18 08:29:20 +02:00
  • 372872eeea
    Some comments and a FIX_BUGS Gabriel Ravier 2019-09-17 11:54:00 +02:00
  • 38a00ec88a
    More tabs to spaces for trailing comments Gabriel Ravier 2019-09-17 11:09:29 +02:00
  • 3a837a1090
    Commented some code Gabriel Ravier 2019-09-17 11:04:30 +02:00
  • 4766172c3b
    Replaced tabs before comments with spaces, shortened a few lines and formatted some switches Gabriel Ravier 2019-09-17 10:48:05 +02:00
  • 6ffc8d7429
    Shorten long line Gabriel Ravier 2019-09-17 10:31:07 +02:00
  • f2a2b3fd0c
    Commented some func decls in ArmsItem.h and changed a "32" to "0x20" in the cpp Gabriel Ravier 2019-09-17 10:25:18 +02:00
  • 9bb916e99d
    Set PutCampObject as static and commented some func decls Gabriel Ravier 2019-09-17 09:56:33 +02:00
  • b6f8bf68ec Minor audio backend cleanup Clownacy 2019-09-16 23:08:05 +00:00
  • 358423aa38
    Some nice commenting and reordering of stuff and staticing of stuff Gabriel Ravier 2019-09-16 15:30:38 +02:00
  • 602315fa39 Deobfuscate a value without affecting ASM Clownacy 2019-09-15 18:46:52 +01:00
  • bc5a9b2d9f These macros produced inaccurate assembly Clownacy 2019-09-15 18:44:03 +01:00
  • a55361ec2c
    Merge pull request #54 from GabrielRavier/commentBalfrog Clownacy 2019-09-15 18:43:42 +01:00
  • cc4de5e44c
    Remove NPC utility macros Gabriel Ravier 2019-09-15 18:16:46 +02:00
  • f099e0694d Enable optimisations in the VS2017 project Clownacy 2019-09-15 15:37:19 +01:00
  • c68923fdd5
    Corrected erroneous "PIXELS_TO_UNITS(24)"s to "PIXELS_TO_UNITS(20)"s Gabriel Ravier 2019-09-15 16:13:13 +02:00
  • c9517bffc4
    Un-abbreviated "SPRITE" from "SPRT" in sprite macro names Gabriel Ravier 2019-09-15 16:10:46 +02:00
  • 0cf2a20a9a
    Corrected erroneous PIXELS_TO_UNITS(32) to PIXELS_TO_UNITS(16) Gabriel Ravier 2019-09-15 16:07:03 +02:00
  • 9e5e2a0e26
    Indented some comments Gabriel Ravier 2019-09-15 16:05:24 +02:00
  • 002e0f7760
    Changed erroneous "=" to "+=" Gabriel Ravier 2019-09-15 16:00:06 +02:00
  • 58a02a609c
    Defined TILES_TO_UNITS and UNITS_TO_TILES in terms of TILES_TO_PIXELS, PIXELS_TO_TILES, PIXELS_TO_UNITS and UNITS_TO_PIXELS Gabriel Ravier 2019-09-15 15:58:04 +02:00
  • 04113870a5
    Removed tiles comments when useless Gabriel Ravier 2019-09-15 15:51:32 +02:00
  • 6eadf6c4a5
    Changed view stuff to be measured in pixels, not tiles Gabriel Ravier 2019-09-15 14:16:44 +02:00
  • 08131d527a
    Converted hitbox measurements to pixels Gabriel Ravier 2019-09-15 14:12:35 +02:00
  • 4070f1b972
    Changed some stuff to conform to Clownacy's PR review Gabriel Ravier 2019-09-15 10:58:55 +02:00
  • 0d833b38a8
    Prevent some annoying warnings popping up everywhere Gabriel Ravier 2019-09-15 10:50:46 +02:00
  • fcc1e3cc23
    Added some common macro utilities used by most NPCs Gabriel Ravier 2019-09-15 10:48:18 +02:00
  • 041bd0e5f9
    Used doubles for TILES_TO_UNITS weirdly written stuff Gabriel Ravier 2019-09-14 20:47:28 +02:00
  • ac498c2be4
    After intense debate with Cucky and BLink, ended up changing "PIXELS_TO_UNITS(3) - 1" to "0x5FF" Gabriel Ravier 2019-09-14 20:07:35 +02:00
  • e2c57e6dbc
    Alphabetized macros in BossFrog and re-ordered some stuff to go along with Clownacy's coding standards Gabriel Ravier 2019-09-13 20:35:37 +02:00
  • aeb1e292b7
    Merge branch 'accurate' into commentBalfrog Gabriel Ravier 2019-09-13 19:01:03 +02:00
  • 8329ec2d16
    Merge branch 'accurate' of https://github.com/GabrielRavier/Cave-Story-Engine-2 into accurate Gabriel Ravier 2019-09-13 19:00:32 +02:00
  • 9bef4b1d49
    Commented BossFrog entirely Gabriel Ravier 2019-09-13 18:49:17 +02:00
  • 69292f99f6 Add a new bugfix Clownacy 2019-09-12 14:50:06 +00:00
  • 861064bf12
    Started improving on balfrog.cpp Gabriel Ravier 2019-09-12 16:47:14 +02:00
  • 5c040608cb
    Merge pull request #53 from GabrielRavier/betterCMakeMessages Clownacy 2019-09-11 18:03:37 +01:00
  • 182f11f017 Fix controller support Clownacy 2019-09-11 17:51:20 +00:00
  • c9b248ba64
    Removed space before ':' and re-added comma before or Gabriel Ravier 2019-09-11 19:01:36 +02:00
  • 09ed7a9a9f Capitalise the readme's title suffix Clownacy 2019-09-11 13:10:19 +00:00
  • 8e8f18a1ee Having second thoughts about this style change Clownacy 2019-09-11 13:07:55 +00:00
  • 1f5d37a938 Merge branch 'accurate' into portable Clownacy 2019-09-11 13:03:53 +00:00
  • dd190bd276
    Remove option change, wrote "cross-gcc" as "cross-GCC" and "mingw" as "MinGW" Gabriel Ravier 2019-09-11 14:32:48 +02:00
  • d686152e84
    Fixed question not being a question, "Emscriptem" and saying "cross-compiled" twice Gabriel Ravier 2019-09-11 14:11:01 +02:00
  • 7176bcab9e
    Added more detail to the cross-compile comment Gabriel Ravier 2019-09-11 13:37:34 +02:00
  • d4ce0839bb
    Forgot endif() in bin2h/CMakeLists.txt Gabriel Ravier 2019-09-11 13:33:09 +02:00
  • 5fd6d3dd60
    Merge pull request #52 from GabrielRavier/improveDoConfig Clownacy 2019-09-11 11:11:15 +01:00
  • b10d895334
    Changed public-private indentation Gabriel Ravier 2019-09-11 12:02:57 +02:00
  • 69cb6b75c7
    Reformatted DoConfig Gabriel Ravier 2019-09-11 11:49:58 +02:00
  • 2b2db48588
    Some slight formatting Gabriel Ravier 2019-09-11 09:35:50 +02:00
  • 47fbf3ece7
    Refactored DoConfig a bit Gabriel Ravier 2019-09-11 09:27:54 +02:00
  • a9f95ed1a2
    Changed some comments and messages in CMakeLists.txt Gabriel Ravier 2019-09-11 08:24:00 +02:00
  • 949bfd129b Allow SDL2 to change the audio frequency Clownacy 2019-09-10 22:11:31 +00:00
  • 88f22510ee Fix crash when AudioBackend_Init fails Clownacy 2019-09-10 17:57:44 +00:00
  • 75baabf934
    Merge branch 'accurate' of https://github.com/GabrielRavier/Cave-Story-Engine-2 into accurate Gabriel Ravier 2019-09-10 16:19:08 +02:00
  • aede7b6069 Restore the FREQUENCY constant Clownacy 2019-09-10 14:04:06 +00:00
  • 00d0161832 Make DoConfig use the Config.dat in its directory Clownacy 2019-09-10 13:27:44 +00:00
  • 7ac0fa91a2
    Add a list of branches to the readme Clownacy 2019-09-10 13:27:32 +00:00
  • 657b586cd1 Add missing #include to audio backend Clownacy 2019-09-10 12:36:55 +00:00
  • d1595d536b Merge branch 'accurate' into portable Clownacy 2019-09-10 12:35:31 +00:00
  • 5430ccaabf Fix uncommented comment in .gitignore Clownacy 2019-09-10 12:33:07 +00:00
  • 3889bd9f1d Add missing #include to Draw.cpp Clownacy 2019-09-10 12:31:38 +00:00
  • 60bc16b161 Make CMake ignore if FLUID can't be found Clownacy 2019-09-10 12:23:50 +00:00
  • c60cdb3610 Make CMake detect static SDL2 installations Clownacy 2019-09-10 12:23:09 +00:00
  • 0510e017e1 Merge branch 'accurate' into portable Clownacy 2019-09-10 02:03:31 +00:00
  • 2cb7bfbd3d Tiny cleanup Clownacy 2019-09-10 01:59:26 +00:00
  • 355b303635 Shut up some warnings Clownacy 2019-09-10 01:53:19 +01:00
  • 751daaf42f Ignore another VS2017 file Clownacy 2019-09-10 01:27:12 +01:00
  • 271f86e009 Add 64-bit targets to VS2017 project Clownacy 2019-09-10 01:25:47 +01:00
  • 385d7e5844 Clean up Back.cpp a little Clownacy 2019-09-10 01:04:09 +01:00
  • 9ca503a96e Add Visual Studio 2017 project files Clownacy 2019-09-10 00:43:23 +01:00
  • a81fe10fc7 Move Visual Studio 2003 files to their own folder Clownacy 2019-09-10 00:26:49 +01:00
  • f8c2e17655 Clean up Map.cpp Clownacy 2019-09-09 23:46:35 +01:00
  • c368734a5c Fix the resource file in MinGW-w64 Clownacy 2019-09-09 23:43:48 +01:00
  • 3eb346ce10 Synchronise the audio callback with Organya Clownacy 2019-09-09 21:43:33 +00:00
  • a076274864 Make a clamp macro safer Clownacy 2019-09-09 20:24:09 +00:00
  • c492f9add1
    Merge Clownacy/accurate into accurate (#28) Gabriel Ravier 2019-09-09 20:53:22 +02:00
  • 3ce23e87aa
    Merge Clownacy/master into master (#26) Gabriel Ravier 2019-09-09 19:22:09 +02:00
  • 217ce5437b Port the Windows version's mouse-hiding Clownacy 2019-09-08 23:59:13 +00:00
  • e216fa8e18 Remove the old colour-depth code Clownacy 2019-09-08 23:58:48 +00:00
  • 4b8a6849d3 Actually make the surface regeneration work Clownacy 2019-09-06 22:13:00 +01:00
  • b5f2fa8693 Add a DEBUG_SAVE option to CMakeLists.txt Clownacy 2019-09-06 21:24:54 +01:00
  • 668516f4e6 Add CMake info to the readme Clownacy 2019-09-06 21:19:30 +01:00
  • 950bf28273 Merge branch 'accurate' into portable Clownacy 2019-09-06 21:08:25 +01:00
  • c5a4a3cb4c Future-proof the Windows resource file Clownacy 2019-09-06 21:04:40 +01:00
  • 0532e2afa2 Shut up a warning Clownacy 2019-09-06 20:08:07 +01:00
  • a220732aac Shut up some warnings Clownacy 2019-09-06 20:03:35 +01:00
  • b53741ca25 Fix CMakeLists.txt some more Clownacy 2019-09-06 19:59:44 +01:00
  • 0907027a82 Merge branch 'accurate' into portable Clownacy 2019-09-06 19:30:23 +00:00
  • 9f40c68ab2 Repair CMakeLists.txt Clownacy 2019-09-06 19:27:32 +00:00
  • d0b17cd406 Fix crash when quitting the game Clownacy 2019-09-06 19:27:14 +00:00
  • 4e239c3175 Restore the rendering backend callbacks Clownacy 2019-09-06 19:07:49 +00:00
  • 8114f88dd1 Shut up some build warnings Clownacy 2019-09-06 15:21:43 +00:00
  • b6fccd509d Add a missing comment translation Clownacy 2019-09-06 14:47:13 +00:00
  • 0dc9bb6b1b Change the audio backend API again Clownacy 2019-09-06 14:46:31 +00:00