shithub: wipeout

RSS feed

dae45b78 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/18 14:46
Show correct team logo in team selection menu; close #32

7760f83c – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/16 18:55
Add software rendering backend as a demo

b2e3ae80 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 19:40
Add button bindings to save data, add controls menu; close #6

0ded93de – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 19:37
Allow for A_MENU_START to select in menu; add A_MENU_QUIT to go back

24b6efd3 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 19:35
Fix input problems when rebinding input

0e3422d3 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 19:20
Rename buttons for presentation in menu

6c85526f – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 15:44
Hide mouse cursor in fullscreen; close #23

5314d92e – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 15:32
[Sokol] Lower audio buffer size to prevent audio lag.

3142dfd8 – Dominic Szablewski <dominic@phoboslab.org> authored and GitHub <noreply@github.com> committed on 2023/08/15 15:32
Merge pull request #24 from vanfanel/lower_audiobuffer

d1a41259 – vanfanel <redwindwanderer@gmail.com> authored on 2023/08/15 14:18
[SDL2] Lower audio buffer size to prevent audio lag.

676d4ef6 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 14:04
Use glGenTextures() and glFramebufferTexture2D() everywhere instead of creating stubs; close #20

5fcf2fee – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 13:51
Fix check for projectiles - acceleration in either horizontal axis is sufficient

d7204cad – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 13:50
Remove obsolete/debug code

ba222277 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/15 13:48
Whitespace

13d14631 – vanfanel <redwindwanderer@gmail.com> authored on 2023/08/15 08:37
Add modern GLVND and explicit GLES2 support in GNU/Linux

cb2a1ede – Dominic Szablewski <dominic@phoboslab.org> authored and GitHub <noreply@github.com> committed on 2023/08/14 04:39
Merge pull request #9 from ekirchman/dev

b484e85e – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/13 18:12
Fix music decoder playing garbage; close #8

f2946313 – Dominic Szablewski <dominic@phoboslab.org> authored and GitHub <noreply@github.com> committed on 2023/08/13 15:52
Merge pull request #7 from eltociear/master-1

828a5968 – Ikko Eltociear Ashimine <eltociear@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/08/13 20:41
Fix typo in render_gl.c

52bdfe3e – ekirchman <47666987+ekirchman@users.noreply.github.com> authored on 2023/08/13 14:43
Added build intructions for Fedora Linux

c0019b1b – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/13 10:02
Add CRT post processing effect and allow for lower internal resolutions; see #1

7a9f757a – Dominic Szablewski <dominic@phoboslab.org> authored and GitHub <noreply@github.com> committed on 2023/08/12 19:57
Merge pull request #4 from wgmyers/linux-build-info

3db2a5e6 – Wayne Myers <wgmyers@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/08/12 09:55
Add libglew-dev requirement for Linux SDL2 backend

f0fdfa2a – Dominic Szablewski <dominic@phoboslab.org> authored and GitHub <noreply@github.com> committed on 2023/08/11 18:49
Merge pull request #3 from andypiper/macos-build-info

4eb5248c – Andy Piper <andypiper@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2023/08/11 11:03
README.md: Add macOS glew requirement

6d241d50 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/10 13:29
Fix controls help stating y instead of z to shoot

9b7ba9f4 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/10 10:46
Add explanation in data directory

7cfaff0c – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/10 09:34
Initial