Commit graph

22185 commits

Author SHA1 Message Date
NepDisk
8463d6abcc Merge pull request 'Unify Text Input' (#78) from unified-text-input into blankart-dev
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/78
2025-08-15 18:28:15 +02:00
NepDisk
32c8909615 Comment out unused function for now 2025-08-15 12:27:58 -04:00
NepDisk
5de315225c Use textinput_t for replay save prompt too 2025-08-15 12:24:17 -04:00
NepDisk
99f7a522a7 Use m_textinput for chat too
Forgot to mention but thanks indev for these commits
2025-08-15 12:00:30 -04:00
NepDisk
190dc2170d add a null terminator after ctrl-v just in case string is not always zeroed out already 2025-08-15 11:26:36 -04:00
GenericHeroGuy
99dcae05c1 Make menus manage text input 2025-08-15 17:08:36 +02:00
NepDisk
a4b6934cc5 Basic unified text input port 2025-08-14 22:57:29 -04:00
Lactozilla
be4d7eda72 Fix #1153 2025-08-14 20:05:10 +02:00
NepDisk
69ad164bbc Get rid of netbuffer global
Thx SRB2classic
2025-08-13 19:49:22 -04:00
NepDisk
e0d0d99cf3 Borderless window toggle
https://github.com/Indev450/SRB2Kart-Saturn/pull/193
2025-08-13 19:26:25 -04:00
NepDisk
bfa463934f Fix pixel shift caused by negative pixel positioning in software 2025-08-13 19:15:40 -04:00
NepDisk
3863e0ff47 Spill rings again on respawn 2025-08-13 16:33:20 -04:00
NepDisk
a2608e2c96 Add support for loading blanmodels.dat 2025-08-13 14:59:25 -04:00
NepDisk
947ce237a3 Make jetflame flame slighty transparent like kart 2025-08-13 12:28:17 -04:00
NepDisk
76fb56667d Add more people to credits 2025-08-13 12:20:45 -04:00
NepDisk
478feacd3a Miscellaneous OpenGL Fixes
Cherry-pick of https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2721 and also some base srb2 helper functions
2025-08-13 12:04:44 -04:00
NepDisk
3c4d488b57 Fix menucaps on Tooltips, update hashes 2025-08-13 02:06:28 -04:00
NepDisk
de17315839 Make Natural camera a toggle 2025-08-12 23:58:21 -04:00
NepDisk
88c201da47 Use mapobjectscale instead of FRACUNIT 2025-08-12 23:31:43 -04:00
NepDisk
3163711618 bring back natural-camera-outrun stuff 2025-08-12 23:29:20 -04:00
James R
416ceafc96 Loops: fix momentum cut on grounded exit 2025-08-12 22:58:49 -04:00
NepDisk
5ee0e0d8c6 Prevent input during intro wipes to visual errors
If you press a button to skip during a wipe it turns fully white / black on the spot making it look really ugly
2025-08-12 22:51:19 -04:00
NepDisk
0dc7f87b7e Rework loops to be better then they previously were here 2025-08-12 20:32:15 -04:00
NepDisk
497fe4bcac Rename sfx->pitch to sfx->flags 2025-08-12 19:47:50 -04:00
NepDisk
0629a2a160 Only MakePatch if its acutally a patch 2025-08-12 18:27:36 -04:00
JugadorXEI
7a7e565b8d Fix loops so that they work in all directions 2025-08-12 16:58:02 -04:00
NepDisk
fd8fd10b02 Whoops forgot these exposures 2025-08-11 18:31:56 -04:00
NepDisk
2d57e09fae Waypoints library for Lua
https://git.do.srb2.org/KartKrew/RingRacers/-/merge_requests/81
2025-08-11 18:02:27 -04:00
JugadorXEI
bffc25f198 Expose loop variables to Lua (get only)
Nep Note: Had to adjust a bit of this to account for the fact player_t grabbing isn't ass anymore
2025-08-11 17:20:18 -04:00
NepDisk
ba9381acc2 Clamp some stuff in the kartstuff compat to not over/under flow
Just speedboost timers for now as thats what most luas could possibly underflow with
2025-08-11 15:33:19 -04:00
NepDisk
b622ca4073 Don't allow credits playback while in a demo 2025-08-11 12:24:08 -04:00
GenericHeroGuy
2557bc4912 Epic fail 2025-08-11 16:40:14 +02:00
GenericHeroGuy
58ddfc9da0 Change demoheader to BlanReplay, add G_CompatLevel 2025-08-11 15:29:23 +02:00
NepDisk
9c78ac3f93 Ring burnout rebalance
Ring burnout count now scales based on stats, with top left burning out with less rings used then bottom right

the base is 18 with the limit going lower the less speed and weight you have.

Also lua exposure
2025-08-10 13:37:30 -04:00
NepDisk
6b80b300c1 Don't do AIRFAILSAFE from nights bumper 2025-08-10 08:57:16 -04:00
GenericHeroGuy
d2fd5dc09b Allow changing controls during wipes 2025-08-10 00:46:24 +02:00
NepDisk
9a3a4cfc78 Merge pull request 'Wipes refactor' (#77) from bigwipes into blankart-dev
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/77
2025-08-10 00:17:04 +02:00
GenericHeroGuy
cf73d0dd83 Merge remote-tracking branch 'origin/blankart-dev' into bigwipes 2025-08-10 00:05:26 +02:00
GenericHeroGuy
3bc2cd6c6e Make dedis run post wipes, fix pre wipe logic 2025-08-09 23:26:08 +02:00
GenericHeroGuy
875b747d01 Add a routine whitelist for wipe buffering in menus 2025-08-09 23:17:46 +02:00
GenericHeroGuy
5dca43633f Fix comparing wipegamestate with FORCEWIPE
Fun fact: the signedness of an enumeration is up to the implementation!
2025-08-09 22:00:49 +02:00
NepDisk
2b821722d2 Use GetFileAttributes in 'dows 2025-08-09 15:05:22 -04:00
NepDisk
f3f5f346ca Revert Don't do skyscroll in TA menu
This reverts commit 5fa9abd0c0.
2025-08-09 13:49:11 -04:00
NepDisk
5fa9abd0c0 Don't do skyscroll in TA menu
We can't even see it
2025-08-09 13:47:03 -04:00
NepDisk
5cfaf1d29f [PATCH] Increase speed of filesearching on \*nix
Thanks Alug
2025-08-09 13:44:31 -04:00
NepDisk
02a1066d73 [PATCH] Don't search the entire path for wads
Thanks Alug
2025-08-09 13:40:07 -04:00
NepDisk
7907945002 Major Softwaremode speedboost 2025-08-09 13:25:02 -04:00
GenericHeroGuy
d70cdbe4a0 Fix renderdeltatics exploding after wipes (and a warning) 2025-08-09 02:46:28 +02:00
GenericHeroGuy
04ae82b5bc Fix wipebuffer logic, reallow menu during wipes, fix pause menu carrying 2025-08-09 01:38:12 +02:00
GenericHeroGuy
9b6c104cfc An impromptu cleanup of G_DoPlayDemo
I found three memory leaks, and decided I was gonna do more than fix the
broken title screen when demo loading fails in the RA menu
2025-08-09 00:34:35 +02:00