| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bsp lump names being declared non-portably. | Jonas 'Sortie' Termansen | 2013-08-12 | 1 | -4/+6 |
| | | | | | | | | gcc issues warnings when encountering multicharacter constants, so we'll simply emulate them in a manner works portably. The code assumes we are using a little-endian machine - the real solution would be using using four chars instead of an enum. | ||||
| * | Use Q_strncpy in utils/vbsp/detailobjects.cpp. | Jonas 'Sortie' Termansen | 2013-08-12 | 1 | -1/+1 |
| | | |||||
| * | Avoid conflict with gamma(3) in utils/vrad/vrad.h. | Jonas 'Sortie' Termansen | 2013-08-12 | 2 | -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' Termansen | 2013-08-12 | 1 | -1/+2 |
| | | | | | This fixes a gcc compile error. | ||||
| * | Fix bad class declaration in utils/vbsp/ivp. | Jonas 'Sortie' Termansen | 2013-08-12 | 1 | -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' Termansen | 2013-08-12 | 1 | -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' Termansen | 2013-08-12 | 1 | -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 Ludwig | 2013-07-30 | 13 | -0/+658 |
| | | |||||
| * | Added missing OSX and Linux shaderlibs | Joe Ludwig | 2013-07-18 | 2 | -0/+0 |
| | | |||||
| * | * Added support for building shaders in your mod | Joe Ludwig | 2013-07-17 | 210 | -1351/+27490 |
| | | | | | | | | * 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_fix | Joe Ludwig | 2013-07-16 | 1 | -2/+2 |
| |\ | | | | | Fix typo and value which should be non float | ||||
| | * | Fix typo and value which should be non float | AnAkIn1 | 2013-06-29 | 1 | -2/+2 |
| | | | |||||
| * | | Normalize line endings | Jørgen P. Tjernø | 2013-07-05 | 11 | -16043/+16043 |
| | | | | | | | | | Fixes issue #75. | ||||
| * | | Updated the libs. Updated vpc_* to include support for $Conditional in .vgc ↵ | Joe Ludwig | 2013-07-05 | 40 | -0/+19 |
| | | | | | | | | | files. Included vstdlib_exclude.vpc for the OSX builds. | ||||
| * | | Merge https://github.com/ValveSoftware/source-sdk-2013 | Joe Ludwig | 2013-07-04 | 5 | -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 | 4 | -0/+0 |
| | | | |||||
| * | | Fixed execute permissions on OSX/Linux scripts and binaries. | Joe Ludwig | 2013-07-04 | 5 | -0/+0 |
| | | | |||||
| * | | * Switched the SDK from checked-in projects to VPC, the Valve Project ↵ | Joe Ludwig | 2013-07-04 | 191 | -41948/+17836 |
| |/ | | | | | | Creator. See the Getting Started document on the wiki for details. * Pulled in bug fixes from HL2 and HL2MP. | ||||
| * | Fixed various missing files | Joe Ludwig | 2013-06-27 | 13 | -69/+764 |
| | | |||||
| * | First version of the SOurce SDK 2013 | Joe Ludwig | 2013-06-26 | 3682 | -0/+1624327 |