shithub: cstory

RSS feed

cec5fdb2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/04 17:17
3DS: Add vsync

17911753 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 16:47
3DS: Fix 'Studio Pixel presents' text

53e19517 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 15:28
Update the 'licence.txt's

a1d4d588 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 15:23
Drop DoConfig to 30FPS

6c1eb23f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 15:22
Simplify some pointer logic

f1fd371d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 15:19
Update 3DS-Software threading priority code

9e9b8942 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 08:33
Don't upload glyphs with no width or height

5395196b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 08:15
Disable SDL1 OpenGL window resizing

84df1a42 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/03 07:58
Explicitly disable vsync in OpenGL

4a6b04d3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/25 20:05
Fix a typo

cded38da – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/11/02 09:34
Remove some trailing whitespace

744ddcaa – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/25 19:37
Fix use of uninitialised memory in Font.cpp

59810343 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/25 16:54
Merge branch 'accurate' into portable

fe4c1461 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/25 09:34
More README cleanup

1b9c2d36 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/25 07:35
Make README explicitly list C++

98f78716 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/23 15:18
Update portable branch with licence boilerplates

afb2b22e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/23 15:10
Merge branch 'accurate' into portable

d81c46a7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/23 13:02
Release custom code under the MIT licence

76d22fa6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/21 15:18
README cleanup

e1e4787e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/21 15:17
Add RISC OS to the list of supported platforms

f9e96e26 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/21 15:09
3DS: Fix text transparency

a14aa30b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/20 20:00
Avoid a const violation

26739698 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/20 19:17
Update FreeType to 2.10.4

2dda16bd – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/20 14:39
Add SDL1 builds to Travis

68040d62 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/20 14:34
Merge pull request #144 from ccawley2011/RISC-OS-portable

44544a65 – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/10/20 13:33
RISC OS port

131a8dec – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/09/03 16:48
Update SDL 1.2 backend to reflect recent changes

11fb3911 – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/08/08 16:58
Update SDL 1.2 backend to reflect recent changes

5328426b – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/06/25 13:12
Support using the OpenGL3 renderer with SDL 1.2

9b81f453 – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/06/25 13:12
Add an SDL 1.2 audio backend

72a5f366 – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/06/25 12:28
Always use the first available joystick with SDL 1.2

d5f12b2f – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/05/18 18:57
Add a fallback for when 24bpp screen modes are unsupported

cf8789f8 – Cameron Cawley <ccawley2011@gmail.com> authored on 2020/05/11 19:30
Initial SDL 1.2 backend

79ec91c8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/19 21:23
3DS: Make the DSP error message more clear

52affb4a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/19 20:54
3DS: Tiny cleanup

c60303e1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/19 20:49
3DS: More error handling

ccd436bc – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/19 20:47
3DS: More error detection for audio

8a560eb8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/18 10:25
Shut up a GCC warning

2e6c2914 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/18 09:19
3DS: Move save data to different directory

48926f32 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/17 18:48
3DS: Detect more errors

dd0d4537 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/17 18:46
3DS: Disable depth test

5d970e86 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/15 10:28
Cleanup

35d3d20d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/15 10:27
Even better way

977a5eb4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/15 10:25
Add better 3DS audio thread priority

497adce1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/15 10:22
Add mutexes to 3DS audio backend

2f8e7713 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/15 10:00
Fix a typo

cbef077f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/15 09:46
3DS - Save some RAM

cf92263f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/14 19:43
3DS - Swap ZL and ZR

3e03995a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/10/14 19:23
Update 3DS build instructions