shithub: cstory

RSS feed

c247de76 – Gabriel Ravier <[email protected]> authored on 2019/05/16 04:21
Cleaned up NpcAct320.cpp

e5b499ee – Gabriel Ravier <[email protected]> authored on 2019/05/16 04:18
Cleaned up NpcAct300.cpp

f1048b21 – Gabriel Ravier <[email protected]> authored on 2019/05/16 04:11
Cleaned up NpcAct280.cpp

1e6ee2d6 – Gabriel Ravier <[email protected]> authored on 2019/05/16 04:03
Corrected stupid error in NpcAct260.cpp

c64110cf – Gabriel Ravier <[email protected]> authored on 2019/05/16 03:20
Cleaned up NpcAct260.cpp

33071564 – Gabriel Ravier <[email protected]> authored on 2019/05/15 17:42
Started cleaning up NpcAct260.cpp

1588fab1 – Gabriel Ravier <[email protected]> authored on 2019/05/15 17:28
Clean up NpcAct240.cpp

6c5aea8a – Gabriel Ravier <[email protected]> authored on 2019/05/15 17:18
Cleaned up NpcAct220.cpp

54123908 – Gabriel Ravier <[email protected]> authored on 2019/05/15 17:08
Cleaned up NpcAct200.cpp

6d462c6f – Gabriel Ravier <[email protected]> authored on 2019/05/15 15:36
Clean up NpcAct180.cpp

edaf94f3 – Gabriel Ravier <[email protected]> authored on 2019/05/15 15:20
Cleaned up NpcAct160.cpp

fc57b8e6 – Gabriel Ravier <[email protected]> authored on 2019/05/15 09:19
Cleaned up NpcAct140.cpp

601e511b – Gabriel Ravier <[email protected]> authored on 2019/05/14 05:40
Did formatting for NpcAct120.cpp

9b3b7039 – Gabriel Ravier <[email protected]> authored on 2019/05/14 05:31
Did formatting for NpcAct100.cpp

06a7e86c – Gabriel Ravier <[email protected]> authored on 2019/05/14 04:54
Corrected formatting in NpcAct080.cpp

57767f33 – Gabriel Ravier <[email protected]> authored on 2019/05/14 04:50
More formatting stuff

c596abda – Gabriel Ravier <[email protected]> authored on 2019/05/14 04:46
Changed "init" to "Initialize"

cc9fbbd1 – Gabriel Ravier <[email protected]> authored on 2019/05/14 04:44
Corrected formatting in NpcAct040.cpp

e8cacce5 – Gabriel Ravier <[email protected]> authored on 2019/05/14 04:41
Did formatting stuff in NpcAct020.cpp

107fd355 – Gabriel Ravier <[email protected]> authored on 2019/05/14 04:15
Merge branch 'master' into feature/improveNpcAct

5a2f98ec – Gabriel Ravier <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/14 04:09
Merge pull request #20 from Clownacy/master

b2812053 – Clownacy <[email protected]> authored on 2019/05/13 21:47
Shut up a warning GCC was giving me

00ca00f5 – Clownacy <[email protected]> authored on 2019/05/13 21:35
Weed out some usage of C++ bools

9de26337 – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/13 18:52
Merge pull request #13 from GabrielRavier/addBetterMakefileDebugFlags

d5dd2c95 – Clownacy <[email protected]> authored on 2019/05/13 19:51
Made TextScr.cpp almost ASM-accurate

e1d3898d – Clownacy <[email protected]> authored on 2019/05/13 17:31
Made SelStage.cpp ASM-accurate

c9d5b3d0 – Clownacy <[email protected]> authored on 2019/05/13 16:43
Made Ending.cpp ASM-accurate

81a1df6e – Gabriel Ravier <[email protected]> authored on 2019/05/13 15:41
Merge branch 'develop' into feature/improveNpcAct

11f6bf9f – Gabriel Ravier <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/13 15:17
Merge pull request #18 from Clownacy/master

d3af5e37 – Clownacy <[email protected]> authored on 2019/05/13 15:00
Made ArmsItem.cpp ASM-accurate

0651f1b9 – Gabriel Ravier <[email protected]> authored on 2019/05/13 14:35
Cleaned up NpcAct000.cpp

9b82baeb – Clownacy <[email protected]> authored on 2019/05/13 13:50
Made MiniMap.cpp actually ASM-accurate

cc1df04f – Clownacy <[email protected]> authored on 2019/05/13 12:28
Fix broken code in MyChar.cpp

9398314a – Clownacy <[email protected]> authored on 2019/05/13 11:42
Shut up some MSVC2003 warnings, and comment on another one

c8630a86 – Clownacy <[email protected]> authored on 2019/05/13 11:24
Removed the stdint.h replacement for MSVC2003

676ee004 – Clownacy <[email protected]> authored on 2019/05/13 11:18
Removed the dependency on stdint.h

a94d9a43 – Clownacy <[email protected]> authored on 2019/05/13 10:20
Made NpcAct100.cpp ASM-accurate

f04872b9 – Clownacy <[email protected]> authored on 2019/05/13 10:17
Made MyChar.cpp ASM-accurate

d4d82d0b – Clownacy <[email protected]> authored on 2019/05/13 08:19
Made MycHit.cpp ASM-accurate

3bccba62 – Clownacy <[email protected]> authored on 2019/05/12 22:46
Made NpcHit.cpp ASM-accurate

fb87b8dd – Clownacy <[email protected]> authored on 2019/05/12 19:46
Made NpChar.cpp almost ASM-accurate

a711b34d – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/12 15:56
Merge pull request #29 from GabrielRavier/addCommentsToBosses

106f8113 – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/12 15:56
Merge pull request #30 from GabrielRavier/improveAToE

e48b3897 – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/12 15:54
Merge pull request #31 from GabrielRavier/improveGToK

16140d19 – Gabriel Ravier <[email protected]> authored on 2019/05/12 12:52
Revert bad "clip rect" changes

36e0bcb3 – Gabriel Ravier <[email protected]> authored on 2019/05/12 12:04
Merge branch 'master' into addBetterMakefileDebugFlags

983dad37 – Gabriel Ravier <[email protected]> authored on 2019/05/12 12:04
Merge branch 'master' into addCommentsToBosses

9f9e3191 – Gabriel Ravier <[email protected]> authored on 2019/05/12 12:04
Merge branch 'master' into improveAToE

da07dc5a – Gabriel Ravier <[email protected]> authored on 2019/05/12 12:04
Merge branch 'master' into improveGToK

98c5db93 – Gabriel Ravier <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/12 12:02
Merge pull request #17 from Clownacy/master

9da92097 – Clownacy <[email protected]> authored on 2019/05/10 22:22
Deobfuscate some TimeCounter-related values

69a2697a – Clownacy <[email protected]> authored on 2019/05/10 21:20
Made MycParam.cpp ASM-accurate

f3d073af – Clownacy <[email protected]> authored on 2019/05/10 16:40
Made Profile.cpp mostly ASM-accurate

bf4aa6b6 – Gabriel Ravier <[email protected]> authored on 2019/05/10 05:46
Did some formatting and grammatical/orthographic corrections

b06988f2 – Gabriel Ravier <[email protected]> authored on 2019/05/10 04:50
Merge branch 'master' into addBetterMakefileDebugFlags

cc01791f – Gabriel Ravier <[email protected]> authored on 2019/05/10 04:50
Merge branch 'master' into addCommentsToBosses

38114d2f – Gabriel Ravier <[email protected]> authored on 2019/05/10 04:46
Merge branch 'master' into improveGToK

b706209b – Gabriel Ravier <[email protected]> authored on 2019/05/10 04:46
Correct some orthograph and some formatting

82dc5125 – Gabriel Ravier <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/10 04:38
Merge pull request #16 from Clownacy/master

25085ca6 – Clownacy <[email protected]> authored on 2019/05/09 15:21
Fix DoConfig's gamepad button mapping

e4b12095 – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/09 13:59
Merge pull request #26 from Moocow9m/patch-1

db96e7de – Clownacy <[email protected]> authored on 2019/05/09 14:46
Useless #include

b5699d97 – Clownacy <[email protected]> authored on 2019/05/09 14:45
SDL's docs specifically calls these 'scancodes' not 'scan codes'

9f181c18 – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/08 14:40
Merge pull request #25 from GabrielRavier/improveM

2578302b – Gabriel Ravier <[email protected]> authored on 2019/05/08 15:42
Reverted formatting change Clownacy didn't like

0e5bcf26 – Gabriel Ravier <[email protected]> authored on 2019/05/08 15:38
Revert MapName.cpp to Shift-JIS

c6bcbeab – Gabriel Ravier <[email protected]> authored on 2019/05/08 14:01
Revert "corrections" of "colour" to "color", makes style inconsistent though :(

953b2990 – Gabriel Ravier <[email protected]> authored on 2019/05/08 13:43
Corrected new line mistake

e925880f – Clownacy <[email protected]> authored on 2019/05/08 10:55
Fixed VS 2017 WinXP builds when using local libs

70818bd5 – Gabriel Ravier <[email protected]> authored on 2019/05/08 08:19
Some orthograph corrections

bb829bfc – Moocow9m <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/08 07:46
Fix DoConfig read

052e0180 – Gabriel Ravier <[email protected]> authored on 2019/05/08 07:29
Corrected formatting for MycParam.cpp

ee5f3e3e – Gabriel Ravier <[email protected]> authored on 2019/05/08 07:25
Corrected formatting for MycHit.cpp

66a4805c – Gabriel Ravier <[email protected]> authored on 2019/05/08 07:19
Corrected formatting in MyChar.cpp

46d4d1b0 – Gabriel Ravier <[email protected]> authored on 2019/05/08 06:49
Merge branch 'master' into addBetterMakefileDebugFlags

216fa2d3 – Gabriel Ravier <[email protected]> authored on 2019/05/08 06:49
Merge branch 'master' into addCommentsToBosses

d70ab604 – Gabriel Ravier <[email protected]> authored on 2019/05/08 06:46
Merge branch 'master' into improveGToK

4998dfa0 – Gabriel Ravier <[email protected]> authored on 2019/05/08 06:43
Merge branch 'master' of https://github.com/GabrielRavier/Cave-Story-Engine-2

008c7054 – Gabriel Ravier <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/08 06:43
Merge pull request #15 from Clownacy/master

9ed2cdc9 – Gabriel Ravier <[email protected]> authored on 2019/05/08 05:39
Correct comment spacing and convert MapName.cpp to UTF-8

2f15c232 – Gabriel Ravier <[email protected]> authored on 2019/05/08 05:37
Add note to comment and correct other comment

846d34ea – Gabriel Ravier <[email protected]> authored on 2019/05/08 05:35
Corrected formatting in MapName.cpp

b19733f4 – Gabriel Ravier <[email protected]> authored on 2019/05/08 05:30
Correct formatting in Main.cpp

1d0129e6 – Gabriel Ravier <[email protected]> authored on 2019/05/08 05:28
Corrected formatting in Map.cpp

37e29f33 – Gabriel Ravier <[email protected]> authored on 2019/05/08 04:54
Fix comments in Input.cpp

e6e780f3 – Gabriel Ravier <[email protected]> authored on 2019/05/08 04:50
Properly tab pPtpTable

3d94702b – Gabriel Ravier <[email protected]> authored on 2019/05/08 04:49
Fix parentheses and comments in Game.cpp, Generic.cpp

ce3a09ee – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/08 04:25
Merge pull request #5 from GabrielRavier/addSomeMoreStuffToGitIgnore

3b1c3d99 – Gabriel Ravier <[email protected]> authored on 2019/05/08 06:23
Put *.out only for build_en/jp instead of globally

2990db96 – Gabriel Ravier <[email protected]> authored on 2019/05/08 04:24
Added a few comments to some bosses

260d245e – Clownacy <[email protected]> authored on 2019/05/07 16:58
Made NpcTbl.cpp ASM-accurate

32b678a9 – Gabriel Ravier <[email protected]> authored on 2019/05/07 16:21
Merge branch 'master' into addBetterMakefileDebugFlags

d3ae0df0 – Gabriel Ravier <[email protected]> authored on 2019/05/07 16:20
Merge branch 'master' into addSomeMoreStuffToGitIgnore

71015da1 – Gabriel Ravier <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/07 16:17
Merge pull request #13 from Clownacy/master

54ee8d13 – Gabriel Ravier <[email protected]> authored on 2019/05/07 15:43
Merge branch 'master' into addBetterMakefileDebugFlags

151c51ea – Gabriel Ravier <[email protected]> authored on 2019/05/07 15:39
Merge branch 'master' into addSomeMoreStuffToGitIgnore

4680607e – Gabriel Ravier <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/07 15:34
Merge pull request #12 from Clownacy/master

7918e606 – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2019/05/07 14:04
Merge pull request #22 from GabrielRavier/improveBullet

cc23ef27 – Gabriel Ravier <[email protected]> authored on 2019/05/07 15:24
Corrected forgotten RECT formatting and made comment more accurate

f0e53b87 – Gabriel Ravier <[email protected]> authored on 2019/05/07 14:20
Correct RECT declaration formatting

Next