cave-story-solaris/src
Clownacy f39e80efc3 Clean-up GenericLoad.cpp
Another ASM-inaccuracy. Dammit.
2019-11-15 18:50:45 +00:00
..
ArmsItem.cpp Change gArmsEnergyX stuff from hexadecimal to decimal. Also commented some more stuff. 2019-09-24 09:30:44 +02:00
ArmsItem.h Clarify vague comment 2019-09-24 10:12:05 +02:00
Back.cpp Deobfuscate a value without affecting ASM 2019-09-15 18:46:52 +01:00
Back.h Made Back.cpp about as ASM-accurate as I can make it 2019-02-19 00:50:16 +00:00
Boss.cpp Overhauled the NPC_flags, and applied them everywhere 2019-08-21 17:59:06 +00:00
Boss.h Rearranged #includes 2019-02-18 21:30:22 +00:00
BossAlmo1.cpp Code cleanup 2019-08-23 00:30:33 +00:00
BossAlmo1.h Added Core and more NPCs 2019-02-07 14:08:53 +00:00
BossAlmo2.cpp Code cleanup 2019-08-23 00:30:33 +00:00
BossAlmo2.h Added Undead Core and more NPCs 2019-02-09 14:47:20 +00:00
BossBallos.cpp Code cleanup 2019-08-23 00:30:33 +00:00
BossBallos.h Added Ballos 2019-02-10 00:42:48 +00:00
BossFrog.cpp Remove NPC utility macros 2019-09-15 18:16:46 +02:00
BossFrog.h Added more NPCs and Balfrog 2019-02-04 18:58:30 +00:00
BossIronH.cpp Overhauled the NPC_flags, and applied them everywhere 2019-08-21 17:59:06 +00:00
BossIronH.h Added IronHead and relevant NPCs 2019-02-07 15:10:46 +00:00
BossLife.cpp Made BossLife.cpp ASM-accurate 2019-04-06 13:43:35 +01:00
BossLife.h Made BossLife.cpp ASM-accurate 2019-04-06 13:43:35 +01:00
BossOhm.cpp Shut up more Clang warnings 2019-10-29 12:20:48 +00:00
BossOhm.h Rearranged #includes 2019-02-18 21:30:22 +00:00
BossPress.cpp Code cleanup 2019-08-23 00:30:33 +00:00
BossPress.h Added Heavy Press 2019-02-09 23:21:27 +00:00
BossTwinD.cpp Code cleanup 2019-08-23 00:30:33 +00:00
BossTwinD.h More NPCs, and added the Sisters 2019-02-07 20:45:53 +00:00
BossX.cpp Add note about identical case branches 2019-11-09 23:36:08 +01:00
BossX.h Added Monster X 2019-02-06 12:07:54 +00:00
Bug Fixes.txt Added a bugfix 2019-02-12 04:38:26 +00:00
BulHit.cpp Some #include fixes 2019-06-06 18:44:28 +00:00
BulHit.h Rearranged #includes 2019-02-18 21:30:22 +00:00
Bullet.cpp Documentation : Document identical function bodies for InitBullet and ClearBullet 2019-11-09 23:36:09 +01:00
Bullet.h Big ugly rework of WindowsWrapper.h 2019-06-20 20:06:55 +01:00
Caret.cpp Fix bad RECT declaration spacing 2019-05-07 18:48:18 +02:00
Caret.h Rearranged #includes 2019-02-18 21:30:22 +00:00
CommonDefines.h Remove some trailing commas 2019-10-29 12:11:07 +00:00
Config.cpp Use "strcmp(a, b) != 0" so it's clearer what we're checking for 2019-11-05 10:51:32 +01:00
Config.h Removed the dependency on stdint.h 2019-05-13 15:18:33 +01:00
Dialog.cpp Shut up some build warnings 2019-09-06 15:21:43 +00:00
Dialog.h Correct some WinAPI usage 2019-09-05 15:03:34 +01:00
Draw.cpp Fix a typo in a comment 2019-10-20 21:08:47 +00:00
Draw.h Ripped out SDL2, and begun made WinMain ASM-accurate 2019-09-01 14:39:16 +01:00
Ending.cpp Restore the Windows-style path separators 2019-09-05 14:05:27 +01:00
Ending.h Rearranged some functions to match the original EXE 2019-08-29 00:00:57 +01:00
Escape.cpp Big ugly rework of WindowsWrapper.h 2019-06-20 20:06:55 +01:00
Escape.h Big ugly rework of WindowsWrapper.h 2019-06-20 20:06:55 +01:00
Fade.cpp Added better comment for random self-assign in Fade.cpp 2019-11-09 23:37:10 +01:00
Fade.h Made signed chars explicit 2019-05-06 20:04:47 +01:00
Flags.cpp Documentation : Make operator priority clearer) 2019-11-04 11:42:34 +01:00
Flags.h Made Flags.cpp actually ASM-accurate 2019-04-08 14:43:04 +01:00
Flash.cpp Made Flash.cpp actually ASM-accurate 2019-02-24 03:13:36 +00:00
Flash.h More NPCs, and added Flash.cpp 2019-01-31 13:26:59 +00:00
Frame.cpp Some #include fixes 2019-06-06 18:44:28 +00:00
Frame.h Rearranged #includes 2019-02-18 21:30:22 +00:00
Game.cpp Documentation : Commented the fact that "swPlay % 2" is always true 2019-11-09 23:36:09 +01:00
Game.h Remove some trailing commas 2019-10-29 12:11:07 +00:00
Generic.cpp Documentation : Made some comments clearer 2019-11-09 23:37:10 +01:00
Generic.h Remove WINDOWS and NONPORTABLE 2019-09-04 02:14:15 +01:00
GenericLoad.cpp Clean-up GenericLoad.cpp 2019-11-15 18:50:45 +00:00
GenericLoad.h Clean-up GenericLoad.cpp 2019-11-15 18:50:45 +00:00
Input.cpp Clean-up Input.cpp 2019-11-15 18:44:59 +00:00
Input.h ASM-accurate Main.cpp and added the various Windows menus 2019-09-01 18:15:12 +01:00
KeyControl.cpp Clean-up KeyControl.cpp 2019-11-15 18:32:52 +00:00
KeyControl.h Clean-up KeyControl.cpp 2019-11-15 18:32:52 +00:00
Main.cpp Clean-up Main.cpp 2019-11-15 18:31:48 +00:00
Main.h Move SystemTask from WindowsWrapper.h to Main.h 2019-09-04 02:23:49 +01:00
Map.cpp Clean-up Map.cpp 2019-11-15 14:24:21 +00:00
Map.h Clean-up Map.cpp 2019-11-15 14:24:21 +00:00
MapName.cpp Clean-up MapName.cpp 2019-11-15 12:56:47 +00:00
MapName.h Clean-up MapName.cpp 2019-11-15 12:56:47 +00:00
MiniMap.cpp Clean-up MiniMap.cpp 2019-11-15 12:44:02 +00:00
MiniMap.h Clean-up MiniMap.cpp 2019-11-15 12:44:02 +00:00
MyChar.cpp Clean-up MyChar.cpp 2019-11-15 12:32:35 +00:00
MyChar.h Clean-up MyChar.cpp 2019-11-15 12:32:35 +00:00
MycHit.cpp Clean-up MyChar.cpp 2019-11-15 12:32:35 +00:00
MycHit.h Clean-up MycHit.cpp 2019-11-14 23:58:33 +00:00
MycParam.cpp Clean-up MycParam.cpp 2019-11-14 23:02:10 +00:00
MycParam.h Clean-up MycParam.cpp 2019-11-14 23:02:10 +00:00
NpcAct.h Rearranged #includes 2019-02-18 21:30:22 +00:00
NpcAct000.cpp Clean-up NpcAct000.cpp 2019-11-14 22:42:36 +00:00
NpcAct020.cpp Clean-up NpcAct020.cpp 2019-11-14 22:22:21 +00:00
NpcAct040.cpp Clean-up NpcAct040.cpp 2019-11-14 22:04:48 +00:00
NpcAct060.cpp Clean-up NpcAct060.cpp 2019-11-14 22:04:38 +00:00
NpcAct080.cpp Clean-up NpcAct080.cpp 2019-11-14 19:58:15 +00:00
NpcAct100.cpp Clean-up NpcAct100.cpp 2019-11-14 19:23:32 +00:00
NpcAct120.cpp Clean-up NpcAct120.cpp 2019-11-14 18:56:04 +00:00
NpcAct140.cpp Clean-up NpcAct140.cpp 2019-11-14 18:23:49 +00:00
NpcAct160.cpp Clean-up NpcAct160.cpp 2019-11-14 17:19:02 +00:00
NpcAct180.cpp Clean-up NpcAct180.cpp 2019-11-14 16:51:44 +00:00
NpcAct200.cpp Note a 60FPS/50FPS-related inconsistency 2019-11-14 16:24:31 +00:00
NpcAct220.cpp Clean-up NpcAct220.cpp 2019-11-14 14:47:15 +00:00
NpcAct240.cpp Clean-up NpcAct240.cpp 2019-11-14 14:29:42 +00:00
NpcAct260.cpp Clean-up NpcAct240.cpp 2019-11-14 14:29:42 +00:00
NpcAct280.cpp Clean-up NpcAct240.cpp 2019-11-14 14:29:42 +00:00
NpcAct300.cpp Clean-up NpcAct300.cpp 2019-11-14 12:29:04 +00:00
NpcAct320.cpp Note a 60FPS/50FPS-related inconsistency 2019-11-14 16:24:31 +00:00
NpcAct340.cpp Clean-up NpcAct240.cpp 2019-11-14 14:29:42 +00:00
NpChar.cpp Clean-up NpChar.cpp 2019-11-14 02:22:29 +00:00
NpChar.h Clean-up NpChar.cpp 2019-11-14 02:22:29 +00:00
NpcHit.cpp Clean-up NpcHit.cpp 2019-11-14 02:22:16 +00:00
NpcHit.h Clean-up NpcHit.cpp 2019-11-14 02:22:16 +00:00
NpcTbl.cpp Clean-up NpcTbl.cpp 2019-11-14 02:04:03 +00:00
NpcTbl.h Clean-up NpcTbl.cpp 2019-11-14 02:04:03 +00:00
Organya.cpp Clean-up Organya.cpp 2019-11-14 01:55:28 +00:00
Organya.h Clean-up Organya.cpp 2019-11-14 01:55:28 +00:00
PixTone.cpp Clean-up PixTone.cpp 2019-11-14 01:47:51 +00:00
PixTone.h Redecompiled PixTone.cpp 2019-02-10 14:59:39 +00:00
Profile.cpp ASM-accuracy improvement for Profile.cpp 2019-11-14 01:42:06 +00:00
Profile.h ASM-accuracy improvement for Profile.cpp 2019-11-14 01:42:06 +00:00
SelStage.cpp ASM-accuracy improvement for Profile.cpp 2019-11-14 01:42:06 +00:00
SelStage.h Made SelStage.cpp ASM-accurate 2019-05-13 21:31:14 +01:00
Shoot.cpp Clean-up Shoot.cpp 2019-11-14 01:06:04 +00:00
Shoot.h Clean-up Shoot.cpp 2019-11-14 01:06:04 +00:00
Sound.cpp Documentation : Made some comments clearer 2019-11-09 23:37:10 +01:00
Sound.h Remove some trailing commas 2019-10-29 12:11:07 +00:00
Stage.cpp Stage.cpp cleanup 2019-11-14 00:23:50 +00:00
Stage.h Stage.cpp cleanup 2019-11-14 00:23:50 +00:00
Star.cpp More Star.cpp cleanup 2019-11-14 00:18:10 +00:00
Star.h Stage.cpp cleanup 2019-11-14 00:23:50 +00:00
Tags.h PATH_LENGTH is actually Windows's MAX_PATH 2019-08-31 01:44:53 +01:00
TextScr.cpp TextScr.cpp cleanup 2019-11-14 00:15:03 +00:00
TextScr.h TextScr.cpp cleanup 2019-11-14 00:15:03 +00:00
Triangle.cpp Comment style tweaks in the last three files 2019-11-14 00:15:02 +00:00
Triangle.h Triangle.cpp cleanup 2019-11-14 00:15:02 +00:00
Types.h Removed all trailing spaces and added newline at EOF (when not present) 2019-05-07 11:55:42 +02:00
ValueView.cpp Comment style tweaks in the last three files 2019-11-14 00:15:02 +00:00
ValueView.h Clean up and accuracy fix for ValueView.cpp 2019-11-14 00:15:01 +00:00
WindowsWrapper.h Remove the undefs in WindowsWrapper, as these have no purpose here (no collisions with accurate) 2019-11-04 15:07:20 +01:00