| 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 | 9 | -22/+62 |
| | | |||||
| * | Updated the SDK with the latest code from the TF and HL2 branches. | Michael Sartain | 2014-10-02 | 143 | -2966/+3040 |
| | | |||||
| * | Added many shader source files | Joe Ludwig | 2013-12-23 | 355 | -0/+37024 |
| | | | | | | | | | | | | | This should include the latest version of every shader that was in the 2007 SDK. It also includes a smattering of debug shaders, both VR distortion shaders, and other assorted shaders that will hopefully be useful. None of these new files are included in the game shader DLL project. If you need to modify one of these shaders for use in your mod you will need to rename it so that you don't collide with the version of that shader that lives in stdshader_dx9.dll. | ||||
| * | Line-ending fixes for most of the remaining files. | Jørgen P. Tjernø | 2013-12-03 | 21 | -2640/+2640 |
| | | | | | | | | | | | | 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. | ||||
| * | Fix line endings. WHAMMY. | Jørgen P. Tjernø | 2013-12-02 | 23 | -7712/+7712 |
| | | |||||
| * | General: | Joe Ludwig | 2013-09-02 | 1 | -15/+1 |
| | | | | | | | | | | | | | | | | * 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 bloom shader and screenspace effect helpers as examples for the SDK. | Joe Ludwig | 2013-07-30 | 13 | -0/+658 |
| | | |||||
| * | * Added support for building shaders in your mod | Joe Ludwig | 2013-07-17 | 33 | -0/+9711 |
| * Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore | |||||