vkdoom_m/src/utility
2020-04-11 14:00:12 +02:00
..
nodebuilder - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
sfmt - moved most utility code to a subdirectory. 2019-01-31 20:33:52 +01:00
basics.h - copied some fixes for overlong config entries from Raze. 2020-04-11 14:00:08 +02:00
cmdlib.cpp - added some utilities to cmdlib.cpp and changed its license to BSD, because no original Quake code is left here. 2020-04-11 14:00:08 +02:00
cmdlib.h - added some utilities to cmdlib.cpp and changed its license to BSD, because no original Quake code is left here. 2020-04-11 14:00:08 +02:00
colormatcher.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
configfile.cpp - copied some fixes for overlong config entries from Raze. 2020-04-11 14:00:08 +02:00
configfile.h - copied some fixes for overlong config entries from Raze. 2020-04-11 14:00:08 +02:00
doomerrors.h - moved all exception handling out of the backends 2019-10-07 00:37:56 +02:00
filereadermusicinterface.h - transitioned engine to use ZMusic as a DLL. 2020-02-09 08:56:49 +01:00
files.cpp - updated files.cpp with some new features from Raze. 2020-04-11 14:00:08 +02:00
files.h - updated files.cpp with some new features from Raze. 2020-04-11 14:00:08 +02:00
files_decompress.cpp - updated files.cpp with some new features from Raze. 2020-04-11 14:00:08 +02:00
i_module.cpp - transitioned engine to use ZMusic as a DLL. 2020-02-09 08:56:49 +01:00
i_module.h - transitioned engine to use ZMusic as a DLL. 2020-02-09 08:56:49 +01:00
i_time.cpp - moved high level code out of i_time.cpp. 2020-03-27 12:39:56 +01:00
i_time.h - moved high level code out of i_time.cpp. 2020-03-27 12:39:56 +01:00
lists.h - moved a bunch of files to the utility folder. 2019-02-01 01:18:32 +01:00
m_alloc.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
m_alloc.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
m_argv.cpp - updated m_argv.cpp from Raze. 2020-04-11 14:00:08 +02:00
m_argv.h - updated m_argv.cpp from Raze. 2020-04-11 14:00:08 +02:00
m_bbox.cpp - moved a bunch of files to the utility folder. 2019-02-01 01:18:32 +01:00
m_bbox.h - moved a bunch of files to the utility folder. 2019-02-01 01:18:32 +01:00
m_fixed.h - added some utilities to cmdlib.cpp and changed its license to BSD, because no original Quake code is left here. 2020-04-11 14:00:08 +02:00
m_png.cpp - cleaned up the includes in m_png.h, this file had far too many and far too broad dependencies. 2020-04-11 14:00:09 +02:00
m_png.h - cleaned up the includes in m_png.h, this file had far too many and far too broad dependencies. 2020-04-11 14:00:09 +02:00
m_random.cpp - minor corrections. 2019-01-31 20:42:36 +01:00
m_random.h - copied some fixes for overlong config entries from Raze. 2020-04-11 14:00:08 +02:00
m_swap.h Remove bad BigLong variants 2019-04-04 13:23:53 +02:00
matrix.cpp - added printf.h header to avoid including more dirty ones for the console printing functions. 2020-04-11 14:00:09 +02:00
matrix.h - added printf.h header to avoid including more dirty ones for the console printing functions. 2020-04-11 14:00:09 +02:00
memarena.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
memarena.h - moved most utility code to a subdirectory. 2019-01-31 20:33:52 +01:00
name.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
name.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
namedef.h Add handling for drawfullheight flag 2020-01-11 13:24:02 +01:00
palentry.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
palette.cpp - split off the container for the translation data into its own file. 2020-04-11 14:00:11 +02:00
palettecontainer.cpp - split off the container for the translation data into its own file. 2020-04-11 14:00:11 +02:00
palutil.h - took the translation slot definition out of the container and use a dynamic array to store the data. 2020-04-11 14:00:11 +02:00
parallel_for.h - moved most utility code to a subdirectory. 2019-01-31 20:33:52 +01:00
printf.h - split off the container for the translation data into its own file. 2020-04-11 14:00:11 +02:00
s_playlist.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
s_playlist.h - cleanup of the sound init/exit code. 2019-10-01 20:04:46 +02:00
sc_man.cpp - reverted the clamping when assigning to FScanner::Number. 2020-01-05 00:17:58 +01:00
sc_man.h - cleanup. 2019-12-29 11:30:37 +01:00
sc_man_scanner.re Added mixins for classes. 2019-11-01 18:34:52 -03:00
sc_man_tokens.h Added mixins for classes. 2019-11-01 18:34:52 -03:00
stats.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
stats.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
tarray.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
templates.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
tflags.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
utf8.cpp - fixed utf8_decode. 2019-02-24 13:55:08 +01:00
utf8.h - use a wide string for the console input buffer. 2019-03-10 17:54:03 +01:00
v_collection.cpp - moved a bunch of files to the utility folder. 2019-02-01 01:18:32 +01:00
v_collection.h - moved a bunch of files to the utility folder. 2019-02-01 01:18:32 +01:00
vectors.h - added printf.h header to avoid including more dirty ones for the console printing functions. 2020-04-11 14:00:09 +02:00
weightedlist.h - moved a bunch of files to the utility folder. 2019-02-01 01:18:32 +01:00
x86.cpp - moved the generic palette utilities and the matrix class to 'utility' 2019-08-20 23:05:20 +02:00
x86.h - copied some fixes for overlong config entries from Raze. 2020-04-11 14:00:08 +02:00
zstrformat.cpp - changed zstrformat to allow %c to emit non-ASCII characters as UTF-8. 2019-02-19 00:27:47 +01:00
zstring.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
zstring.h - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00