Eidolon
c89b643af8
Merge branch 'displayPlayersIterateFix' into 'master'
...
Fix displayplayers.iterate hang when multiple viewports view the same player
See merge request KartKrew/RingRacers!127
2025-08-19 00:20:16 +00:00
Eidolon
88ee8e1f7f
Merge branch 'profile-fix' into 'master'
...
Profile fix #358
Closes #358
See merge request KartKrew/RingRacers!119
2025-08-19 00:14:11 +00:00
Eidolon
928a1ed4ad
Merge branch 'preventmonitorpits' into 'master'
...
Prevent battle monitors getting stuck in pits
See merge request KartKrew/RingRacers!124
2025-08-19 00:11:19 +00:00
Eidolon
4dc3bc4cdc
Merge branch 'fixthwompunarchival' into 'master'
...
Fix Thwomp initDelay never being read by unarchival
See merge request KartKrew/RingRacers!116
2025-08-18 21:13:26 +00:00
Eidolon
dcef3fd4e9
Merge branch 'fixmodelinitoverflow' into 'master'
...
Fix buffer overflow in HWR_InitModels
See merge request KartKrew/RingRacers!114
2025-08-18 21:08:48 +00:00
Eidolon
a0cf2a7b68
Merge branch 'slur-b-gone' into 'master'
...
Removing a slur from an old comment in lua_baselib.c
See merge request KartKrew/RingRacers!120
2025-08-18 21:07:21 +00:00
Eidolon
fb57f125e5
Merge branch 'fix-253' into 'master'
...
Fix #353 -- PNG metadata now contains map IDs in screenshots
Closes #353
See merge request KartKrew/RingRacers!118
2025-08-18 21:05:26 +00:00
Eidolon
21978c16a4
Merge branch 'hookPlayerMsgToCode' into 'master'
...
Lua: Hook PlayerMsg to code
See merge request KartKrew/RingRacers!134
2025-08-18 16:44:37 +00:00
Eidolon
6858493329
Merge branch 'fixOmnidirectionalLoops' into 'master'
...
Fix loops so that they are omnidirectional
See merge request KartKrew/RingRacers!132
2025-08-18 16:38:28 +00:00
JugadorXEI
c4464fa87c
Lua: Hook PlayerMsg to code, remove vestigial mute variable from it¨
2025-08-15 19:54:46 +02:00
toaster
ac7249fc54
Fix direct skin assignment in netsave + Heavy Magician
...
Was not caught by compiler because these are void pointers 🥹
2025-08-13 09:12:29 -05:00
Eidolon
60e95ab0d8
Merge branch 'dynamic-skin-allocation' into 'master'
...
Dynamically allocate skins
See merge request KartKrew/RingRacers!125
2025-08-12 21:16:44 +00:00
Eidolon
255570cfca
Dynamically allocate skins
...
This avoids an issue where the skins array takes up a fixed, but large
amount of memory at runtime. On x86_64 linux, that array is roughly 80
megabytes in memory, most of which is unused when the game is unmodded.
Instead, we treat `skins` as a dynamically resizing array, and it is an
array-of-pointers into separate allocated `skin_t`.
This is based on Lactozilla's skin limit MR for SRB2, but I've rewritten
it because RR has diverged quite a bit.
This was verified to check every access of `skins` by using clangd's
find-all-references function. However, I have only tested plain skins,
not Lua addons, so that could afford some extra checking.
2025-08-12 15:33:00 -05:00
JugadorXEI
47a43d0544
Fix loops so that they work in all directions
2025-08-12 21:57:12 +02:00
JugadorXEI
67419a95de
Expose loop variables to Lua (get only)
2025-08-08 13:51:00 +02:00
JugadorXEI
979db521bd
Fix displayplayers.iterate hang when multiple viewports view the same player
2025-08-06 19:24:49 +02:00
JugadorXEI
8a2d452d78
Allow Rings/Blue Sphere HUD to be toggleable through Lua
2025-08-05 13:30:35 +02:00
Nep2Disk
b8223197cc
Prevent battle monitors getting stuck in pits
2025-07-24 12:43:39 +00:00
luigi budd
5d9dcd0243
Properly fix the spb-profile stat grid bug
2025-07-14 22:55:22 +00:00
FreakyMutantMan
1f1e0bdb6e
Removing a slur from an old comment in favor of a potentially dated reference.
2025-07-02 21:11:48 +00:00
luigi budd
3b36812f10
Merge branch RingRacers:master into profile-fix
2025-06-27 21:16:58 +00:00
luigi budd
9c91dd03da
port from github ringracers-edit lul
2025-06-27 21:16:11 +00:00
Kimberly Wilber
7f55ee6fe4
Fix #353
2025-06-14 02:13:21 -04:00
Nep2Disk
cf600046e2
Fix thwomp initdelay never being read by unarchival
2025-05-26 15:49:28 +00:00
Alug
c07e0452c7
fix overflow due to too small name array size in fscan in model init
2025-05-17 18:25:41 +02:00
James R
294e60bf8d
TwodeeRenderer::rewrite_patch_quad_vertices: ensure high side of clipping clamp is >= low side
...
- Fixes assert raised on GCC 15
- Testing
- Use Debug build
- Use GCC 15
- Be on linux
- Give yourself the Bubble Shield
2025-05-14 13:21:46 -07:00
luigi budd
84110bfb2f
use HITLAGDIV in HITLAGJITTERS 😁
2025-05-10 21:38:57 +00:00
luigi budd
2d8c10a694
Interpolate hitlag jitters
2025-05-10 21:33:06 +00:00
Eidolon
ffc0ce0a72
Update libdivide
2025-05-01 11:43:56 -05:00
Sal
aadddc291c
Merge branch 'trapbubble-softlock' into 'master'
...
Fix trap Bubble respawn softlock
See merge request KartKrew/RingRacers!101
2025-04-22 19:44:03 +00:00
Sal
0738a567f2
Merge branch 'fault-respawn' into 'master'
...
Fix Fault'ed ghost player bug if player explodes during POSITION
See merge request KartKrew/RingRacers!100
2025-04-22 19:41:28 +00:00
Sal
b6db232c43
Merge branch 'fixLoopDesync' into 'master'
...
Fix loop desyncs (by making loop end point sorting consistent)
See merge request KartKrew/RingRacers!111
2025-04-22 19:23:51 +00:00
JugadorXEI
68a1271ab0
Fix loop desyncs (by making loop end point sorting consistent)
2025-04-22 19:23:50 +00:00
Eidolon
cd9e4f4364
Remove warning overrides and -Werror from debian clang CI
2025-04-09 16:32:17 -05:00
Eidolon
3e6e24fac8
Merge branch 'viewpointthirdpersonfix' into 'master'
...
Fix to possible crash in R_IsViewpointThirdPerson
See merge request KartKrew/RingRacers!105
2025-04-09 03:28:37 +00:00
Nep2Disk
99443270fb
Fix to possible crash in R_IsViewpointThirdPerson
2025-04-09 03:28:37 +00:00
Eidolon
a3de1dcfc1
Merge branch 'reenablemumble' into 'master'
...
Re-enable Mumble support
See merge request KartKrew/RingRacers!109
2025-04-09 03:24:30 +00:00
Alam Ed Arias
0dbd5e7695
GitLab CI: allow failure of curl download from macports
2025-04-08 18:41:16 -05:00
Eidolon
2c47fd63d6
Remove miniupnpc from CI dependencies
...
This library is not used by Ring Racers.
2025-04-08 18:33:56 -05:00
Eidolon
62e35c4f55
Set C++ feature level for ACSVM to 17
2025-04-08 09:22:33 -05:00
Nep2Disk
934e983769
Fix Mumble compile
2025-04-06 06:26:27 +00:00
Nep2Disk
2372c11735
Re-enable Mumble support.
...
READ/WRITE macros have been fixed for C++ since a4f856b0
2025-04-06 06:13:55 +00:00
Eidolon
138d27f1b4
Upgrade ACSVM cmake version to 3.14 to unbreak cmake 4.0 build
2025-03-30 15:52:04 -05:00
Eidolon
9880643df1
Reduce distracting logging in CI
2025-03-15 12:45:55 -05:00
Lighto97
3ac03eb572
remove code i comented to test it out, oops
2025-03-12 15:31:36 -03:00
Lighto97
da0d266a60
let player->carry be reseted on player true death
2025-03-12 15:30:43 -03:00
Lighto97
25712a0cf3
make game keep CR_TRAPBUBBLE flag on player respawn/reset
2025-03-12 02:31:01 -03:00
Lighto97
05923e935d
check tracer and player carry flag on trapbubble thinker
2025-03-12 02:27:05 -03:00
Lighto97
b668678278
add missing CR_ flags in deh_tables.c
2025-03-12 02:24:07 -03:00
Lighto97
4e4a3d3ba6
move missplaced code from DropDashWait to HandleDropDash
2025-03-12 02:21:28 -03:00