qzdoom/src
Christoph Oelckers 8b6c051bf8
Merge pull request #907 from OrdinaryMagician/sbar_overrides
Allow status bars to override notifications/prints/chat prompt
2019-08-19 19:45:09 +02:00
..
console Allow custom status bars to override notifications, centered prints and chat prompt. 2019-08-19 11:19:36 +02:00
g_statusbar - changed colors for crosshair health display to keep this in line with other health indicators on the HUD. 2019-08-18 19:28:40 +02:00
gamedata - applied texture use type to special font with translation disabled 2019-08-18 11:44:00 +03:00
intermission - added ability to enter main menu from credits screen via controller 2019-08-16 10:45:19 +03:00
maploader - fix typo 2019-08-15 21:27:11 -04:00
menu - added checks for the special hacky quicksave marker. 2019-08-11 18:37:32 +02:00
playsim - added obituary fallbacks for actors that do not have any defined. 2019-08-18 18:28:09 +02:00
posix - set default magnification filter for Metal layer to nearest 2019-08-04 13:37:47 +03:00
r_data - treat configurations which load a secondary WAD on top of a primary IWAD like SVE to consider the secondary WAD an actual IWAD as well. 2019-07-15 20:48:00 +02:00
rendering - patch the token 'texture2d' in GLSL sources. 2019-08-18 14:50:37 +02:00
scripting - fixed doubling of deprecation warnings for ZScript code 2019-08-15 16:31:50 +03:00
sound - removed the internal WildMidi player object cleanup code. 2019-08-18 16:12:52 +02:00
utility - added missing space character to script parser's message 2019-08-17 11:55:35 +03:00
win32 - treat configurations which load a secondary WAD on top of a primary IWAD like SVE to consider the secondary WAD an actual IWAD as well. 2019-07-15 20:48:00 +02:00
__autostart.cpp
am_map.cpp - moved some more files. 2019-07-14 21:09:49 +02:00
am_map.h
announcer.h
autosegs.h
basictypes.h - removed a few obsolete definitions from basictypes.h 2019-06-26 22:13:12 +02:00
bbannouncer.cpp
CMakeLists.txt - set default magnification filter for Metal layer to nearest 2019-08-04 13:37:47 +03:00
ct_chat.cpp Allow custom status bars to override notifications, centered prints and chat prompt. 2019-08-19 11:19:36 +02:00
d_anonstats.cpp - fixed survey data retrieval for Vulkan. 2019-08-11 21:26:08 +02:00
d_event.h - the resuming of the conversation interrupted by a slideshow must be performed by the game action handler 2019-04-05 00:59:32 +02:00
d_gui.h
d_iwad.cpp - remove test code. 2019-07-16 21:53:53 +02:00
d_main.cpp - moved iwadinfo.txt to zd_extra.pk3. 2019-07-16 20:22:15 +02:00
d_main.h - moved iwadinfo.txt to zd_extra.pk3. 2019-07-16 20:22:15 +02:00
d_net.cpp - fixed crash on starting ACS script without level 2019-07-08 11:17:03 +03:00
d_net.h
d_netinf.h
d_netinfo.cpp - reimplemented as an OptionsMenu. 2019-04-14 14:03:24 +02:00
d_protocol.cpp
d_protocol.h
dobject.cpp
dobject.h
dobjgc.cpp
dobjgc.h - do not pass TObjPtr<> instances as ScriptUtil::Exec() arguments 2019-05-22 17:39:27 +02:00
dobjtype.cpp - consolidated the 3 atterm implementations. 2019-06-10 12:01:01 +02:00
dobjtype.h
doomdata.h - defaulted a few empty constructors. 2019-06-21 07:52:25 +02:00
doomdef.h - made the gross railing hack for Strife a compatibility option and restricted it to MAP04 2019-03-26 00:38:54 +01:00
doomstat.cpp - fixed a warning and set NOINITCALL for a few CVARs accessing the current level. 2019-02-24 10:05:01 +01:00
doomstat.h - make the switch between game and generic fonts automatic by adding a key value to the language table 2019-04-12 00:20:42 +02:00
doomtype.h - consolidated the 3 atterm implementations. 2019-06-10 12:01:01 +02:00
empty.cpp
events.cpp Added RenderUnderlay. 2019-07-03 18:01:45 +02:00
events.h Added RenderUnderlay. 2019-07-03 18:01:45 +02:00
g_cvars.cpp - Converts keyboard turnspeeds into global CVars 2019-08-18 18:30:37 +02:00
g_cvars.h
g_dumpinfo.cpp added printlocalized CCMD to check strings in-game. 2019-03-13 10:38:51 +01:00
g_game.cpp - fixed the PR. 2019-08-18 18:45:18 +02:00
g_game.h Adds option to use a rotation of quicksaves instead of having one quicksave slot that needs to be manually created. 2019-07-27 12:09:55 -07:00
g_hub.cpp - added option to print a map author's name on the summary screen 2019-08-02 09:11:40 +02:00
g_hub.h
g_input.h
g_level.cpp - fixed: The frozen state was not reset when the global level variable was reset. 2019-08-09 10:39:09 +02:00
g_level.h
g_levellocals.h - added option to print a map author's name on the summary screen 2019-08-02 09:11:40 +02:00
g_pch.h
g_pch2.h
gameconfigfile.cpp - changed the filter name for Doom IWADs 2019-04-10 00:15:16 +02:00
gameconfigfile.h
gitinfo.cpp
hu_scores.cpp - fixed uninitialized variable in scoreboard code. 2019-04-19 08:30:06 +02:00
hu_stuff.h
i_net.cpp - consolidated the 3 atterm implementations. 2019-06-10 12:01:01 +02:00
i_net.h
m_cheat.cpp - localized some user-facing texts that were still string literals. 2019-03-19 00:37:43 +01:00
m_cheat.h
m_joy.cpp
m_joy.h
m_misc.cpp - consolidated the 3 atterm implementations. 2019-06-10 12:01:01 +02:00
m_misc.h
p_conversation.cpp - allow switching the Strife conversation screen to the VGA font for all languages by a CVAR. 2019-07-26 20:23:46 +02:00
p_conversation.h - moved all dialogue loading code into the map loader. 2019-02-22 19:07:58 +01:00
p_openmap.cpp
p_saveg.cpp - moved some more files. 2019-07-14 21:09:49 +02:00
p_saveg.h
p_setup.cpp - moved some more files. 2019-07-14 21:09:49 +02:00
p_setup.h
p_states.cpp
p_tick.cpp - fixed attached dynamic light setup. 2019-08-18 13:48:52 +02:00
p_tick.h
r_state.h
scriptutil.cpp
scriptutil.h
serializer.cpp - moved most remaining playsim code into its proper folder. 2019-07-14 13:59:16 +02:00
serializer.h - made the menu's text input handler Unicode capable. 2019-02-16 21:29:46 +01:00
st_start.h
st_stuff.cpp
st_stuff.h
version.h - 4.3pre 2019-08-13 17:48:36 +02:00
wi_stuff.cpp - added option to print a map author's name on the summary screen 2019-08-02 09:11:40 +02:00
wi_stuff.h - added option to print a map author's name on the summary screen 2019-08-02 09:11:40 +02:00
zzautozend.cpp