Commit Graph

  • 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 3.1 Blixibon 2020-05-02 02:06:02 +00:00
  • e9298d3f5f Merge branch 'master' of https://github.com/mapbase-source/source-sdk-2013 Joshua Hunter Staska 2020-02-07 23:10:05 -05:00
  • 945f28ba6d fixed the damn game Joshua Hunter Staska 2020-02-07 23:05:56 -05:00
  • c5f3fa0778 Mapbase v3.0 3.0 Blixibon 2020-02-05 19:08:49 +00:00
  • 3928160be8 fix conflicts with mapbase Joshua Hunter Staska 2020-01-27 16:09:19 -05:00
  • 693429b8da Merge branch 'master' of https://github.com/mapbase-source/source-sdk-2013 Joshua Hunter Staska 2020-01-27 15:43:23 -05:00
  • 78970f88af remove unused code Joshua Hunter Staska 2020-01-27 15:26:14 -05:00
  • b8611071c5 Mapbase v2.1 2.1 Blixibon 2019-12-18 00:15:59 +00:00
  • dc7f20acc8 Mapbase v2.0; bulk commit 2.0 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
  • cefcc877cf
    Fix a spelling mistake in CRagdollMagnet.cpp Avanate 2019-10-02 16:44:54 +03:00
  • cda054fcfe another fix Nbc66 2019-10-01 02:29:08 +02:00
  • fc9428ea95 another fix for closed caption languge support Nbc66 2019-10-01 02:26:34 +02:00
  • 44849b9fc1 all languge support closed captions Nbc66 2019-10-01 02:12:12 +02: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
  • 29bcc3310c change some project generation settings Joshua Hunter Staska 2019-09-29 23:27:00 -04:00
  • 0dda585bdf axe unessesary entities and begin ammo refactor Joshua Hunter Staska 2019-09-29 03:55:54 -04: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
  • 0933f8c3e8 reset gitattributes and gitignore to more match upstream Joshua Hunter Staska 2019-08-09 17:50:01 -04:00
  • 072b2a3921 Merge branch 'master' of https://github.com/legoj15/boxobama-source Joshua Hunter Staska 2019-06-30 07:27:29 -04:00
  • 1d75bee6b2 Make Counter-Strike: Source weapons work better Joshua Hunter Staska 2019-06-30 07:27:11 -04:00
  • 28dad385e6 forgot these lmao Joshua Hunter Staska 2019-06-30 07:02:01 -04:00
  • ed67096251 make css weapons look and work nicer Joshua Hunter Staska 2019-06-30 07:01:39 -04:00
  • 6baad9feb5 the last liberal has been owned!!! Joshua 2019-06-30 06:11:27 -04:00
  • 7f3ec736db fix symlinks and add more mac libs Joshua 2019-06-30 06:07:50 -04:00
  • 1e83211c49 try with the dynamic libs... Joshua 2019-06-30 06:03:05 -04:00
  • daa7b6c063 remove busted symlink and add another lib Joshua 2019-06-30 06:00:35 -04:00
  • 3120da7ace try symlink again Joshua 2019-06-30 05:57:30 -04:00
  • 9a73f04517 see what symlink does Joshua 2019-06-30 05:53:41 -04:00
  • f593a4262d test shared library .so Joshua 2019-06-30 05:48:44 -04:00
  • 8acdccaf56 deal with eol files i'll deal with the libs later Joshua 2019-06-30 05:37:59 -04:00
  • 7a782d88db .sh fix hopefully Joshua 2019-06-30 05:26:06 -04:00
  • c794032bfc Revert "Create runtests.sh" Joshua Hunter Staska 2019-06-30 05:21:11 -04:00
  • 85115359cb Create runtests.sh Joshua Hunter Staska 2019-06-30 05:20:22 -04:00
  • ce9ba20d34 Delete runtests.sh Joshua Hunter Staska 2019-06-30 05:19:54 -04:00
  • c97f370be3 fix xcode stuff Joshua Hunter Staska 2019-06-30 05:15:44 -04:00
  • 05995c443c 7z eol test Joshua 2019-06-30 04:56:08 -04:00
  • 55a5e98886 remove busted nix files Joshua Hunter Staska 2019-06-30 04:40:08 -04:00
  • b6e7d69635 fix .gitattributes Joshua 2019-06-30 04:38:35 -04:00
  • 4386c11b8b test mak eol Joshua 2019-06-30 04:28:22 -04:00
  • cbe4270074 attribute modify Joshua 2019-06-30 04:26:38 -04:00
  • 8f7d9320e9 ug Joshua 2019-06-30 04:22:58 -04:00
  • bc31bf2c18 .mak commit eol test Joshua 2019-06-30 04:20:40 -04:00
  • 6a2d4ae3b6 fix eol Joshua 2019-06-30 04:18:59 -04:00
  • 7e78d865f9 Add nix files Joshua 2019-06-30 04:05:13 -04:00
  • f99fafda41 test linux files Joshua 2019-06-30 03:38:36 -04:00
  • 32221cbedd Revert "See if files have their properties changed" Joshua Hunter Staska 2019-06-03 19:58:45 -04:00
  • e4a32a84f5 See if files have their properties changed Joshua Hunter Staska 2019-06-03 19:56:32 -04:00