marauder2k7 2b295fb7f0 rest of virtuals removed 1 jaar geleden
..
journal efbe5e90f5 virtuals removed 1 jaar geleden
test c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 jaren geleden
zip 2b295fb7f0 rest of virtuals removed 1 jaar geleden
FastDelegate.h a5d34271f2 Fixed some minor compiler warnings on Linux 10 jaren geleden
autoPtr.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
byteBuffer.cpp 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
byteBuffer.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
byteswap.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
commonSwizzles.cpp 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
delegate.h 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 jaren geleden
dxt5nmSwizzle.h 2b295fb7f0 rest of virtuals removed 1 jaar geleden
endian.h 15b946fb35 * Adjustment: Utilize native compiler intrinsics for endian swapping when available. 4 jaren geleden
fourcc.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
hashFunction.cpp dd0b7914e6 clang: register type modifier deprecated 9 jaren geleden
hashFunction.h 1b6b803a20 * BugFix: Clear a lot of warnings and correct a few actual programming errors along the way. 4 jaren geleden
md5.cpp dd0b7914e6 clang: register type modifier deprecated 9 jaren geleden
md5.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
namedSingleton.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
noncopyable.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
path.cpp 87d9e245b7 Merge remote-tracking branch 'smally/platform_type_consistency' into platform-type-consistency 11 jaren geleden
path.h 1940becb2d Compilation fixes for C++20 3 jaren geleden
preprocessorHelpers.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
rawData.h 5ef130d581 Fixed some random Worder warnings 10 jaren geleden
refBase.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
rgb2luv.cpp 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 8 jaren geleden
rgb2luv.h 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 8 jaren geleden
rgb2xyz.cpp 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 8 jaren geleden
rgb2xyz.h 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 8 jaren geleden
safeCast.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
safeDelete.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
safeRelease.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
str.cpp 1940becb2d Compilation fixes for C++20 3 jaren geleden
str.h 2586e73145 * BugFix: Correct a few memory leaks. 4 jaren geleden
swizzle.h 2b295fb7f0 rest of virtuals removed 1 jaar geleden
swizzleSpec.h 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 jaren geleden
systemInterfaceList.h 57f8549abe 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. 7 jaren geleden
tAlignedArray.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
tDictionary.cpp 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
tDictionary.h 4417462499 Add support for both ies and cookie 1 jaar geleden
tFixedSizeDeque.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
tFixedSizeVector.h cd978039ac Merge pull request #635 from just-bank/engine-fixes 11 jaren geleden
tList.h 1940becb2d Compilation fixes for C++20 3 jaren geleden
tNamedFactory.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
tSignal.cpp 064dfbc4f4 tsignal::order to ::mOrder. yet another potential conflict with a class member vs a method input 7 jaren geleden
tSignal.h efbe5e90f5 virtuals removed 1 jaar geleden
tSingleton.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
tUnmanagedVector.h 5ef130d581 Fixed some random Worder warnings 10 jaren geleden
tVector.cpp 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
tVector.h 3988e7baee Better allocator for TorqueScript temp conversions used during interpretation 3 jaren geleden
tVectorSpecializations.h 7dbfe6994d Engine directory for ticket #1 13 jaren geleden
timeClass.cpp 0e93373824 * BugFix: When querying against root with Torque::FS::DumpDirectories, correctly return directories with their path. 4 jaren geleden
timeClass.h 0e93373824 * BugFix: When querying against root with Torque::FS::DumpDirectories, correctly return directories with their path. 4 jaren geleden
timeSource.h efbe5e90f5 virtuals removed 1 jaar geleden
uuid.cpp eca3fbfa67 * [UUID] BugFix: Correct a memory mismanagement error in UUID programming due to the way xuuid_t is utilized. 4 jaren geleden
uuid.h 0d4221fa59 uninitialized and unused value cleanups 2 jaren geleden