alexey.lysiuk
|
549a9d3cf0
|
Extended Actor.CheckMove() with optional position information
https://forum.zdoom.org/viewtopic.php?t=58964
|
2018-01-03 10:48:10 +02:00 |
|
SashaTheRed
|
4a71493a54
|
Fixed sprite offsets
|
2018-01-02 14:09:57 +01:00 |
|
SashaTheRed
|
a280cbc62c
|
Add sprite support for French and Portugese languages
|
2018-01-02 13:56:37 +01:00 |
|
Major Cooke
|
c3c1e76e8a
|
Added vector diff functions to ZScript LevelLocals class
Vec2Diff() and Vec3Diff() work like Actor’s Vec2To() and Vec3To() but use arbitrary points
|
2018-01-02 14:18:59 +02:00 |
|
alexey.lysiuk
|
c4648a2b1c
|
Added CheckMove() function to ZScript Actor class
https://forum.zdoom.org/viewtopic.php?t=58964
|
2018-01-02 13:04:28 +02:00 |
|
Rachael Alexanderson
|
d8aa53f5b1
|
- whitelisted openmenu
|
2018-01-01 14:51:32 -05:00 |
|
alexey.lysiuk
|
be8147406e
|
Fixed initialization of BlockThingsIterator objects
https://forum.zdoom.org/viewtopic.php?t=58945
|
2018-01-01 11:11:21 +02:00 |
|
alexey.lysiuk
|
2c4eae7487
|
Applied vertical offset to transferred sky in OpenGL renderer
https://forum.zdoom.org/viewtopic.php?t=58934
|
2017-12-31 21:29:27 +02:00 |
|
alexey.lysiuk
|
8f70d70dd6
|
Generalized maximum amount for give cheat
https://forum.zdoom.org/viewtopic.php?t=58930
|
2017-12-31 15:25:51 +02:00 |
|
alexey.lysiuk
|
294bf6ed53
|
Simplified base class checks in AActor::GiveInventory()
|
2017-12-31 15:23:54 +02:00 |
|
alexey.lysiuk
|
de4fc97ac6
|
Fixed ammo limit for give cheat
https://forum.zdoom.org/viewtopic.php?t=58930
|
2017-12-31 13:30:30 +02:00 |
|
alexey.lysiuk
|
40fd816d54
|
Improved compatibility of blocking lines handling
Only the first blocking line changes contact state during line iteration
This reverts 3b818171d5
https://forum.zdoom.org/viewtopic.php?t=57870
|
2017-12-31 11:34:12 +02:00 |
|
Rachael Alexanderson
|
a5ded11994
|
- load translator from gameinfo instead of Doom for UMAPINFO
|
2017-12-30 16:36:29 -05:00 |
|
Rachael Alexanderson
|
340f1fce30
|
- load Doom translations when parsing UMAPINFO in order to activate the correct boss specials
- one typo (only on a comment) change
|
2017-12-30 16:21:02 -05:00 |
|
alexey.lysiuk
|
8f7ca00d19
|
Added optional angles to player's coordinates display
Set hud_showangles CVAR to display pitch, yaw, roll below player's coordinates
|
2017-12-30 12:10:39 +02:00 |
|
alexey.lysiuk
|
a3d1efc8d6
|
Better angle selection for rotated automap sprites
https://forum.zdoom.org/viewtopic.php?t=58348
|
2017-12-30 12:08:32 +02:00 |
|
SashaTheRed
|
19d25b00a3
|
Localized 'Press Space...' in player setup menu
https://forum.zdoom.org/viewtopic.php?t=58881
|
2017-12-29 15:01:39 +02:00 |
|
alexey.lysiuk
|
33213f5d5d
|
Fixed rendering of wrapped midtex with sky ceiling
https://forum.zdoom.org/viewtopic.php?t=58311
|
2017-12-29 14:37:09 +02:00 |
|
alexey.lysiuk
|
a670e79b8a
|
Applied texture offsets and scales on animated doors
https://forum.zdoom.org/viewtopic.php?t=58892
|
2017-12-29 11:47:30 +02:00 |
|
alexey.lysiuk
|
996bddd602
|
Exposed pixel stretch to ZScript as member variable instead of function
https://forum.zdoom.org/viewtopic.php?t=58539
|
2017-12-29 09:42:03 +02:00 |
|
alexey.lysiuk
|
25d53ecd2c
|
Enabled position independent executable for generic GCC/Clang
This affects mostly Linux (and probably MinGW) as default toolchains for Windows and macOS have the corresponding option turned on by default
|
2017-12-29 09:39:01 +02:00 |
|
Magnus Norddahl
|
b8415199c9
|
Fix culling bug
|
2017-12-28 11:43:52 -05:00 |
|
Rachael Alexanderson
|
a441cea350
|
- interpolate particles
|
2017-12-28 11:36:36 -05:00 |
|
alexey.lysiuk
|
8ca3427850
|
Fixed applying of Doom 64 lighting to horizon portals
https://forum.zdoom.org/viewtopic.php?t=58878
|
2017-12-28 18:32:26 +02:00 |
|
alexey.lysiuk
|
fbb931b759
|
Improved Advanced Sound Options menu
Added option for FluidSynth chorus
Removed fractional part from FluidSynth voices option
Removed duplicate localized string
|
2017-12-28 10:21:51 +02:00 |
|
Rachael Alexanderson
|
5c602b1ec0
|
- fixed: FSkillInfo operator "=" did not set PlayerRespawn value
|
2017-12-28 01:41:56 -05:00 |
|
Rachael Alexanderson
|
45531090a7
|
- add 'playerrespawn' skill flag to allow gameplay mods to retroactively enable player respawns in single player on all maps
|
2017-12-28 00:53:30 -05:00 |
|
Major Cooke
|
10465c1d27
|
- Fade cancelling should only always be active for A_SetBlend fades, not always for everything else (such as ACS fades).
|
2017-12-27 23:34:44 -05:00 |
|
Major Cooke
|
fa0082aef6
|
Added ability to perform reverse fades with A_SetBlend
|
2017-12-27 20:51:13 -05:00 |
|
Christopher Bruns
|
a3399c1af2
|
Fix: Bind the default framebuffer before testing whether hardware stereo 3D is supported. This allows Nvidia 3D vision glasses to function correctly when gl_light_shadowmap is ON.
Doc: Add "requires restart" to "enable quad stereo" option menu label, to help folks trying to setup 3D.
|
2017-12-27 17:50:53 -05:00 |
|
Major Cooke
|
1e7df5505e
|
Added GetPixelStretch to LevelLocals struct.
|
2017-12-27 17:50:39 -05:00 |
|
alexey.lysiuk
|
2eb51e5f79
|
Disabled modifier keys processing in UI by Cocoa backend
Modifier keys no longer trigger bound actions in menu/console/chat
|
2017-12-25 18:14:56 +02:00 |
|
Rachael Alexanderson
|
8fce9d9d2d
|
- added menu option for 'i_soundinbackground'
|
2017-12-25 05:50:08 -05:00 |
|
alexey.lysiuk
|
35dbe965e1
|
Fixed tics to seconds conversion, now in ZScript
Stat screens display correct time values
|
2017-12-25 12:36:37 +02:00 |
|
Rachael Alexanderson
|
205c64d4b1
|
- prevent level from exiting if no deathmatch starts are available in multiplayer
|
2017-12-24 20:48:51 -05:00 |
|
Rachael Alexanderson
|
000037dbf6
|
- implemented 'i_soundinbackground' to continue playing sounds and music while in the background.
- OpenGL rendering continues now even when losing focus while in windowed mode.
|
2017-12-24 18:01:45 -05:00 |
|
Rachael Alexanderson
|
d10304ea4e
|
Merge commit 'refs/pull/355/head' of https://github.com/coelckers/gzdoom
|
2017-12-24 07:48:11 -05:00 |
|
alexey.lysiuk
|
aacdc3546c
|
Fixed take ammo cheat
https://forum.zdoom.org/viewtopic.php?t=58854
|
2017-12-24 11:00:02 +02:00 |
|
alexey.lysiuk
|
563a80ff83
|
Added compatibility settings for Hanging Gardens
Six trees spawned below arches blocking player's path to red keycard
https://www.doomworld.com/idgames/levels/doom2/Ports/g-i/hgarden
|
2017-12-24 10:37:22 +02:00 |
|
alexey.lysiuk
|
a11e9ca4dc
|
Apply compatibility flags to all map format
UDMF maps were no affected by settings in compatibility.txt
|
2017-12-24 10:33:29 +02:00 |
|
alexey.lysiuk
|
bfaa09c429
|
Fixed crash after restart CCMD
|
2017-12-23 15:48:28 +02:00 |
|
alexey.lysiuk
|
d50ba4954a
|
Fixed potential crash when calling undefined function in ZScript
The following code which uses explicit class specifier led to a crash:
class C
{
void F()
{
Object.Undefined();
}
}
|
2017-12-23 15:27:32 +02:00 |
|
Rachael Alexanderson
|
b9a2398935
|
- added 'undocolorpic' to c_dispatch whitelist
|
2017-12-21 18:00:13 -05:00 |
|
Rachael Alexanderson
|
0e2aee7d5e
|
- whitelist reset2saved in menudef
|
2017-12-20 03:21:50 -05:00 |
|
alexey.lysiuk
|
90c734a39f
|
Fixed VM abort when drawing from ZScript happens during 0 game tic
https://forum.zdoom.org/viewtopic.php?t=58523
https://forum.zdoom.org/viewtopic.php?t=58780
|
2017-12-19 18:07:29 +02:00 |
|
alexey.lysiuk
|
8c60c3c532
|
Added bounds checks for color translation indices
ACS scripts could pass arbitrary values as palette indices leading to undefined behavior
|
2017-12-17 15:13:41 +02:00 |
|
alexey.lysiuk
|
6db8e71b14
|
Fixed inconsistent color remapping via translation ranges
https://forum.zdoom.org/viewtopic.php?t=58537
|
2017-12-17 15:13:41 +02:00 |
|
Major Cooke
|
ceffe1ba5f
|
Consistent style.
|
2017-12-16 12:17:55 -05:00 |
|
Major Cooke
|
0d841ab4df
|
- Added DMG_NO_PAIN for DamageMobj.
|
2017-12-16 12:17:55 -05:00 |
|
alexey.lysiuk
|
0afc09678f
|
Fixed bright sprites in sectors with Doom 64 lighting
https://forum.zdoom.org/viewtopic.php?t=58703
|
2017-12-16 17:37:03 +02:00 |
|