Commit graph

23051 commits

Author SHA1 Message Date
NepDisk
4b0b9cac42 Fix music not resuming when unpaused
Thanks Alug. Basically mixer_sound just uses this to check if the song is loaded not if its acutally playing. Why? Who knows.
2025-11-20 17:29:37 -05:00
NepDisk
c030d46462 [PATCH] Fix up Rumble and LED stuff and add extra drift stuff to rumble
Thanks Alug!
2025-11-20 16:49:35 -05:00
NepDisk
f7bf52bcfa Use proper gamepad retrival function for rumble and add LED ticker 2025-11-20 15:17:13 -05:00
NepDisk
a1fa9d604f Register gameped led cvar 2025-11-20 14:47:55 -05:00
NepDisk
b337a9e69a Port Saturn's rumble and gamepad LED systems 2025-11-20 14:39:37 -05:00
NepDisk
64221c90d9 Fix auto conversion of RR Diag springs
Mappers should add stronger springs themselves during the conversion process
2025-11-20 11:32:27 -05:00
NepDisk
a066edeb6e Update hash 2025-11-20 11:02:51 -05:00
NepDisk
829489106c Merge pull request 'Addtional Mapping objects, doomednum conversion and UDMF -writetextmap' (#183) from dashring into blankart-dev
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/183
2025-11-20 16:57:43 +01:00
NepDisk
2474569652 Adjustments to how springs work for customization
Springs are now have gravity by default and that gets inverted if arg0 is set with flag TMSPR_NOGRAVITY
2025-11-20 09:45:14 -05:00
NepDisk
4610034752 Fix broken objects due to missing breaks 2025-11-20 08:42:03 -05:00
NepDisk
2c3e0cea8e Add STJR to credits 2025-11-20 08:03:45 -05:00
yamamama
40655fbe87 Revert "Prevent the game from still attempting to save replays during a game exit"
This reverts commit bf8fe049c2.
2025-11-20 06:13:44 -05:00
yamamama
bf8fe049c2 Prevent the game from still attempting to save replays during a game exit
Resolves SIGSEGV no. 8
2025-11-20 03:06:47 -05:00
NepDisk
8f3047ac75 Merge branch 'blankart-dev' into dashring 2025-11-19 23:06:05 -05:00
NepDisk
0534eb4121 Also apply this to r_segs 2025-11-19 23:04:44 -05:00
NepDisk
6884ca0a90 Add more spring types 2025-11-19 20:47:07 -05:00
NepDisk
5f6c7e2127 Fix oversight in software plane and sprite secbright handling
c54aaf1cdb
2025-11-19 19:19:32 -05:00
NepDisk
64ead818ca Fix noverifyiwads cmake flag 2025-11-19 19:17:19 -05:00
NepDisk
70f2c8aca6 Merge branch 'blankart-dev' into dashring 2025-11-19 16:54:28 -05:00
NepDisk
36decf14e7 Toggle to decide to include mappatch objects in textmap conversion for UDMF and Binary 2025-11-19 16:42:23 -05:00
NepDisk
277d4dd2d6 Allow -writetextmap outside of binary
based on 0cbd7d43db
2025-11-19 16:08:07 -05:00
GenericHeroGuy
62da246450 Update mappatch hash, more No Respawn transparency and warning tweaks 2025-11-19 22:07:27 +01:00
NepDisk
e5df08bc43 Some more UDMF conversion changes 2025-11-19 15:20:57 -05:00
NepDisk
1b73ec4a6f Merge branch 'blankart-dev' into dashring 2025-11-19 12:43:56 -05:00
NepDisk
534c7b4177 Convert RR balloons 2025-11-19 12:42:48 -05:00
GenericHeroGuy
98779a45c4 Update hashes, add round number to the titlecard for GP 2025-11-19 18:41:39 +01:00
NepDisk
f8835a904c Fix mappatch backwards compat 2025-11-19 12:23:41 -05:00
NepDisk
95d7f6a9f3 Add mapthing id conversion system 2025-11-19 11:43:27 -05:00
NepDisk
832b86cfaa Allow the player to turn while using dash rings 2025-11-18 23:37:34 -05:00
NepDisk
54aebfd8b2 Make rainbow dash rings do something unique
Since tricking is not a thing in this game, make rainbow dashrings remove pogospring gravity for a small time frame for extra height
2025-11-18 23:24:57 -05:00
NepDisk
c57a6e74ce Update Dash Rings and Splatboosters to newest versions and reenable splatbooster complexity code 2025-11-18 22:41:52 -05:00
NepDisk
2f9ccf0b19 Support binary via conversion 2025-11-18 21:59:36 -05:00
NepDisk
de5de1eaaf Add dashring sounds 2025-11-18 21:51:34 -05:00
NepDisk
05f369dbaa Fix noverifyiwads cmake flag 2025-11-18 18:27:32 -05:00
NepDisk
a251d0b02d Adjust stuff for compile 2025-11-18 17:41:34 -05:00
Oni
f6914942e7 Merge branch 'dashrings' into 'master'
Hardcode MT_DASHRING & MT_RAINBOWDASHRING

See merge request KartKrew/Kart!1345
2025-11-18 17:35:20 -05:00
GenericHeroGuy
7272b8ee85 Finally... 12 new map patches! 2025-11-18 21:37:22 +01:00
Indev
b4a2215711 Emotes: only print 'too many frames' warning if we actually get non-empty frame 2025-11-18 14:41:33 -05:00
Alug
a84243694e add missing pglDisableClientState 2025-11-18 14:39:18 -05:00
NepDisk
821311c51e Expose cameraOffset and tilt 2025-11-18 01:53:32 -05:00
NepDisk
5dfb285bd8 Modify P_CanPickupItem hook to function correctly
Returning true for the first return argument disables being able to pickup stuff, in combontion with weapon and other status checks can be used to turn off picking x item. the second return specifies if you override vanilla pickup behaviour and always pick up stuff
2025-11-18 01:27:50 -05:00
minenice55
50b6e919fe implement xitem-next's version of fancy roulette
now even fancier
2025-11-17 23:48:22 -05:00
NepDisk
e9d7843b91 Allow P_CanPickupItem to be hooked and unmagic it 2025-11-17 21:50:03 -05:00
minenice55
cbe6aad38c Merge branch 'blankart-dev' of https://codeberg.org/NepDisk/blankart into blankart-dev 2025-11-17 20:59:39 -05:00
minenice55
0856435fcc StripItems / StripOther lua hooks 2025-11-17 20:59:37 -05:00
NepDisk
3c80deb60a Update credits 2025-11-17 20:09:21 -05:00
Guil
7d18300923 Expose localplayers to lua 2025-11-17 20:09:21 -05:00
Guil
380055cd1c Expose localplayers to lua 2025-11-17 20:09:21 -05:00
yamamama
6e86c7af83 Expose some functions to Lua 2025-11-17 19:06:35 -05:00
yamamama
e354ac55d0 Prevent Alt. Shrink lawnmower nonsense by applying boostpower preemptively to its speedboost 2025-11-17 19:06:14 -05:00