aboutsummaryrefslogtreecommitdiff
path: root/mp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad class declaration in utils/vbsp/ivp.Jonas 'Sortie' Termansen2013-08-121-1/+1
| | | | | The duplicated namespace in the member declaration causes the class to not compile using gcc.
* Fix SortEntry operator< not being const.Jonas 'Sortie' Termansen2013-08-121-1/+1
| | | | | This solves a problem where the standard library expects it to be const, which causes compilation problems on GNU/Linux.
* Fix vbsp missing skybox error case when building cubemaps.Jonas 'Sortie' Termansen2013-08-121-5/+6
| | | | | The code previoused checked the address of a stack array that would always evaluate non-zero, which wasn't what was intended.
* Added bloom shader and screenspace effect helpers as examples for the SDK.Joe Ludwig2013-07-3018-0/+658
|
* Added skill cfg files so that refilling ammo will work.Joe Ludwig2013-07-292-0/+16
|
* Added all the HL2 and HL2MP strings to their string tables to match the way ↵Joe Ludwig2013-07-181-0/+0
| | | | the game loads string tables.
* Added missing OSX and Linux shaderlibsJoe Ludwig2013-07-182-0/+0
|
* * Added support for building shaders in your modJoe Ludwig2013-07-17213-1351/+27497
| | | | | | | * Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore
* Merge pull request #36 from AnAkIn1/fogplayerparams_fixJoe Ludwig2013-07-161-2/+2
|\ | | | | Fix typo and value which should be non float
| * Fix typo and value which should be non floatAnAkIn12013-06-291-2/+2
| |
* | Normalize line endingsJørgen P. Tjernø2013-07-0511-16043/+16043
| | | | | | | | Fixes issue #75.
* | Updated the libs. Updated vpc_* to include support for $Conditional in .vgc ↵Joe Ludwig2013-07-0540-0/+19
| | | | | | | | files. Included vstdlib_exclude.vpc for the OSX builds.
* | Merge https://github.com/ValveSoftware/source-sdk-2013Joe Ludwig2013-07-046-0/+0
|\ \
| * | Rename GameInfo.txt to gameinfo.txtntgd2013-06-301-0/+0
| |/
| * Add executable bit to gendbg.sh.Jørgen P. Tjernø2013-06-281-0/+0
| |
| * Mac: Fix corrupted protoc binaries.Jørgen P. Tjernø2013-06-281-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-274-0/+0
| |
* | Fixed execute permissions on OSX/Linux scripts and binaries.Joe Ludwig2013-07-045-0/+0
| |
* | * Switched the SDK from checked-in projects to VPC, the Valve Project ↵Joe Ludwig2013-07-04191-41948/+17836
|/ | | | | | Creator. See the Getting Started document on the wiki for details. * Pulled in bug fixes from HL2 and HL2MP.
* Fixed various missing filesJoe Ludwig2013-06-2714-70/+765
|
* First version of the SOurce SDK 2013Joe Ludwig2013-06-263720-0/+1635944