GenericHeroGuy
|
48bb0ea5ef
|
The actual palette remapping
|
2025-01-24 18:18:37 +01:00 |
|
GenericHeroGuy
|
63d558725e
|
Swap the order of main.pk3 and srb2.srb
|
2025-01-24 18:04:06 +01:00 |
|
GenericHeroGuy
|
d67c9862ae
|
Add compatmode flag
|
2025-01-24 18:04:03 +01:00 |
|
GenericHeroGuy
|
be64786d57
|
Update skincolors
|
2025-01-24 17:35:45 +01:00 |
|
GenericHeroGuy
|
5766bec781
|
Revert "2.1 palette pt 2.5: more menu stuff"
This reverts commit 016f16d91f.
|
2025-01-24 17:08:46 +01:00 |
|
GenericHeroGuy
|
4e188f4cae
|
Revert "2.1 palette pt 2: Menu stuff"
This reverts commit 771938161a.
|
2025-01-24 17:08:26 +01:00 |
|
GenericHeroGuy
|
6f032ce9c8
|
Revert "2.1 palette pt 1"
This reverts commit d22db75409.
|
2025-01-24 16:57:44 +01:00 |
|
NepDisk
|
c17b6c1fa5
|
Fix Compile on windows GCC14 by updating some libraries
|
2025-01-23 22:25:02 -05:00 |
|
NepDisk
|
b77977ef7e
|
Fix legacy distance odds
|
2025-01-23 11:57:35 -05:00 |
|
NepDisk
|
92d86be813
|
Implement distance based itemodds when legacy waypoints are in play
|
2025-01-22 13:15:42 -05:00 |
|
NepDisk
|
1dc91b43ec
|
Merge pull request 'Handle hardcode object definitions in SOC' (#15) from dehardcode into ACS2
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/15
|
2025-01-17 18:47:00 +00:00 |
|
GenericHeroGuy
|
0a66dd4ebb
|
And the Python script... yuck...
|
2025-01-17 18:35:25 +01:00 |
|
GenericHeroGuy
|
3c70d7b999
|
Bandaid fix for player setup menu
|
2025-01-17 17:34:24 +01:00 |
|
GenericHeroGuy
|
ec5d7156bd
|
Fix skinsounds, MAXRADIUS, inaccessible colors
|
2025-01-17 16:53:14 +01:00 |
|
GenericHeroGuy
|
d64ae0c915
|
No more dummies
|
2025-01-17 15:21:20 +01:00 |
|
GenericHeroGuy
|
bb8a029601
|
SOC all hardcode mobjs/states/skincolors/sounds
TODO: get rid of the *_NULL's
|
2025-01-15 01:42:08 +01:00 |
|
GenericHeroGuy
|
f88cf87f84
|
Macrofy sounds.h too
|
2025-01-15 00:54:08 +01:00 |
|
GenericHeroGuy
|
c784cdc189
|
Macrofy info.h
|
2025-01-14 21:23:24 +01:00 |
|
Alug
|
6c80e5c80f
|
Fix R_DrawWallColumn not rendering some textures on binary maps
|
2025-01-13 08:02:27 +01:00 |
|
Sally Coolatta
|
713ac093bf
|
devmode cheat online
|
2025-01-10 11:36:04 -05:00 |
|
James R
|
bfd15082ef
|
Netsync setrings and setlives
- setrings no longer subtracts totalrings
- removed INFLIVES
|
2025-01-10 11:23:50 -05:00 |
|
NepDisk
|
7948720595
|
Revert cheats streamine but keep stuff needed for online cheats
cheats 1 is not desired appearently
This reverts commit 9fbe107211.
|
2025-01-10 11:16:16 -05:00 |
|
James R
|
135dda1312
|
Let some cheat commands work online
noclip
god
scale
gravflip
hurtme
|
2025-01-10 10:15:23 -05:00 |
|
James R
|
3afae7a231
|
Rearrange player cheat flags
PC_GODMODE -> PF_GODMODE
PC_NOCLIP -> MF_NOCLIP
|
2025-01-10 10:10:41 -05:00 |
|
Sal
|
9fbe107211
|
Merge branch 'cheats-streamline' into 'master'
Streamline cheats
See merge request KartKrew/Kart!697
|
2025-01-10 10:03:52 -05:00 |
|
Sally Coolatta
|
71283a4adb
|
Strip items when using kartgiveitem
Fixes some annoyances I have when using this command
|
2025-01-10 09:25:39 -05:00 |
|
NepDisk
|
be1308b0cf
|
New Drift Effect
Much less of an eyesore then final RR while still looking cool!
|
2025-01-09 20:14:24 -05:00 |
|
NepDisk
|
8a7c456a82
|
Why is this stplyr????
|
2025-01-09 18:06:46 -05:00 |
|
NepDisk
|
42cdb5997f
|
Allow player extradatas past p0 in ghost demos
bcd4a9d93e
|
2025-01-09 15:16:39 -05:00 |
|
NepDisk
|
490e70764d
|
Rewrite dumb angle hack to work based on state
|
2025-01-09 13:51:57 -05:00 |
|
NepDisk
|
f7ab1af75b
|
Merge pull request 'Port Lua based backwards compat to hardcode.' (#6) from luacompat into ACS2
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/6
|
2025-01-09 18:32:28 +00:00 |
|
NepDisk
|
c13908c620
|
remove limitation for hook registration to fix older scripts
|
2025-01-09 13:27:53 -05:00 |
|
Eidolon
|
b97dd3960f
|
Merge branch 'remove-pragma-interface' into 'master'
Remove all gcc pragma interface
See merge request KartKrew/Kart!1767
|
2025-01-09 13:24:25 -05:00 |
|
Oni
|
7519c8268f
|
Merge branch 'fix-mold-link' into 'master'
Fix debug symbol stripping if -fuse-ld=mold
See merge request KartKrew/Kart!1668
|
2025-01-09 13:20:47 -05:00 |
|
Sal
|
7d269db4cc
|
Merge branch 'lua-first-freeslot' into 'master'
Lua: add S_FIRSTFREESLOT, MT_FIRSTFREESLOT, SPR_FIRSTFREESLOT
See merge request KartKrew/Kart!1667
|
2025-01-09 13:20:17 -05:00 |
|
NepDisk
|
7f355a35ca
|
cherrypikcs from 'miniladder-16'
|
2025-01-09 13:19:48 -05:00 |
|
toaster
|
782df794c8
|
Use Partial Addfile for G_LoadDemoExtraFiles as well
Still cope compared to the MP addfile codepath, but not the n^2 time cope of before.
|
2025-01-09 13:00:19 -05:00 |
|
toaster
|
900ce1190c
|
More consistently time out people nearing the end of the BACKUPTICS, not just if they cross the line, to match desired v1 behaviour
|
2025-01-09 12:58:47 -05:00 |
|
Sally Coolatta
|
6b27b981a4
|
Overlays use dispoffset instead of position hack
|
2025-01-09 12:57:31 -05:00 |
|
Sal
|
67fa70affe
|
Merge branch 'legacydl-16' into 'master'
Direct file downloader changes ported from 1.6
See merge request KartKrew/Kart!759
|
2025-01-09 12:46:38 -05:00 |
|
NepDisk
|
3fa56b7ad4
|
Fix Tire Grease effect from leaking refernces
|
2025-01-09 11:05:56 -05:00 |
|
NepDisk
|
236447a366
|
Misc Fixes
|
2025-01-09 10:47:42 -05:00 |
|
NepDisk
|
0ee728c1eb
|
Fix speedpad and spring angle updates online
|
2025-01-09 10:14:21 -05:00 |
|
NepDisk
|
61a1af503e
|
windows compile fix #8
I hate windows
|
2025-01-08 18:03:18 -05:00 |
|
NepDisk
|
b5121f4b54
|
windows compile fix #7
I hate windows
|
2025-01-08 18:03:18 -05:00 |
|
NepDisk
|
812436979f
|
windows compile fix #6
I hate windows
|
2025-01-08 18:03:18 -05:00 |
|
NepDisk
|
b325342ec5
|
windows compile fix #5
I hate windows
|
2025-01-08 18:03:18 -05:00 |
|
NepDisk
|
84320a7e39
|
windows compile fix #4
I hate windows
|
2025-01-08 18:03:18 -05:00 |
|
NepDisk
|
6ca8fa92b2
|
windows compile fix #3
I hate windows
|
2025-01-08 18:03:18 -05:00 |
|
NepDisk
|
2d3042239d
|
windows compile fix #2
|
2025-01-08 18:03:18 -05:00 |
|