| .. |
|
async
|
* BugFix: Clear some MSVC compiler warnings.
|
2021-10-07 00:27:39 -04:00 |
|
input
|
Fix gamepad binds on non-windows.
|
2020-08-05 02:50:04 -04:00 |
|
nativeDialogs
|
clean up math varsize complaints
|
2023-04-27 16:10:04 -05:00 |
|
output
|
|
|
|
threads
|
separate testing environment
|
2023-07-24 12:38:36 +01:00 |
|
platform.cpp
|
|
|
|
platform.h
|
* BugFix: Remove unused 3DNow! extensions and broken SSE extensions.
|
2022-05-24 20:39:34 -04:00 |
|
platformAssert.cpp
|
Eliminate unnecessary uses of ConsoleFunction
|
2018-04-17 21:41:29 +02:00 |
|
platformAssert.h
|
|
|
|
platformCPU.cpp
|
* Feature: Reimplement POSIX CPU information.
|
2022-05-24 20:58:28 -04:00 |
|
platformCPUCount.h
|
* Feature: Reimplement POSIX CPU information.
|
2022-05-24 20:58:28 -04:00 |
|
platformDlibrary.h
|
|
|
|
platformFileIO.cpp
|
* Adjustment: Change Platform::makeFullPathName to use "game:/" as cwd if none is specified.
|
2022-06-16 19:04:43 -04:00 |
|
platformFont.cpp
|
|
|
|
platformFont.h
|
|
|
|
platformGL.h
|
|
|
|
platformInput.h
|
|
|
|
platformIntrinsics.gcc.h
|
Fix some compiler warnings on macos
|
2023-01-01 22:56:56 -05:00 |
|
platformIntrinsics.h
|
|
|
|
platformIntrinsics.visualc.h
|
|
|
|
platformMemory.cpp
|
Eliminate DefineConsoleFunction
|
2018-04-17 20:54:08 +02:00 |
|
platformMemory.h
|
|
|
|
platformNet.cpp
|
Adjusts handling for httpObject class so that if curl flag is off, files are not included and references are disabled to avoid compilation issues
|
2022-09-16 16:16:12 -05:00 |
|
platformNet.h
|
|
|
|
platformNetAsync.cpp
|
|
|
|
platformNetAsync.h
|
|
|
|
platformRedBook.cpp
|
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 |
|
platformRedBook.h
|
|
|
|
platformTimer.cpp
|
Eliminate DefineConsoleFunction
|
2018-04-17 20:54:08 +02:00 |
|
platformTimer.h
|
|
|
|
platformTLS.h
|
|
|
|
platformVFS.h
|
|
|
|
platformVideoInfo.cpp
|
|
|
|
platformVideoInfo.h
|
|
|
|
platformVolume.cpp
|
* BugFix: Mount home:/ to refer to Torque's original Documents/<APPNAME> output for eg. prefs while leaving data:/ as an option for those that may want it.
|
2022-06-13 10:53:01 -04:00 |
|
platformVolume.h
|
|
|
|
profiler.cpp
|
Changes profiler to use the high precision timer built into windows.
|
2020-12-28 18:14:21 -05:00 |
|
profiler.h
|
Changes profiler to use the high precision timer built into windows.
|
2020-12-28 18:14:21 -05:00 |
|
tmm_off.h
|
|
|
|
tmm_on.h
|
|
|
|
types.codewarrior.h
|
Removed the unneeded PPC And Altivec elements, and removed the LOCBUILD flag
|
2017-04-09 23:26:35 -05:00 |
|
types.gcc.h
|
* Adjustment: Utilize native compiler intrinsics for endian swapping when available.
|
2021-10-07 09:59:03 -04:00 |
|
types.h
|
Add support for aarch64 / apple silicon
|
2021-05-10 15:55:56 -04:00 |
|
types.lint.h
|
|
|
|
types.mac.h
|
Speaking of badly sized mac things
|
2018-03-08 00:45:43 -05:00 |
|
types.posix.h
|
|
|
|
types.ppc.h
|
|
|
|
types.visualc.h
|
* BugFix: Correct a Windows compilation error in the endian swap code due to a missing include.
|
2021-10-08 17:23:16 -04:00 |
|
types.win.h
|
|
|
|
typesLinux.h
|
|
|
|
typesWin32.h
|
|
|
|
typesX86UNIX.h
|
|
|
|
typetraits.h
|
|
|