Commit Graph

  • ec995b68c9 Added keyvalue/input to set suit zoom FOV in logic_playerproxy Blixibon 2021-03-15 21:37:02 -0500
  • 58bc8b7101 Added save/load command overrides for VScript Blixibon 2021-03-15 21:31:12 -0500
  • c66e9c78a0 Added keyvalues for controlling func_rotating min/max sound pitch Blixibon 2021-03-14 16:33:18 -0500
  • a1332a442d Added volume scale to env_microphone Blixibon 2021-03-14 13:49:10 -0500
  • 4884d02481 Fixed spelling errors of "Receive" in the NetMsg VScript singleton Blixibon 2021-03-14 13:48:21 -0500
  • fb30f64d30 Updated README and mapbase_version for v6.3 Blixibon 2021-03-14 00:04:04 -0600
  • e9cc3cb134
    Merge pull request #109 from mapbase-source/feature/vgui-text-display Blixibon 2021-03-13 16:49:54 -0600
  • 4f7793ae12 Added a missing shutdown call from VGui movies/video code Blixibon 2021-03-13 16:47:18 -0600
  • 3579404668 Added FireEvent hook to clientside VScript (equivalent of HandleAnimEvent) Blixibon 2021-03-13 16:46:29 -0600
  • 6cfcc66cec Added halo scale and custom material keyvalues to point_spotlight Blixibon 2021-03-13 16:45:20 -0600
  • 2fbef62553 Fixed a crash on exit involving the presence of multiple VGui screen manifests and a possibly defunct memory leak fix Blixibon 2021-03-13 16:44:28 -0600
  • 303b0552e9 Touched up vgui_text_display code, added Toggle input Blixibon 2021-03-13 16:42:47 -0600
  • 3bb9a92ed8 Added hook for CBaseAnimating::HandleAnimEvent() Blixibon 2021-03-12 15:33:48 -0600
  • 97116a5eca Exposed npc_sniper to VScript Blixibon 2021-03-12 15:19:36 -0600
  • 8d807b5b0b Exposed CAI_BaseNPC::GetActualShootPosition() and related functions to VScript Blixibon 2021-03-12 15:18:37 -0600
  • 92ec640db3 Added vgui_screens_mapbase.txt to level init process for loading shared VGui screens Blixibon 2021-03-12 15:07:05 -0600
  • 7221aab090
    Merge pull request #107 from mapbase-source/feature/asw-movies Blixibon 2021-03-12 11:32:06 -0600
  • d953468bc1 Fixed env_credits always resetting sv_unlockedchapters to 15 when it shouldn't Blixibon 2021-03-12 11:08:39 -0600
  • 36a459d21c Fixed a crash related to VScript custom console commands Blixibon 2021-03-12 11:06:46 -0600
  • c7657b1547 Fixed a crash related to an obscure choreo event Blixibon 2021-03-12 11:04:56 -0600
  • 9432ecc40c Added new "mute" keyvalue and StopMovie input to logic_playmovie Blixibon 2021-03-12 10:15:09 -0600
  • c17d32d7a4
    Merge pull request #105 from samisalreadytaken/dev3 Blixibon 2021-03-11 02:36:53 -0600
  • 57774c2a79 Added vgui_text_display, an entity which displays a VGui text label oriented in the world Blixibon 2021-03-10 12:07:55 -0600
  • e10a4d6613 Added VScript file response to base response dispatch code Blixibon 2021-03-10 02:11:39 -0600
  • 24ac080608 Added legacy response context operators Blixibon 2021-03-10 02:10:22 -0600
  • 8966462fee Stabilized implementation of some Mapbase code in the new response system Blixibon 2021-03-09 12:39:13 -0600
  • efec7ab4db Added Mapbase's enhanced save/restore to new response system + moved aound rr_dumphashinfo code so that it has access to default response system Blixibon 2021-03-09 12:37:08 -0600
  • 8033c0dad4 Fixed response group default params, which seem to have been broken in vanilla response system code from the SDK Blixibon 2021-03-09 12:30:48 -0600
  • d4a91fe027 Made followup responses more reliable with generic NPCs and added "vscript_file" response type Blixibon 2021-03-09 10:03:40 -0600
  • d6b959899c Missed a file in the initial Response System library port commit Blixibon 2021-03-08 02:12:53 -0600
  • d081a0cee3 Added prototype Response System library port from the Alien Swarm SDK Blixibon 2021-03-08 02:11:13 -0600
  • 251725c987 Added semi-standardized custom model support to several NPCs Blixibon 2021-03-07 12:03:32 -0600
  • 92866ca2fa Added EnableCrouch input to npc_strider Blixibon 2021-03-07 11:57:33 -0600
  • 8f7d3ac03b Added keyvalue to combine_mine for disabling companion avoidance Blixibon 2021-03-07 11:55:08 -0600
  • 15ae789b89 Added "Disable flashlight" keyvalue/inputs inspired by Portal 2's Blixibon 2021-03-07 11:43:28 -0600
  • c4abb0b07f Made HUD movie parameters more flexible; Added WIP movie fade effects for replicating the Portal 2 keyvalues Blixibon 2021-03-07 11:39:50 -0600
  • a4a292975b Added logic_playmovie and vgui_movie_display from Alien Swarm SDK Blixibon 2021-03-06 01:16:00 -0600
  • 302885d39c Added video panel code from Alien Swarm SDK + custom looping support Blixibon 2021-03-06 01:13:49 -0600
  • bf182e1c5d vscript additions and fixes: samisalreadytaken 2021-03-06 01:11:43 +0200
  • bd3b9c3807 Fixed VBSP VScript documentation not working Blixibon 2021-03-04 11:37:32 -0600
  • 201a7ad1d1 Added prototype VScript hook handler Blixibon 2021-02-24 12:01:50 -0600
  • 5afb103267
    Changing grenade's surface from weapon to grenade weaponcubemap 2021-02-16 17:55:52 +0300
  • 9be0e559fe
    Update grenade_frag.cpp weaponcubemap 2021-02-16 00:38:37 +0300
  • 7d0e63c2fb
    oopsie weaponcubemap 2021-02-15 23:34:50 +0300
  • cdf8b2ce58
    Fix npc_grenade_frag sprite/trail attachment, make it look like in Half-Life 2 weaponcubemap 2021-02-15 23:34:09 +0300
  • 87b0f4351a
    Fix player drown sound weaponcubemap 2021-02-11 00:23:45 +0300
  • fd600b53aa
    Mapbase v6.2 - Merge pull request #94 from mapbase-source/develop Blixibon 2021-01-28 10:08:18 -0600
  • 14d3ee19d0 Fixed the client-side VScript "player" instance not being set once more after having moved around the VM init code again Blixibon 2021-01-27 23:25:09 -0600
  • fa45fffa39 Added save/restore to client-side VScript Blixibon 2021-01-27 11:01:38 -0600
  • 2ee7845e8d Made instance name fixup stop fixing up names starting with '!', which was causing problems with procedurals like !activator Blixibon 2021-01-27 07:57:21 -0600
  • fa37adb1d5 Fixed a few client-side VScript functions not binding correctly Blixibon 2021-01-26 12:13:04 -0600
  • a11cb93c42 Adjusting certain code and metadata for Mapbase v6.2 Blixibon 2021-01-26 12:08:42 -0600
  • 763c836d45 Fixed a npc_zombie crash caused by inflictor-less crush damage Blixibon 2021-01-24 22:32:22 -0600
  • f484653f41 Fixed host_timescale scaling sounds when cheats are off Blixibon 2021-01-24 22:31:48 -0600
  • 6595b96418 Fixed func_rotating angles fix not being in the right place Blixibon 2021-01-24 22:28:55 -0600
  • 01f830a72d Fixed new init order causing script classes to continuously reinitialize Blixibon 2021-01-24 18:38:32 -0600
  • 4441911f92
    Merge pull request #78 from mapbase-source/feature/clientside-vscript Blixibon 2021-01-23 14:21:41 -0600
  • e3550438b9 Added functions to create and modify force behavior of client-side "death ragdolls" Blixibon 2021-01-23 13:20:07 -0600
  • eb2e8d5238
    Merge pull request #84 from 1upD/mapbase/css-viewmodel-chirality Blixibon 2021-01-23 11:32:20 -0600
  • b4717f3321
    Merge pull request #93 from ReDucTor/save-load-init-order-fix Blixibon 2021-01-23 10:04:02 -0600
  • b720ec4c84 Added spawnflag to make prop_ragdoll bones use constraints which are fixed to each other (also known as "make statue") Blixibon 2021-01-23 09:32:28 -0600
  • 8e283f3738 Added OnServerRagdoll hook for VScript Blixibon 2021-01-23 09:20:21 -0600
  • d23729e6e1 Fixing issue with loading from a save on game start crashing James Mitchell 2021-01-23 13:54:00 +1100
  • 9130af8e18
    Fix out of range warnings in server console when you get crazy speed weaponcubemap 2021-01-01 17:56:53 +0300
  • dcb3745b77
    Fix weapons having no shadow when they're dropped weaponcubemap 2020-12-31 15:36:26 +0300
  • 73d3d511f7
    Inactive weapons no longer draw shadow weaponcubemap 2020-12-30 22:56:48 +0300
  • 2087f90cd5 Enable Counter-Strike Source view model chirality in Mapbase 1upD 2020-12-28 23:33:11 -0500
  • 8af9c0dc61 Added basic think hook to logic_script_client Blixibon 2020-12-27 15:54:56 -0600
  • a3decd7bbe Merge branch 'develop' into feature/clientside-vscript Blixibon 2020-12-27 09:23:49 -0600
  • e55bfa0036
    Merge pull request #80 from samisalreadytaken/_23 Blixibon 2020-12-27 00:49:30 -0600
  • dd848acba8 Reworked parts of the VScript save/restore caching code Blixibon 2020-12-27 00:44:50 -0600
  • ef7d9ccc0f vscript additions and fixes: vscript_client.cpp - Fixed local player script instance registration - Added CEntities::GetLocalPlayer - Added Con_IsVisible - Added IsWindowedMode - Added ScreenWidth - Added ScreenHeight - Added ScreenTransform - Added missing DoUniqueString samisalreadytaken 2020-12-25 23:07:46 +0300
  • 5529127d68 Split logic_script_client and Mapbase user messages into their own files Blixibon 2020-12-26 00:02:43 -0600
  • 55cbdf49aa Added CreateProp() function for VScript, allowing the creation of exclusively client-side dynamic props Blixibon 2020-12-26 00:00:25 -0600
  • 4861893235 Exposed client-side ragdoll class and functions to VScript Blixibon 2020-12-25 23:57:02 -0600
  • cb7cee6283 Added a few more VScript base entity functions to the client Blixibon 2020-12-25 23:53:59 -0600
  • 5e254d19c0 Added more client-side model/animating VScript functions + a hook for handling client-side ragdolls Blixibon 2020-12-25 09:11:25 -0600
  • f70c066a8e Added a bunch of client-side VScript functions to C_BaseEntity Blixibon 2020-12-25 09:09:33 -0600
  • 6f0781b5b8 Added logic_script_client entity and a user message for calling a client-side function Blixibon 2020-12-24 23:55:19 -0600
  • 8b3b36b86f
    added shotgun playermodel reloading animation weaponcubemap 2020-12-22 20:22:14 +0300
  • 6ba3cd4c03
    GitHub community issue/contribution changes (#75) Blixibon 2020-12-22 10:13:07 -0600
  • 54cca19672 Added issue templates Blixibon 2020-12-19 15:21:14 -0600
  • e0185f94f6 Added missing shader files Blixibon 2020-12-17 02:07:13 -0600
  • 87cd9b24bb Mapbase v6.1 Blixibon 2020-12-17 03:38:23 +0000
  • 6d45d9591e
    Merge pull request #69 from ReDucTor/vscript-fix-vector-in-table Blixibon 2020-12-13 11:33:11 -0600
  • 782721edd4 Fixing issue with debug builds not working James Mitchell 2020-12-13 14:44:23 +1100
  • 046391ef25 Fix vscript loading bug with vector in a table James Mitchell 2020-12-13 14:43:40 +1100
  • 65c9fe2931
    Added DLIGHT support weaponcubemap 2020-12-05 00:46:29 +0300
  • ba8916e68a
    Fix func_breakable_surf's sound playing at maps origin when you break it weaponcubemap 2020-11-30 11:15:33 +0300
  • eb014cce6c Mapbase v6.0 Blixibon 2020-11-26 02:26:55 +0000
  • 3b5b3a9ccb
    Merge pull request #60 from RoyaleNoir/shadow-fix Blixibon 2020-11-22 16:28:26 -0600
  • 92765892c1
    Fix crossbow bolts stick in NPCs weaponcubemap 2020-11-19 18:14:36 +0300
  • 3440a476f4
    Update weapon_357.cpp weaponcubemap 2020-11-18 21:02:41 +0300
  • f39a1de868
    fix errors weaponcubemap 2020-11-18 20:48:51 +0300
  • 0b5a0c8e2f
    Fixed Shadow filtering ToothpasteVixen 2020-11-17 12:03:22 +1300
  • 2380790f19
    Water splashes will no more work for dead players/spectators weaponcubemap 2020-11-15 17:25:29 +0300
  • 1a68b1f22d
    Update weapon_357.cpp weaponcubemap 2020-11-13 15:01:43 +0300
  • ed5e551eaf
    fix line bullshit weaponcubemap 2020-11-13 14:57:26 +0300
  • e436bd42f8
    Fix DryFire sound spam when attempting to throw object while it's too far to be thrown weaponcubemap 2020-11-13 14:36:28 +0300
  • 1998a9d79a
    fix Unknown command: DropPrimary weaponcubemap 2020-11-10 11:54:30 +0300