Commit Graph

  • 2688681352 Merge pull request #196 from jstasiak/callvpc Joe Ludwig 2013-12-02 17:17:55 -08:00
  • bd9d3e6908 Make create*projects scripts work independently of cwd Jakub Stasiak 2013-09-28 18:00:23 +01:00
  • 4459e7bb8b Update .gitignore. Narendra Umate 2013-09-08 13:31:18 -07:00
  • 54fc005e7c Added xcode_ccache_wrapper as text to .gitattributes. Narendra Umate 2013-09-08 10:49:13 -07:00
  • 28b6c2af5c Replacing CR/LFs with LFs in xcode_ccache_wrapper. Narendra Umate 2013-09-07 16:50:43 -07:00
  • c3ca729162 Merge remote-tracking branch 'upstream/master' Narendra Umate 2013-09-07 15:43:32 -07:00
  • e694a32b03 Update .gitignore. Narendra Umate 2013-09-07 15:19:02 -07:00
  • 80cf6f02c3 Added missing libs for linux and OSX in their new location. Joe Ludwig 2013-09-05 18:17:03 -07:00
  • 3c48b3704a Merge pull request #177 from psychonic/xcode_perm_fix Joe Ludwig 2013-09-05 18:03:42 -07:00
  • cb55ade0b7 Add missing executable flag to xcode_ccache_wrapper. Nicholas Hastings 2013-09-05 08:41:38 -04:00
  • cfcc016a59 Merge branch 'master' of https://github.com/ValveSoftware/source-sdk-2013 Joe Ludwig 2013-09-03 16:03:22 -07:00
  • 1524321396 * Fixed Source Mod back-compatability by reordering methods in a couple interfaces. * Added missing singleplayer OSX libs * Updated vpc and libs. Joe Ludwig 2013-09-03 16:02:10 -07:00
  • 10e2714784 Merge commit '82fe37f' Jørgen P. Tjernø 2013-09-03 14:23:08 -07:00
  • a0c29e7dd6 General: * 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. Joe Ludwig 2013-09-02 11:39:10 -07:00
  • 82fe37f0e6 Fix bsp lump names being declared non-portably. Jonas 'Sortie' Termansen 2013-08-11 10:47:17 +02:00
  • 63325a7174 Use Q_strncpy in utils/vbsp/detailobjects.cpp. Jonas 'Sortie' Termansen 2013-08-11 12:13:27 +02:00
  • b64d2e878c Avoid conflict with gamma(3) in utils/vrad/vrad.h. Jonas 'Sortie' Termansen 2013-08-12 14:37:24 +02:00
  • c5fb3851bb Fix use of temporary vector in utils/vrad/vraddetailprops.cpp. Jonas 'Sortie' Termansen 2013-08-12 14:55:24 +02:00
  • 324b4f93dc Fix bad class declaration in utils/vbsp/ivp. Jonas 'Sortie' Termansen 2013-08-11 11:43:19 +02:00
  • 53ac2580ac Fix SortEntry operator< not being const. Jonas 'Sortie' Termansen 2013-08-11 11:02:54 +02:00
  • 6d419a245f Fix vbsp missing skybox error case when building cubemaps. Jonas 'Sortie' Termansen 2013-08-11 13:20:37 +02:00
  • 0c87302844 VBSP now checks all search paths for an FGD file. Alan Edwardes 2013-08-05 18:56:45 +01:00
  • 137582c2b9 Changed VBSP to check the MOD directory for FGD files specified in gameinfo.txt, in addition to EXECUTABLE_PATH. Alan Edwardes 2013-08-05 15:47:51 +01:00
  • 38a9e52e61 Changed VBSP to check the MOD directory for FGD files specified in gameinfo.txt, in addition to EXECUTABLE_PATH. Alan Edwardes 2013-08-05 15:46:31 +01:00
  • d9ac276a95 Added bloom shader and screenspace effect helpers as examples for the SDK. Joe Ludwig 2013-07-30 15:10:15 -07:00
  • c3d72513f2 Revised the contribution guidelines to encourage more interaction within the community. Joe Ludwig 2013-07-30 09:29:15 -07:00
  • 14da425dbd Added .vcd files from lost coast Joe Ludwig 2013-07-30 08:40:30 -07:00
  • 2da6af4311 Added skill cfg files so that refilling ammo will work. Joe Ludwig 2013-07-29 16:40:43 -07:00
  • e174b33716 Added .vcds from all the singleplayer games in the SDK Joe Ludwig 2013-07-29 16:07:25 -07:00
  • b2215f2dbc Added all the ep2 strings to their string tables to match the way the game loads string tables. Joe Ludwig 2013-07-19 16:25:41 -07:00
  • 22cebd61fc Added all the HL2 and HL2MP strings to their string tables to match the way the game loads string tables. Joe Ludwig 2013-07-18 16:01:12 -07:00
  • 29f290f787 Added missing OSX and Linux shaderlibs Joe Ludwig 2013-07-18 10:11:37 -07:00
  • e16ea21dc8 * Added support for building shaders in your mod * Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore Joe Ludwig 2013-07-17 18:26:59 -07:00
  • 6a271d4a68 Merge pull request #36 from AnAkIn1/fogplayerparams_fix Joe Ludwig 2013-07-16 17:18:23 -07:00
  • a2e9dbd663 Merge https://github.com/ValveSoftware/source-sdk-2013 Joe Ludwig 2013-07-05 12:50:52 -07:00
  • c4ffd47936 Added some more files to .gitignore. Added technical guidelines for pull requests to CONTRIBUTING Joe Ludwig 2013-07-05 12:50:09 -07:00
  • 3527e2f9f1 Normalize line endings Jørgen P. Tjernø 2013-07-05 12:09:04 -07:00
  • 96d1921694 Update text & binary attributes. Jørgen P. Tjernø 2013-07-05 11:53:27 -07:00
  • cc9c12c5fd Updated the libs. Updated vpc_* to include support for $Conditional in .vgc files. Included vstdlib_exclude.vpc for the OSX builds. Joe Ludwig 2013-07-05 11:28:48 -07:00
  • 3aacf913d5 Merge https://github.com/ValveSoftware/source-sdk-2013 Joe Ludwig 2013-07-04 11:33:04 -07:00
  • 89ab753e6a Fixed execute permissions on OSX/Linux scripts and binaries. Joe Ludwig 2013-07-04 11:28:48 -07:00
  • 77b376f8a0 * Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details. * Pulled in bug fixes from HL2 and HL2MP. Joe Ludwig 2013-07-04 11:20:31 -07:00
  • 9573e4b8b6 Check in gitattributes for binaries. Jørgen P. Tjernø 2013-07-03 17:28:46 -07:00
  • 40e97f0e3a Merge pull request #49 from ntgd/master alfred-valve 2013-07-02 15:56:55 -07:00
  • 5a48b492da Rename GameInfo.txt to gameinfo.txt ntgd 2013-06-30 19:03:02 +02:00
  • 3a066ecf31 Fix typo and value which should be non float AnAkIn1 2013-06-28 18:37:35 +02:00
  • 5287c094fd Add executable bit to gendbg.sh. Jørgen P. Tjernø 2013-06-28 11:31:36 -07:00
  • 5f08baab70 Mac: Fix corrupted protoc binaries. Jørgen P. Tjernø 2013-06-28 11:29:58 -07:00
  • e2f7bc3029 Add executable permission to ccache and protoc. Jørgen P. Tjernø 2013-06-27 18:22:34 -07:00
  • ddc37314e5 Adding a CONTRIBUTING file so the rights that GitHub users grant to Valve with Contributions are clearly outlined. Joe Ludwig 2013-06-27 17:57:58 -07:00
  • 949bd75a99 Fixed various missing files Joe Ludwig 2013-06-27 14:27:15 -07:00
  • 39ed87570b First version of the SOurce SDK 2013 Joe Ludwig 2013-06-26 15:22:04 -07:00