shithub: cstory

RSS feed

531a6a0a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/10 07:17
Merge branch 'accurate' into portable

c5d6109d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/10 07:17
Comment tweaks

01db50d0 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/10 07:14
Merge pull request #75 from GabrielRavier/betterComments

f7a3eee9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/10 08:09
betterComments : Some stuff for the PR to accurate

9461b141 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/09 18:39
Documentation : Removed comment which talks about an issue fixed by commit e34f492418a6ec18c6b24303c31ca043f8e3e143

058881e4 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/09 18:35
Documentation : Tried to clarify comment on random conversion to short

5b18283e – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 06:19
Documentation : Made some comments clearer

f840be28 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 03:19
Added better comment for random self-assign in Fade.cpp

17f7f66f – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:23
Documentation : Comment an always true expression

ffc6e3e7 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:03
Documentation : Comment duplicate line

512b2e49 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:01
Documentation : Comment always true condition

a4559230 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 04:49
Documentation : Commented the fact that "swPlay % 2" is always true

32d29eb6 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 05:48
Documentation : Note that the fact 96 is already listed results in the condition always being false

ab4a265c – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:28
Documentation : Add note about duplicate block of code

6b1f82e7 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/04 06:40
Documentation : Document identical function bodies for InitBullet and ClearBullet

bda9fc39 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 11:59
Documentation : Comment redundant if

6635cc58 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:10
Documentation : Comment identical case branches in NpcAct280

6f0ffe54 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 11:34
Documentation : Add note about identical case branches in NpcAct020

c9e63c76 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 06:02
Documentation : Document the identical HitMyCharMap case branches

18915915 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/04 06:38
Documentation : Document identical case branches in ActBullet

7ddcbfaa – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/04 06:27
Add note about identical case branches

347f9282 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:18
Documentation : Commented redundant check

073a15b4 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:06
Documentation : Comment implicit truncation

fa304081 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 03:41
Documentation : Add note about irreproductability of __DATE

9c56888f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/09 10:40
Deobfuscare more values

9df9ea76 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/09 10:19
Deobfuscate some code

266bb13b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/09 09:53
Compare some pointers to NULL

5026964d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/09 09:48
Fix some more incorrectly-decompiled code

e34f4924 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/09 09:39
Accuracy fixes for Igor

83447165 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/09 09:24
Merge branch 'accurate' into portable

3c9ff22c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/09 09:19
Add better error-handling to Font.cpp

cb87f050 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/09 09:05
Merge pull request #77 from GabrielRavier/cmpUnclear

bac98f74 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/09 09:00
Merge pull request #81 from GabrielRavier/surroundMacroWithParentheses

69ec37c1 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/09 08:54
Merge pull request #82 from GabrielRavier/correctEnumTypeBeingConvertedToBool

401a8f0d – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/06 15:21
Bug : Fix wrong `==` to `!=`

571a7ca7 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:33
Bug : Put parentheses around IS_COMMAND and its parameters

bae879e3 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:27
Check "no" against MUS_SILENCE instead of converting it to a bool

f96b7fa5 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 12:16
Use "memcmp(a, b) != 0" instead of "memcmp(a, b)" so it's clearer we're searching for a difference

053770b8 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/04 04:50
Use "strcmp(a, b) != 0" so it's clearer what we're checking for

3c920996 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/05 05:43
Make memcmp usage clearer

4e322f25 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/04 14:08
Merge pull request #74 from GabrielRavier/parenthesizeFlagsMacros

6408303c – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/04 14:05
Merge pull request #71 from GabrielRavier/removeNonExistentNameCollisions

adc4f99c – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/12 12:48
Remove the undefs in WindowsWrapper, as these have no purpose here (no collisions with accurate)

159bc5d8 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/04 06:42
Documentation : Make operator priority clearer)

319e4165 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/02 17:20
Comment-out some unneeded dependencies

85f8d247 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/02 17:11
ALL_WARNINGS -> WARNINGS_ALL in .travis.yml

a1ec7821 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/02 17:03
Added Travis CI badge thingy

84b0cc0e – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/02 16:21
Merge pull request #68 from GabrielRavier/travisCIv2

1d005fcb – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/02 16:20
Merge branch 'portable' into travisCIv2

2cc6d1d7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/11/02 16:17
Update warning option names in Makefile

8c6f1381 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 15:20
Add Discord supoprt

d3a1e74f – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 14:20
Travis-CI : Attempt to remove manual building from source of SDL2

87c8ae24 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 12:44
Travis-CI : Fixed fltk package name

7dc506a9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 12:40
Travis-CI : Added dev packages which might just fix the build

f015ebec – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 11:40
Add parenthesis at end of comment

61369119 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 11:28
Try to fix Makefile by using spaces instead of tabs

33d734cb – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 11:07
Use $(warning message) instead of e@cho

9b55660c – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/01 10:55
Merge pull request #67 from GabrielRavier/fixMakefile

27064806 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 11:53
Actually properly fix the Makefile

d5099a09 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 10:21
Attempt to fix Travis-CI build

bc448d0d – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:59
Remove extraneous comma in Makefile

d0e59844 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:46
Attempt to make Travis-CI work

d8dc70c2 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:34
Merge branch 'travisCIv2' of https://github.com/GabrielRavier/Cave-Story-Engine-2 into travisCIv2

7fb44800 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:33
Attempt to fix .travis.yml

0fa7da83 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:29
Fixup package download and use clang 9

67f5fb6a – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:12
Made it so clang should work

1d9f16af – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:03
Correct tabs to spaces

0f126a77 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 08:53
Added some more .travis.yml support

40ba60cb – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/31 17:05
Started basic .travis.yml setup

11d1097a – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:33
Attempt to fix .travis.yml

dcede9c9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:29
Fixup package download and use clang 9

65502fd8 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:20
Fix Makefile

d013418e – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:12
Made it so clang should work

7401ae66 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:03
Correct tabs to spaces

555b2e4a – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 08:53
Added some more .travis.yml support

b4bde541 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/11/01 08:32
Merge pull request #66 from GabrielRavier/fixMakefile

2ced08fe – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/01 09:22
Fix Makefile by adding missing ")" in conditional

5c4c07d8 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/31 17:05
Started basic .travis.yml setup

8c8ddd49 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 15:04
Adjust merged commits to suit this branch

18add346 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 15:02
Merge branch 'accurate' into portable

a25998f1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 14:55
Add actual dependencies to the .rc file

7f249924 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 14:43
Add a 'compiling resources' message to Makefile

01c5fb3a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:25
Shut up another warning

394d5658 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:21
Merge branch 'accurate' into portable

f596f897 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:20
Shut up more Clang warnings

011b79a0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:20
Shut up some more Clang warnings

85890ef1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:14
Shut up some Clang warnings

ba1361ab – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:11
Merge branch 'accurate' into portable

567330cc – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:11
Remove some trailing commas

b14e0939 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:08
Shut up some Clang warnings in DoConfig

6b98bffb – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:01
Remove mutex_name

22f737e1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 07:54
Add WARNING 'option's to bin2h and DoConfig

404d748d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 07:53
Rename ALL_WARNINGS and FATAL_WARNINGS

e6b8221f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 07:50
Fix DoConfig always having the warning options enabled

eceae1f4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 07:45
Move options in README so both lists match

68fceb63 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/10/29 07:44
Merge pull request #63 from GabrielRavier/addWarnings2

f6c19c55 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/29 06:07
Move warnings in the README too

d40376ff – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/29 06:03
Removed bin2h mentions in CMakeLists, moved warnings options and FORCE_LOCAL_LIBS into a seperate block where the descriptions were improved and added warnings to DoConfig

4e99c97f – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/10/28 15:00
Merge pull request #64 from GabrielRavier/fixMSVCUtf8

2f9f9aaf – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/28 15:21
Fix bin2h to use C_COMPILER_ID instead of CXX_COMPILER_ID

Next