vkdoom_m/src/common/utility
2021-08-21 10:55:21 +02:00
..
basics.h - Backend update from Raze 2021-04-19 12:58:35 +02:00
cmdlib.cpp - pick the proper dot for cutting off the extension in ExtractFileBase. 2021-05-17 13:11:41 +02:00
cmdlib.h - Backend update from Raze 2021-04-19 12:58:35 +02:00
colormatcher.h - allow passing a remap table to BestColor. 2021-08-21 10:55:21 +02:00
configfile.cpp - moved most basic utility code without any dependencies on the rest of the engine to 'common' directory. 2020-04-11 14:00:13 +02:00
configfile.h - moved most basic utility code without any dependencies on the rest of the engine to 'common' directory. 2020-04-11 14:00:13 +02:00
engineerrors.cpp - moved sc_man and palettecontainer to the 'common' folder. 2020-04-11 14:00:21 +02:00
engineerrors.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
filereadermusicinterface.h - moved the last remaining utilities. 2020-04-11 14:00:14 +02:00
files.cpp - moved most basic utility code without any dependencies on the rest of the engine to 'common' directory. 2020-04-11 14:00:13 +02:00
files.h - fixed the integer readers' internal variables. 2020-09-27 08:13:52 +02:00
files_decompress.cpp - added #include to fix compilation with MSVC 16.6.0 2020-05-21 10:06:50 +03:00
findfile.cpp - Backend update from Raze. 2021-03-04 14:45:29 +01:00
findfile.h - moved the file lookup functions to utilities. 2020-04-11 20:19:50 +02:00
floatrect.h - advanced coordinate control for overlays over DTA_Fullscreen images. 2020-06-06 12:51:03 +02:00
i_module.cpp - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
i_module.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
i_time.cpp - updated common code from screenjob branch. 2021-08-03 12:30:44 +02:00
i_time.h - updated common code from screenjob branch. 2021-08-03 12:30:44 +02:00
intrect.h - moved VR code and IntRect to 'common' 2020-04-26 10:26:29 +02:00
m_alloc.cpp Fix startup crash on DragonFly BSD 2020-06-11 21:41:00 +03:00
m_alloc.h Fix FreeBSD compilation (#1184) 2020-09-20 14:47:05 -04:00
m_argv.cpp - moved more stuff and split FRandom in two so that the high level baggage does not need to be pulled in to use the RNG. 2020-04-11 14:00:14 +02:00
m_argv.h - moved more stuff and split FRandom in two so that the high level baggage does not need to be pulled in to use the RNG. 2020-04-11 14:00:14 +02:00
m_bbox.h - sanitized dependencies of the softpoly render backend. 2020-04-29 18:48:15 +02:00
m_fixed.h - backend update from Raze. 2021-01-29 13:54:18 +01:00
m_swap.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
matrix.cpp - moved all character set utilities to utf8.cpp. 2020-04-11 14:00:12 +02:00
matrix.h - Backend update from Raze 2021-04-19 12:58:35 +02:00
memarena.cpp - moved sc_man and palettecontainer to the 'common' folder. 2020-04-11 14:00:21 +02:00
memarena.h - moved more stuff and split FRandom in two so that the high level baggage does not need to be pulled in to use the RNG. 2020-04-11 14:00:14 +02:00
name.cpp - Backend update from Raze. 2020-10-16 22:57:28 +02:00
name.h - Backend update from Raze. 2020-10-16 22:57:28 +02:00
palentry.h - copied constexpr declarations plus a few fixed in utility code and fixed a few places where this triggered a compile error now. 2020-09-27 08:36:30 +02:00
palette.cpp - allow passing a remap table to BestColor. 2021-08-21 10:55:21 +02:00
palutil.h - allow passing a remap table to BestColor. 2021-08-21 10:55:21 +02:00
parallel_for.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
r_memory.cpp - sanitized dependencies of the softpoly render backend. 2020-04-29 18:48:15 +02:00
r_memory.h - sanitized dependencies of the softpoly render backend. 2020-04-29 18:48:15 +02:00
refcounted.h - added RefCountedBase without virtual destructor 2021-08-11 19:50:49 +02:00
s_playlist.cpp - changed FString API to use ptrdiff_t instead of long for signed size arguments. 2021-08-12 00:45:59 +02:00
s_playlist.h - moved more stuff and split FRandom in two so that the high level baggage does not need to be pulled in to use the RNG. 2020-04-11 14:00:14 +02:00
tarray.h - Backend update fron Raze, mainly new script exports and extensions. 2021-05-03 14:13:03 +02:00
templates.h - Backend update. 2020-10-16 23:25:18 +02:00
tflags.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
utf8.cpp - added fallback to the parenthesis glyphs for the braces. 2021-05-28 12:36:47 +02:00
utf8.h - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
vectors.h - added TVector2<> constructor from float* 2021-06-13 10:42:34 +03:00
weightedlist.h - moved a few leftover utility classes to 'common'. 2020-04-29 17:51:04 +02:00
x86.cpp - added detection of more x86 extended CPU instructions 2021-02-06 16:56:59 +02:00
x86.h - added detection of more x86 extended CPU instructions 2021-02-06 16:56:59 +02:00
zstrformat.cpp - moved most basic utility code without any dependencies on the rest of the engine to 'common' directory. 2020-04-11 14:00:13 +02:00
zstring.cpp - changed FString API to use ptrdiff_t instead of long for signed size arguments. 2021-08-12 00:45:59 +02:00
zstring.h - changed FString API to use ptrdiff_t instead of long for signed size arguments. 2021-08-12 00:45:59 +02:00