toaster
4851b8e697
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into udmf-cherrypick
2022-10-22 20:25:13 +01:00
toaster
78c8e27542
Merge branch 'wadname-maps' into 'master'
...
WADNAME map definition lump special case
See merge request KartKrew/Kart!730
2022-10-22 19:12:21 +00:00
toaster
b686137d12
Correctly NULL thumbnailPic and minimapPic when map lumpnum changes
...
Fixes the core part of Chengi's graphical issue
2022-10-22 19:58:10 +01:00
toaster
e5365339da
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into wadname-maps
2022-10-22 19:53:05 +01:00
James R
19a6ea8478
Do not multiply TERRAIN speedPad value
2022-10-18 18:20:19 -07:00
James R
7ceef19f74
Fix 42f9443de
2022-10-17 23:50:38 -07:00
James R
42f9443de1
UDMF: Add back #900 and #901 additive, subtractive special alpha values for FOFs
...
Fix fourth digit blend mode being off by one.
see ebe38ff518
2022-10-16 18:07:39 -07:00
James R
8a8126567b
Fix -Wformat
2022-10-16 16:50:13 -07:00
toaster
b129e21fb4
Merge branch 'demo-path-buffer-too-small' into 'master'
...
Fix buffer overflow related to time attack demos
See merge request KartKrew/Kart!732
2022-10-14 09:09:54 +00:00
James R
01faa52162
Clean up instances of malloc replay file path
...
- Fix allocating only enough for "MAPXX".
- Fix memory leak in M_StartTimeAttack.
- Use va instead of malloc + sprintf, strdup where needed.
Some of these pass gpath to va anyway so that should be
enough room.
2022-10-13 16:34:24 -07:00
SteelT
e004633fe6
Fix double-free in W_Shutdown
2022-10-13 13:15:06 -04:00
Sally Coolatta
b03cb9e1a8
Drastically speed them up
2022-10-11 03:10:50 -04:00
Sally Coolatta
8953cf54bb
Speed Pads are now a TERRAIN effect
...
- Use `SpeedPad` to set the strength. Intended to be scaled like Trick Panels, so 1 for yellow, 2 for red, so on. Can use floating point.
- Use `SpeedPadAngle` to rotate the thrust direction. This is in the same system as map angles, so east is 0, north is 90, west is 180, and south is 270. Also accepts floating point.
- Speed Pad angle accounts for the flat alignment itself, as well.
- Like Sneaker and Trick Panels, the sector / line special are now deprecated.
2022-10-11 02:26:54 -04:00
Sally Coolatta
7559169144
Fix Trick Panel TERRAIN not working
2022-10-11 01:31:06 -04:00
Sally Coolatta
8d6d8fff6b
Add item type enum to config
2022-10-10 23:19:34 -04:00
Sally Coolatta
67efbceda9
Add missing Item Boxes / Item Capsules
2022-10-10 22:53:22 -04:00
Sally Coolatta
b2c4fa74f9
Add newer UDMF config
2022-10-10 22:45:35 -04:00
Sally Coolatta
2ac062e5b3
Merge branch 'master' into udmf-cherrypick
2022-10-10 19:34:11 -04:00
Sal
e7b493723f
Merge branch 'rename-kart-commands' into 'master'
...
Rename "kart" prefixed cvars
See merge request KartKrew/Kart!724
2022-10-10 23:33:08 +00:00
toaster
d364e5a5f6
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into rename-kart-commands
...
# Conflicts:
# src/d_netcmd.c
# src/d_netcmd.h
2022-10-10 17:34:28 +01:00
toaster
32ec9fd4e9
WADNAME map definition lump special case
...
- For .wad resources, if a map is called WADNAME:
- Everything up to the first full stop in the file name is substituted as the long lumpname (so WADNAME in RR_GREENHILLS.beta3.wad replaces map RR_GREENHILLS)
- Has (hacky) support for Zone Builder temporary files on Windows
- If WADNAME is passed to `-warp` (but NOT `-map` or `+map`) go to the most recent loaded WADNAME
- Requires everyone to customise their testing parameters to disable MSDOS 8.3 filenames
- For all resources:
- Jart added lumpname hashes for the first 8 characters. Use these in W_CheckNumForLongNamePwad and the map equivalent
2022-10-10 16:26:20 +01:00
Sally Coolatta
6b9f29adc4
Fix item capsules not getting to be blue
2022-10-10 10:54:29 -04:00
Sally Coolatta
779aade139
Bot Hints use args
2022-10-10 10:50:14 -04:00
Sally Coolatta
0614a8739c
Duel items use args
2022-10-10 10:48:44 -04:00
Sally Coolatta
688b4fb9a9
MT_PETSMOKER uses args
2022-10-10 10:43:30 -04:00
Sally Coolatta
7cee4ff32a
MT_STEAM's kart behavior uses args
2022-10-10 10:40:06 -04:00
Sally Coolatta
4896a9c843
MT_MAYONAKAARROW uses args
2022-10-10 10:36:59 -04:00
Sally Coolatta
d30c24d2eb
Fix embarrassing copy-paste error
2022-10-10 10:35:51 -04:00
Sally Coolatta
1ab2b4a897
Bot Controller uses args
2022-10-10 10:26:25 -04:00
Sally Coolatta
983304f361
Update birdslopes to use args
2022-10-10 10:16:40 -04:00
Sally Coolatta
c2cc847746
Save waypoint riser / anchor data into spawnpoint
...
Allows -writetextmap to write the changes from these binary-only things.
2022-10-10 09:42:26 -04:00
Sally Coolatta
5ef177cc94
Oops, wrong number...
2022-10-10 09:13:36 -04:00
Sally Coolatta
6fb56cc940
Finish line + respawn line use args
2022-10-10 09:12:41 -04:00
Sally Coolatta
7f75501606
Linedef 80 updated
...
- Uses args instead of texture offsets.
- Compares tag lists, instead of thing angle.
- Made the arguments accept 0 as a "catch-all" option (args[0] == 0 means don't care what type it is; line tag == 0 means don't care what tags they have)
2022-10-10 08:55:49 -04:00
Sally Coolatta
aa7e26e40e
Fix credit on ChangeMusic, use args
2022-10-10 08:03:41 -04:00
Sally Coolatta
77ec64497c
Item Capsules use args
2022-10-10 07:58:28 -04:00
Sally Coolatta
c1581d0f75
Egg Capsules use args + optimized tube waypoints
2022-10-10 07:48:55 -04:00
Sally Coolatta
436c763a02
Make MT_WAYPOINT fully use args
...
All of its special flags are contained on args[2] now.
2022-10-10 07:22:42 -04:00
Sally Coolatta
032ffafd39
Award Player Rings uses args for overload
2022-10-10 07:02:45 -04:00
Sally Coolatta
a8ac5a9922
Make Kart Z FOF Thwomp delay use args
2022-10-10 07:00:08 -04:00
Sally Coolatta
7ceab1f101
Fix solid midtextures not working
...
IDK which part was the fix, so I'm keeping all of it LOL
2022-10-10 06:44:55 -04:00
Sally Coolatta
3f94c6def8
Fix wrong names
2022-10-10 06:10:38 -04:00
Sally Coolatta
21dd68d392
Reimplement Invert Encore
...
Also add removal warnings for sector Sneaker Panels, Trick Panels, and fast-approaching deprecation warnings for sector Offroad.
2022-10-10 06:08:25 -04:00
Sally Coolatta
3fd8c53c4a
Add ripple planes to binary convert + loading
2022-10-10 04:55:58 -04:00
Sally Coolatta
f72379e557
Fix invisible tripwire
2022-10-10 01:57:24 -04:00
Sally Coolatta
df3c077bf1
Block Monsters is a flag again
2022-10-10 01:51:42 -04:00
Sally Coolatta
babd0d5981
Fix TERRAIN reading
2022-10-10 00:44:27 -04:00
Sal
44eb215fd3
Merge branch 'uncapped-captions' into 'master'
...
uncapped: Update closed captions only on new tics
See merge request KartKrew/Kart!729
2022-10-09 23:06:35 +00:00
Eidolon
91c0d50c24
uncapped: Update closed captions only on new tics
2022-10-09 15:37:10 -05:00
Sally Coolatta
f2a815ddca
It's actually just one type
2022-10-09 03:14:59 -04:00