shithub: cstory

RSS feed

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

94442d9c – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/28 14:22
Made it so MSVC interprets source files as UTF-8 to fix compile

01abc054 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/27 17:22
Added code that prints the compiler ID and fixed bin2h's compiler detection code to use the C compiler ID of the C++ compiler ID (which isn't available then as bin2h is in c)

d6ec92cb – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/27 17:02
Attempt 2 at making warnings work

44d6dac4 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/10/27 16:42
First attempt at making warnings work

15ad469f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/27 14:20
Shut up that CMake OpenGL warning

c2daebe3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/26 21:57
Handle Backend_Init failing

785131a1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/26 19:47
Merge branch 'accurate' into portable

9fb01161 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/26 19:40
Swap two function calls around

67ddb820 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/25 22:21
...Maybe I should test these things first

ae843700 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/25 21:54
Correct return values in OpenGL3's Backend_Init

006a20b9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 16:25
Merge branch 'accurate' into portable

b1418f7f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 15:33
Remove a leftover unsigned literal

f690f990 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 15:28
Convert some old Shift-JIS comments to UTF-8

f6dd5842 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 15:25
Add missing boolean values

dda0dd2f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 14:56
Fix mismatching function declaration in header

a8cf5e18 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/20 17:07
Fix a typo in a comment

a9265e8b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/16 20:47
Fix some errors when compiled with Visual Studio 6

2faf387c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/16 11:42
Merge branch 'accurate' into portable

764df530 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/16 11:30
Made TextScr.cpp's 'text' array two-dimensional

532e497a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/14 19:48
Merge branch 'accurate' into portable

cea39ac0 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/10/14 18:45
Improve the readme's wording some more

7f0b8ac4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/14 18:35
Missed an 'SDLTexture', there

0b8c49b9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/14 18:20
Rename SDL RENDERER options

13e5f446 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/14 18:17
Merge branch 'accurate' into portable

253b33d3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/14 17:00
Turns out this isn't debug-related

ddd0c172 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 21:56
Undo that last edit in this branch

3bbc0286 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 21:55
Merge branch 'accurate' into portable

883f5470 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 21:55
Remove leftover bin2h stuff from Makefile

da9a9769 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 21:54
Merge branch 'accurate' into portable

Next