Christoph Oelckers
|
2d2963ead4
|
- fixed: The StripRight fix left some code from a previous fix in that no longer applies.
|
2017-01-01 16:55:45 +01:00 |
|
Rachael Alexanderson
|
c7dce79831
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-01 10:54:19 -05:00 |
|
Christoph Oelckers
|
80effbb547
|
- fixed: A_M_Refire's 'ignoremissile' parameter lost its default value.
|
2017-01-01 15:41:40 +01:00 |
|
Christoph Oelckers
|
5d9cea9e0e
|
- fixed: FString::StripRight's space checking counter was broken and would cause deletion of the last valid character in the string.
|
2017-01-01 14:44:16 +01:00 |
|
Christoph Oelckers
|
356c5f2e08
|
- removed the ZScript warning.
|
2017-01-01 12:29:03 +01:00 |
|
Christoph Oelckers
|
d5233c2bd2
|
- do the same for brightmaps, Doom's original ones also don't really match with Freedoom.
|
2017-01-01 12:19:15 +01:00 |
|
Christoph Oelckers
|
61a9a308e2
|
- forgot the filter directory.
|
2017-01-01 11:58:40 +01:00 |
|
Christoph Oelckers
|
3b30b4d979
|
- use filter directories for light definitions so that they do not get used for unwanted IWADs using the same game type.
- fixed light definitions for Freedoom to match the graphics.
|
2017-01-01 11:57:07 +01:00 |
|
Magnus Norddahl
|
81658d7c88
|
Move line handling to more files
|
2017-01-01 10:28:35 +01:00 |
|
Edoardo Prezioso
|
9575715b1e
|
- Added support to GCC/Clang sanitizers.
|
2017-01-01 00:17:42 +01:00 |
|
Christoph Oelckers
|
e4c63563e3
|
- fixed: The 3D floor light splitting code for sprites did not copy the sector's fog density.
- fixed: fog calculations for fuzz effects were wrong.
|
2017-01-01 00:16:53 +01:00 |
|
Rachael Alexanderson
|
4b41b9c9dc
|
- Fixed formatting a bit on 'the dangerous tool.'
|
2016-12-31 17:38:50 -05:00 |
|
Rachael Alexanderson
|
5d849f0ac9
|
- Added a shell script to fix llvm-3.8 issues in Ubuntu.
|
2016-12-31 17:33:32 -05:00 |
|
Edoardo Prezioso
|
6b943043d1
|
- Update the list of dummy actor flags from Zandronum.
|
2016-12-31 23:02:01 +01:00 |
|
Rachael Alexanderson
|
2e2c15848e
|
Merge https://github.com/coelckers/gzdoom
|
2016-12-31 16:53:30 -05:00 |
|
Christoph Oelckers
|
28d79cc2b0
|
- added some profiling code to the VM.
|
2016-12-31 17:59:48 +01:00 |
|
Rachael Alexanderson
|
1d7525c512
|
Merge https://github.com/coelckers/gzdoom
|
2016-12-31 10:28:32 -05:00 |
|
Christoph Oelckers
|
06900ff8be
|
- reviewd script code for spawn calls that did not check their results.
Nothing should ever assume that spawning an actor is unconditionally successful. There can always be some edge cases where this is not the case.
|
2016-12-31 10:27:12 -05:00 |
|
Christoph Oelckers
|
3d61d2c1f4
|
- reviewd script code for spawn calls that did not check their results.
Nothing should ever assume that spawning an actor is unconditionally successful. There can always be some edge cases where this is not the case.
|
2016-12-31 15:40:51 +01:00 |
|
Magnus Norddahl
|
3967156d62
|
Moved remaining parts of r_plane to r_visibleplane
|
2016-12-31 14:45:41 +01:00 |
|
Magnus Norddahl
|
07826ccd2f
|
Move variables closer to their correct location
|
2016-12-31 14:15:06 +01:00 |
|
Magnus Norddahl
|
5967016dbe
|
Merge branch 'master' of https://github.com/raa-eruanna/qzdoom into qzdoom
|
2016-12-31 14:00:22 +01:00 |
|
Magnus Norddahl
|
0884a09b38
|
Move floorclip, ceilingclip, floorplane and ceilingplane closer to their location
|
2016-12-31 14:00:12 +01:00 |
|
ZZYZX
|
3aee73eaa4
|
Enabled user shader for a cameratexture
|
2016-12-31 07:27:27 -05:00 |
|
Magnus Norddahl
|
165134f1a7
|
Make wallshade private to r_segs
|
2016-12-31 13:12:09 +01:00 |
|
Magnus Norddahl
|
ce864655e3
|
Remove wallshade global from R_RenderDecals
|
2016-12-31 12:59:43 +01:00 |
|
Magnus Norddahl
|
918904074a
|
Remove wallshade global from R_DrawFogBoundary
|
2016-12-31 12:57:48 +01:00 |
|
Magnus Norddahl
|
6fd3691da4
|
Remove unused declarations
|
2016-12-31 12:50:57 +01:00 |
|
Magnus Norddahl
|
ad15d56a81
|
Move files into additional folders
|
2016-12-31 12:45:07 +01:00 |
|
ZZYZX
|
c845fc126a
|
Enabled user shader for a cameratexture
|
2016-12-31 12:17:24 +01:00 |
|
Magnus Norddahl
|
2f96dcc1a8
|
Move fog boundary drawing to r_fogboundary
|
2016-12-31 12:04:23 +01:00 |
|
Magnus Norddahl
|
f354cc8c67
|
Move flat and slope plane drawing to their own files, isolate and privatize their working variables
|
2016-12-31 11:42:49 +01:00 |
|
Magnus Norddahl
|
447b162534
|
Move sky rendering to its own file
|
2016-12-31 10:19:31 +01:00 |
|
Rachael Alexanderson
|
8954efd33c
|
Merge https://github.com/coelckers/gzdoom
|
2016-12-30 19:21:51 -05:00 |
|
Christoph Oelckers
|
267b1842b4
|
- scriptified a few more of the simpler powerups.
|
2016-12-31 01:08:09 +01:00 |
|
Christoph Oelckers
|
3b524cbed4
|
- scriptified PowerInfiniteAmmo to test the exported functions.
|
2016-12-31 00:20:02 +01:00 |
|
Christoph Oelckers
|
fe0f19e1e0
|
- exported Powerup.InitEffect and EndEffect to scripting.
|
2016-12-30 23:32:43 +01:00 |
|
Christoph Oelckers
|
5e34bad03b
|
- fixed: AActor::Tick must call CallDoEffect, not DoEffect for its inventory items or scripted overrides won't be called.
|
2016-12-30 21:32:06 +01:00 |
|
Christoph Oelckers
|
a105a08bd6
|
- restored the original implementation of DONTOVERLAP, because Heretic depends on it being somewhat broken.
A side effect of the incorrect implementation is that Gargoyles hitting other Gargoyles won't call P_DamageMobj.
|
2016-12-30 20:00:24 +01:00 |
|
alexey.lysiuk
|
e3a909c296
|
Fixed compilation with GCC/Clang
No more 'error: cannot jump from this goto statement to its label'
|
2016-12-30 16:05:57 +02:00 |
|
Rachael Alexanderson
|
3992fd32cb
|
Merge https://github.com/coelckers/gzdoom
|
2016-12-30 05:58:57 -05:00 |
|
Magnus Norddahl
|
99e263e1b3
|
Decal rendering to r_decal
|
2016-12-30 08:31:02 +01:00 |
|
Magnus Norddahl
|
50c525161b
|
Move wallsprite handling to r_wallsprite
|
2016-12-30 08:11:06 +01:00 |
|
Magnus Norddahl
|
98026c5711
|
Move player sprite handling to r_playersprite
|
2016-12-30 07:51:39 +01:00 |
|
Magnus Norddahl
|
bf237799bf
|
Move particle drawing to r_particle
|
2016-12-30 07:26:25 +01:00 |
|
Magnus Norddahl
|
f133b4caa4
|
Move vissprite to its own file
|
2016-12-30 07:15:10 +01:00 |
|
Magnus Norddahl
|
80e369541a
|
Move visplane_t to its own file
|
2016-12-30 06:42:20 +01:00 |
|
Magnus Norddahl
|
775deeb151
|
Move variables closer to their correct location
|
2016-12-30 06:15:10 +01:00 |
|
Magnus Norddahl
|
41d0e7c663
|
Move portal drawing to r_portal
|
2016-12-30 06:08:47 +01:00 |
|
Magnus Norddahl
|
60c0dcc3c7
|
Move openings to r_memory
|
2016-12-30 05:35:25 +01:00 |
|