MascaraSnake
|
ac549eddeb
|
Revamp alpha setup for crumbling FOFs
|
2020-06-12 09:28:41 +02:00 |
|
MascaraSnake
|
1ad8f75538
|
Revamp alpha setup for water FOFs
|
2020-06-12 09:00:06 +02:00 |
|
MascaraSnake
|
1ae797359e
|
Merge branch 'fof-cleanup' into udmf-fofs-mkii
# Conflicts:
# src/p_spec.c
|
2020-05-02 10:24:40 +02:00 |
|
MascaraSnake
|
2a39265156
|
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
|
f3360bd373
|
Merge branch 'udmf-next' into udmf-fofs-mkii
# Conflicts:
# src/p_floor.c
# src/p_spec.c
|
2020-05-01 14:02:48 +02:00 |
|
MascaraSnake
|
2449c66b78
|
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
|
7922306113
|
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
|
790affd13b
|
Merge branch 'next' into elevator-cleanup
# Conflicts:
# src/p_saveg.c
|
2020-05-01 11:42:05 +02:00 |
|
MascaraSnake
|
0a0812bc57
|
Remove P_FindSectorFromLineTag
|
2020-04-27 14:31:37 +02:00 |
|
MascaraSnake
|
4f3d837835
|
Store "no bosses" setting for lasers in thinker instead of checking sourceline.
|
2020-04-27 13:09:57 +02:00 |
|
MascaraSnake
|
556c2a8c18
|
Store tag instead of sourceline in raise thinker
|
2020-04-27 12:54:08 +02:00 |
|
MascaraSnake
|
d9f761b619
|
Adapt setup of rising FOFs
|
2020-04-27 11:52:31 +02:00 |
|
MascaraSnake
|
607aeb3a52
|
Adapt setup of air bobbing FOFs
|
2020-04-27 10:29:29 +02:00 |
|
MascaraSnake
|
82bf72f5e1
|
Remove obsolete stuff from elevator_t
|
2020-04-26 18:38:45 +02:00 |
|
MascaraSnake
|
554de0e0f5
|
T_StartCrumble refactoring, part 1
|
2020-04-26 16:51:14 +02:00 |
|
MascaraSnake
|
295ed303af
|
Make T_StartCrumble use its own thinker data structure
|
2020-04-26 11:55:10 +02:00 |
|
MascaraSnake
|
e00531ed9c
|
Merge branch 'udmf-next' into udmf-fofs-mkii
# Conflicts:
# src/p_floor.c
# src/p_spec.c
# src/p_spec.h
|
2020-04-26 11:13:09 +02:00 |
|
MascaraSnake
|
1aa90754db
|
Port over raise thinker changes from next (preparation for merge)
|
2020-04-26 10:33:13 +02:00 |
|
MascaraSnake
|
0ab01cd4b2
|
Port over thwomp thinker changes manually, to avoid merge conflicts
|
2020-04-25 09:20:53 +02: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 |
|
MascaraSnake
|
1d3aa7129a
|
Add enums for textmap FOF values
|
2020-04-18 18:02:43 +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
|
9b27d004e3
|
Remove the spike thinker, which hasn't been necessary for a while now
|
2020-04-17 22:54:35 +02:00 |
|
MascaraSnake
|
89539512f6
|
Make T_EachTimeThinker use its own struct
|
2020-04-17 14:00:48 +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
|
d0c473c9ae
|
Make T_RaiseSector use its own thinker struct instead of levelspecthink_t
|
2020-04-17 09:58:53 +02:00 |
|
Nev3r
|
778ef86fee
|
Remove the bridge thinker code.
|
2020-04-14 10:31:07 +02:00 |
|
James R
|
7060083db5
|
Update copyright year to 2020
|
2020-02-19 14:08:45 -08:00 |
|
MascaraSnake
|
4f26a8e73a
|
Move MAXFLATSIZE define to p_spec.h so p_spec.c doesn't have to redefine it
|
2020-01-01 16:01:07 +01:00 |
|
MascaraSnake
|
e9376a8353
|
Cleaned up some more stuff in P_LoadLevel()
|
2019-12-28 12:48:32 +01:00 |
|
Steel Titanium
|
d415cd5c6d
|
Update copyright date on source files
|
2019-12-06 13:49:42 -05:00 |
|
mazmazz
|
075f28b7c8
|
WIP 20190101 merge
d_netcmd.c
filesrch.c
m_menu.c
p_setup.c
p_spec.c
r_data.c
r_main.c
r_things.c
w_wad.c
w_wad.h
|
2019-01-02 01:09:15 -05:00 |
|
mazmazz
|
ea7162a76a
|
Update source copyrights to 2018
|
2018-11-25 07:35:38 -05:00 |
|
mazmazz
|
81ad8f0681
|
Merge branch 'master' into le-fadefof
|
2018-09-18 17:11:33 -04:00 |
|
mazmazz
|
c45d523e8f
|
420: Don't interrupt existing light fade on duration timing except EFFECT5
(cherry picked from commit 3b957c32517a8f5148940c0067af7e88a51d1fee)
|
2018-09-18 11:08:33 -04:00 |
|
Digiku
|
a036c42973
|
Merge branch 'colormap-overhaul-fade' into 'master'
Linedef Exec 455 Fade Colormap, 456 Stop Fading Colormap
See merge request STJr/SRB2Internal!191
|
2018-09-18 11:06:09 -04:00 |
|
mazmazz
|
3cdd904fbc
|
Merge branch 'colormap-overhaul-fade' into le-fadefof
|
2018-09-18 11:05:30 -04:00 |
|
mazmazz
|
7c8fa151c4
|
Merge branch 'lightfade-ticbased' into le-fadefof
|
2018-09-16 08:20:57 -04:00 |
|
Nev3r
|
350cd1435b
|
The thinker is entirely unified now, and there is no difference in the light levels between the "old" behavior and this one now.
|
2018-09-15 12:21:25 +02:00 |
|
mazmazz
|
ab4a825385
|
420: Combine speed and duration logic for fade lighting
|
2018-09-15 19:01:21 -04:00 |
|
mazmazz
|
5aa66f8872
|
455: Add speed increment timing (~EFFECT4) to FadeColormap
|
2018-09-13 10:43:32 -04:00 |
|
mazmazz
|
9fb9b44383
|
Fade FOF colormap support
|
2018-09-12 16:59:35 -04:00 |
|