Rachael Alexanderson
|
c2d01522f0
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-04 21:55:01 -05:00 |
|
Christoph Oelckers
|
3b7eb849a7
|
- fixed: The default minimum and maximum distances for A_Teleport were swapped.
|
2017-01-04 23:56:41 +01:00 |
|
Rachael Alexanderson
|
b934f69303
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-04 17:49:09 -05:00 |
|
Rachael Alexanderson
|
0a581754bf
|
- Made WadSmoosh detection a lot stricter.
|
2017-01-04 20:48:52 +01:00 |
|
Rachael Alexanderson
|
8651cbc75a
|
- Wildweasel pointed out that WadSmoosh generates a "SMOOSHED" lump. http://forum.zdoom.org/viewtopic.php?p=967226#p967226
|
2017-01-04 20:48:52 +01:00 |
|
Rachael Alexanderson
|
4fe3f7611c
|
- Made WadSmoosh detection more flexible (since it doesn't necessarily require MAP01 to be present).
|
2017-01-04 20:48:52 +01:00 |
|
Rachael Alexanderson
|
eb7f1b87e5
|
- Added Wadsmoosh detection.
|
2017-01-04 20:48:52 +01:00 |
|
Magnus Norddahl
|
4bcc34f01c
|
Move openings deinit to r_memory
|
2017-01-04 19:13:58 +01:00 |
|
Magnus Norddahl
|
e0f1fc4066
|
Merge branch 'master' of https://github.com/raa-eruanna/qzdoom into qzdoom
|
2017-01-04 19:03:40 +01:00 |
|
Magnus Norddahl
|
47ca45bf18
|
Convert FakeSide to enum class
|
2017-01-04 19:03:33 +01:00 |
|
Rachael Alexanderson
|
ac22d80170
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-04 12:56:35 -05:00 |
|
Magnus Norddahl
|
5f8075f726
|
Convert r_3dfloors to a class
|
2017-01-04 18:54:14 +01:00 |
|
Magnus Norddahl
|
28732d63d2
|
Move r_bsp into a class
|
2017-01-04 15:39:47 +01:00 |
|
Christoph Oelckers
|
4be9222646
|
- fixed: Dehacked must flag all states it touched for use in weapons.
|
2017-01-04 11:13:19 +01:00 |
|
Magnus Norddahl
|
c396e7f949
|
Make r_bsp and r_line stop sharing floorplane and ceiling plane variables
|
2017-01-04 05:10:16 +01:00 |
|
Magnus Norddahl
|
38280b9315
|
Merge branch 'master' of https://github.com/raa-eruanna/qzdoom into qzdoom
|
2017-01-04 04:50:25 +01:00 |
|
Magnus Norddahl
|
5caea5a256
|
Fix clipping regression caused by splitting clip handling from line rendering
|
2017-01-04 04:49:10 +01:00 |
|
Rachael Alexanderson
|
13972eed2b
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-03 21:31:55 -05:00 |
|
Magnus Norddahl
|
dba81db198
|
Move material multiplication out of inner light loop
|
2017-01-03 21:16:21 +01:00 |
|
Christoph Oelckers
|
b132782c49
|
- scriptified PowerBuddha and PowerFrightener.
|
2017-01-03 21:03:05 +01:00 |
|
Magnus Norddahl
|
b3cee51fd0
|
Fixed clang errors about the gotos leaving certain variables uninitialized
|
2017-01-03 20:53:40 +01:00 |
|
Christoph Oelckers
|
15f30886cd
|
- scriptified the TimeFreezer powerup.
|
2017-01-03 20:06:20 +01:00 |
|
Rachael Alexanderson
|
f523193121
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-03 13:59:18 -05:00 |
|
Christoph Oelckers
|
3fec305ca2
|
- completed attenuation for Heretic. A few items were intentionally left unattenuated.
|
2017-01-03 13:59:09 -05:00 |
|
Christoph Oelckers
|
105f877e67
|
- fixed a few Freedoom light definitions.
|
2017-01-03 13:59:09 -05:00 |
|
Christoph Oelckers
|
37dab4a12c
|
- fixed: 'out' parameters must always allocate an address register, regardless of type.
|
2017-01-03 13:59:09 -05:00 |
|
Christoph Oelckers
|
f30b2ca80d
|
- disabled OpenGL 3.0 on the Open Source Mesa driver for Linux because it appears to be broken.
|
2017-01-03 13:59:09 -05:00 |
|
alexey.lysiuk
|
ca9523acef
|
Fixed compilation with GCC/Clang
Fixes #175
|
2017-01-03 13:59:09 -05:00 |
|
Magnus Norddahl
|
abdc7f9ff1
|
Move WindowLeft, WindowRight, MirrorFlags to r_portal
|
2017-01-03 19:25:00 +01:00 |
|
Magnus Norddahl
|
e25645df46
|
Move r_fogboundary to line folder
|
2017-01-03 19:16:37 +01:00 |
|
Magnus Norddahl
|
863f17ada9
|
Fix function names
|
2017-01-03 19:08:02 +01:00 |
|
Magnus Norddahl
|
a4c0e29913
|
Moved r_line into a class and implemented proper parameter passing between r_line and r_bsp, r_walldraw, r_wallsetup, r_decal, r_wallsprite, r_fogboundary, r_portal and r_playersprite
|
2017-01-03 18:57:48 +01:00 |
|
Magnus Norddahl
|
aa11534033
|
Remove unused (and broken in swrenderer) back boolean from FakeFlat interface
|
2017-01-03 18:55:12 +01:00 |
|
Christoph Oelckers
|
7fd35069d5
|
- completed attenuation for Heretic. A few items were intentionally left unattenuated.
|
2017-01-03 18:31:01 +01:00 |
|
Christoph Oelckers
|
6c8d1d3508
|
- fixed a few Freedoom light definitions.
|
2017-01-03 17:16:33 +01:00 |
|
Christoph Oelckers
|
341d9abdd0
|
- fixed: 'out' parameters must always allocate an address register, regardless of type.
|
2017-01-03 16:00:25 +01:00 |
|
Christoph Oelckers
|
96623b3052
|
- disabled OpenGL 3.0 on the Open Source Mesa driver for Linux because it appears to be broken.
|
2017-01-03 12:01:03 +01:00 |
|
alexey.lysiuk
|
2dec45ca39
|
Fixed compilation with GCC/Clang
Fixes #175
|
2017-01-03 09:45:53 +02:00 |
|
Magnus Norddahl
|
e7ab5dddb6
|
Put add the copyright statement from the files the code originated from
|
2017-01-03 07:17:54 +01:00 |
|
Magnus Norddahl
|
a9fbd421fb
|
Move line handling to r_line and drawseg drawing to r_drawsegment and then remove r_segs
|
2017-01-03 07:13:40 +01:00 |
|
Magnus Norddahl
|
ac7992a2a1
|
Merge branch 'master' of https://github.com/raa-eruanna/qzdoom into qzdoom
|
2017-01-03 04:29:15 +01:00 |
|
Magnus Norddahl
|
4125da9fc3
|
Fix speed regression caused by the DrawerThread object being recreated every frame
|
2017-01-03 04:29:06 +01:00 |
|
Rachael Alexanderson
|
fd9d92d708
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-02 22:04:53 -05:00 |
|
Christoph Oelckers
|
0dca13b49e
|
- added attenuation to ca. 40% of Heretic's light definitions.
|
2017-01-03 01:04:37 +01:00 |
|
Rachael Alexanderson
|
3e59ebb48d
|
- Removed multithreaded from the menu completely.
# Conflicts:
# wadsrc/static/menudef.txt
|
2017-01-02 18:26:45 -05:00 |
|
Rachael Alexanderson
|
338d338e27
|
- Moved multithreaded option from Truecolor menu to the Display menu since both the palette and truecolor drawer sets now use it.
|
2017-01-02 17:55:24 -05:00 |
|
Christoph Oelckers
|
bf09a89b5d
|
- fixed typo in A_BrainSpit.
|
2017-01-02 23:26:19 +01:00 |
|
Christoph Oelckers
|
1261046f1a
|
- fixed: The check for explicitly not splitting wall polygons at seg vertices was inverted.
|
2017-01-02 23:21:28 +01:00 |
|
Rachael Alexanderson
|
2591eb2e54
|
Merge https://github.com/coelckers/gzdoom
|
2017-01-02 16:52:02 -05:00 |
|
Christoph Oelckers
|
e7cd5ec2bb
|
- fixed: The conditional operator could clobber a local variable if it was the result of the true expression.
|
2017-01-02 22:26:36 +01:00 |
|