Commit graph

28114 commits

Author SHA1 Message Date
JugadorXEI
905d4a13bf Expose K_ApplyOffroad to Lua 2025-08-21 09:59:13 +02:00
JugadorXEI
73df772720 Expose K_DropKitchenSink to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
adf52e4ab5 Expose K_DropRocketSneaker to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
7e79cd1421 Expose K_DropPaperItem to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
70c33757d3 Expose K_CheckPlayersRespawnColliding to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
068ec90354 Expose K_CheckStumble to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
fe3dca8e4d Expose K_StumbleSlope to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
38159ec6d0 Expose K_IsBigger to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
c8140d8a37 Expose K_RemoveGrowShrink to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
195f4f15ae Expose K_MomentumAngle to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
8d193d65b1 Expose K_MomentumAngleReal to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
ceb21535c3 Expose K_MomentumAngleEx to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
c5b3f6ac22 Expose K_PressingEBrake to Lua 2025-08-21 09:57:52 +02:00
JugadorXEI
8a934479a6 Expose K_GenericExtraFlagsNoZAdjust to Lua 2025-08-21 09:57:48 +02:00
JugadorXEI
69c8dee423 Expose K_FlipFromObject to Lua 2025-08-21 09:56:40 +02:00
JugadorXEI
0ec35334b5 Expose P_LevelIsFrozen to Lua 2025-08-21 09:55:28 +02:00
JugadorXEI
34e4f88636 Expose P_SetFreezeLevel to Lua 2025-08-21 09:55:28 +02:00
JugadorXEI
b962331441 Expose P_MobjIsFrozen to Lua 2025-08-21 09:55:28 +02:00
JugadorXEI
cffb480b9f Expose P_ForceLocalAngle to Lua 2025-08-21 09:55:28 +02:00
JugadorXEI
92d4bfc6c6 Expose P_SetPlayerAngle to Lua 2025-08-21 09:55:28 +02:00
JugadorXEI
7e278b7c00 Expose K_ReflectAngle to Lua 2025-08-21 09:55:22 +02:00
JugadorXEI
acb197ddb2 Expose K_GetKartGameSpeedScalar to Lua 2025-08-21 09:53:52 +02:00
JugadorXEI
50f2244db3 Lua: add INLEVEL check and return value to K_KartBouncing 2025-08-21 09:41:41 +02:00
JugadorXEI
31f168de72 Expose K_GetMobjWeight to Lua 2025-08-21 09:41:41 +02:00
JugadorXEI
c9b8e041ae Check gameplay-altering flags only when onlybad is false in K_TerrainHasAffect 2025-08-21 09:35:16 +02:00
JugadorXEI
8bc00d0d7c Expose t_overlay_action_t enum and terrain_flags_t flags to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
858fd5a3f3 Expose K_TerrainHasAffect to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
28fa210be5 Expose K_UpdateTerrainOverlay to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
2ca0f99459 Expose K_HandleFootstepParticles to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
6dd3efe3cc Expose K_SpawnSplashForMobj to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
1a60f29a9b Expose K_SetDefaultFriction to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
e3f09875d6 Expose K_ProcessTerrainEffect to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
60ad342aca Expose K_GetTerrainForTextureNum to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
f3c6d6b9ca Expose K_GetTerrainForTextureName to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
c73c4f904f Expose K_GetDefaultTerrain to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
bca1e0a5e1 Expose splashes[], splashes.iterate and #splashes to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
0e083ba8d6 Expose footsteps[], footsteps.iterate and #footsteps to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
ec28814cd6 Expose overlays[], overlays.iterate and #overlays to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
c35b2764a1 Expose terrains[], terrains.iterate and #terrains to Lua 2025-08-21 09:35:16 +02:00
JugadorXEI
b592295a6c Expose outrun and stairjank player properties to lua (get, set) 2025-08-21 09:35:16 +02:00
JugadorXEI
8c68fefa17 Lua library for t_splash_t, t_footstep_t, t_overlay_t and terrain_t (getter, setter and num) 2025-08-21 09:35:06 +02:00
Eidolon
dbcd125ba8 Merge branch 'visualFunctionsLua' into 'master'
Expose VFX and visual functions from k_kart.c to Lua

See merge request KartKrew/RingRacers!129
2025-08-21 01:48:58 +00:00
JugadorXEI
0d7ffd78b3 Expose VFX and visual functions from k_kart.c to Lua 2025-08-21 01:48:58 +00:00
Eidolon
962fbb7aea Merge branch 'toggleableRingsHUD' into 'master'
Allow Rings/Blue Sphere HUD to be toggleable through Lua

See merge request KartKrew/RingRacers!126
2025-08-21 00:58:31 +00:00
Eidolon
c28559cb4b Merge branch 'exposeLoopVars' into 'master'
Expose loop variables to Lua (get only)

See merge request KartKrew/RingRacers!128
2025-08-21 00:27:12 +00:00
Eidolon
b4e364bdf7 Prevent bananadrag from wrapping around 2025-08-21 00:07:47 +00:00
Eidolon
6d04f2b83f Merge branch 'fix-dynslope-sectorspecial' into 'master'
Fix inconsistent sector special detection on dynslopes

See merge request KartKrew/RingRacers!133
2025-08-20 23:35:46 +00:00
Nep2Disk
97a72350af Fix inconsistent sector special detection on dynslopes 2025-08-20 23:35:46 +00:00
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