Commit Graph

  • 07eb28ffe8 Fixing issue with restored vscript classes that are not registered being unable to be instantiated James Mitchell 2020-06-09 19:51:14 +1000
  • b0549a894d
    Merge pull request #17 from ReDucTor/feature/vscript Blixibon 2020-06-07 10:28:54 -0500
  • 859447ee69 Hiding squirrel compiler warnings when building vscript (fixes #14) James Mitchell 2020-06-07 14:47:49 +1000
  • 14efc92e33 Fixed VScript material proxy retaining VM handles after level unload Blixibon 2020-05-31 20:58:50 -0500
  • 82b0460d8f Merge branch 'feature/vscript' of https://github.com/mapbase-source/source-sdk-2013 into feature/vscript Blixibon 2020-05-31 08:57:35 -0500
  • 4225e9d570 Minor VScript VPC fixes + misc. adjustments Blixibon 2020-05-31 08:57:19 -0500
  • 528a2815e4
    Merge pull request #8 from ReDucTor/vscript/script_help Blixibon 2020-05-31 08:49:24 -0500
  • cd31f9db15 Fixing repeated save/restore where regexp would fail to serialize James Mitchell 2020-05-31 17:06:24 +1000
  • 1ebb257648 Changing vscript convars class to CConvars to avoid duplicating the variable James Mitchell 2020-05-31 17:05:30 +1000
  • 8316cf05ec Enabling vscript_client.nut and vscript_server.nut (fixes issue with doc aliases) James Mitchell 2020-05-31 15:39:17 +1000
  • 76db66f70a Adding script_help support James Mitchell 2020-05-31 15:37:54 +1000
  • c88da172d7
    Merge pull request #7 from ReDucTor/wip/vscript_support Blixibon 2020-05-30 21:41:59 -0500
  • 30032b70c9 Fixing issue with vscript restore having issues with cached weak references James Mitchell 2020-05-31 12:06:43 +1000
  • 4966b79f84 Added VScript material proxy, exposed more stuff to clientside VScript Blixibon 2020-05-30 10:48:00 -0500
  • 0f80bfad11 Added VScript net prop manager, exposed CTakeDamageInfo/trace_t/CBaseFilter, added filter_script, expanded available functions Blixibon 2020-05-30 10:42:48 -0500
  • eb63b7b6a6 Exposed more things to VScript, including vehicles, AI goal entities, and convars Blixibon 2020-05-27 10:51:11 -0500
  • c12418e1ce Added new features and customization to base VScript functionality Blixibon 2020-05-27 10:22:45 -0500
  • 6ad2745a5e Added new shared VScript functions Blixibon 2020-05-24 09:41:12 -0500
  • 1f8e32ef66
    Merge pull request #6 from ReDucTor/wip/vscript_support Blixibon 2020-05-24 01:07:19 -0500
  • daae8caf20 Added CBaseCombatWeapon script description Blixibon 2020-05-24 01:03:18 -0500
  • c06bf1e1c4 Updated NPC and entity script functions, fixed RunScriptQuotable breaking with empty strings Blixibon 2020-05-24 00:57:23 -0500
  • 3c6c5c1d81 Adding vscript GetKeyValue vscript James Mitchell 2020-05-24 14:54:46 +1000
  • 2363a22e3e Cleaning up some TODO messages James Mitchell 2020-05-24 11:44:26 +1000
  • 897534aec6 Making vscript print consistent, adding printl James Mitchell 2020-05-24 11:18:15 +1000
  • d657e2b713 Adding missing Vector vscript functions James Mitchell 2020-05-24 10:46:40 +1000
  • 18012de594 Adding support for vscript support for _tostring James Mitchell 2020-05-24 10:04:54 +1000
  • 4320ae71e7 Mapbase VScript server/client expansions Blixibon 2020-05-22 20:26:31 -0500
  • 2dbaa2c4a6
    Merge pull request #5 from ReDucTor/wip/vscript_support Blixibon 2020-05-22 17:56:00 -0500
  • 1210dee374 Various vscript fixes James Mitchell 2020-05-21 21:24:10 +1000
  • 33e7a45657 Removing the closure parameter for class constructor, as we now have the typetag James Mitchell 2020-05-20 22:23:02 +1000
  • e816832994 Making Vector and ClassInstanceData not be a separate heap allocation in vscript James Mitchell 2020-05-20 22:15:38 +1000
  • f3dbcaf480 Some fixes to save/restore vscript James Mitchell 2020-05-20 21:41:04 +1000
  • dc8ee0a7dd Adding missing parts from vscript Alien Swarm port James Mitchell 2020-05-20 21:39:50 +1000
  • 3ad34f31a5 Fixing wrongly named group Group15 (was Group16) in logic_script entity James Mitchell 2020-05-19 22:44:59 +1000
  • d52196a0b1 Fixing bad merge of CBaseEntity::FindNamedOutput James Mitchell 2020-05-19 22:12:35 +1000
  • 3bdbef4169 Initial support for vscript save/restore James Mitchell 2020-05-19 22:09:09 +1000
  • 9223601321 Adding vscript implementation James Mitchell 2020-05-15 19:17:08 +1000
  • d840c57b4a Integrating vscript interface code (based on Alien Swarm) James Mitchell 2020-05-04 16:25:15 +1000
  • af85131deb Mapbase v3.1 Blixibon 2020-05-02 02:06:02 +0000
  • e174eeca4e fix(removed unused variables) isLonerism 2020-04-29 01:41:48 +0300
  • d00f83473c fix(rewrote slope detection with a build it solution) isLonerism 2020-04-29 01:41:01 +0300
  • 5063ea6e69 feat(exposed steep slope angle cutoff, 45 deg -> 30 deg) isLonerism 2020-04-29 01:23:08 +0300
  • 8619c24a29 fix(reset slope slide after landing) isLonerism 2020-04-29 00:24:11 +0300
  • 300728a542 feat(no airaccelerate when jumping off slope) isLonerism 2020-04-29 00:15:56 +0300
  • 7a3d902336 feat(jump timeout off of slope) isLonerism 2020-04-29 00:09:49 +0300
  • 08e3692a44 feat(prioritize slope sliding over bouncing, slope check added) isLonerism 2020-04-28 23:56:26 +0300
  • 5ef72d9725 feat(speed cap addedf for slope sliding) isLonerism 2020-04-28 22:32:02 +0300
  • 985a3b5f54 feat(FOV is increased when slope sliding) isLonerism 2020-04-27 21:06:27 +0300
  • 46578c0c5f feat(slope jumping, no speed cap when jumping, crouch when slope sliding) isLonerism 2020-04-27 20:47:43 +0300
  • 80e9bae207 fix(simplified airmove code, removed redundant functions) isLonerism 2020-04-26 00:42:55 +0300
  • 8ea6c8054e fix(#1 check ducking flag instead of key on viewbob cap) isLonerism 2020-04-25 23:15:42 +0300
  • 7cb1c8cef0 fix(commented out screen shake code) isLonerism 2020-04-25 23:11:51 +0300
  • d9ccfd8a32 Synced changes from old repo https://github.com/Simplex1z/neus-source-2013 isLonerism 2020-04-25 00:43:19 +0300
  • 93c973b83d Fix Precache of sprites/redglow1 ambigious (no extension specified) tyabus 2020-02-09 12:02:36 +0300
  • c5f3fa0778 Mapbase v3.0 Blixibon 2020-02-05 19:08:49 +0000
  • b8611071c5 Mapbase v2.1 Blixibon 2019-12-18 00:15:59 +0000
  • dc7f20acc8 Mapbase v2.0; bulk commit Blixibon 2019-12-14 04:20:02 +0000
  • a1dba884a3
    Mapbase v2.0; merge pull request #3 from Avanate/patch-2 Blixibon 2019-12-13 22:06:56 -0600
  • 4f7fc0382a
    Add #ifdef MAPBASE preprocessor Avanate 2019-11-02 18:59:28 +0200
  • 27b026c5d9 Merged dev changes 10/24/2019 Blixibon 2019-10-24 21:47:12 +0000
  • 0f695ee664
    Fix a video playback issue related to 'playvideo' Avanate 2019-10-07 17:33:49 +0300
  • 756caa92e4 Merged dev changes 9/30/2019 - Last-minute change Blixibon 2019-09-30 16:35:54 +0000
  • 8ebe43d5d4 Merged dev changes 9/30/2019 Blixibon 2019-09-30 15:49:42 +0000
  • dd9f5ac766 Merged dev changes 9/28/2019 Blixibon 2019-09-28 22:56:52 +0000
  • 031e383fb5 Merged dev changes 9/7/2019 Blixibon 2019-09-07 21:05:59 +0000
  • 3d464bc051 Initial Mapbase commit (squashed from mapbase-beta) Blixibon 2019-08-31 19:28:20 +0000
  • 253c9f851c
    bruh antiblood 2019-07-06 10:47:04 -0700
  • 87db04534d
    Merge 3d1ae5c2fd into 0d8dceea43 TomyLobo 2018-09-29 13:47:41 +0000
  • 3d1ae5c2fd
    Fix incompatibility with more recent conforming iconv implementations TomyLobo 2018-09-29 15:45:48 +0200
  • 62b022b3c3
    No longer use ">" to check for pointer validity TomyLobo 2018-09-29 15:40:18 +0200
  • 7bdbc40511
    Merge 9beee1df69 into 0d8dceea43 Tibor Dancs 2018-09-16 10:13:30 +0000
  • 34ebb186bd
    Merge 9beee1df69 into 0d8dceea43 Tibor Dancs 2018-09-16 10:12:23 +0000
  • 9beee1df69 Fixing Microsoft speech SDK based on the official Valve tutorial ScrewTSW 2018-09-16 12:10:29 +0200
  • af9ee3d11c
    Merge df8027e189 into 0d8dceea43 Collin (code_gs) 2018-07-05 20:04:14 +0000
  • df8027e189
    Fix smooth friction sounds using the incorrect soundhandle Collin (code_gs) 2018-07-05 15:03:37 -0500
  • 2cd1456329 Workaround CGrenadeFrag penetration bug: AdRiAnIlloO 2017-09-12 03:50:53 +0200
  • 5653fca333 Fix CGrenadeFrag leak: AdRiAnIlloO 2017-08-29 16:56:34 +0200
  • 019e51d297
    Merge 3793b366dc into 0d8dceea43 Miikka Ylätalo 2018-03-07 21:17:30 +0000
  • 3793b366dc Fix Linux soundscapes Mehis 2018-03-07 23:02:55 +0200
  • 02340c5052 Merge d370302438 into 0d8dceea43 Kamay 2017-12-20 21:40:13 +0000
  • d370302438 Sometimes teleports wouldn't work because physics impacts were processed before the player's thinkings, fixed it by moving the processed impacts before thinking functions. Kamay 2017-12-20 22:14:06 +0100
  • ff47d396cd Fixes some player's origin displacements for fire events, impulses commands etc... Kamay 2017-12-20 14:51:02 +0100
  • f43891a7ca Merge b21ef4d31c into 0d8dceea43 Triang3l 2017-12-10 19:45:41 +0000
  • b21ef4d31c Fix smooth scrape sound copy-paste mistake Triang3l 2017-12-10 22:43:49 +0300
  • 164a8db07c Merge 9b60581aa3 into 0d8dceea43 Ryan Maclean 2017-10-03 13:16:26 +0000
  • 9b60581aa3 Commented out false sharing debug counters deadhand 2017-10-03 08:42:18 -0400
  • a3d982cab5 Merge 208068486d into 0d8dceea43 Travis 2017-09-11 00:18:02 +0000
  • 208068486d Fixed bug in CCommand constructor that could append junk to the command string Travis Wehrman 2017-09-10 19:15:41 -0500
  • c623839e89 Merge dbae319271 into 0d8dceea43 Travis 2017-04-16 03:24:06 +0000
  • dbae319271 Fixed linker error when LTCG is enabled Travis Wehrman 2017-04-15 22:12:48 -0500
  • 82b4bfddcf Merge 16a1731a32 into 0d8dceea43 Svyatoslav 2017-04-11 15:03:05 +0000
  • 16a1731a32 sp/src/game/shared/ragdoll_shared.cpp: PVS-Studio: CWE-476 (NULL Pointer Dereference) Svyatoslav 2017-04-11 17:57:47 +0300
  • 9a37bab56b Merge d43a67a2ff into 0d8dceea43 Matt Haynie 2017-01-27 22:03:39 +0000
  • d43a67a2ff Glow Outlines: Improved performance and fixed "glow when occluded" and "glow when unoccluded" functionality. Matt Haynie 2017-01-27 13:57:44 -0800
  • af91f2a38e Merge fa5e46f3e8 into 0d8dceea43 Marc-Antoine Lortie 2016-12-07 11:25:06 +0000
  • fa5e46f3e8 Removed VS2013 download. Marc-Antoine Lortie 2016-12-07 06:23:17 -0500
  • 04ead6c6e7 Fixed func_rot_button 'Starts locked' flag. Marc-Antoine Lortie 2016-12-07 06:22:26 -0500
  • 58089fcc31 Changes Marc-Antoine Lortie 2016-12-07 06:19:28 -0500
  • e1c8f0460c Revert "Changes" Marc-Antoine Lortie 2016-12-07 06:18:24 -0500
  • 01d4e641a3 Changes Marc-Antoine Lortie 2016-12-07 06:13:58 -0500