diff options
| author | Joe Ludwig <[email protected]> | 2013-12-03 08:54:16 -0800 |
|---|---|---|
| committer | Joe Ludwig <[email protected]> | 2013-12-03 08:54:16 -0800 |
| commit | beaae8ac45a2f322a792404092d4482065bef7ef (patch) | |
| tree | 747f35193ba235f0f0b070c05b53468a54559c8e /sp/src/devtools | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-beaae8ac45a2f322a792404092d4482065bef7ef.tar.xz source-sdk-2013-beaae8ac45a2f322a792404092d4482065bef7ef.zip | |
Updated the SDK with the latest code from the TF and HL2 branches
* Adds support for Visual Studio 2012 and 2013
* VR Mode:
. Switches from headtrack.dll to sourcevr.dll
. Improved readability of the UI in VR
. Removed the IPD calibration tool. TF2 will now obey the Oculus
configuration file. Use the Oculus calibration tool in your SDK or
install and run "OpenVR" under Tools in Steam to calibrate your IPD.
. Added dropdown to enable VR mode in the Video options. Removed the -vr
command line option.
. Added the ability to switch in and out of VR mode without quitting the
game
. By default VR mode will run full screen. To switch back to a
borderless window set the vr_force_windowed convar.
. Added support for VR mode on Linux
* Many assorted bug fixes and other changes from Team Fortress in
various shared files
Diffstat (limited to 'sp/src/devtools')
| -rwxr-xr-x | sp/src/devtools/bin/linux/ccache | bin | 197505 -> 197505 bytes |
| -rwxr-xr-x | sp/src/devtools/bin/osx32/ccache | bin | 132512 -> 132504 bytes |
| -rw-r--r-- | sp/src/devtools/bin/vpc.exe | bin | 1133568 -> 1135616 bytes |
| -rwxr-xr-x | sp/src/devtools/bin/vpc_linux | bin | 1177332 -> 1178807 bytes |
| -rwxr-xr-x | sp/src/devtools/bin/vpc_osx | bin | 1099468 -> 1099488 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/sp/src/devtools/bin/linux/ccache b/sp/src/devtools/bin/linux/ccache Binary files differindex 3ef6b8e9..5146484f 100755 --- a/sp/src/devtools/bin/linux/ccache +++ b/sp/src/devtools/bin/linux/ccache diff --git a/sp/src/devtools/bin/osx32/ccache b/sp/src/devtools/bin/osx32/ccache Binary files differindex 86afc048..1b6a2e5f 100755 --- a/sp/src/devtools/bin/osx32/ccache +++ b/sp/src/devtools/bin/osx32/ccache diff --git a/sp/src/devtools/bin/vpc.exe b/sp/src/devtools/bin/vpc.exe Binary files differindex 2394de95..fcadab1c 100644 --- a/sp/src/devtools/bin/vpc.exe +++ b/sp/src/devtools/bin/vpc.exe diff --git a/sp/src/devtools/bin/vpc_linux b/sp/src/devtools/bin/vpc_linux Binary files differindex c5e72b80..18dd3d7c 100755 --- a/sp/src/devtools/bin/vpc_linux +++ b/sp/src/devtools/bin/vpc_linux diff --git a/sp/src/devtools/bin/vpc_osx b/sp/src/devtools/bin/vpc_osx Binary files differindex 1e5dea1c..ed7d57a5 100755 --- a/sp/src/devtools/bin/vpc_osx +++ b/sp/src/devtools/bin/vpc_osx |