Nev3r
|
c3c85cb601
|
Remove P_FindSpecialLineFromTag()
|
2020-04-15 10:16:49 +02:00 |
|
Nev3r
|
f230438625
|
Replaces P_FindSectorFromTag() occurrences with its corresponding macro and vanishes it from existence.
|
2020-04-14 23:33:56 +02:00 |
|
Nev3r
|
71f947c699
|
Remove P_FindSectorFromLineTag()
|
2020-04-14 22:22:48 +02:00 |
|
Nev3r
|
d05ad892be
|
Remove the bridge thinker code.
|
2020-04-14 10:31:07 +02:00 |
|
James R
|
2274129f57
|
Update copyright year to 2020
|
2020-02-19 14:08:45 -08:00 |
|
MascaraSnake
|
4a5c550488
|
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
|
d00a9a42a1
|
Cleaned up some more stuff in P_LoadLevel()
|
2019-12-28 12:48:32 +01:00 |
|
Steel Titanium
|
a5cdb0a4b3
|
Update copyright date on source files
|
2019-12-06 13:49:42 -05:00 |
|
mazmazz
|
81352aece1
|
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
|
c91b2b4456
|
Update source copyrights to 2018
|
2018-11-25 07:35:38 -05:00 |
|
mazmazz
|
7dfe25d1b5
|
Merge branch 'master' into le-fadefof
|
2018-09-18 17:11:33 -04:00 |
|
mazmazz
|
c213c23af3
|
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
|
be6bae4ccb
|
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
|
65aeea28bc
|
Merge branch 'colormap-overhaul-fade' into le-fadefof
|
2018-09-18 11:05:30 -04:00 |
|
mazmazz
|
20537f1310
|
Merge branch 'lightfade-ticbased' into le-fadefof
|
2018-09-16 08:20:57 -04:00 |
|
Nev3r
|
2009c93ddd
|
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
|
e2e1ca0ac6
|
420: Combine speed and duration logic for fade lighting
|
2018-09-15 19:01:21 -04:00 |
|
mazmazz
|
99c67decc1
|
455: Add speed increment timing (~EFFECT4) to FadeColormap
|
2018-09-13 10:43:32 -04:00 |
|
mazmazz
|
3d03964bb9
|
Fade FOF colormap support
|
2018-09-12 16:59:35 -04:00 |
|
mazmazz
|
df739180b0
|
Fade colormap special 455! And stop fade colormap 456
* Added T_FadeColormap thinker and netsync
* Added sector_t fadecolormapdata property
|
2018-09-12 09:06:38 -04:00 |
|
mazmazz
|
31ee9df9b9
|
Use percentage calc instead of interval decrement for tic-based fading
|
2018-09-11 10:28:24 -04:00 |
|
mazmazz
|
17055a1345
|
Merge branch 'lightfade-ticbased' into le-fadefof
|
2018-09-11 10:08:13 -04:00 |
|
mazmazz
|
b13103603f
|
Use percentage calc instead of interval decrement for tic-based timing
|
2018-09-11 10:05:25 -04:00 |
|
mazmazz
|
1c878ccce1
|
Store sectornum/ffloornum as UINT32, not INT32
|
2018-09-09 23:52:36 -04:00 |
|
mazmazz
|
ecfc2e66f1
|
Replace firsttic with timer increment
|
2018-09-09 20:45:12 -04:00 |
|
mazmazz
|
97bc852b80
|
Merge branch 'lightfade-ticbased' into le-fadefof
|
2018-09-09 20:18:57 -04:00 |
|
mazmazz
|
8efe62e4de
|
Replace firsttic with decrement timer
|
2018-09-09 20:18:43 -04:00 |
|
mazmazz
|
f77957ddf0
|
Added tic-based logic to FOF fade (ML_EFFECT5)
|
2018-09-09 19:31:32 -04:00 |
|
mazmazz
|
44ba282d5f
|
Finalize light level on fade finish (not forced stop)
* Added destlightlevel property to fade_t
* Fixed dotranslucent, dolighting, docollision order weirdness in function calls
|
2018-09-09 17:20:35 -04:00 |
|
mazmazz
|
18c6f560e4
|
Merge branch 'lightfade-ticbased' into le-fadefof
|
2018-09-09 13:44:30 -04:00 |
|
mazmazz
|
cbf692fc52
|
Revert "Snap light level to software values (32 levels)"
This reverts commit 8ec3e23ed5.
|
2018-09-09 13:43:00 -04:00 |
|
mazmazz
|
deb0ba1648
|
Add light fading to FadeFakeFloor
* Declare P_RemoveLighting in header for p_spec.c use
|
2018-09-08 23:44:29 -04:00 |
|
mazmazz
|
8571b407c6
|
Merge branch 'lightfade-ticbased' into le-fadefof
|
2018-09-08 23:03:18 -04:00 |
|
mazmazz
|
8ec3e23ed5
|
Snap light level to software values (32 levels)
* New properties `exactlightlevel` and `lightlevel` in `lightlevel_t`
|
2018-09-08 23:01:35 -04:00 |
|
mazmazz
|
53568d3808
|
Split P_FadeLight into P_FadeLightBySector
|
2018-09-08 22:14:49 -04:00 |
|
mazmazz
|
07c6705bdb
|
Implemented tic-based light fading
* ML_BLOCKMONSTERS specifies destvalue and speed by texture offsets
* ML_NOCLIMB toggles tic-based logic
* Added props `duration`, `interval`, and `firsttic` to `lightlevel_t`
|
2018-09-08 22:10:51 -04:00 |
|
mazmazz
|
47dce92d8b
|
Add dolighting flag to FadeFakeFloor thinker
|
2018-09-08 20:41:45 -04:00 |
|
mazmazz
|
71b1a78f76
|
Merge branch 'master' into le-fadefof
|
2018-09-06 18:12:24 -04:00 |
|
mazmazz
|
ccf5a0a810
|
Add alpha clamping so OpenGL conforms to Software's translucent levels
|
2018-08-17 17:07:07 -04:00 |
|
mazmazz
|
5a3499f833
|
Refactor function and variable names; change defaults for fake floor fader line flags
|
2018-08-17 15:25:25 -04:00 |
|
mazmazz
|
1f51c8e076
|
Move fading thinker to ffloor_t.fadingdata
|
2018-08-17 02:28:52 -04:00 |
|
mazmazz
|
9f9bf86d2b
|
Rename dofadeinonly to doghostfade
* Ghost fading: when transitioning to/from alpha=0, don't set solid/tangibility until fade is finished
|
2018-08-16 22:27:26 -04:00 |
|
mazmazz
|
b1368078c6
|
Make Bonus Time Start executor into a general Egg Capsule Touch executor
* Entrance/exit flags
* Enough/not-enough-rings flags (with "doesn't matter" line option)
|
2018-08-14 12:00:37 -04:00 |
|
mazmazz
|
e399d08d76
|
Add ML_BOUNCY flag to Bonus Time executor to execute BEFORE the capsule is destroyed and player has enough spheres
|
2018-08-14 10:48:50 -04:00 |
|
mazmazz
|
94bea03ae5
|
Allow immediate alpha setting when speed = 0; refactoring
* Separate fade logic into P_FindFakeFloorsDoAlpha, P_DoFakeFloorAlpha
* Change INT32 destvalue and speed to INT16
|
2018-04-07 07:09:04 -04:00 |
|
mazmazz
|
ef733de678
|
Refactor flag handling toggles
|
2018-04-06 23:14:48 -04:00 |
|
mazmazz
|
4d95019db5
|
Implement logic branching for NiGHTS LE triggers and add Bonus Time trigger
|
2018-04-01 08:23:59 -04:00 |
|
mazmazz
|
6e10b27f38
|
Initial checkpoint for NiGHTS LE triggers
|
2018-03-31 10:11:27 -04:00 |
|
mazmazz
|
7d5b40a306
|
Fix fade_t handleflags to UINT32
|
2018-03-31 00:02:37 -04:00 |
|
mazmazz
|
1df029ccad
|
Add predefined behaviors for fading FOF flags
* ML_BLOCKMONSTERS: Handle FF_EXISTS
* ML_NOCLIMB: Handle FF_SOLID
* ML_EFFECT1: Don't handle FF_TRANSLUCENT
|
2018-03-30 22:43:13 -04:00 |
|