aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Use Q_strncpy in utils/vbsp/detailobjects.cpp.Jonas 'Sortie' Termansen2013-08-121-1/+1
|
* Avoid conflict with gamma(3) in utils/vrad/vrad.h.Jonas 'Sortie' Termansen2013-08-122-2/+2
| | | | | | The name of the global variable conflicts with the deprecated gamma function from <math.h> on some systems. Additionally the variable appears to be unused - should it rather just be deleted from the codebase?
* Fix use of temporary vector in utils/vrad/vraddetailprops.cpp.Jonas 'Sortie' Termansen2013-08-121-1/+2
| | | | This fixes a gcc compile error.
* 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 support for building shaders in your modJoe Ludwig2013-07-174-39/+25
| | | | | | | * Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore
* * Switched the SDK from checked-in projects to VPC, the Valve Project ↵Joe Ludwig2013-07-0450-6781/+1481
| | | | | | 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 2013Joe Ludwig2013-06-26216-0/+82164