Commit Graph

  • d2ef54f1aa Merge pull request #24 from ReDucTor/vscript/isvalid Blixibon 2020-06-21 10:08:59 -05:00
  • 1f69727efc Merge pull request #21 from z33ky/mapbase/gcc-linux Blixibon 2020-06-21 10:08:41 -05:00
  • 1d4dfe7d4c Fixing IsValid outputting the opposite of being valid James 2020-06-20 14:10:10 +10:00
  • e9cbcd173d Adding IsValid to vscript James Mitchell 2020-06-20 13:10:37 +10:00
  • ae1162d907 Fix compilation without MAPBASE_RPC Alexander 'z33ky' Hirsch 2020-06-14 11:00:04 +02:00
  • eca6fd8864 Fix shadow render target Alexander 'z33ky' Hirsch 2020-06-14 10:59:03 +02:00
  • 5ba311b9e6 Fix stdshaders #includes casing Alexander 'z33ky' Hirsch 2020-06-14 10:41:30 +02:00
  • 9d0f5197bd Fix gcc 9/10 & mapbase build errors Alexander 'z33ky' Hirsch 2020-06-14 10:39:08 +02:00
  • 4d45c32be9 Switch to malloc() for C_SceneEntity::LoadScene() Alexander 'z33ky' Hirsch 2020-06-13 22:35:11 +02:00
  • 77fada1ca2 Fix gcc 8.2 build errors Alexander 'z33ky' Hirsch 2019-09-27 10:21:22 +02:00
  • 2c60bd368d Get rid of some unnecessary temporary buffers Alexander 'z33ky' Hirsch 2020-02-26 16:04:20 +01:00
  • d72d817eac Fix #includes casing Alexander 'z33ky' Hirsch 2019-10-03 16:07:16 +02:00
  • 48fb4ab56c Fix crash on startup Alexander 'z33ky' Hirsch 2019-10-04 01:22:06 +02:00
  • 5b2547a6ff Merge branch 'master' of https://github.com/mapbase-source/source-sdk-2013 Blixibon 2020-06-13 16:06:41 -05:00
  • 0c0a26dea6 Mapbase v4.0; VScript support Blixibon 2020-06-13 16:06:05 -05:00
  • 49b7b92e28 Added line crediting reductor for VScript library in README Blixibon 2020-06-13 15:48:04 -05:00
  • a7e23e46e9 Mapbase v4.0 Blixibon 2020-06-13 20:45:37 +00:00
  • ea0c830a62 Added VScript utility functions + loosened VScript EntFire(ByHandle) restrictions Blixibon 2020-06-13 12:44:40 -05:00
  • 03632df565 Fixed matrix3x4_t constructor not working before instantiated by other means Blixibon 2020-06-12 11:12:41 -05:00
  • 0094d707b9 Created a limited clientside CScriptEntityIterator Blixibon 2020-06-11 23:48:59 -05:00
  • 7d2c6315b5 Added more VScript functions for player classes Blixibon 2020-06-11 23:47:28 -05:00
  • 66a44d0739 Exposed matrix3x4_t and FireBulletsInfo_t to VScript, expanded available math functions Blixibon 2020-06-11 23:30:22 -05:00
  • 05303c9e66 Merge pull request #19 from ReDucTor/feature/vscript Blixibon 2020-06-11 09:59:15 -05:00
  • 07eb28ffe8 Fixing issue with restored vscript classes that are not registered being unable to be instantiated James Mitchell 2020-06-09 19:51:14 +10:00
  • b0549a894d Merge pull request #17 from ReDucTor/feature/vscript Blixibon 2020-06-07 10:28:54 -05:00
  • 859447ee69 Hiding squirrel compiler warnings when building vscript (fixes #14) James Mitchell 2020-06-07 14:47:49 +10:00
  • 14efc92e33 Fixed VScript material proxy retaining VM handles after level unload Blixibon 2020-05-31 20:58:50 -05:00
  • 82b0460d8f Merge branch 'feature/vscript' of https://github.com/mapbase-source/source-sdk-2013 into feature/vscript Blixibon 2020-05-31 08:57:35 -05:00
  • 4225e9d570 Minor VScript VPC fixes + misc. adjustments Blixibon 2020-05-31 08:57:19 -05:00
  • 528a2815e4 Merge pull request #8 from ReDucTor/vscript/script_help Blixibon 2020-05-31 08:49:24 -05:00
  • cd31f9db15 Fixing repeated save/restore where regexp would fail to serialize James Mitchell 2020-05-31 17:06:24 +10:00
  • 1ebb257648 Changing vscript convars class to CConvars to avoid duplicating the variable James Mitchell 2020-05-31 17:05:30 +10:00
  • 8316cf05ec Enabling vscript_client.nut and vscript_server.nut (fixes issue with doc aliases) James Mitchell 2020-05-31 15:39:17 +10:00
  • 76db66f70a Adding script_help support James Mitchell 2020-05-31 15:37:54 +10:00
  • c88da172d7 Merge pull request #7 from ReDucTor/wip/vscript_support Blixibon 2020-05-30 21:41:59 -05:00
  • 30032b70c9 Fixing issue with vscript restore having issues with cached weak references James Mitchell 2020-05-31 12:06:43 +10:00
  • 4966b79f84 Added VScript material proxy, exposed more stuff to clientside VScript Blixibon 2020-05-30 10:48:00 -05:00
  • 0f80bfad11 Added VScript net prop manager, exposed CTakeDamageInfo/trace_t/CBaseFilter, added filter_script, expanded available functions Blixibon 2020-05-30 10:42:48 -05:00
  • eb63b7b6a6 Exposed more things to VScript, including vehicles, AI goal entities, and convars Blixibon 2020-05-27 10:51:11 -05:00
  • c12418e1ce Added new features and customization to base VScript functionality Blixibon 2020-05-27 10:22:45 -05:00
  • 6ad2745a5e Added new shared VScript functions Blixibon 2020-05-24 09:41:12 -05:00
  • 1f8e32ef66 Merge pull request #6 from ReDucTor/wip/vscript_support Blixibon 2020-05-24 01:07:19 -05:00
  • daae8caf20 Added CBaseCombatWeapon script description Blixibon 2020-05-24 01:03:18 -05:00
  • c06bf1e1c4 Updated NPC and entity script functions, fixed RunScriptQuotable breaking with empty strings Blixibon 2020-05-24 00:57:23 -05:00
  • 3c6c5c1d81 Adding vscript GetKeyValue vscript James Mitchell 2020-05-24 14:54:46 +10:00
  • 2363a22e3e Cleaning up some TODO messages James Mitchell 2020-05-24 11:44:26 +10:00
  • 897534aec6 Making vscript print consistent, adding printl James Mitchell 2020-05-24 11:18:15 +10:00
  • d657e2b713 Adding missing Vector vscript functions James Mitchell 2020-05-24 10:46:40 +10:00
  • 18012de594 Adding support for vscript support for _tostring James Mitchell 2020-05-24 10:04:54 +10:00
  • 4320ae71e7 Mapbase VScript server/client expansions Blixibon 2020-05-22 20:26:31 -05:00
  • 2dbaa2c4a6 Merge pull request #5 from ReDucTor/wip/vscript_support Blixibon 2020-05-22 17:56:00 -05:00
  • 1210dee374 Various vscript fixes James Mitchell 2020-05-21 21:24:10 +10:00
  • 33e7a45657 Removing the closure parameter for class constructor, as we now have the typetag James Mitchell 2020-05-20 22:23:02 +10:00
  • e816832994 Making Vector and ClassInstanceData not be a separate heap allocation in vscript James Mitchell 2020-05-20 22:15:38 +10:00
  • f3dbcaf480 Some fixes to save/restore vscript James Mitchell 2020-05-20 21:41:04 +10:00
  • dc8ee0a7dd Adding missing parts from vscript Alien Swarm port James Mitchell 2020-05-20 21:39:50 +10:00
  • 3ad34f31a5 Fixing wrongly named group Group15 (was Group16) in logic_script entity James Mitchell 2020-05-19 22:44:59 +10:00
  • d52196a0b1 Fixing bad merge of CBaseEntity::FindNamedOutput James Mitchell 2020-05-19 22:12:35 +10:00
  • 3bdbef4169 Initial support for vscript save/restore James Mitchell 2020-05-19 22:09:09 +10:00
  • 9223601321 Adding vscript implementation James Mitchell 2020-05-15 19:17:08 +10:00
  • d840c57b4a Integrating vscript interface code (based on Alien Swarm) James Mitchell 2020-05-04 16:25:15 +10:00
  • af85131deb Mapbase v3.1 Blixibon 2020-05-02 02:06:02 +00:00
  • c5f3fa0778 Mapbase v3.0 Blixibon 2020-02-05 19:08:49 +00:00
  • b8611071c5 Mapbase v2.1 Blixibon 2019-12-18 00:15:59 +00:00
  • dc7f20acc8 Mapbase v2.0; bulk commit Blixibon 2019-12-14 04:20:02 +00:00
  • a1dba884a3 Mapbase v2.0; merge pull request #3 from Avanate/patch-2 Blixibon 2019-12-13 22:06:56 -06:00
  • 4f7fc0382a Add #ifdef MAPBASE preprocessor Avanate 2019-11-02 18:59:28 +02:00
  • 27b026c5d9 Merged dev changes 10/24/2019 Blixibon 2019-10-24 21:47:12 +00:00
  • 0f695ee664 Fix a video playback issue related to 'playvideo' Avanate 2019-10-07 17:33:49 +03:00
  • 756caa92e4 Merged dev changes 9/30/2019 - Last-minute change Blixibon 2019-09-30 16:35:54 +00:00
  • 8ebe43d5d4 Merged dev changes 9/30/2019 Blixibon 2019-09-30 15:49:42 +00:00
  • dd9f5ac766 Merged dev changes 9/28/2019 Blixibon 2019-09-28 22:56:52 +00:00
  • 031e383fb5 Merged dev changes 9/7/2019 Blixibon 2019-09-07 21:05:59 +00:00
  • 3d464bc051 Initial Mapbase commit (squashed from mapbase-beta) Blixibon 2019-08-31 19:28:20 +00:00
  • 0d8dceea43 Updated the SDK with the latest code from the TF and HL2 branches. John Schoenick 2015-09-09 18:35:41 -07:00
  • 55ed12f8d1 Updated the SDK with the latest code from the TF and HL2 branches. Michael Sartain 2014-10-02 08:25:55 -07:00
  • 56accfdb9c * Added support for Visual C++ 2013 Express to VPC * Added support for running VPC on Windows XP Joe Ludwig 2014-06-12 10:11:56 -07:00
  • 3b9509df78 Added VS2010 version of libprotobuf for folks who are still using VS2010 Joe Ludwig 2014-05-19 11:04:38 -07:00
  • f52a3417ee Merge branch 'master' of https://github.com/ValveSoftware/source-sdk-2013 Joe Ludwig 2014-05-15 16:22:11 -07:00
  • 53e78c503e General: * Upgraded Steamworks SDK to v1.29 * Fixed mod compatibility problem with Multiplayer Base that was introduced in September. * In Hammer, while using the Vertex Tool, pressing CTRL+B will snap selected vertices to the grid. Joe Ludwig 2014-05-15 13:59:18 -07:00
  • 28abc2120b Add VS 2012 and VS 2013 versions of libprotobuf.lib Bruce Dawson 2014-01-06 17:21:23 -08:00
  • 7309a5f13f Added many shader source files Joe Ludwig 2013-12-23 14:58:45 -08:00
  • 9c37fcc3a8 Merge pull request #182 from ardneran/master Jørgen P. Tjernø 2013-12-09 18:56:11 -08:00
  • 8df4eca8da Merge pull request #215 from yas-online/callvpc-bat Joe Ludwig 2013-12-09 15:07:20 -08:00
  • 4fa56874ba Merge remote-tracking branch 'upstream/master' Narendra Umate 2013-12-08 01:27:41 -08:00
  • c2bd28b03e added bat equivalent of https://github.com/ValveSoftware/source-sdk-2013/pull/196 Neico 2013-12-06 07:06:00 +01:00
  • 73f5dea98e GH-195: Copy SSE fix to MP branch. Jørgen P. Tjernø 2013-12-03 13:36:15 -08:00
  • 3f1561893c Make libSDL2.so/dylib into symlinks. Jørgen P. Tjernø 2013-12-03 11:04:21 -08:00
  • b5dc4a8543 Line-ending fixes for most of the remaining files. Jørgen P. Tjernø 2013-12-03 10:39:23 -08:00
  • 30064a1977 Specify clobbered registers in POSIX SSE functions Jørgen P. Tjernø 2013-12-03 10:34:47 -08:00
  • 27d9df18d1 Fix some accidental new-line stomping. Jørgen P. Tjernø 2013-12-03 10:34:08 -08:00
  • 45cc6eccbc Merge pull request #147 from alanedwardes/vbsp-fixes Jørgen P. Tjernø 2013-12-03 10:24:59 -08:00
  • beaae8ac45 Updated the SDK with the latest code from the TF and HL2 branches Joe Ludwig 2013-12-03 08:54:16 -08:00
  • 550992aeba Merge remote-tracking branch 'upstream/master' into vbsp-fixes. Alan Edwardes 2013-12-03 10:47:30 +00:00
  • cea71ff9ae Added DS_Store to .gitignore. Narendra Umate 2013-12-02 23:50:09 -08:00
  • 8737f191f3 Merge remote-tracking branch 'upstream/master' Narendra Umate 2013-12-02 23:36:05 -08:00
  • 2861c3fbfc Make .xcconfigs text files too. Jørgen P. Tjernø 2013-12-02 21:24:06 -08:00
  • b00fad8cd0 Fix IceKey.H to be a text file too. Jørgen P. Tjernø 2013-12-02 20:29:51 -08:00
  • f56bb35301 Fix line endings. WHAMMY. Jørgen P. Tjernø 2013-12-02 19:31:46 -08:00
  • c47ad60970 Mark some more files as text. Jørgen P. Tjernø 2013-12-02 19:25:24 -08:00