Rachael Alexanderson
7db087d5eb
- compat_pointonline for doom2 map14
2019-06-17 22:03:20 +02:00
drfrag
336a9f9015
- More helpful unsupported version error message.
2019-06-16 14:44:28 +02:00
Chronos Ouroboros
65a3322166
Fixed "if (!(lhs ~== rhs))" breaking with vectors.
2019-06-14 13:34:06 +02:00
drfrag
a7bcd8ff52
- Take vanilla light mode into account for MAPINFO but they never worked.
2019-06-14 13:33:28 +02:00
Christoph Oelckers
77b435db06
- some clarification on plane equations in the UDMF spec.
2019-06-13 15:54:22 +02:00
Alexander
b19284cea9
localize custom menu titles in option search results
2019-06-13 15:54:19 +02:00
Rachael Alexanderson
fb326b2780
- add nullptr checks for double-frame model interpolation
2019-06-13 15:54:17 +02:00
Christoph Oelckers
06c0dbe71e
- on second thought, better call M_ClearMenus instead of calling Destroy directly.
2019-06-10 20:58:38 +02:00
Christoph Oelckers
96d857cd78
- fixed: DeinitMenus must explicitly destroy the active menu before taking down the descriptors.
...
Otherwise the menu will only be collected by the garbage collector and no longer find all relevant data.
2019-06-10 20:58:34 +02:00
drfrag
36020225eb
- Added DEG2RAD function.
2019-06-10 20:54:47 +02:00
alexey.lysiuk
1e496d2d6f
- fixed compilation of Cocoa backend
...
src/posix/cocoa/i_main.mm:225:12: error: Objective-C declarations may only appear in global scope
src/posix/cocoa/i_main.mm:247:17: error: Objective-C declarations may only appear in global scope
src/posix/cocoa/i_main.mm:545:2: error: expected '}'
2019-06-10 20:52:50 +02:00
Christoph Oelckers
b473fc936c
- consolidated the 3 atterm implementations.
...
Each platform had its own copy. Why?
# Conflicts:
# src/CMakeLists.txt
# src/dobjtype.cpp
# src/g_mapinfo.cpp
# src/g_statusbar/sbarinfo.cpp
# src/i_net.cpp
# src/menu/menudef.cpp
# src/p_setup.cpp
# src/posix/cocoa/i_video.mm
# src/posix/i_system.h
# src/posix/sdl/i_main.cpp
# src/r_utility.cpp
# src/s_advsound.cpp
# src/s_sound.cpp
# src/v_video.cpp
# src/win32/i_input.cpp
# src/win32/i_system.h
# Conflicts:
# src/CMakeLists.txt
# src/doomtype.h
# src/i_net.cpp
# src/posix/sdl/i_system.cpp
# src/win32/i_system.cpp
# src/win32/win32video.cpp
2019-06-10 20:52:02 +02:00
alexey.lysiuk
d76c7306ca
- removed explicit self null tests from dynarray native wrappers
...
They are useless since d3e6ed3c9b
in which generation of implicit self null pointer check was added to JIT
2019-06-10 20:12:03 +02:00
drfrag
4e3f294453
- Extended fake Shape2D.
2019-06-10 20:07:47 +02:00
Gutawer
9df4683056
- cleaned up SDL mouse event handling
...
* Right/middle clicking no longer cancels out the mouse motion events
* The events for the side mouse buttons (EV_GUI_BackButtonDown/Up, EV_GUI_FwdButtonDown/Up) were never fired
* The EV_GUI_WheelRight/Left events were never fired
* The key bindings for mouse buttons above 3 (from 4-8) were broken - pressing MOUSE4 would bind to MOUSE6, for example
2019-06-08 13:11:00 +02:00
alexey.lysiuk
b3f18e5e47
- report implicitly initialized variable in code generator once
...
Vectors are no longer reported several times
Previously, warnings were issued per every register
2019-06-08 13:10:58 +02:00
alexey.lysiuk
279bac7fe9
- fixed access to wrong event data in SDL backend
...
Wrong button state event data were read on mouse motion
https://forum.zdoom.org/viewtopic.php?t=64950
2019-06-08 13:10:55 +02:00
drfrag
5bb8e81981
Revert "- Do not use the internal graphic for the new Doom skill level even when the generated title looks worse, this way it can use custom fonts."
...
This reverts commit 41023881cd
.
It had wrong colors anyway.
2019-06-08 13:10:08 +02:00
alexey.lysiuk
f0b156c5e1
- added implicit initialization of reused register variables in ZScript
2019-06-07 20:23:31 +02:00
alexey.lysiuk
0103f9976e
- added null check for self pointer before calling a native function
...
With JIT enabled, an implicit test for null self pointer is added to generated code
This has no effect without JIT as VM verifies a pointer before calling a native method
https://forum.zdoom.org/viewtopic.php?t=64961
2019-06-07 20:23:28 +02:00
alexey.lysiuk
977eac8672
- fixed hires texture lookup in Doomsday style .pk3
...
IWAD wasn't detected properly, and wrong texture can be picked as a hires replacement (e.g., SLADRIP1 from Ultimate Doom instead of TNT)
https://forum.zdoom.org/viewtopic.php?t=64915
2019-06-06 18:43:27 +02:00
Christoph Oelckers
4b598d4976
- fixed the write barriers for the HUD message linked list.
...
To ensure that no broken relations occur, any change in the list must be handled by a write barrier, not just the single message that gets added.
# Conflicts:
# src/g_statusbar/shared_sbar.cpp
2019-06-06 18:43:26 +02:00
drfrag
b0d98425a6
- Fixed Strife dialogues.
2019-06-06 18:43:24 +02:00
Blue Shadow
6b3a7ace0b
- fixed PlaySpawnSound call in A_ThrowGrenade
2019-06-05 12:47:03 +02:00
Chronos Ouroboros
e4f0c366c4
Really fixed arrays of dynarrays this time.
2019-06-05 12:47:01 +02:00
William Breathitt Gray
666bf57d5f
Cephes code is released under BSD license
...
The Cephes Mathematical Library author Steve Moshier has released the
Cephes Mathematical Library under the BSD license. This patch patch
replaces the cephes license with the BSD license for all Cephes
Mathematical Library code.
See also: https://bugs.gentoo.org/687276
See also: https://lists.debian.org/debian-legal/2004/12/msg00295.html
See also: https://github.com/deepmind/torch-cephes/blob/master/LICENSE.txt
See also: https://github.com/nearform/node-cephes/blob/master/LICENSE
# Conflicts:
# src/math/readme.txt
2019-06-05 12:46:59 +02:00
Rachael Alexanderson
c6c8f514fb
- added a third state for cl_blockcheats. ==2 now blocks them silently.
2019-06-05 12:46:57 +02:00
Alexander
3e3097fe71
added native double round(double) function
2019-06-05 12:46:56 +02:00
drfrag
075269c031
- Forgot to move the now unused new skill graphic.
2019-06-05 01:31:23 +02:00
drfrag
fc37e59bda
- add support for NRFTL as an expansion for Doom 2.
...
(patch by Rachael)
2019-06-03 21:31:02 +02:00
drfrag
c4b6d0a1f1
- Added missing order in the selection box for SIGIL.
2019-06-03 13:44:51 +02:00
Rachael Alexanderson
5996fe9dbb
- add support for SIGIL as an expansion for Ultimate Doom
2019-06-03 12:57:38 +02:00
alexey.lysiuk
ff92b4b5d7
- reset internal console state on clear CCMD
...
'last line needs update' flag cannot be set when console is empty as there are no lines at all in this case
https://forum.zdoom.org/viewtopic.php?t=64909
# Conflicts:
# src/c_consolebuffer.cpp
2019-06-03 12:47:29 +02:00
drfrag
6dd1d5eb38
- Fixed uninitialized variable in case GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS does not exist.
...
Old graphics, like mine (Intel Sandybridge Mobile, GL 3.0 Mesa) do not support this, therefore most of the time RFL_SHADER_STORAGE_BUFFER wasn't unset (I found no consequence of this on my machine, but better safe than sorry).
Found out by Valgrind. (patch by edward-san)
2019-06-02 22:01:18 +02:00
Edoardo Prezioso
768dc56ac0
- Fixed a buffer overflow with Timidity++ when playing Sigil e5m5 music.
...
See https://forum.zdoom.org/viewtopic.php?f=2&t=64910 .
2019-06-02 22:01:01 +02:00
Kevin Caccamo
9e9bc7fb7f
Fix OBJ face normal direction
...
https://forum.zdoom.org/viewtopic.php?f=2&t=64740
2019-06-02 22:00:59 +02:00
David Carlier
9dad219d4e
Inclusion of check symbol cmake's module.
2019-06-02 22:00:42 +02:00
Danilo Spinella
8b184a2d6a
Check for execinfo.h and add libexecinfo if needed
...
Some systems (e.g. musl) do not have execinfo.h header.
Check if libexecinfo (library that provides execinfo.h header
and its functions) is installed in the system, and add
its linker flag if needed.
2019-06-02 22:00:40 +02:00
Danilo Spinella
56467d5347
Add support for musl-fts library
...
# Conflicts:
# CMakeLists.txt
2019-06-02 22:00:38 +02:00
drfrag
5153d19af0
- Fixed compilation with gcc and clang.
2019-05-30 12:23:38 +02:00
alexey.lysiuk
a45c2ed9b6
- adjusted condition for ZScript global variable deprecation warning
...
The message is always printed for any use of deprecated global variable
If such variable is accessed inside a deprecated function from a core script lump, the message is printed only when verbosity level is set to highest
https://forum.zdoom.org/viewtopic.php?t=64830
# Conflicts:
# src/scripting/backend/codegen.cpp
2019-05-30 11:37:30 +02:00
drfrag
dd4807a6ee
- Added new great icons by Tormentor667.
2019-05-30 00:05:02 +02:00
alexey.lysiuk
6f2102ae1d
- fixed: version wasn't set for ZScript global variables
...
https://forum.zdoom.org/viewtopic.php?t=64830
2019-05-29 22:14:48 +02:00
alexey.lysiuk
6fbb1596e7
- fixed code generation for ternary operator with vector result types
...
https://forum.zdoom.org/viewtopic.php?t=64831
2019-05-29 22:14:46 +02:00
alexey.lysiuk
f44a9c8453
- fixed crash on message output during decorate parsing
...
Script position is now initialized at the very beginning of decorate parsing process
Script position no longer contains uninitialized file name
https://forum.zdoom.org/viewtopic.php?t=64836
2019-05-29 22:14:43 +02:00
drfrag
6dcabe52ca
- Fixed typo.
2019-05-27 11:58:21 +02:00
alexey.lysiuk
b8e483166b
- fixed conversation links with pages referenced by name
...
https://forum.zdoom.org/viewtopic.php?t=64177
# Conflicts:
# src/p_usdf.cpp
2019-05-27 11:58:19 +02:00
alexey.lysiuk
1b0d8391c4
- fixed 'Pause by <playername>' message in multiplayer
...
https://forum.zdoom.org/viewtopic.php?t=64765
# Conflicts:
# src/d_main.cpp
2019-05-27 11:58:06 +02:00
alexey.lysiuk
dc18200339
- fixed wrong native call for Actor.Vec2Offset()
...
https://forum.zdoom.org/viewtopic.php?t=64810
2019-05-27 11:58:03 +02:00
drfrag
1c593d0f67
- fixed character position assignment for multi-lump fonts
...
https://forum.zdoom.org/viewtopic.php?t=64741#p1104427
(patch by _mental_)
2019-05-27 11:57:44 +02:00