lachwright
1568114d13
Dashmode fixes:
...
- Don't force the player's default normalspeed and jumpfactor while not in dashmode
- Properly trim the fuse for followmobj ghosts spawned during dashmode
- Add deliberate dashmode ghosts for Metal's jet fume
2020-05-01 08:26:23 +08:00
Monster Iestyn
a96f0a0df3
Merge branch 'strncpy-brullshit' into 'next'
...
Fix a few strncpy bullshit
See merge request STJr/SRB2!895
2020-04-30 14:53:46 -04:00
Monster Iestyn
405d5e1fc6
Merge branch 'netarchive-cleanup' into 'next'
...
Netgame $$$.sav code cleanup
See merge request STJr/SRB2!894
2020-04-30 14:53:22 -04:00
Monster Iestyn
edfbd799db
Merge branch 'next' into netarchive-cleanup
2020-04-29 15:27:07 +01:00
Monster Iestyn
0ab7d0b4b5
Don't discard const, added missing &
2020-04-29 15:24:28 +01:00
Monster Iestyn
5f3a827609
Whoops the third
2020-04-29 14:45:52 +01:00
Louis-Antoine
4130a30008
Revert "Replace a few instance of strncpy with strlcpy"
...
This reverts commit b03e0d1289 .
2020-04-29 10:55:49 +02:00
LJ Sonic
355912cf35
Merge branch 'fix-intermission-mouse' into 'next'
...
Fix mouse being grabbed in intermission and cutscenes
See merge request STJr/SRB2!891
2020-04-28 04:25:32 -04:00
MascaraSnake
34c379b479
Merge branch 'raisethinker' into 'next'
...
Make P_AddRaiseThinker more configurable via function parameters (needed for UDMF)
See merge request STJr/SRB2!899
2020-04-27 15:04:37 -04:00
MascaraSnake
0b38dae561
Make P_AddRaiseThinker more configurable via function parameters (needed for UDMF)
2020-04-27 11:19:07 +02:00
Monster Iestyn
bc2f478b43
Merge branch 'planethinker-followup' into 'next'
...
Clean up the plane thinker cleanup
See merge request STJr/SRB2!897
2020-04-26 13:22:49 -04:00
MascaraSnake
2d860cd362
Make new thinker loading functions set floordata/ceilingdata where necessary
2020-04-26 18:54:03 +02:00
Louis-Antoine
b03e0d1289
Replace a few instance of strncpy with strlcpy
2020-04-26 00:42:17 +02:00
Louis-Antoine
70d03c9c6f
Restore old entry searching functions and add alternate versions for long names
2020-04-26 00:39:52 +02:00
Monster Iestyn
1e1cd04bdf
whoops the sequel
2020-04-25 16:53:52 +01:00
Monster Iestyn
b429de12f4
whoops
2020-04-25 16:52:11 +01:00
MascaraSnake
dbebcc8466
Remove a line I overlooked in the thinker cleanup branch
2020-04-25 08:18:48 +02:00
Monster Iestyn
a1a7c3785c
Do the same with writing ARCH_FFLOOR values in Lua archiving code (reading was already dealt with years ago)
2020-04-24 22:43:23 +01:00
Monster Iestyn
d06d55e2ae
created P_GetFFloorID to get an "ID" of an FOF in its target sector (an opposite to P_GetFFloorByID you could say!), rewrote floor/ceiling rover archiving code to use both P_GetFFloorID and P_GetFFloorByID
2020-04-24 22:29:41 +01:00
Monster Iestyn
cc7185ef30
no diff3 needed for line archiving
2020-04-24 20:58:38 +01:00
Monster Iestyn
c06b4913eb
we don't actually need put/get pointers at all (plus with everything put into functions they wouldn't work properly anyway)
2020-04-24 20:57:48 +01:00
Monster Iestyn
ff944f5f94
split sector/lines archiving-related code into their own functions too
2020-04-24 20:40:50 +01:00
Monster Iestyn
d255d29942
remove statsec and statline as they appear to be entirely unused
2020-04-24 20:28:01 +01:00
Monster Iestyn
0916ca3642
Split off FOF archiving-related code into their own functions
2020-04-24 20:26:57 +01:00
Monster Iestyn
f26e8f3df7
Merge branch 'thinker-cleanup' into 'next'
...
Plane movement thinker cleanup
See merge request STJr/SRB2!880
2020-04-24 14:30:52 -04:00
Monster Iestyn
da9a53daca
Merge branch 'crumbling-sink' into 'next'
...
Sync crumblestate in netgames
See merge request STJr/SRB2!890
2020-04-24 12:53:14 -04:00
Louis-Antoine
71d445a59e
Fix mouse being grabbed in intermission and cutscenes
2020-04-24 18:33:35 +02:00
Monster Iestyn
db9c14702d
These are flags! Serves me right for just rushing this out
2020-04-24 16:53:54 +01:00
Monster Iestyn
d1e49fa926
Sync crumblestate in netgames
2020-04-24 16:40:09 +01:00
Monster Iestyn
8fb68b025f
Merge branch 'uh-oh-spriteinfo' into 'next'
...
Fix minor issue with lua spriteinfo
See merge request STJr/SRB2!872
2020-04-23 16:12:55 -04:00
Monster Iestyn
20ec3f6c89
Merge branch 'emeraldspawnfix' into 'next'
...
Fix emerald hunt not working properly, part 2
See merge request STJr/SRB2!887
2020-04-23 15:41:27 -04:00
Monster Iestyn
e78a2fa297
Merge branch 'master' into next
2020-04-23 18:49:53 +01:00
LJ Sonic
c7f8791894
Merge branch 'long-names' into 'next'
...
Enable entry searching functions to retrieve entry names longer than 8 characters
See merge request STJr/SRB2!885
2020-04-23 04:40:33 -04:00
sphere
7955c96fa1
Restore carelessly removed const keywords.
2020-04-22 23:38:10 +02:00
sphere
d5863b912f
Move variable declarations outside of for loops.
2020-04-22 23:17:18 +02:00
sphere
13c47b9e6f
Fix variable-length array definition, just in case.
2020-04-22 23:10:43 +02:00
sphere
b3b7ffb889
Make P_SpawnEmeraldHunt even more concise, using Fisher-Yates shuffle.
2020-04-22 22:46:12 +02:00
sphere
d7185516f5
Fix a mistake with P_SpawnEmeraldHunt and make it more concise.
2020-04-22 20:38:58 +02:00
sphere
0868930d3b
Make emerald hunt shards spawn at correct heights, and add Float option.
2020-04-22 18:58:40 +02:00
Louis-Antoine
74fd37fa38
Let W_CheckNumForName(Pwad) find entries with long names
2020-04-21 11:08:18 +02:00
Louis-Antoine
90ebe18c5a
Add a longname field to lumpinfo_t
2020-04-21 10:21:41 +02:00
Louis-Antoine
74e8d7f733
Rename lumpinfo_t.name2 to lumpinfo_t.fullname
2020-04-20 23:40:41 +02:00
James R
1d2d5266ab
Merge branch 'flipfuncpointers-master' into 'master'
...
Flipfuncpointers (take two)
See merge request STJr/SRB2!864
2020-04-19 18:23:56 -04:00
James R
28b1e8de1c
Merge remote-tracking branch 'origin/master' into next
2020-04-18 17:20:33 -07:00
James R
01da59fe02
Merge branch 'angle-for-spawn-object' into 'next'
...
Make the Spawn Object linedef executor able to set the object's angle.
See merge request STJr/SRB2!877
2020-04-18 20:16:07 -04:00
James R
a7291a2ad4
Merge branch 'packetversion-revision' into 'master'
...
The rule for PACKETVERSION is too confusing, it's also too hard to unify formats
See merge request STJr/SRB2!875
2020-04-18 20:15:23 -04:00
James R
7e981edfcc
Merge branch 'continue_tweaks' into 'next'
...
A tangible mechanism to disable Continues
See merge request STJr/SRB2!865
2020-04-18 20:15:04 -04:00
James R
a891b1126b
Merge branch 'netgame-urls' into 'master'
...
srb2:// server URLs
See merge request STJr/SRB2!858
2020-04-18 20:11:00 -04:00
MascaraSnake
548f4a1594
Enable SF_TRIGGERSPECIAL_TOUCH for sectors with spike damage
2020-04-18 15:17:25 +02:00
MascaraSnake
0d21e4ad87
Eradicate levelspecthink_t
2020-04-18 11:05:58 +02:00