| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated the SDK with the latest code from the TF and HL2 branches.HEADmaster | John Schoenick | 2015-09-09 | 4 | -134/+148 |
| | | |||||
| * | Updated the SDK with the latest code from the TF and HL2 branches. | Michael Sartain | 2014-10-02 | 5 | -93/+42 |
| | | |||||
| * | * Added support for Visual C++ 2013 Express to VPC | Joe Ludwig | 2014-06-12 | 1 | -0/+0 |
| | | | | | * Added support for running VPC on Windows XP | ||||
| * | General: | Joe Ludwig | 2014-05-15 | 6 | -5/+5 |
| | | | | | | | | | | | | | | | | | * Upgraded Steamworks SDK to v1.29 * Fixed mod compatibility problem with Multiplayer Base that was introduced in September. * In Hammer, while using the Vertex Tool, pressing CTRL+B will snap selected vertices to the grid. Virtual Reality: * Mods that support virtual reality now need to have a line in gameinfo.txt that says “supportsvr 1”. This indicates to gameui and engine that certain UI should be enabled. * VR-enabled mods will now start up in VR mode when launched from Steam’s VR mode. Windows: * Upgraded to Visual Studio 2013. If you need to build projects for VS 2010, add /2010 to your VPC command line. OSX: * Upgraded to XCode 5. | ||||
| * | Line-ending fixes for most of the remaining files. | Jørgen P. Tjernø | 2013-12-03 | 3 | -17/+17 |
| | | | | | | | | | | | | Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst, proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj, vcxproj, sln, in, java, la, manifest, am, and rad. Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and gitignore. Finally, fixes executable bits. | ||||
| * | Updated the SDK with the latest code from the TF and HL2 branches | Joe Ludwig | 2013-12-03 | 5 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Make .xcconfigs text files too. | Jørgen P. Tjernø | 2013-12-02 | 3 | -54/+54 |
| | | |||||
| * | Fix line endings. WHAMMY. | Jørgen P. Tjernø | 2013-12-02 | 14 | -3844/+3844 |
| | | |||||
| * | Add missing executable flag to xcode_ccache_wrapper. | Nicholas Hastings | 2013-09-05 | 1 | -0/+0 |
| | | |||||
| * | General: | Joe Ludwig | 2013-09-02 | 8 | -1/+58 |
| | | | | | | | | | | | | | | | | * Fixed a variety of server browser issues with mods based on this SDK * Fixed many warnings on various platforms * Added source code for fgdlib and raytrace * Updated many source files with the latest shared source from TF2. OSX: * Added support for Xcode 4.6 * Switched OSX builds to use Xcode instead of makefiles * Moved libs from src/lib/osx32 to src/lib/public/osx32 or src/lib/common/osx32 to match windows better. Linux: * Moved libs from src/lib/linux32 to src/lib/public/linux32 or src/lib/common/linux32 to match windows better. | ||||
| * | * Added support for building shaders in your mod | Joe Ludwig | 2013-07-17 | 16 | -503/+1658 |
| | | | | | | | | * Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore | ||||
| * | Normalize line endings | Jørgen P. Tjernø | 2013-07-05 | 1 | -28/+28 |
| | | | | | Fixes issue #75. | ||||
| * | Updated the libs. Updated vpc_* to include support for $Conditional in .vgc ↵ | Joe Ludwig | 2013-07-05 | 2 | -0/+0 |
| | | | | | files. Included vstdlib_exclude.vpc for the OSX builds. | ||||
| * | Merge https://github.com/ValveSoftware/source-sdk-2013 | Joe Ludwig | 2013-07-04 | 4 | -0/+0 |
| |\ | |||||
| | * | Add executable bit to gendbg.sh. | Jørgen P. Tjernø | 2013-06-28 | 1 | -0/+0 |
| | | | |||||
| | * | Mac: Fix corrupted protoc binaries. | Jørgen P. Tjernø | 2013-06-28 | 1 | -0/+0 |
| | | | | | | | | | These binaries were corrupted due to accidental newline ending conversion. | ||||
| | * | Add executable permission to ccache and protoc. | Jørgen P. Tjernø | 2013-06-27 | 3 | -0/+0 |
| | | | |||||
| * | | Fixed execute permissions on OSX/Linux scripts and binaries. | Joe Ludwig | 2013-07-04 | 3 | -0/+0 |
| | | | |||||
| * | | * Switched the SDK from checked-in projects to VPC, the Valve Project ↵ | Joe Ludwig | 2013-07-04 | 6 | -44/+81 |
| |/ | | | | | | Creator. See the Getting Started document on the wiki for details. * Pulled in bug fixes from HL2 and HL2MP. | ||||
| * | First version of the SOurce SDK 2013 | Joe Ludwig | 2013-06-26 | 11 | -0/+3248 |