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
spherallic
05e44c0186
Fix action 457 reading the failure tag from the wrong offset field
2022-10-09 01:59:12 -04:00
MascaraSnake
3b971835ee
Add Lua backwards compatibility for FOF flags
2022-10-09 01:56:50 -04:00
MascaraSnake
890b4583fa
Fix custom FOF flag conversion in binary maps
2022-10-09 01:27:28 -04:00
Zwip-Zwap Zapony
4ef4669ea8
Apply 1 suggestion(s) to 1 file(s)
2022-10-09 01:25:45 -04:00
MascaraSnake
45dc7541c4
Fix even more size_t printfs
2022-10-09 01:25:39 -04:00
MascaraSnake
8863cb281b
Fix more size_t mishaps
2022-10-09 01:25:30 -04:00
MascaraSnake
04630e71f2
Fix size_t compiler warnings in P_WriteTextmap
2022-10-09 01:25:18 -04:00
MascaraSnake
11d9ba1cec
UDMF conversion: Fix noclimb flag not being applied to linedef types 66-68
2022-10-09 01:24:46 -04:00
Eidolon
a88d046db4
Change UDMF wall scroll scale to SCROLL_SHIFT
...
UDMF special 502 now must scale arg 2 and 3 in the same scale
space as line length scrolling in binary format. This
is to ensure compatibility with the binary format.
Fixes STJr/SRB2#862
Co-Authored-By: MascaraSnake <jonassauer27@gmail.com>
2022-10-09 01:23:25 -04:00
Nev3r
5c9599f0a9
"UDMF: The whole thing" merged
...
See merge request STJr/SRB2!1714
Barely any RR features reimplemented
2022-10-09 01:13:37 -04:00
MascaraSnake
f16c1cd95f
Turn the fog wall linedef type into a blendmode
2022-10-08 19:30:40 -04:00
MascaraSnake
974c099e8a
Expose blendmodes to UDMF
2022-10-08 18:44:23 -04:00
Sally Coolatta
93cdac681b
Keep track of script activators
...
Can supply the activating object, line, line side, polyobject, and (added for SRB2) sector.
2022-10-08 05:39:56 -04:00
Sally Coolatta
cb8dddbedc
ACS basic implementation
...
- BEHAVIOR lumps successfully load & run from maps. Currently they do not get unloaded between maps, though.
- Print and Timer are the only implemented CallFuncs. All of the base language functions (Delay, etc) are already implemented by the VM though.
- ACS compiler files are included, for use with GDCC. (Picked instead of ACC because it's less ZDoom-centric)
- Additionally, also added the configs for Zone Builder to be able to compile it in editor. Syntax highlighting is very incomplete atm.
2022-10-04 03:23:17 -04:00
Sally Coolatta
4ee46c74d7
Basic start on Special Stages
2022-10-01 21:32:55 -04:00
James R
08f9628e6c
Remove kartminimap, kartcheck, kartcomeback cvars
2022-10-01 17:04:48 -07:00
VelocitOni
1d2e1420f6
Merge branch 'master' into cheats-streamline
2022-09-25 14:27:17 -04:00
toaster
fe49543456
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers
2022-09-24 19:53:36 +01:00
Sally Coolatta
a60d48202f
Merge branch 'master' into cheats-streamline
2022-09-24 14:32:15 -04:00
AJ Martinez
e10d6124d6
Merge remote-tracking branch 'origin/master' into new-spb
2022-09-23 22:20:24 -07:00
toaster
75c8749939
Menu jammin
...
- Menu uses one of three songs (already in music.pk3)
- Cycles between them every time you return to the title screen after starting a map
- Console-accessible. Do what you want
2022-09-23 22:58:51 +01:00
toaster
859375ce3d
Disable all staffghosts code since the lumpname stuff needs addressing (but that'll come later)
2022-09-23 21:08:26 +01:00
Sally Coolatta
117d791424
Merge branch 'master' into cheats-streamline
2022-09-23 14:38:54 -04:00
toaster
959bb14f59
Fix an error that used map ID when lumpname is better for debugging
2022-09-23 11:55:11 +01:00
Sally Coolatta
f89d8d15c2
Properly separate SPB & Shrink cooldowns
...
Also refactors some of the result -> type & amount code
2022-09-23 03:35:18 -04:00
toaster
bd965ccd50
Off by one for music name default generation
2022-09-22 18:02:14 +01:00