Torque3D/Engine/source/core/util
Brian Roberts 0d981b62cf
Merge pull request #1015 from Azaezel/alpha41/consoleCleanups
fix warn reports for buffer over-runs
2023-05-09 14:44:01 -05:00
..
journal fix warn reports for buffer oveeruns 2023-04-26 22:29:32 -05:00
test Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 2020-10-03 14:37:55 +02:00
zip * Adjustment: Change several filesystem functions to use the VFS. 2021-12-18 23:37:49 -05:00
autoPtr.h
byteBuffer.cpp
byteBuffer.h
byteswap.h
commonSwizzles.cpp
delegate.h
dxt5nmSwizzle.h
endian.h * Adjustment: Utilize native compiler intrinsics for endian swapping when available. 2021-10-07 09:59:03 -04:00
FastDelegate.h
fourcc.h
hashFunction.cpp
hashFunction.h * BugFix: Clear a lot of warnings and correct a few actual programming errors along the way. 2021-10-04 20:04:21 -04:00
md5.cpp
md5.h
namedSingleton.h
noncopyable.h
path.cpp
path.h Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
preprocessorHelpers.h
rawData.h
refBase.h
rgb2luv.cpp
rgb2luv.h
rgb2xyz.cpp
rgb2xyz.h
safeCast.h
safeDelete.h
safeRelease.h
str.cpp Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
str.h * BugFix: Correct a few memory leaks. 2021-10-14 19:40:16 -04:00
swizzle.h
swizzleSpec.h
systemInterfaceList.h Shifted to the static-list arrangement for probe instance tracking to help performance as well as drastically streamline the data submission/material instance flow for probe rendering. 2018-10-07 17:32:23 -05:00
tAlignedArray.h
tDictionary.cpp
tDictionary.h Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 2020-10-03 14:37:55 +02:00
tFixedSizeDeque.h
tFixedSizeVector.h
timeClass.cpp * BugFix: When querying against root with Torque::FS::DumpDirectories, correctly return directories with their path. 2021-12-20 19:26:32 -05:00
timeClass.h * BugFix: When querying against root with Torque::FS::DumpDirectories, correctly return directories with their path. 2021-12-20 19:26:32 -05:00
timeSource.h
tList.h Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
tNamedFactory.h
tSignal.cpp
tSignal.h uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
tSingleton.h
tUnmanagedVector.h
tVector.cpp
tVector.h Better allocator for TorqueScript temp conversions used during interpretation 2022-05-21 21:55:44 -04:00
tVectorSpecializations.h
uuid.cpp * [UUID] BugFix: Correct a memory mismanagement error in UUID programming due to the way xuuid_t is utilized. 2021-08-14 17:44:17 -04:00
uuid.h uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00