.. |
async
|
5d26dba7da
* BugFix: Clear some MSVC compiler warnings.
|
3 년 전 |
input
|
186efd5c87
Fix gamepad binds on non-windows.
|
5 년 전 |
nativeDialogs
|
197a62f6ea
Convert dStrcmp to String::compare for more cases
|
4 년 전 |
output
|
e6159a590a
Add basic support for showing openvr controllers and tracked objects
|
9 년 전 |
test
|
a7cb22b877
something went squiffy in the last set of merges
|
8 년 전 |
threads
|
7cb306b65a
macos platform fixes for intel macs
|
3 년 전 |
platform.cpp
|
31036c4031
Bug fixes for alternative zip layout and define to toggle it on
|
12 년 전 |
platform.h
|
c687c0d23a
* BugFix: Remove unused 3DNow! extensions and broken SSE extensions.
|
3 년 전 |
platformAssert.cpp
|
2bbc716db6
Eliminate unnecessary uses of ConsoleFunction
|
7 년 전 |
platformAssert.h
|
c19a70814c
Tidy up and fix the various Assert macros
|
10 년 전 |
platformCPU.cpp
|
2368f1d97c
* Feature: Reimplement POSIX CPU information.
|
3 년 전 |
platformCPUCount.h
|
2368f1d97c
* Feature: Reimplement POSIX CPU information.
|
3 년 전 |
platformDlibrary.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformFileIO.cpp
|
35b348f93c
* Adjustment: Change Platform::makeFullPathName to use "game:/" as cwd if none is specified.
|
3 년 전 |
platformFont.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformFont.h
|
8ed0f508ca
Minimal changes to compile T3D on WIN64.
|
11 년 전 |
platformGL.h
|
dd08fd2e7d
Add OpenGL support.
|
10 년 전 |
platformInput.h
|
ed14b6fced
Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed.
|
8 년 전 |
platformIntrinsics.gcc.h
|
2311d7d683
* BugFix: Correct an ASAN reported memory error caused by incorrect usage of __sync_fetch_and_add.
|
3 년 전 |
platformIntrinsics.h
|
6d1ef41c69
Changed some size_t to uintptr_t.
|
10 년 전 |
platformIntrinsics.visualc.h
|
ed14b6fced
Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed.
|
8 년 전 |
platformMemory.cpp
|
e718841467
Eliminate DefineConsoleFunction
|
7 년 전 |
platformMemory.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformNet.cpp
|
5e9d7d63a1
Adjusts handling for httpObject class so that if curl flag is off, files are not included and references are disabled to avoid compilation issues
|
2 년 전 |
platformNet.h
|
45ae5e71cb
fixed lots of tabs and space
|
8 년 전 |
platformNetAsync.cpp
|
ed14b6fced
Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed.
|
8 년 전 |
platformNetAsync.h
|
704577e051
Preliminary IPV6 Support
|
8 년 전 |
platformRedBook.cpp
|
c999baf7ed
Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense.
|
4 년 전 |
platformRedBook.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformTLS.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformTimer.cpp
|
e718841467
Eliminate DefineConsoleFunction
|
7 년 전 |
platformTimer.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformVFS.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformVideoInfo.cpp
|
4f4c496fba
Fix platforms that don't support PVI_NumAdapters
|
12 년 전 |
platformVideoInfo.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
platformVolume.cpp
|
3dafdef5da
* 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.
|
3 년 전 |
platformVolume.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
profiler.cpp
|
dee89e25b8
Changes profiler to use the high precision timer built into windows.
|
4 년 전 |
profiler.h
|
dee89e25b8
Changes profiler to use the high precision timer built into windows.
|
4 년 전 |
tmm_off.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
tmm_on.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
types.codewarrior.h
|
214aae7277
Removed the unneeded PPC And Altivec elements, and removed the LOCBUILD flag
|
8 년 전 |
types.gcc.h
|
15b946fb35
* Adjustment: Utilize native compiler intrinsics for endian swapping when available.
|
3 년 전 |
types.h
|
e981fd2cc3
Add support for aarch64 / apple silicon
|
4 년 전 |
types.lint.h
|
6d8e0d7e25
refactored platform precompiler variable: TORQUE_OS_WIN{32,64,}
|
11 년 전 |
types.mac.h
|
34b2d91e89
Speaking of badly sized mac things
|
7 년 전 |
types.posix.h
|
3336bffad2
Changes for Linux.
|
10 년 전 |
types.ppc.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
types.visualc.h
|
cf9d15a9d4
* BugFix: Correct a Windows compilation error in the endian swap code due to a missing include.
|
3 년 전 |
types.win.h
|
47a2cc165a
moved header file to have a more meaningful naming
|
11 년 전 |
typesLinux.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
typesWin32.h
|
e37ecb0567
fixed WIN64 precompiler flags up - basics
|
11 년 전 |
typesX86UNIX.h
|
7dbfe6994d
Engine directory for ticket #1
|
13 년 전 |
typetraits.h
|
6d1ef41c69
Changed some size_t to uintptr_t.
|
10 년 전 |