Clownacy
d3af5e372f
Made ArmsItem.cpp ASM-accurate
2019-05-13 19:00:48 +01:00
Clownacy
9b82baeb02
Made MiniMap.cpp actually ASM-accurate
2019-05-13 17:50:09 +01:00
Clownacy
cc1df04fab
Fix broken code in MyChar.cpp
2019-05-13 16:28:02 +01:00
Clownacy
9398314af6
Shut up some MSVC2003 warnings, and comment on another one
...
I'm not fixing that last one, since I'd rather futureproof the code in
the event the SDL2 devs update the function to use size_t.
2019-05-13 15:45:45 +01:00
Clownacy
676ee004fe
Removed the dependency on stdint.h
...
This doesn't exist in MSVC2003, and nothing in the Linux port's debug
symbols indicate Pixel used it.
2019-05-13 15:18:33 +01:00
Clownacy
a94d9a4367
Made NpcAct100.cpp ASM-accurate
...
See #74 . Finally, I figured out what might be causing the register
differences. Considering how long this NPC's code is, it makes sense
that there might be some vestigial checks.
2019-05-13 14:23:08 +01:00
Clownacy
f04872b91b
Made MyChar.cpp ASM-accurate
...
See #74
2019-05-13 14:17:03 +01:00
Clownacy
d4d82d0ba8
Made MycHit.cpp ASM-accurate
2019-05-13 12:19:04 +01:00
Clownacy
3bccba6236
Made NpcHit.cpp ASM-accurate
2019-05-13 02:46:07 +01:00
Clownacy
fb87b8dd57
Made NpChar.cpp almost ASM-accurate
...
For some damn reason I can't replicate SetBulletObject stack frame
layout.
2019-05-12 23:47:31 +01:00
Clownacy
a711b34de7
Merge pull request #29 from GabrielRavier/addCommentsToBosses
...
Add comments to bosses
2019-05-12 19:56:25 +00:00
Clownacy
106f81130c
Merge pull request #30 from GabrielRavier/improveAToE
...
Improve files starting with A to E
2019-05-12 19:56:01 +00:00
Gabriel Ravier
16140d1903
Revert bad "clip rect" changes
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-12 16:52:13 +02:00
Gabriel Ravier
983dad37f8
Merge branch 'master' into addCommentsToBosses
2019-05-12 16:04:24 +02:00
Gabriel Ravier
9f9e319127
Merge branch 'master' into improveAToE
2019-05-12 16:04:11 +02:00
Gabriel Ravier
da07dc5ab5
Merge branch 'master' into improveGToK
2019-05-12 16:04:10 +02:00
Clownacy
9da92097a8
Deobfuscate some TimeCounter-related values
2019-05-11 02:22:10 +01:00
Clownacy
69a2697a0a
Made MycParam.cpp ASM-accurate
2019-05-11 01:20:11 +01:00
Clownacy
f3d073affe
Made Profile.cpp mostly ASM-accurate
...
The original code used MessageBoxA, but we haven't ported any of the
WinAPI stuff yet, so there's no hWnd available.
2019-05-10 20:40:58 +01:00
Gabriel Ravier
bf4aa6b6c0
Did some formatting and grammatical/orthographic corrections
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-10 09:46:05 +02:00
Gabriel Ravier
cc01791f68
Merge branch 'master' into addCommentsToBosses
2019-05-10 08:50:43 +02:00
Gabriel Ravier
38114d2fee
Merge branch 'master' into improveGToK
2019-05-10 08:46:46 +02:00
Gabriel Ravier
b706209bd1
Correct some orthograph and some formatting
...
I hope "cliprect" isn't actually a word or something
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-10 08:46:41 +02:00
Clownacy
db96e7de94
Useless #include
2019-05-09 18:46:41 +01:00
Clownacy
b5699d9760
SDL's docs specifically calls these 'scancodes' not 'scan codes'
2019-05-09 18:45:28 +01:00
Gabriel Ravier
2578302bb5
Reverted formatting change Clownacy didn't like
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 19:42:24 +02:00
Gabriel Ravier
0e5bcf26e0
Revert MapName.cpp to Shift-JIS
...
Also "optimised" is valid english lol
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 19:38:11 +02:00
Gabriel Ravier
c6bcbeab2f
Revert "corrections" of "colour" to "color", makes style inconsistent though :(
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 18:01:15 +02:00
Gabriel Ravier
953b2990ce
Corrected new line mistake
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 17:43:27 +02:00
Gabriel Ravier
70818bd58c
Some orthograph corrections
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 12:19:15 +02:00
Gabriel Ravier
052e018063
Corrected formatting for MycParam.cpp
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 11:29:44 +02:00
Gabriel Ravier
ee5f3e3ef7
Corrected formatting for MycHit.cpp
...
Also changed regex to "((//|\;)[^ \t]|(for|while|if|while|do|void|int|bool)\(|(for|while|if|while|do)\ \(.*\)\;|\(\ |\ \)|//\ [a-z]|\ \ )"
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 11:25:17 +02:00
Gabriel Ravier
66a4805ceb
Corrected formatting in MyChar.cpp
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 11:19:03 +02:00
Gabriel Ravier
216fa2d3f7
Merge branch 'master' into addCommentsToBosses
2019-05-08 10:49:21 +02:00
Gabriel Ravier
d70ab6045d
Merge branch 'master' into improveGToK
2019-05-08 10:46:51 +02:00
Gabriel Ravier
4998dfa008
Merge branch 'master' of https://github.com/GabrielRavier/Cave-Story-Engine-2
2019-05-08 10:43:53 +02:00
Gabriel Ravier
9ed2cdc9f1
Correct comment spacing and convert MapName.cpp to UTF-8
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:39:08 +02:00
Gabriel Ravier
2f15c23277
Add note to comment and correct other comment
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:37:06 +02:00
Gabriel Ravier
846d34eaf1
Corrected formatting in MapName.cpp
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:35:36 +02:00
Gabriel Ravier
b19733f47e
Correct formatting in Main.cpp
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:30:14 +02:00
Gabriel Ravier
1d0129e681
Corrected formatting in Map.cpp
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:28:44 +02:00
Gabriel Ravier
37e29f330f
Fix comments in Input.cpp
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:03:56 +02:00
Gabriel Ravier
e6e780f3d2
Properly tab pPtpTable
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:03:56 +02:00
Gabriel Ravier
3d94702bea
Fix parentheses and comments in Game.cpp, Generic.cpp
...
Also fixed formatting for a break (two spaces instead of a tab)
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 09:03:56 +02:00
Gabriel Ravier
2990db9622
Added a few comments to some bosses
...
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-08 08:24:01 +02:00
Clownacy
260d245e4c
Made NpcTbl.cpp ASM-accurate
2019-05-07 20:59:25 +01:00
Clownacy
7918e6067d
Merge pull request #22 from GabrielRavier/improveBullet
...
Improve Bullet
2019-05-07 18:04:07 +00:00
Gabriel Ravier
cc23ef2718
Corrected forgotten RECT formatting and made comment more accurate
...
Added a TODO note to emphasize the fact we don't actually know what Pixel did here
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2019-05-07 19:24:41 +02:00
Clownacy
c06b30c680
Merge pull request #23 from GabrielRavier/improveCToE
...
Improve files starting with C, D and E
2019-05-07 17:18:19 +00:00
Clownacy
cf6097d873
Merge pull request #21 from GabrielRavier/improveBoss
...
Improve Boss
2019-05-07 17:15:22 +00:00