qzdoom/src
alexey.lysiuk 07a2331ca3 - exposed Append() method to ZScript dynamic array
https://forum.zdoom.org/viewtopic.php?t=65570
2019-08-10 16:37:40 +03:00
..
console - added an option to always display the log and the subtitles with the generic font. 2019-07-31 17:02:39 +02:00
g_statusbar - fixed handling of the "ouch" face. 2019-08-09 09:58:40 +02:00
gamedata - fixed: in order to ensure that all font characters are of texture type FontChar it is necessary to clone the texture instead of changing its use type. 2019-08-09 11:40:21 +02:00
intermission - added an option to always display the log and the subtitles with the generic font. 2019-07-31 17:02:39 +02:00
maploader - added validation of LevelCompatibility.Apply() signature 2019-07-03 13:11:48 +03:00
menu - do not blur the background for portrait-less conversations. 2019-08-09 15:22:52 +02:00
playsim - fixed an inconsistency with missiles bouncing off actors. 2019-08-09 09:36:50 +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 - fixed bad texture canvas checks when in truecolor software rendering. 2019-08-09 13:59:54 +02:00
scripting - exposed Append() method to ZScript dynamic array 2019-08-10 16:37:40 +03:00
sound - fixed incorrect write barrier in sound sequence code. 2019-08-09 08:42:36 +02:00
utility - removed unused CVAR_GUID type 2019-06-27 09:16:34 +02: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
CMakeLists.txt - set default magnification filter for Metal layer to nearest 2019-08-04 13:37:47 +03: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
ct_chat.cpp - do proper checks for chat string length. 2019-04-19 08:27:31 +02:00
d_anonstats.cpp - for debug builds run the survey code every time if enabled, but do not send survey data. 2019-08-09 23:18:28 +02:00
d_event.h
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
doomstat.cpp
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 - added a CanPrint function to FFont and used that to handle the statistics display on the automap HUD to only replace the font when actually needed, not based on the language. 2019-04-22 09:08:43 +02:00
g_cvars.h
g_dumpinfo.cpp
g_game.cpp Merge pull request #899 from khutchins/master 2019-07-28 08:44:21 +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
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
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
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
st_start.h
st_stuff.cpp
st_stuff.h
version.h - renamed zd_extra.pk3 to game_support.pk3 2019-07-16 22:24:43 +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