Commit graph

  • 3e4ef292c4 Add a missing (but unusable) call Clownacy 2019-02-22 22:27:18 +00:00
  • 3e5f44f8de Changed some things to BOOL/BOOLEAN, for ASM-accuracy Clownacy 2019-02-22 22:23:57 +00:00
  • 923749e41e Some more fixes for errors MSVC2003 noticed Clownacy 2019-02-22 21:16:01 +00:00
  • 68895b1597
    Merge pull request #70 from Clownacy/master Cucky 2019-02-22 16:16:13 -05:00
  • e3549f8703 Made Triangle.cpp ASM-accurate Clownacy 2019-02-21 23:24:23 +00:00
  • 293dbd4e03 1) I'm stupid 2) Use RGB for the PutText calls Clownacy 2019-02-21 21:16:57 +00:00
  • b648268283 Changed CortBox(2) col parameter from RGB to BGR Clownacy 2019-02-21 21:01:16 +00:00
  • 3eca2d7cf3 Add all GetCortBoxColor calls back (also I found a vanilla bug) Clownacy 2019-02-21 20:56:27 +00:00
  • 5754da507d Made gFade static Clownacy 2019-02-21 20:23:24 +00:00
  • 88ed2d6eab Made Flags.cpp ASM-accurate Clownacy 2019-02-21 20:20:13 +00:00
  • fb9b545e27 Made Flash.cpp more source-accurate Clownacy 2019-02-21 19:51:40 +00:00
  • 5ba0454bc8 Made Fade.cpp ASM-accurate Clownacy 2019-02-21 19:46:52 +00:00
  • 995a4f7a79 Work around a portability issue for now Clownacy 2019-02-20 19:55:45 +00:00
  • 063bfbc71c Fixed some static-related stupidity in the Makefile Clownacy 2019-02-20 16:13:00 +00:00
  • 001457fac8 Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-20 15:09:00 +00:00
  • 367b41bc88 Fixed another case of assuming long is 32-bit Clownacy 2019-02-20 15:08:35 +00:00
  • 55f1d3a9fe Fixed some problems found while compiling most of this with VC++2003 Clownacy 2019-02-20 03:55:05 +00:00
  • 4be2ef3942
    Merge pull request #69 from Clownacy/master Cucky 2019-02-19 19:43:10 -05:00
  • bb065aa697 Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-19 23:39:16 +00:00
  • a76b7a3a87 Fix sprite upscaling on platforms where long isn't 32-bit Clownacy 2019-02-19 23:35:37 +00:00
  • 9203105235 Shut up some warnings Clownacy 2019-02-19 22:57:00 +00:00
  • df2620171f Switched to C++98 Clownacy 2019-02-19 22:39:30 +00:00
  • ec148c1072 Made the spriterects C++03-compatible Clownacy 2019-02-19 22:30:43 +00:00
  • e7ad5271a4
    Merge pull request #68 from Clownacy/master Cucky 2019-02-19 17:07:16 -05:00
  • 4d04590b28 Made the game compile as C++03 Clownacy 2019-02-19 16:05:28 +00:00
  • ff4352ffde Made more NPCs ASM-accurate Clownacy 2019-02-19 15:52:25 +00:00
  • 754bed870c Got NpcAct000.cpp to compile in MSVC2003 and made NPCs 0/1 ASM-accurate Clownacy 2019-02-19 04:33:50 +00:00
  • 8e76e38591 Possible fix for static builds on non-Windows platforms? Clownacy 2019-02-19 03:32:28 +00:00
  • 84945aa898 Removed some old unimplemented-function stuff that we no longer need Clownacy 2019-02-19 00:55:01 +00:00
  • fbaf46548f Made Back.cpp about as ASM-accurate as I can make it Clownacy 2019-02-19 00:50:16 +00:00
  • e1e49a4dcc Made ArmsItem.cpp ASM-accurate Clownacy 2019-02-19 00:18:32 +00:00
  • 0bb9760d87 Rearranged #includes Clownacy 2019-02-18 21:30:22 +00:00
  • 809fb95b26 Fix Surface_Ids crash Clownacy 2019-02-18 20:40:51 +00:00
  • e5caff593c Removed the SDL dependency from Draw.h Clownacy 2019-02-18 20:40:07 +00:00
  • 132d3c5110 Applied SURFACE_ID constants to everything Clownacy 2019-02-18 14:36:58 +00:00
  • f08c1c3aa6 Added some bugfixes and cleanup Clownacy 2019-02-18 13:24:10 +00:00
  • 1042d3fcf2 Note a difference in the old Linux port Clownacy 2019-02-18 02:56:27 +00:00
  • f9a4ea9ed4 Fixed an inaccuracy in NPC002 (Behemoth) Clownacy 2019-02-18 02:39:38 +00:00
  • 99474e4aef Fix another capitalisation error in the stage table Clownacy 2019-02-17 00:43:38 +00:00
  • 132f523510 Changed direction key fix Clownacy 2019-02-16 22:18:26 +00:00
  • eb16fa45dc Revert "hell" Clownacy 2019-02-16 17:11:15 +00:00
  • b205399825 Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-16 17:10:58 +00:00
  • c3cd3e9f85
    Update README.md Cucky 2019-02-16 11:47:30 -05:00
  • 07d01143e6 hell cuckydev 2019-02-16 11:35:09 -05:00
  • ef46088671 Removed leftover SDL_rwops includes Clownacy 2019-02-16 12:50:58 +00:00
  • b2a024d4b6 Fixed bad free Clownacy 2019-02-15 22:43:19 +00:00
  • da18e8211d Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-15 20:52:48 +00:00
  • 0403f26f66 Two fixes Clownacy 2019-02-15 20:52:03 +00:00
  • c44186d93a Ditched SDL's file IO for stdio and our own convenience functions Clownacy 2019-02-15 20:33:08 +00:00
  • 1b0a8e56db accurater? cuckydev 2019-02-14 23:21:23 -05:00
  • 8942c6cc48 Gave the music file extensions Clownacy 2019-02-14 15:42:50 +00:00
  • 3b395c2639 Draw.cpp fix and optimisations Clownacy 2019-02-14 06:47:15 +00:00
  • e1cd4cf8d8 fix cuckydev 2019-02-13 19:46:45 -05:00
  • cd9df8ec47
    Merge pull request #65 from Clownacy/master Cucky 2019-02-13 15:54:08 -05:00
  • 2453c456af
    Update README.md Clownacy 2019-02-13 19:53:13 +00:00
  • c844bc9f49 Avoid VLAs Clownacy 2019-02-13 16:49:45 +00:00
  • d7813fd900 Fixed some warnings Clownacy 2019-02-13 15:43:35 +00:00
  • 08d9ca4ad8 fix??? cuckydev 2019-02-12 21:28:44 -05:00
  • c387c31d04 help cuckydev 2019-02-12 21:27:14 -05:00
  • c7da84bb9f accuracy? cuckydev 2019-02-12 20:58:42 -05:00
  • c75894e9ef
    Merge pull request #63 from Clownacy/master Cucky 2019-02-12 16:26:35 -05:00
  • 9dd3eefafb Updated README Clownacy 2019-02-12 14:37:44 +00:00
  • 3a08ad5006 Fixed 3x window upscaling Clownacy 2019-02-12 14:30:07 +00:00
  • f54e325b9e Removed junk cursor resource files Clownacy 2019-02-12 04:44:48 +00:00
  • f302c55978
    Merge pull request #62 from Clownacy/master Cucky 2019-02-12 08:36:15 -05:00
  • 2f5472547d Added a bugfix Clownacy 2019-02-12 04:32:07 +00:00
  • 1bcbfa846f Made TextScr.cpp ASM-accurate Clownacy 2019-02-12 04:29:26 +00:00
  • e796a55a75
    Merge pull request #58 from Clownacy/master Cucky 2019-02-11 15:47:47 -05:00
  • a5860afeb9 Added Makefile dependency generation, and did some cleanup Clownacy 2019-02-11 18:36:56 +00:00
  • 1546e6ed4e Remove opengl hint Clownacy 2019-02-11 14:57:38 +00:00
  • a235d1c25e Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-11 14:56:58 +00:00
  • 9e976b3707 Fixed an inaccuracy in NPC104 (Frog) Clownacy 2019-02-11 14:50:28 +00:00
  • 9c7457f4e2 Tiny cleanup in Sound.cpp Clownacy 2019-02-11 14:43:31 +00:00
  • cad4518d30 Fixed some portability issues (tested on a Pi) Clownacy 2019-02-11 14:42:24 +00:00
  • 5aea2ad77b Fortnite cuckydev 2019-02-10 20:46:33 -05:00
  • 4e5b2435c4
    Merge pull request #54 from Clownacy/master Cucky 2019-02-10 18:11:36 -05:00
  • 3cf1e68b73 Fixed inaccuracy in NPC121 (Colon) Clownacy 2019-02-10 22:04:10 +00:00
  • 48459ae1ab
    Merge pull request #53 from Clownacy/master Cucky 2019-02-10 16:09:37 -05:00
  • b83ba42123 Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-10 21:07:11 +00:00
  • bf58c69978 Removed a __cdecl that shouldn't be there Clownacy 2019-02-10 21:06:00 +00:00
  • 371858e5ce
    Merge pull request #52 from Clownacy/master Cucky 2019-02-10 15:10:32 -05:00
  • ab7e5e7c0d Accuracy improvement Clownacy 2019-02-10 19:49:08 +00:00
  • 95774cfe63 frick cuckydev 2019-02-10 14:12:27 -05:00
  • f2fed53e7f fixed nikumaru save cuckydev 2019-02-10 14:11:34 -05:00
  • 1e03ec73ce
    Merge pull request #51 from Clownacy/master Cucky 2019-02-10 13:22:47 -05:00
  • 4e61be56d0 Renamed the SDL icon file Clownacy 2019-02-10 17:03:55 +00:00
  • d4c0cde748 Added Windows-specific icon files Clownacy 2019-02-10 16:55:54 +00:00
  • 2ee2a1b34b Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-10 16:35:36 +00:00
  • 6265f81b14 Added cursors Clownacy 2019-02-10 16:35:23 +00:00
  • 0b231fa2b0
    Merge pull request #50 from Clownacy/master Cucky 2019-02-10 11:12:42 -05:00
  • 37a6c1a7ab Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 Clownacy 2019-02-10 16:00:20 +00:00
  • 38b846487a Fixed (C)Pixel .pbm protection on 32-bit builds Clownacy 2019-02-10 15:59:48 +00:00
  • b951bf60d5 fix cuckydev 2019-02-10 10:52:47 -05:00
  • e2be534dd5 Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 cuckydev 2019-02-10 10:49:40 -05:00
  • 33244da9b8 change2 cuckydev 2019-02-10 10:49:20 -05:00
  • 09daf8c2a6
    Update README.md Cucky 2019-02-10 10:44:13 -05:00
  • 6ce0c60a3c part 2 cuckydev 2019-02-10 10:42:31 -05:00
  • 53f4a05a39 removed data folder cuckydev 2019-02-10 10:41:59 -05:00
  • ad64a0440b moved fonts to seperate folder, switched to joysticks for control cuckydev 2019-02-10 10:39:45 -05:00
  • 84db90c794 Minor Organya.cpp cleanup Clownacy 2019-02-10 15:28:05 +00:00