| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
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?
|
| |
|
|
| |
This fixes a gcc compile error.
|
| |
|
|
|
| |
The duplicated namespace in the member declaration causes the class to not
compile using gcc.
|
| |
|
|
|
| |
This solves a problem where the standard library expects it to be const,
which causes compilation problems on GNU/Linux.
|
| |
|
|
|
| |
The code previoused checked the address of a stack array that would always
evaluate non-zero, which wasn't what was intended.
|
| |
|
|
|
|
|
| |
* Added nav mesh support
* fixed many warnings and misc bugs
* Fixed the create*projects scripts in mp
* Added a bunch of stuff to .gitignore
|
| |
|
|
|
|
| |
Creator. See the Getting Started document on the wiki for details.
* Pulled in bug fixes from HL2 and HL2MP.
|
| |
|