shithub: cstory

RSS feed

8484fc2c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/23 18:36
Fix Font.cpp not expecting the font colour in BGR

06589ab5 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/23 18:08
Remove leftover gitignore entry, and make MSVC2003 build define WINDOWS

4530bb68 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/23 17:46
Added MSVC2003 project and dependencies

01ddc5e9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/23 16:45
Fixed some warning MSVC2003 was giving in /W3 mode

d55f72ae – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/23 10:25
Another missing #include that MSVC2003 noticed

3e4ef292 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/22 17:27
Add a missing (but unusable) call

3e5f44f8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/22 17:23
Changed some things to BOOL/BOOLEAN, for ASM-accuracy

923749e4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/22 16:16
Some more fixes for errors MSVC2003 noticed

68895b15 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/22 11:16
Merge pull request #70 from Clownacy/master

e3549f87 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 18:24
Made Triangle.cpp ASM-accurate

293dbd4e – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 16:16
1) I'm stupid 2) Use RGB for the PutText calls

b6482682 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 16:01
Changed CortBox(2) col parameter from RGB to BGR

3eca2d7c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 15:56
Add all GetCortBoxColor calls back (also I found a vanilla bug)

5754da50 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 15:23
Made gFade static

88ed2d6e – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 15:20
Made Flags.cpp ASM-accurate

fb9b545e – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 14:51
Made Flash.cpp more source-accurate

5ba0454b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/21 14:46
Made Fade.cpp ASM-accurate

995a4f7a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/20 14:55
Work around a portability issue for now

063bfbc7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/20 11:13
Fixed some static-related stupidity in the Makefile

001457fa – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/20 10:09
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

367b41bc – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/20 10:08
Fixed another case of assuming long is 32-bit

55f1d3a9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 22:55
Fixed some problems found while compiling most of this with VC++2003

bb065aa6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 18:39
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

a76b7a3a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 18:35
Fix sprite upscaling on platforms where long isn't 32-bit

92031052 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 17:57
Shut up some warnings

df262017 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 17:39
Switched to C++98

ec148c10 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 17:30
Made the spriterects C++03-compatible

4be2ef39 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/19 14:43
Merge pull request #69 from Clownacy/master

e7ad5271 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/19 12:07
Merge pull request #68 from Clownacy/master

4d04590b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 11:05
Made the game compile as C++03

ff4352ff – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/19 10:52
Made more NPCs ASM-accurate

754bed87 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 23:33
Got NpcAct000.cpp to compile in MSVC2003 and made NPCs 0/1 ASM-accurate

8e76e385 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 22:32
Possible fix for static builds on non-Windows platforms?

84945aa8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 19:55
Removed some old unimplemented-function stuff that we no longer need

fbaf4654 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 19:50
Made Back.cpp about as ASM-accurate as I can make it

e1e49a4d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 19:18
Made ArmsItem.cpp ASM-accurate

0bb9760d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 16:30
Rearranged #includes

809fb95b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 15:40
Fix Surface_Ids crash

e5caff59 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 15:40
Removed the SDL dependency from Draw.h

132d3c51 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 09:36
Applied SURFACE_ID constants to everything

f08c1c3a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/18 08:24
Added some bugfixes and cleanup

1042d3fc – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/17 21:56
Note a difference in the old Linux port

f9a4ea9e – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/17 21:39
Fixed an inaccuracy in NPC002 (Behemoth)

99474e4a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/16 19:43
Fix another capitalisation error in the stage table

132f5235 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/16 17:18
Changed direction key fix

eb16fa45 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/16 12:11
Revert "hell"

b2053998 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/16 12:10
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

ef460886 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/16 07:50
Removed leftover SDL_rwops includes

c3cd3e9f – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/16 06:47
Update README.md

07d01143 – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/16 06:35
hell

b2a024d4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/15 17:43
Fixed bad free

da18e821 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/15 15:52
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

0403f26f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/15 15:52
Two fixes

c44186d9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/15 15:33
Ditched SDL's file IO for stdio and our own convenience functions

1b0a8e56 – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/14 18:21
accurater?

8942c6cc – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/14 10:42
Gave the music file extensions

3b395c26 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/14 01:47
Draw.cpp fix and optimisations

e1cd4cf8 – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/13 14:46
fix

cd9df8ec – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/13 10:54
Merge pull request #65 from Clownacy/master

2453c456 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/13 14:53
Update README.md

c844bc9f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/13 11:49
Avoid VLAs

d7813fd9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/13 10:43
Fixed some warnings

08d9ca4a – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/12 16:28
fix???

c387c31d – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/12 16:27
help

c7da84bb – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/12 15:58
accuracy?

c75894e9 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/12 11:26
Merge pull request #63 from Clownacy/master

9dd3eefa – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/12 09:37
Updated README

3a08ad50 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/12 09:30
Fixed 3x window upscaling

f54e325b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 23:44
Removed junk cursor resource files

f302c559 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/12 03:36
Merge pull request #62 from Clownacy/master

2f547254 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 23:32
Added a bugfix

1bcbfa84 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 23:29
Made TextScr.cpp ASM-accurate

e796a55a – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/11 10:47
Merge pull request #58 from Clownacy/master

a5860afe – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 13:36
Added Makefile dependency generation, and did some cleanup

1546e6ed – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 09:57
Remove opengl hint

a235d1c2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 09:56
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

9e976b37 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 09:50
Fixed an inaccuracy in NPC104 (Frog)

9c7457f4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 09:43
Tiny cleanup in Sound.cpp

cad4518d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/11 09:42
Fixed some portability issues (tested on a Pi)

3cf1e68b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 17:04
Fixed inaccuracy in NPC121 (Colon)

5aea2ad7 – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/10 15:46
Fortnite

4e5b2435 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/10 13:11
Merge pull request #54 from Clownacy/master

48459ae1 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/10 11:09
Merge pull request #53 from Clownacy/master

b83ba421 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 16:07
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

bf58c699 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 16:06
Removed a __cdecl that shouldn't be there

ab7e5e7c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 14:49
Accuracy improvement

371858e5 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/10 10:10
Merge pull request #52 from Clownacy/master

95774cfe – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/10 09:12
frick

f2fed53e – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/10 09:11
fixed nikumaru save

1e03ec73 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/10 08:22
Merge pull request #51 from Clownacy/master

4e61be56 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 12:03
Renamed the SDL icon file

d4c0cde7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 11:55
Added Windows-specific icon files

2ee2a1b3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 11:35
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

6265f81b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 11:35
Added cursors

37a6c1a7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 11:00
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

38b84648 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 10:59
Fixed (C)Pixel .pbm protection on 32-bit builds

84db90c7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/02/10 10:28
Minor Organya.cpp cleanup

0b231fa2 – Cucky <44537737+cuckydev@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/02/10 06:12
Merge pull request #50 from Clownacy/master

b951bf60 – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/10 05:52
fix

e2be534d – cuckydev <cuckydev@users.noreply.github.com> authored on 2019/02/10 05:49
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2

Next