Commit graph

59 commits

Author SHA1 Message Date
Clownacy
c44186d93a Ditched SDL's file IO for stdio and our own convenience functions
ASM-accurate file stuff can come later.
2019-02-15 20:33:08 +00:00
Clownacy
8942c6cc48 Gave the music file extensions 2019-02-14 15:42:50 +00:00
Clownacy
a5860afeb9 Added Makefile dependency generation, and did some cleanup 2019-02-11 18:36:56 +00:00
Clownacy
cad4518d30 Fixed some portability issues (tested on a Pi) 2019-02-11 14:42:24 +00:00
Clownacy
4e61be56d0 Renamed the SDL icon file
Turns out it has an actual name in the original EXE
2019-02-10 17:03:55 +00:00
Clownacy
d4c0cde748 Added Windows-specific icon files 2019-02-10 16:55:54 +00:00
Clownacy
6265f81b14 Added cursors 2019-02-10 16:35:23 +00:00
Clownacy
545dcdf18d Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2 2019-02-10 00:43:48 +00:00
Clownacy
c2821d8350 Added Ballos
Finally. The game's done.
2019-02-10 00:42:48 +00:00
Clownacy
7d788dd759 Added Heavy Press 2019-02-09 23:21:27 +00:00
cuckydev
ded926b422 Saving Nikumaru Counter 2019-02-09 18:03:38 -05:00
Clownacy
10f69d115b Added Undead Core and more NPCs 2019-02-09 14:47:20 +00:00
Clownacy
5719c5aabd Fixed Makefile
Derp
2019-02-09 13:35:39 +00:00
Clownacy
80d0bda206 Fixed Japanese build 2019-02-09 01:52:36 +00:00
Clownacy
3306316162 More NPCs, and added the Sisters 2019-02-07 20:45:53 +00:00
Clownacy
aa08331c36 Added IronHead and relevant NPCs
Also added the AMJ TSC command, so getting the Spur works
2019-02-07 15:10:46 +00:00
Clownacy
f47f036e36 Added Core and more NPCs 2019-02-07 14:08:53 +00:00
cuckydev
21f83b6d56 Period 2019-02-06 16:41:37 -05:00
Clownacy
e4c520bb7c Added NPC334 (sweat) 2019-02-06 20:18:19 +00:00
Clownacy
acc12ea5ed Added Monster X 2019-02-06 12:07:54 +00:00
Clownacy
bb78f44a2f Added Labyrinth NPCs 2019-02-06 09:44:29 +00:00
Clownacy
c29543001d Added more NPCs and Balfrog 2019-02-04 18:58:30 +00:00
cuckydev
42f7bb55c0 STAR 2019-02-03 13:26:43 -05:00
cuckydev
66e96f47b7 omega 2019-02-02 01:19:12 -05:00
Clownacy
687f02119f Added SelStage.cpp (teleporter menu) 2019-01-31 18:38:21 +00:00
Clownacy
5c8f80e611 Added some TSC commands and BossLife.cpp 2019-01-31 14:36:54 +00:00
Clownacy
8954e9aaca More NPCs, and added Flash.cpp 2019-01-31 13:26:59 +00:00
Clownacy
74bdbf86ca More NPCs
Cemetery done (minus Ma Pignon of course)
2019-01-30 21:07:48 +00:00
cuckydev
bea22e72e0 bullet 2019-01-30 16:03:10 -05:00
cuckydev
4a104a527c FORTNTIE 2019-01-29 17:47:34 -05:00
Clownacy
25b58cc072 More NPCs 2019-01-29 20:12:49 +00:00
Clownacy
81f22c2bb8 Added more NPCs
Mostly, if not all, Egg Corridor.
2019-01-29 18:48:43 +00:00
Clownacy
90ef30bece Added option for fonts to be loaded from Windows
This restores some compatibility with Config.dat's font settings.
2019-01-29 14:20:25 +00:00
cuckydev
10d946aca2 map system doesn't work 2019-01-29 09:17:13 -05:00
Clownacy
a26f4b4bce More First Cave objects 2019-01-28 17:41:02 +00:00
Clownacy
1b733b6a1f More First Cave objects. Also added opening objects. 2019-01-28 17:40:08 +00:00
Clownacy
daa858f09c More First Cave objects (also Kazuma's shelter ones) 2019-01-28 17:40:06 +00:00
Clownacy
0f87d1ee8f Added bunch of First Cave objects 2019-01-28 17:36:50 +00:00
cuckydev
1e7b07a102 working on arms and items 2019-01-28 12:26:35 -05:00
Cucky
b29f119f3d
Merge pull request #13 from Clownacy/master
Added NPCs
2019-01-27 14:55:11 -05:00
cuckydev
7fa14698f0 ADDED OUCHIE 2019-01-27 14:54:05 -05:00
Clownacy
27cfd5a575 Added NPC015, NPC018, and NPC020 (chest close, door, and chest open) 2019-01-27 12:18:21 +00:00
cuckydev
17b0b503a9 got a bit of tsc done (still need to finish PutTextScript, then it's just commands as far as I know) 2019-01-26 19:40:25 -05:00
Clownacy
8f8c481b2d Makefile improvements
* No longer produces .exe files on Linux
* Made static linking optional (useful for Linux)
* Minor cleanup
2019-01-26 15:48:50 +00:00
cuckydev
c04092df89 added first 6 npcs, npc map collision, player map collision, fixed huge issue with map drawing, causing there to be 50+% cpu usage. bluh 2019-01-25 22:38:50 -05:00
Clownacy
b325efd981 Improved Japanese build a little 2019-01-25 12:02:52 +00:00
cuckydev
cbc5542cca added some stuff 2019-01-24 22:19:56 -05:00
Clownacy
3bb0435c27 Overhauled font system
Now with super-sexy accurate subpixel rendering and Japanese support
2019-01-24 17:36:18 +00:00
cuckydev
66f545af41 gave credits its music code, changed language related stuff, bleh bleh blah blah bluh bluh blyh 2019-01-22 20:01:35 -05:00
cuckydev
a7f62c01a5 added fading 2019-01-22 10:48:16 -05:00