MascaraSnake
|
b3f81349ae
|
Merge branch 'polyobject-cleanup' into 'next'
PolyObject cleanup
See merge request STJr/SRB2!919
|
2020-05-04 14:18:08 -04:00 |
|
MascaraSnake
|
af2098c3b6
|
PolyObject: Allow translucency to be set via X offset
|
2020-05-04 19:47:39 +02:00 |
|
MascaraSnake
|
58a5e4ce7c
|
Merge branch 'level-header-sector-typeskd' into 'next'
Allow some map-wide settings to be set via level header instead of sector types
See merge request STJr/SRB2!917
|
2020-05-04 05:21:49 -04:00 |
|
MascaraSnake
|
ef394eccfb
|
Simplify set/fade polyobject translucency code
|
2020-05-04 10:29:35 +02:00 |
|
MascaraSnake
|
7b293d43c0
|
Make PolyObject special functions return boolean instead of INT32
|
2020-05-04 10:07:38 +02:00 |
|
MascaraSnake
|
5e188cb71b
|
Remove non-descriptive comments
|
2020-05-04 10:01:44 +02:00 |
|
MascaraSnake
|
a69201bf68
|
Move parameter parsing for EV_DoPolyObjFlag into its own function
|
2020-05-04 09:58:27 +02:00 |
|
MascaraSnake
|
c6d245879a
|
Pass parameters to EV_DoPolyObjFlag in a struct and not via the line
|
2020-05-04 09:54:32 +02:00 |
|
MascaraSnake
|
48c5bd4486
|
Refactor Polyobj_findSegs
|
2020-05-04 01:28:21 +02:00 |
|
MascaraSnake
|
3d9bf8335e
|
Purge uninformative comments
|
2020-05-04 00:17:05 +02:00 |
|
MascaraSnake
|
9fa267f247
|
Clean up Polyobj_GetInfo
|
2020-05-03 23:55:23 +02:00 |
|
MascaraSnake
|
a1a3b54108
|
Remove "explicitly include line in polyobject" code which has never worked
|
2020-05-03 23:47:26 +02:00 |
|
MascaraSnake
|
9566d7db96
|
Implement "set linedef executor delay" linedef type
|
2020-05-03 21:03:15 +02:00 |
|
MascaraSnake
|
5c0559a3d2
|
Adapt linedef executor delay to UDMF
|
2020-05-03 20:41:37 +02:00 |
|
MascaraSnake
|
1ed7c4eb46
|
Bugfix in XGL3 ZNODES parsing
|
2020-05-03 19:28:52 +02:00 |
|
MascaraSnake
|
2df5758ecf
|
Allow map-wide gravity to be set via level header
|
2020-05-03 18:33:18 +02:00 |
|
MascaraSnake
|
9abfcacc3c
|
Add level header options for setting special stage time and spheres requirements
|
2020-05-03 17:56:49 +02:00 |
|
MascaraSnake
|
40f228c952
|
Merge branch 'next' into egg-capsule
# Conflicts:
# src/p_spec.c
|
2020-05-03 15:29:20 +02:00 |
|
MascaraSnake
|
6002a0e443
|
Add "trigger egg capsule" linedef executor
|
2020-05-03 15:22:13 +02:00 |
|
ZipperQR
|
d229445d43
|
no message
|
2020-05-03 14:02:23 +03:00 |
|
MascaraSnake
|
bfe0ad5d6a
|
Refactor P_CheckBouncySectors
|
2020-05-03 10:01:58 +02:00 |
|
Steel Titanium
|
72b83986fa
|
Remove inline keyword from P_DoTwinSpin function
The compiler doesn't like this and will give you a "inlining failed in call to 'P_DoTwinSpin': call is unlikely and code size would grow" error
|
2020-05-02 17:39:55 -04:00 |
|
Hannu Hanhi
|
4bfaa9ae9a
|
Dummy I_GetTimeMicros
|
2020-05-02 23:24:49 +03:00 |
|
Hannu Hanhi
|
c5c45a1fb0
|
Implement I_GetTimeMicros without affecting I_GetTime behaviour details
|
2020-05-02 23:14:20 +03:00 |
|
Hannu Hanhi
|
cfafe90e78
|
Render stats cleanup
|
2020-05-02 23:14:08 +03:00 |
|
Hannu Hanhi
|
1350b89a06
|
More render stats for software mode, renamed and relocated some render stats variables
|
2020-05-02 23:13:53 +03:00 |
|
Hannu Hanhi
|
1a741f8883
|
Move some render stats variables to better locations, add I_FinishUpdate timing
|
2020-05-02 23:13:32 +03:00 |
|
Hannu Hanhi
|
e5531714df
|
Render stats
|
2020-05-02 23:13:08 +03:00 |
|
Monster Iestyn
|
145b7d8f66
|
Fix drop shadow and rotsprite code to use SHORT()
|
2020-05-02 17:13:16 +01:00 |
|
MascaraSnake
|
4346d22480
|
Merge branch 'amyswings' into 'next'
Restore jump-related pflags properly during twinspin
See merge request STJr/SRB2!908
|
2020-05-02 10:03:49 -04:00 |
|
MascaraSnake
|
c4190f2d3f
|
Refactor P_CheckBustableBlocks
|
2020-05-02 15:50:18 +02:00 |
|
MascaraSnake
|
4e6a0c0ae9
|
Revert some very incorrect refactoring
|
2020-05-02 15:33:15 +02:00 |
|
MascaraSnake
|
5a6d3753c0
|
Refactor P_PushableCheckBustables
|
2020-05-02 15:30:56 +02:00 |
|
MascaraSnake
|
0f16d55384
|
Some minor PTR_GlideClimbTraverse cleanup
|
2020-05-02 15:25:19 +02:00 |
|
MascaraSnake
|
40459adbb5
|
Refactor PTR_SlideTraverse
|
2020-05-02 15:21:53 +02:00 |
|
MascaraSnake
|
cd9f6a2b7e
|
P_PlayerZMovement: Move PolyObject handling code into its own function
|
2020-05-02 13:49:16 +02:00 |
|
MascaraSnake
|
1cee43f945
|
Merge branch 'remove-polyobjects' into movement-refactor
|
2020-05-02 13:37:13 +02:00 |
|
MascaraSnake
|
147a1a8a0a
|
P_PlayerZMovement: Move checks for Mario blocks into their own function
|
2020-05-02 13:34:24 +02:00 |
|
MascaraSnake
|
1929b62133
|
P_PlayerMobjThinker: Move check for floatbob platforms into its own function
|
2020-05-02 13:08:13 +02:00 |
|
MascaraSnake
|
d037a12e54
|
P_PlayerMobjThinker: Move crumbling platforms check into its own function
|
2020-05-02 12:50:09 +02:00 |
|
MascaraSnake
|
8efec04051
|
Remove POLYOBJECTS and POLYOBJECTS_PLANES defines
|
2020-05-02 12:08:31 +02:00 |
|
MascaraSnake
|
58508e199d
|
Make the laser thinker find the FOF itself instead of storing it in the thinker struct
|
2020-05-02 10:03:16 +02:00 |
|
MascaraSnake
|
b9c5f65cbf
|
Clean up Thwomp spawning code
|
2020-05-02 09:15:34 +02:00 |
|
Zipper
|
d6511190fd
|
Update p_user.c
|
2020-05-01 08:25:37 -04:00 |
|
MascaraSnake
|
7f74258951
|
Merge branch 'next' into udmf-next
# Conflicts:
# src/p_saveg.c
# src/p_slopes.c
# src/p_spec.c
|
2020-05-01 12:44:39 +02:00 |
|
MascaraSnake
|
238513ffd6
|
Merge branch 'find-sector-from-tag' into 'next'
Remove P_FindSectorFromLineTag and P_FindLineFromLineTag
See merge request STJr/SRB2!901
|
2020-05-01 05:49:52 -04:00 |
|
MascaraSnake
|
e967c32a10
|
Merge branch 'more-thinker-refactor' into 'next'
More thinker refactoring
See merge request STJr/SRB2!900
|
2020-05-01 05:47:14 -04:00 |
|
MascaraSnake
|
5cf3fd0074
|
Merge branch 'next' into elevator-cleanup
# Conflicts:
# src/p_saveg.c
|
2020-05-01 11:42:05 +02:00 |
|
MascaraSnake
|
2973b79715
|
Remove bogus comments from p_saveg.c
|
2020-05-01 11:25:32 +02:00 |
|
LJ Sonic
|
2c74085826
|
Merge branch 'join-delay' into 'next'
Add a minimum delay between connections
See merge request STJr/SRB2!889
|
2020-05-01 03:29:15 -04:00 |
|