.. |
minidump
|
1631f76a47
Update winStackWalker.h
|
%!s(int64=10) %!d(string=hai) anos |
nativeDialogs
|
fcf52fb5e0
Rename the memory allocating versions to make prev error less likely
|
%!s(int64=10) %!d(string=hai) anos |
threads
|
3b1d84fe5c
SDL & Win32 platform threads cleanup.
|
%!s(int64=9) %!d(string=hai) anos |
videoInfo
|
41e5caf22b
Direct3D11 Engine/source changes
|
%!s(int64=9) %!d(string=hai) anos |
VFSRes.h
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
WinPlatformGL.cpp
|
415f4a046e
OpenGL vsync fixes.
|
%!s(int64=8) %!d(string=hai) anos |
cardProfile.cpp
|
acb192e2a5
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
%!s(int64=11) %!d(string=hai) anos |
platformWin32.h
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
stdint.h
|
bddc27c693
Add a temporary local copy of stdint.h for VS2008.
|
%!s(int64=10) %!d(string=hai) anos |
winAsmBlit.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
winAsync.cpp
|
ed14b6fced
Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed.
|
%!s(int64=8) %!d(string=hai) anos |
winCPUInfo.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
winConsole.cpp
|
a88339c219
Fix buffer overflows due to incorrect use of sizeof
|
%!s(int64=10) %!d(string=hai) anos |
winConsole.h
|
539efcb1e1
Input event changes
|
%!s(int64=12) %!d(string=hai) anos |
winDInputDevice.cpp
|
e3bbc42925
Provide a safer version of convertUTF16toUTF8
|
%!s(int64=10) %!d(string=hai) anos |
winDInputDevice.h
|
7a8f46b19f
Update for float, double and unsigned char, unsigned short, short, etc. char was left alone: read why here http://msdn.microsoft.com/en-us/library/cc953fe1.aspx
|
%!s(int64=12) %!d(string=hai) anos |
winDirectInput.cpp
|
6040a8d855
Fix macro token pasting errors when compiling with clang-cl
|
%!s(int64=10) %!d(string=hai) anos |
winDirectInput.h
|
7a8f46b19f
Update for float, double and unsigned char, unsigned short, short, etc. char was left alone: read why here http://msdn.microsoft.com/en-us/library/cc953fe1.aspx
|
%!s(int64=12) %!d(string=hai) anos |
winDlibrary.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
winExec.cpp
|
486a12cb96
Merge pull request #1183 from MusicMonkey5555/documentation
|
%!s(int64=10) %!d(string=hai) anos |
winFileio.cpp
|
c2da755dc2
Fix for the directory scan for modules so it doesn't trim off characters in the path.
|
%!s(int64=9) %!d(string=hai) anos |
winFont.cpp
|
e3bbc42925
Provide a safer version of convertUTF16toUTF8
|
%!s(int64=10) %!d(string=hai) anos |
winFont.h
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
winInput.cpp
|
475f218bcd
Modified files for SDL2.
|
%!s(int64=10) %!d(string=hai) anos |
winMath.cpp
|
da4078c707
Fix passing of non-primitive types to varargs functions
|
%!s(int64=10) %!d(string=hai) anos |
winMath_ASM.cpp
|
125901648a
64bit, from @source http://msdn.microsoft.com/en-us/library/c9676k6h.aspx
|
%!s(int64=11) %!d(string=hai) anos |
winMemory.cpp
|
8ed0f508ca
Minimal changes to compile T3D on WIN64.
|
%!s(int64=11) %!d(string=hai) anos |
winPlatformCPUCount.cpp
|
8ed0f508ca
Minimal changes to compile T3D on WIN64.
|
%!s(int64=11) %!d(string=hai) anos |
winProcessControl.cpp
|
4e9034854d
Linux implementation. Include changes for gcc x64.
|
%!s(int64=10) %!d(string=hai) anos |
winRedbook.cpp
|
a88339c219
Fix buffer overflows due to incorrect use of sizeof
|
%!s(int64=10) %!d(string=hai) anos |
winTLS.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
winTime.cpp
|
97e7e07607
winTime month fix
|
%!s(int64=10) %!d(string=hai) anos |
winTimer.cpp
|
0ffd7f5620
Fix member vars left uninitialized in constructors
|
%!s(int64=10) %!d(string=hai) anos |
winUser.cpp
|
e3bbc42925
Provide a safer version of convertUTF16toUTF8
|
%!s(int64=10) %!d(string=hai) anos |
winVFS.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
winVolume.cpp
|
a0aa826f16
Adds a verifyCompatibility method to the Win32FileSystem to report case-sensitivity issues
|
%!s(int64=10) %!d(string=hai) anos |
winVolume.h
|
a0aa826f16
Adds a verifyCompatibility method to the Win32FileSystem to report case-sensitivity issues
|
%!s(int64=10) %!d(string=hai) anos |
winWindow.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
|
%!s(int64=8) %!d(string=hai) anos |
win_common_prefix.h
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
win_debug_prefix.h
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |
win_release_prefix.h
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |