Rachael Alexanderson
afa193e653
- add menu options for 'sv_alwaystally'
2020-07-21 19:31:29 -04:00
Rachael Alexanderson
810e240f89
- add 'sv_alwaystally' defaults to 0 with the following states:
...
* 0: previous behavior (completely MAPINFO controlled)
* 1: always show level tally at the end of an episode
* 2: always show level tally even when changing levels within a hub
2020-07-21 13:53:27 -04:00
alexey.lysiuk
fcb6e1b18c
- merge whitespaces before comparing Dehacked texts
...
With introduction of localization support, several strings are no longer identical to the original messages
Double spaces were removed, and letter case was changed
The latter is already handled, extra whitespaces are now deleted to deal with the former
https://forum.zdoom.org/viewtopic.php?t=69236
2020-07-12 11:07:49 +03:00
Marisa Kirisame
6e79209931
Optimize UE1 vertex normal computation.
2020-07-11 08:07:38 -03:00
dondiego
c8fe5bcb2e
Bumped version number to 4.5pre. ( #1132 )
...
* - Bumped version number to 4.5pre.
* - Delete superfluous include.
2020-07-08 23:24:36 -04:00
drfrag
d1373c7ffd
- Fix am_zoom and adjust am_zoomout speed for the automap.
2020-07-07 20:30:33 +02:00
alexey.lysiuk
cc07c56c36
- made mouse scaling in Cocoa backend match other platforms
2020-07-05 11:32:45 +03:00
Cacodemon345
61641bd45e
Disable JIT VM by default when compiling for DragonFly BSD
2020-07-05 08:53:46 +02:00
Mitchell Richters
8578c11789
- make SDL mouse scaling match that of Windows for consistency.
2020-07-04 18:25:44 +02:00
Christoph Oelckers
697279063f
- added more contrast to the Cream font color.
...
This brightened the darkest colors to the point that all font looked totally washed out and devoid of any texture.
2020-07-02 23:43:45 +02:00
Rachael Alexanderson
383f3e5fd6
- change recent /0 fix to conform to UDMF specs
2020-06-25 09:30:52 -04:00
Farkas Péter
4de8851e06
Rename MAP31 and MAP32 back in Doom 2: Unity Edition ( #1127 )
2020-06-24 10:58:19 -04:00
Rachael Alexanderson
f47055bca6
- amend previous commit: do the same for healing sectors, as well
2020-06-23 13:37:56 -04:00
Rachael Alexanderson
90895d154b
- when a damaging sector's damage interval is 0, instantly kill the player instead of dividing by 0
2020-06-23 13:12:25 -04:00
alexey.lysiuk
ece526a99c
- fixed freeze with StartSlideshow called for undefined intermission
...
https://forum.zdoom.org/viewtopic.php?t=69079
2020-06-23 10:15:15 +03:00
Rachael Alexanderson
7e25e04257
- add menudef entries for the scaling text. (corresponding language strings are already added to the spreadsheet on Google)
2020-06-23 00:20:54 -04:00
lucy phipps
53ad870581
escape the escape character
2020-06-21 15:55:42 +03:00
William Breathitt Gray
63aeea5b9e
Force STATIC for internal GZDoom SPIRV library
...
This makes sure the internal version of this library bundled with the
GZDoom source code is used. This prevents the system from building
GZDoom for dynamic linking with an incompatible external library (see
commit 6fafa297bf
and
<https://forum.zdoom.org/viewtopic.php?f=2&t=64633 >).
2020-06-21 15:52:31 +03:00
Hugo Locurcio
f7bec90e74
Interpolate positions and angles in the automap for smoother appearance
2020-06-20 19:49:48 +02:00
alexey.lysiuk
9629a737b9
- added mixin support to AST output
2020-06-20 16:53:30 +03:00
alexey.lysiuk
18f2cf0fdc
- exposed menu blur amount to engine interface
...
https://forum.zdoom.org/viewtopic.php?t=69056
2020-06-20 12:06:49 +03:00
alexey.lysiuk
04992f2bc8
- fixed leaking full VM frames
...
https://forum.zdoom.org/viewtopic.php?t=69055
2020-06-20 11:34:04 +03:00
Cacodemon345
da04616b7d
Update am_map.cpp
2020-06-20 09:10:05 +02:00
alexey.lysiuk
0d3134d825
- assigned endoom lump name after mapinfo is parsed
...
https://forum.zdoom.org/viewtopic.php?t=69032
2020-06-19 10:53:28 +03:00
alexey.lysiuk
f2ddbeeb81
- fixed crash when loading empty resource directory
...
https://forum.zdoom.org/viewtopic.php?t=69004
2020-06-18 11:32:16 +03:00
Cacodemon345
a713a895a7
Get rid of color lookup, reverse red and green bits
2020-06-17 08:08:58 +02:00
Cacodemon345
8952e598a4
Add color output for SDL backend using ANSI escapes
2020-06-17 08:08:58 +02:00
Rachael Alexanderson
6a5315bf76
- Rename 'Play GZDoom' button to something more generic to more easily allow for use in forks or other projects
2020-06-16 08:04:19 -04:00
Christoph Oelckers
486e07300c
- fixed: Inventory items that are terminated by GoAwayAndDie must be removed from the blockmap and sector lists.
...
Since they were just scheduled for delayed deletion any map related action they can trigger is unwanted.
2020-06-16 01:11:08 +02:00
Christoph Oelckers
cfd8d07bf8
- added missing target check to A_RadiusDamageSelf.
2020-06-16 00:16:22 +02:00
Christoph Oelckers
9c7bc99201
- use a full ClearScreen when drawing fullscreen images.
...
This removes the FillBorder function which was only used to clear the border around those images - but due to imprecisions can leave garbage behind.
2020-06-16 00:11:06 +02:00
Christoph Oelckers
d1cbabff66
- backend update from Raze.
...
(No, the AnimTexture isn't used yet.)
2020-06-16 00:09:19 +02:00
Rachael Alexanderson
2c57d5e768
- fix crash in nullptr access to DFrameBuffer object 'screen' if it is uninitialized
2020-06-14 15:33:26 -04:00
Rachael Alexanderson
b441d8c399
- add "restart" button to error pane in Windows
...
- add keyboard accelerator shortcuts to many Windows-specific dialogs
2020-06-14 14:28:29 -04:00
Christoph Oelckers
97d515005b
- moved the menu code back to the game side.
...
This isn't really shareable. Although major parts may be identical, the specifics are not.
2020-06-14 18:37:06 +02:00
Christoph Oelckers
cf6bcf4d2b
- re-added a 'break' that got lost somehow.
2020-06-14 18:36:12 +02:00
Christoph Oelckers
75cd00a340
- fixed some issues with setup parts for ZScript in the wrong place.
...
This never showed on GZDoom as an error but on Raze which has no actor classes it caused incompletely set up class descriptors.
2020-06-14 18:35:58 +02:00
Christoph Oelckers
248aa8b5a7
- moved s_reverbedit.cpp to 'common'.
2020-06-14 12:39:59 +02:00
Christoph Oelckers
46dc77cc64
- fixed some issues in the menu code.
2020-06-14 12:20:07 +02:00
Christoph Oelckers
82e4104900
- moved several VM exports for game independent objects to 'common'.
2020-06-14 12:16:22 +02:00
Christoph Oelckers
3b7e236971
- moved menudef.cpp to "common", as the last piece of the menu code.
2020-06-14 00:42:01 +02:00
Christoph Oelckers
712d80006a
- split game dependent parts out of menudef.cpp.
2020-06-14 00:27:32 +02:00
Christoph Oelckers
475f740058
- moved base menu code to "common".
2020-06-13 23:04:10 +02:00
Christoph Oelckers
90befff479
- moved out the Doom specific parts from menu.cpp and messagebox.cpp.
2020-06-13 22:43:35 +02:00
Christoph Oelckers
86e5f5a4cb
- fixed missing include.
2020-06-13 20:57:13 +02:00
Christoph Oelckers
5dfe9918d0
- moved some event related code to 'common'.
2020-06-13 20:31:57 +02:00
Christoph Oelckers
d739587f6b
- let blastradius work without an effect actor.
2020-06-12 23:14:58 +02:00
Christoph Oelckers
e47f016b23
- fixed: AActor::GetModifiedDamage must account for the inventory items to get destroyed in its scripted subfunctions.
2020-06-12 23:11:45 +02:00
Christoph Oelckers
a3c100a2ed
- deleted the duplicate start screen class.
2020-06-12 23:10:19 +02:00
Christoph Oelckers
2f692e1f7b
Revert "- disabled the non-functional sidedef range check."
...
This reverts commit 8e46f235a6
.
2020-06-12 17:05:08 +02:00