shithub: cstory

RSS feed

277a0b8e – Gabriel Ravier <gabravier@gmail.com> authored on 2020/04/30 20:19
CMakeLists: Add minimum version for SDL2

bdbebf9a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/29 12:13
Merge branch 'portable' of https://github.com/Clownacy/Cave-Story-Engine-2 into portable

88602cca – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/29 09:07
Do not create glyph textures with no height/width

d0ec163e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/27 14:42
Merge branch 'accurate' into portable

99ed3ead – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/27 14:41
Merge pull request #115 from GabrielRavier/portableAddCMake3_10Support

3dd904ad – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/27 14:41
Merge pull request #114 from GabrielRavier/accurateAddCMake3_10Support

16f29f6f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/25 20:56
Merge branch 'accurate' into portable

1e63788c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/25 20:55
Use safe printf functions for Wii U code

aa18ccce – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/25 20:50
Ditch the Nintendo-style controls

43c0b670 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/25 20:07
Figured out the mystery values in RestoreSurfaces

e4e8453b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/25 13:58
Make some logic more like vanilla

c5691d75 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/24 20:03
Fix Wii U port when TV is set to 1080p

22c99871 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/24 15:48
Dear me: Test your fixes before committing them

cbeeb7a1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/24 15:42
Fix WiiU-Software backend buffer being 5ms

20440ff5 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/24 13:20
Missing a line

8e2d8ab9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/24 13:06
Add context initialisation to miniaudio backend

bf8d824b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/24 09:02
Fix typo

8945ca82 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 17:06
Remove old Wii U window backend

fe69a5d7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 17:05
Fix typo

231d1b93 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 16:50
Add error-handling to Font.cpp

a7f2ec6a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 15:53
Safely-handle LockSurface failing

a8d0595b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 10:38
Update other backends to current API

b841f22c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 10:35
Remember to free the glyph shader

b8dd512d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 10:34
Free surface upon failure

d7c138f8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 10:33
More error-handling

1f9247e5 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 10:31
Cleanup and extra error-handling

ee1d777e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 09:41
...Actually do what the last commit said

a2cdd9ac – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/23 09:23
Allow surfaces to be marked as not-render-targets

ebb96ad2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 21:50
Cleanup

4752423f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 21:46
Use pitch

0421a7ca – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 21:08
Wii U: Glyphs don't use colour-buffers

6bdb4069 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 20:14
Also consistency with enhanced branch

f0065082 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 20:13
Sanity check

6a000574 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 19:57
Do not stream bitmaps

abdd7fc7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 19:53
Add missing case for Wii U screen size

17fb47bc – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 18:27
Correct typo

e1779248 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 18:22
Add error-prints to Wii U renderer

c454f442 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 18:16
Wii U: Implemented `Backend_PrintError` & co.

a12e9715 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 14:45
Make Wii U software renderer support any res

31cd8402 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 14:32
Fix Wii U software renderer

bc7b078d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 13:58
Make Wii U renderer support non 4:3 aspect ratios

caa00c9a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 12:48
Update shader formulas

b4d9b15a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 11:23
Add a TODO

bfc2d4e3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 10:59
...Maybe I should test my fixes before commit

ff9c2dc4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 10:57
Remove now-unneeded sanity checks

afb3c834 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 10:54
Do not draw sprites with backwards/empty RECTs

f55450d1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 10:27
Rename WiiU.cpp to WiiU-Hardware.cpp

5cc1d5ac – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 10:25
Update CMake options and readme

7261106b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 10:03
Wii U: Swap X and Y buttons

11b5fd88 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 09:59
Wii U: Use linear-filtering on the screen texture

a2b272fd – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 09:58
Address a TODO, and do some cleanup

b2a0ad08 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 09:02
Move Wii U shaders

5b636ccc – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 09:00
Cleanup

0aba8888 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 08:58
Wii U: Update colour in PrepareToDrawGlyphs

90f72915 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 08:56
Wii U: Store glyph texture in R8 format

69e0d868 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/21 08:45
Added font rendering to Wii U

00792413 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 23:34
Cleanup

e687c502 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 23:22
Cleanup

4d2a2270 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 23:16
Add render-to-texture support to Wii U renderer

8377f011 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 20:58
Add in-progress hardware Wii U renderer

e40de499 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 10:54
Wii U cleanup

24d8f318 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:08
Merge branch 'accurate' into portable

46ca9b4d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:08
aesthetic

5d309db3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:07
Ignore `ConfigCSE2E.dat`

dec481a8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:05
And another

57c58796 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:04
Add more files to `.gitignore`

7450952a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:58
Add a list of supported platforms

cb461126 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:54
Note default options

e6f3a826 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:53
Clean-up readme option descriptions

bcfcf2c0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:50
Rename 'BUILD_DOCONFIG' to just 'DOCONFIG'

2978db4d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:48
More cleanup

2f7db28d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:46
Wii U backend cleanup

5ca12ae2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:42
Tweak Wii U coordinates

65b470ba – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 08:39
It seems we don't need the colour-buffer (Wii U)

e470b915 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 22:44
Cleanup and documentation

a1120018 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 22:14
Add complete shader sources

f2ffab48 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 21:35
Make Wii U controls more Nintendo-y

b89207b5 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 18:46
Merge branch 'accurate' into portable

c5281266 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 18:37
Fix bosses flicking across the screen when hurt

76dc1f81 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 17:27
Fix Wii U Pro Controller input oddities

e6678448 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 17:19
Fix Pro Controller support

ba65ebf3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 16:59
Add Wii U Pro Controller support

91bda896 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 16:48
Restore proper 4:3 aspect ratio

5c575a0b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 16:15
Fix crash

cfe52358 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:46
Add the blooming Wii U shader

93cf72e2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:45
Add sanity checks to the Wii U hardware mixer

4f80ff41 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:44
Correct a typo

04faccb2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:43
More cleanup

01a444ff – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:37
More cleanup

5704035b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:31
Cleanup

9e3b1589 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:27
Add stereo support to Wii U software mixer

288c2dcc – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:05
Wii U - Use a frame callback instead of a thread

07ee6481 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 15:03
Add Wii U software audio mixer

745783a0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 09:51
Wii U samples are signed

7d95fb8e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 09:46
Wii U audio backend cleanup

9e9b86c6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 09:34
Add new Wii U window backend

0b6e90ab – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/18 21:37
Work-around some global namespace polution

320e891a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/18 21:33
Fix keyboard input on Windows

11b04fe9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/17 21:38
Update other audio backends

011cb94f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/17 21:23
More guards

Next