Monster Iestyn
|
049a7db877
|
whoops
|
2020-04-25 16:52:11 +01:00 |
|
MascaraSnake
|
04c10ed41b
|
Merge branch 'next' into udmf-next
|
2020-04-25 08:19:26 +02:00 |
|
MascaraSnake
|
3cd8f62ae9
|
Remove a line I overlooked in the thinker cleanup branch
|
2020-04-25 08:18:48 +02:00 |
|
Monster Iestyn
|
49cceda15b
|
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
|
7dda5f6b94
|
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
|
e406a7bef5
|
no diff3 needed for line archiving
|
2020-04-24 20:58:38 +01:00 |
|
Monster Iestyn
|
1e61229cb7
|
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
|
c1d2b8301b
|
split sector/lines archiving-related code into their own functions too
|
2020-04-24 20:40:50 +01:00 |
|
Monster Iestyn
|
2d45decbb0
|
remove statsec and statline as they appear to be entirely unused
|
2020-04-24 20:28:01 +01:00 |
|
Monster Iestyn
|
08a7fcbe8d
|
Split off FOF archiving-related code into their own functions
|
2020-04-24 20:26:57 +01:00 |
|
MascaraSnake
|
3170f2b8c3
|
Merge branch 'next' into udmf-next
# Conflicts:
# src/p_mobj.c
# src/r_segs.c
|
2020-04-24 21:15:53 +02:00 |
|
Monster Iestyn
|
d1d006a1a7
|
Merge branch 'thinker-cleanup' into 'next'
Plane movement thinker cleanup
See merge request STJr/SRB2!880
|
2020-04-24 14:30:52 -04:00 |
|
Louis-Antoine
|
e4f2c1dc70
|
Fix mouse being grabbed in intermission and cutscenes
|
2020-04-24 18:33:35 +02:00 |
|
Monster Iestyn
|
9df5d6e1e0
|
These are flags! Serves me right for just rushing this out
|
2020-04-24 16:53:54 +01:00 |
|
Monster Iestyn
|
2419b65f79
|
Sync crumblestate in netgames
|
2020-04-24 16:40:09 +01:00 |
|
Louis-Antoine
|
c90cc3b58f
|
Add a menu option for the minimum join delay
|
2020-04-24 15:38:07 +02:00 |
|
Louis-Antoine
|
9ec4ba3824
|
Add a minimum delay between connections
|
2020-04-24 14:05:15 +02:00 |
|
Monster Iestyn
|
bfb2467796
|
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
|
4ef8093e92
|
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
|
a71fe6445a
|
Merge branch 'master' into next
|
2020-04-23 18:49:53 +01:00 |
|
sphere
|
67f511a55e
|
Restore carelessly removed const keywords.
|
2020-04-22 23:38:10 +02:00 |
|
sphere
|
f85bfc87f5
|
Move variable declarations outside of for loops.
|
2020-04-22 23:17:18 +02:00 |
|
sphere
|
e26788d014
|
Fix variable-length array definition, just in case.
|
2020-04-22 23:10:43 +02:00 |
|
sphere
|
01a1297631
|
Make P_SpawnEmeraldHunt even more concise, using Fisher-Yates shuffle.
|
2020-04-22 22:46:12 +02:00 |
|
sphere
|
b254cb186b
|
Fix a mistake with P_SpawnEmeraldHunt and make it more concise.
|
2020-04-22 20:38:58 +02:00 |
|
sphere
|
25affe6948
|
Make emerald hunt shards spawn at correct heights, and add Float option.
|
2020-04-22 18:58:40 +02:00 |
|
Nev3r
|
1afb0eb79f
|
Initialize pitch and roll on textmap mapthings too.
|
2020-04-22 09:00:29 +02:00 |
|
Nev3r
|
188ad67c58
|
Merge branch 'udmf-next' into udmf-thingargs
# Conflicts:
# src/p_setup.c
|
2020-04-22 08:58:40 +02:00 |
|
Nev3r
|
3d9d9d74f6
|
Merge branch 'udmf-pitch-and-roll' into 'udmf-next'
Add textmap pitch and roll parsing, and mobj pitch and roll variables.
See merge request STJr/SRB2!882
|
2020-04-21 12:27:26 -04:00 |
|
Nev3r
|
f4c2d70c7e
|
Merge branch 'udmf-mthingscale' into 'udmf-next'
Add mapthing scale support
See merge request STJr/SRB2!883
|
2020-04-21 12:26:46 -04:00 |
|
Louis-Antoine
|
0ddd2fea21
|
Let W_CheckNumForName(Pwad) find entries with long names
|
2020-04-21 11:08:18 +02:00 |
|
Louis-Antoine
|
29a94ee26a
|
Add a longname field to lumpinfo_t
|
2020-04-21 10:21:41 +02:00 |
|
Louis-Antoine
|
f6e2c7063f
|
Rename lumpinfo_t.name2 to lumpinfo_t.fullname
|
2020-04-20 23:40:41 +02:00 |
|
Nev3r
|
efb81fc526
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-next
|
2020-04-20 09:05:21 +02:00 |
|
James R
|
e79d8c7896
|
Merge branch 'flipfuncpointers-master' into 'master'
Flipfuncpointers (take two)
See merge request STJr/SRB2!864
|
2020-04-19 18:23:56 -04:00 |
|
Nev3r
|
1e4eab77a6
|
Use fixed_t on the mapthing scale for the sake of coherence.
|
2020-04-19 18:34:00 +02:00 |
|
Nev3r
|
aa98eb5a4c
|
Add mapthing pitch/roll Lua access as well.
|
2020-04-19 17:19:04 +02:00 |
|
Nev3r
|
0147320ff4
|
Add missed pitch and roll to precipmobj_t
|
2020-04-19 16:05:08 +02:00 |
|
Nev3r
|
beb42c9499
|
Move the scale setting code behind the MapthingSpawn hook.
|
2020-04-19 16:00:57 +02:00 |
|
Nev3r
|
67acb6e498
|
Add Lua support.
|
2020-04-19 15:56:06 +02:00 |
|
Nev3r
|
7cf08e1a08
|
Add mapthing scale support; fields scale, scalex and scaley set the only mapthing scale field alike.
|
2020-04-19 15:18:36 +02:00 |
|
Nev3r
|
ca10b38b9c
|
Add textmap pitch and roll parsing, and mobj pitch and roll variables.
|
2020-04-19 14:51:55 +02:00 |
|
Nev3r
|
cde14c1d9f
|
Fix an outrageous typo which didn't get pushed for some reason.
|
2020-04-19 12:23:51 +02:00 |
|
James R
|
536fb1ef2a
|
Merge remote-tracking branch 'origin/master' into next
|
2020-04-18 17:20:33 -07:00 |
|
James R
|
cbe181c66d
|
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
|
b11845b045
|
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
|
abb338d650
|
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 |
|
MascaraSnake
|
09506112d7
|
Add enums to encapsulate the textmap colormap settings
|
2020-04-18 17:15:25 +02:00 |
|
MascaraSnake
|
f0c63ce76a
|
Merge branch 'udmf-next' into udmf-argenums
|
2020-04-18 16:56:21 +02:00 |
|
MascaraSnake
|
111da04b07
|
Add enums to encapsulate the textmap slope settings
|
2020-04-18 16:55:56 +02:00 |
|
MascaraSnake
|
c031008eab
|
Enable SF_TRIGGERSPECIAL_TOUCH for sectors with spike damage
|
2020-04-18 15:17:25 +02:00 |
|
Nev3r
|
2b2a18fdf1
|
Merge branch 'udmf-colormaps' into 'udmf-next'
UDMF colormaps
See merge request STJr/SRB2!855
|
2020-04-18 07:42:24 -04:00 |
|
MascaraSnake
|
2a300bcea4
|
Fix NULL pointer crash involving stringargs
|
2020-04-18 12:23:01 +02:00 |
|
MascaraSnake
|
54cbd66999
|
Eradicate levelspecthink_t
|
2020-04-18 11:05:58 +02:00 |
|
MascaraSnake
|
da594db3fc
|
Remove return values from a few elevator functions that don't use them
|
2020-04-18 10:52:58 +02:00 |
|
MascaraSnake
|
ab17267363
|
Make T_BounceCheese use its own thinker struct
|
2020-04-18 10:45:21 +02:00 |
|
MascaraSnake
|
08f1e03e79
|
Refactor T_ThwompSector
|
2020-04-18 10:26:03 +02:00 |
|
MascaraSnake
|
29d33f0a93
|
Refactor T_NoEnemiesSector
|
2020-04-18 09:21:04 +02:00 |
|
MascaraSnake
|
0038605979
|
Make T_MarioBlock use its own thinker data structure
|
2020-04-18 02:05:23 +02:00 |
|
MascaraSnake
|
7e2f95c3f5
|
Refactor T_ContinuousFalling
|
2020-04-18 01:42:13 +02:00 |
|
MascaraSnake
|
70d262653e
|
Refactor T_MovePlane a little bit
|
2020-04-18 01:08:01 +02:00 |
|
MascaraSnake
|
cc0f686c95
|
Refactor T_FloatSector
|
2020-04-18 00:26:49 +02:00 |
|
MascaraSnake
|
fd598f315e
|
Add an enum for crumblestate
|
2020-04-17 23:54:37 +02:00 |
|
MascaraSnake
|
779b10681f
|
Refactoring in T_BounceCheese
|
2020-04-17 23:32:39 +02:00 |
|
MascaraSnake
|
9b27d004e3
|
Remove the spike thinker, which hasn't been necessary for a while now
|
2020-04-17 22:54:35 +02:00 |
|
MascaraSnake
|
099ad6cf20
|
Remove sec assignments that have become superfluous
|
2020-04-17 21:39:38 +02:00 |
|
MascaraSnake
|
5a58b2d90e
|
Refactor T_EachTimeThinker
|
2020-04-17 21:19:21 +02:00 |
|
MascaraSnake
|
89539512f6
|
Make T_EachTimeThinker use its own struct
|
2020-04-17 14:00:48 +02:00 |
|
MascaraSnake
|
3e0a9c8718
|
Forgot to clean up some stuff
|
2020-04-17 11:13:13 +02:00 |
|
MascaraSnake
|
63a901b714
|
-Remove superfluous variables from raise_t
-Cleanup signatures of P_AddRaiseThinker and P_AddAirbob
|
2020-04-17 11:11:36 +02:00 |
|
MascaraSnake
|
a41dbe2bae
|
Get rid of code duplication in T_RaiseSector
|
2020-04-17 10:19:02 +02:00 |
|
MascaraSnake
|
d0c473c9ae
|
Make T_RaiseSector use its own thinker struct instead of levelspecthink_t
|
2020-04-17 09:58:53 +02:00 |
|
Nev3r
|
d40713d08b
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-next
|
2020-04-14 22:20:54 +02:00 |
|
Nev3r
|
464ecc01a4
|
Merge branch 't_moveplane-refactor' into 'next'
Remove faulty code from T_MovePlane()
See merge request STJr/SRB2!876
|
2020-04-14 05:53:59 -04:00 |
|
Nev3r
|
778ef86fee
|
Remove the bridge thinker code.
|
2020-04-14 10:31:07 +02:00 |
|
sphere
|
01b28b66a6
|
Make linedef type 461 able to set object angle, using the line's angle.
|
2020-04-13 17:10:25 +02:00 |
|
Nev3r
|
01c0797ba6
|
Remove now unused P_MobjReadyToMove().
|
2020-04-13 16:00:58 +02:00 |
|
Nev3r
|
74bd23c275
|
Actually remove the entire code block in T_MovePlane(), and remove line_t.tagline as it served no other purpose.
|
2020-04-13 15:17:53 +02:00 |
|
Nev3r
|
711c35970c
|
Refactor an unholy piece of code.
|
2020-04-13 14:31:19 +02:00 |
|
Nev3r
|
5e20e9e27e
|
Fix typo involving the stringargs exposure.
|
2020-04-13 10:21:32 +02:00 |
|
James R
|
4214397679
|
Make the PACKETVERSION rule easier
|
2020-04-12 17:05:18 -07:00 |
|
Nev3r
|
ca694c8c43
|
Merge branch 'udmf-next' into udmf-thingargs
|
2020-04-12 10:02:12 +02:00 |
|
Nev3r
|
4128f826b7
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-next
# Conflicts:
# src/lua_hooklib.c
|
2020-04-12 09:57:19 +02:00 |
|
Nev3r
|
21de33bd08
|
Add mapthing arg support.
|
2020-04-11 12:54:34 +02:00 |
|
fickleheart
|
be07a23e52
|
Make a separate function instead of clogging up IdentifyVersion
|
2020-04-09 20:56:27 -05:00 |
|
fickleheart
|
6845aca6e5
|
Make chdir usage consistent with other source usage
|
2020-04-09 20:52:23 -05:00 |
|
fickleheart
|
614449298e
|
Merge remote-tracking branch 'upstream/master' into netgame-urls
|
2020-04-09 20:48:52 -05:00 |
|
James R
|
d460e1e826
|
Merge branch 'pk3-xtra-comm-fix' into 'next'
PK3: Proper ignorance for file comments/extra data
See merge request STJr/SRB2!761
|
2020-04-09 21:25:11 -04:00 |
|
James R
|
efe74cfd8f
|
Merge branch 'md2-rollangle' into 'master'
Fix MD2 rollangle in reverse gravity
See merge request STJr/SRB2!818
|
2020-04-09 21:25:02 -04:00 |
|
James R
|
0313213c59
|
Merge branch 'hw-horizon' into 'master'
OGL horizon lines
See merge request STJr/SRB2!861
|
2020-04-09 21:24:41 -04:00 |
|
James R
|
e457b71e7e
|
Merge branch 'execcfg-fixes' into 'master'
ExecCfg fixes
See merge request STJr/SRB2!821
|
2020-04-09 21:24:12 -04:00 |
|
James R
|
dc25177457
|
You don't need to push the value twice, it's only used once
|
2020-04-09 17:30:53 -07:00 |
|
James R
|
aca39d6210
|
Merge remote-tracking branch 'origin/master' into next
|
2020-04-09 17:04:04 -07:00 |
|
James R
|
b029ccff0d
|
Merge branch 'hide-useless-1p-menu-options' into 'master'
Hide record & NiGHTS attack options if there are no available maps for them.
See merge request STJr/SRB2!868
|
2020-04-09 19:57:27 -04:00 |
|
James R
|
40a74a6211
|
Merge branch 'ra-emblemhints' into 'master'
Allow emblem hints (and radar) in record attack.
See merge request STJr/SRB2!820
|
2020-04-09 19:56:17 -04:00 |
|
James R
|
5f7bd9a947
|
Merge branch 'fix-256-brightness' into 'master'
Florida man fixes sectors with light level 256 blacking out OpenGL objects; mappers riot.
See merge request STJr/SRB2!840
|
2020-04-09 19:53:40 -04:00 |
|
James R
|
2fda89f1c3
|
Merge branch 'bot-respawn-hook' into 'next'
BotRespawn hook
See merge request STJr/SRB2!804
|
2020-04-09 19:52:25 -04:00 |
|
James R
|
bd7d05fdf0
|
Merge branch 'gtr-replace' into 'next'
Separate PvP damage from ringslinger
See merge request STJr/SRB2!831
|
2020-04-09 19:51:52 -04:00 |
|
James R
|
2dfe276a73
|
Merge branch 'sdlglcontext' into 'master'
Only initialise OpenGL if the user intends to load it (for real this time)
See merge request STJr/SRB2!796
|
2020-04-09 19:51:20 -04:00 |
|
James R
|
b8d40a5783
|
Merge branch 'dye' into 'next'
Expose colorization to mappers and SOC
See merge request STJr/SRB2!679
|
2020-04-09 19:50:32 -04:00 |
|