shithub: wipeout

RSS feed

96e02fdc – Jacob Moody <moody@posixcafe.org> authored on 2023/08/28 14:55
fix speedometer peaking

3c6de42c – Jacob Moody <moody@posixcafe.org> authored on 2023/08/27 17:55
the globals need initialized earlier then initially thought

95ba852b – Jacob Moody <moody@posixcafe.org> authored on 2023/08/27 17:25
fix min and max usage and cleanup speedo init

f3df3f65 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/27 16:25
switch back to the correct format now that npe has merged support

beab4cac – Jacob Moody <moody@posixcafe.org> authored on 2023/08/27 15:27
clear fpcr on plan9 for now

84d34193 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/27 15:18
revert warning changes to main_menu.c

355623f7 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/26 08:55
fix "overspecified global" warning

104ae6e4 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 22:08
enable warnings and fix "address of array/function ignored"

314b4618 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 21:44
more cleanup against upstream

cae57ac5 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 21:16
more cleanup

a1f3069a – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 20:42
rgba_t is assumed 4 bytes

fce34d64 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 19:28
fix TODO for mat init

426d3b62 – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 19:26
cleanup small code smell

3526148d – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 19:19
texture locking was load bearing

5a3b2d2d – Jacob Moody <moody@posixcafe.org> authored on 2023/08/25 18:37
build and link

41399234 – Dominic Szablewski <dominic@phoboslab.org> authored and GitHub <noreply@github.com> committed on 2023/08/23 19:31
Merge pull request #37 from jantlo/avoid_draw_sections_more_than_once

6170976e – Juan Lopez <juanantonio.lopez@gameloft.com> authored on 2023/08/23 04:24
Avoid rendering more than once those track sections in tracks with alternative paths.

e9f91c57 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/23 14:26
Remove obsolete -rdynamic flag

6fcd6697 – Juan Lopez <juanantonio.lopez@gameloft.com> authored on 2023/08/21 18:14
Added support build on Windows under the MSYS2 enviroment.

9f0e6454 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/21 16:40
Remove implemented things from todo list; fix wording for required files (#34)

5e0cd769 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/21 09:07
Initialize joysticks and support loading gamecontrollerdb.txt; see #26

4c1e5093 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/19 19:40
Add mapping game controller guide button; see #26

a721eec1 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/19 17:30
Fix championship rank calculation

8c9ec887 – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/18 15:32
Fix makefile to pick up changes in headers

59ebb89e – Dominic Szablewski <dominic@phoboslab.org> authored on 2023/08/18 15:09
Blink current menu item 30x per second; see #31

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