Commit Graph

  • b978a4bec2 Fix game_text and logic_format not functioning properly on Linux ALLEN-PC\acj30 2023-10-25 10:51:01 -05:00
  • 8194d80831 Fix typo in logic_branch removal signal for logic_branch_listener ALLEN-PC\acj30 2023-10-25 10:49:23 -05:00
  • bdef83449e Fix mapspawn_addon not loading from VPK paths ALLEN-PC\acj30 2023-10-25 10:46:34 -05:00
  • c3f0509e72
    Merge pull request #236 from Crimson-X1/feature/prop_sprinting Blixibon 2023-10-25 00:56:22 -05:00
  • 715acf4ff5
    Apply suggestions from code review Blixibon 2023-10-25 00:26:29 -05:00
  • db1b6872ca
    Merge pull request #248 from Mechami/misc_conversion_fixes Blixibon 2023-10-24 23:41:11 -05:00
  • c406a6702f Fix ViewPunch random for singleplayer AR2 ALLEN-PC\acj30 2023-10-24 23:25:01 -05:00
  • 8e9020c741
    Merge pull request #245 from Mr0maks/fix_random_in_ar2 Blixibon 2023-10-24 23:23:16 -05:00
  • 8280197df3
    Merge pull request #237 from AgentAgrimar/master Blixibon 2023-10-24 22:59:39 -05:00
  • 9e6035bb1f
    Merge pull request #231 from Petercov/mapbase-feature/hl1-mouth-fix Blixibon 2023-10-24 22:51:04 -05:00
  • 323f9fc46a
    Merge pull request #230 from Petercov/mapbase-feature/caption-fixes Blixibon 2023-10-24 22:50:21 -05:00
  • 68ea86ec4f
    Merge pull request #229 from arbabf/develop Blixibon 2023-10-24 22:26:50 -05:00
  • 75e39c33fd Fix Linux compile for custom weapons ALLEN-PC\acj30 2023-10-24 22:07:35 -05:00
  • 8729bebe5f Swap clientside weapon precache back to fix ammo not showing up correctly on HUD ALLEN-PC\acj30 2023-10-24 22:07:27 -05:00
  • 8c338156e0
    Fix existing point_bugbaits not using radius Blixibon 2023-10-24 21:33:01 -05:00
  • 9591e92fa1
    Merge pull request #217 from samisalreadytaken/vscript_vgui-patch Blixibon 2023-10-24 20:13:01 -05:00
  • 6915787c80
    Merge pull request #183 from Petercov/mapbase-feature/custom-weapons Blixibon 2023-10-24 19:12:05 -05:00
  • 2fe3adfe6e
    Fixed warnings about conversions between soundlevel_t and float Philip Muzzall 2023-09-24 16:30:22 -07:00
  • cbb119b0ad Fix ViewPunch random for AR2 Mr0maks 2023-08-25 22:50:18 +05:00
  • 7d18cb3a13 Merge branch 'master' of https://github.com/mapbase-source/source-sdk-2013 into mapbase-source-master Joshua Hunter Staska 2023-06-16 20:13:22 -04:00
  • b6c977c6f4 Glock giggle switch code update Joshua Hunter Staska 2023-06-16 18:37:55 -04:00
  • 1876d1abf4 Properly assign held physcannon entity to pass into commander goal trace Agent Agrimar 2023-05-15 00:39:26 -04:00
  • f8d3bea87e Initial commit Crimson-X1 2023-04-03 14:24:20 -07:00
  • f4c2cb4795 Fix vgui_controls not working outside of client.dll ALLEN-PC\acj30 2023-03-30 19:10:44 -05:00
  • ebe9a8eb3d Fixed HL1 style lipsync Peter Covington 2023-02-24 18:33:49 -05:00
  • 1ff5d61d4f Add new inputs for the new functionality Arbab Ahmed 2023-02-20 23:21:09 +11:00
  • b5deefa088 Fixed delayed closed captions Peter Covington 2023-02-19 19:26:55 -05:00
  • e672c3521c Fixed missing some closecaptions Peter Covington 2022-09-29 23:16:45 -04:00
  • 54cd6f7eb3 Fixed captions not loading from vpks Peter Covington 2022-08-04 23:31:21 -04:00
  • 172417867b add mins and maxs to point_bugbait Arbab Ahmed 2023-02-19 20:01:32 +11:00
  • 63a9dce4d4 Disable vscript entity listeners on level shutdown samisalreadytaken 2023-01-24 21:42:45 +03:00
  • 3f2f562a1e Fix image rotation in vgui::ImagePanel samisalreadytaken 2023-01-22 17:30:46 +03:00
  • f9f476efe5 Merge branch 'feature/mp/develop' into feature/mp/secobmod-test-1 feature/mp/secobmod-test-1 ALLEN-PC\acj30 2023-01-18 12:25:53 -06:00
  • c19dccff63 Updated Mapbase MP port to Mapbase v7.1 feature/mp/develop ALLEN-PC\acj30 2023-01-18 11:58:02 -06:00
  • 2d183a8e2a Add recursive KV read/write on CScriptKeyValues samisalreadytaken 2023-01-05 20:00:15 +03:00
  • 783c8e8fb7
    Merge branch 'mapbase-source:develop' into develop Crimson-X1 2022-12-27 19:06:16 -08:00
  • f5837d068f Change vscript net message header size to 4 bytes from 2 bytes to reduce hash collisions samisalreadytaken 2022-12-27 16:00:08 +03:00
  • 53d6ae6848 Explicitly state header bit count in CNetMsgScriptHelper samisalreadytaken 2022-12-27 15:59:19 +03:00
  • 7525068fc0 Prevent nesting in serialisation of Precache functions On every save on a load, these functions would keep reference to their old versions from the previous save which kept stacking up on each load-save samisalreadytaken 2022-12-12 10:44:22 +03:00
  • af6c22e058 Use Assert instead of assert samisalreadytaken 2022-12-12 10:36:41 +03:00
  • 5efb650ee3 Rewrite vscript squirrel saverestore samisalreadytaken 2022-12-05 18:33:28 +03:00
  • b2699f63ca Bump vscript saverestore version samisalreadytaken 2022-12-07 15:27:57 +03:00
  • 843d748bb0 Use CUtlConstString instead of CUtlString samisalreadytaken 2022-12-05 14:01:00 +03:00
  • 4a77eb2a0d Add vscript created font support on vgui_text_display samisalreadytaken 2022-12-04 13:40:41 +03:00
  • af6f9fe518 Added a more concrete Linux exception for Discord RPC ALLEN-PC\acj30 2022-12-02 19:03:29 -06:00
  • 9e47b5a217 Add vscript created custom font support on game_text (CHudMessage) samisalreadytaken 2022-12-02 22:36:12 +03:00
  • 7011b893af Fix CHudMessage::MessageDrawScan ignoring custom font size samisalreadytaken 2022-12-02 22:31:24 +03:00
  • f8591316fa Clarify comment samisalreadytaken 2022-12-01 13:00:32 +03:00
  • 9cf5381ef1 Merge branch 'feature/mp/develop' of https://github.com/mapbase-source/source-sdk-2013 into feature/mp/develop ALLEN-PC\acj30 2022-11-30 08:45:01 -06:00
  • 2fb704a129 Updated README ALLEN-PC\acj30 2022-11-30 08:35:31 -06:00
  • 1aff4bb9b9 Assert on concommand hook crash samisalreadytaken 2022-11-26 20:12:35 +03:00
  • 9df9233e54
    Fix mapbase_pr.yml causing problems in forks Blixibon 2022-11-25 15:29:45 -06:00
  • 81527d3be8
    Fix mapbase_build-base-dispatch.yml Blixibon 2022-11-24 12:33:27 -06:00
  • d771694d4b
    Merge pull request #207 from mapbase-source/develop mapbase-v7.1 Blixibon 2022-11-24 10:21:09 -06:00
  • 5e891f85a6 Update vscript_vgui samisalreadytaken 2022-11-24 13:39:59 +03:00
  • bbd8d86f87 Fix metrocops using the wrong animation when pushing player with a gun Blixibon 2022-11-22 17:14:57 -06:00
  • 390dd80e41 Updated README Blixibon 2022-11-21 23:24:18 -06:00
  • b2110d0354 Added NPC PVS checking for point_cameras Blixibon 2022-11-21 00:51:54 -06:00
  • a2e91759e0 Added "DUAL_PISTOLS" as new category of optional unused HL2 weapon activities Blixibon 2022-11-21 00:48:21 -06:00
  • d6f4ea38a2 Fixed typo in weapon_sniperrifle.cpp Blixibon 2022-11-21 00:47:05 -06:00
  • 76d981838d Fixed PickupWeaponInstant input crash on Linux Blixibon 2022-11-21 00:46:32 -06:00
  • 4cc1816b5c
    Merge pull request #213 from samisalreadytaken/vscript_vgui-patch Blixibon 2022-11-21 00:45:02 -06:00
  • 1ca7558421 Fix func_fake_worldportal clip plane samisalreadytaken 2022-11-17 08:48:12 +03:00
  • cc0c90693d Optimise func_fake_worldportal render code Consistent and descriptive variable names, simplified calculations. samisalreadytaken 2022-11-17 08:48:10 +03:00
  • 713c8e8cf3 Optimise 3D skybox rotation samisalreadytaken 2022-11-17 08:48:06 +03:00
  • c3e2ab3385 Add missing vscript const FCVAR_CHEAT samisalreadytaken 2022-11-17 08:47:55 +03:00
  • ac45061b36 Add debug cvar script_net_debug samisalreadytaken 2022-11-17 08:28:26 +03:00
  • e843aed912 Debug assertion on SquirrelVM::GetValue() samisalreadytaken 2022-11-17 08:28:20 +03:00
  • da2315cfe7 Update vscript_vgui samisalreadytaken 2022-11-04 12:44:22 +03:00
  • 760e1e6dd5 Add vscript SetHudElementVisible samisalreadytaken 2022-11-01 15:28:00 +03:00
  • 2b612a28f4 Revert "Added more convenient way to hide HUD elements from clientside VScript" samisalreadytaken 2022-11-01 15:50:04 +03:00
  • f5cf90dbc3 Updated GitHub workflows Blixibon 2022-10-30 13:33:43 -05:00
  • 8da7734c0d Fixed mapspawn_addon on Linux and made related console messages more verbose Blixibon 2022-10-30 13:32:55 -05:00
  • db6305fcee Removed prototype "addon manifest" implementation added in v7.0 (superceded by mapspawn_addon and near-unusable for Steam Workshop) Blixibon 2022-10-30 13:31:52 -05:00
  • 6ceb808f93 Added more convenient way to hide HUD elements from clientside VScript Blixibon 2022-10-30 13:30:02 -05:00
  • 2214301694 Updated mapbase_build-base.yml Blixibon 2022-10-27 01:26:32 -05:00
  • 0b70acff08 Added mapbase_build-master.yml workflow Blixibon 2022-10-26 23:14:16 -05:00
  • 0aca548e15 Updated CONTRIBUTING.md Blixibon 2022-10-26 23:05:59 -05:00
  • 74faeaeb04 Added GetCurrentBetaName and IsAppInstalled to VScript Steam API Blixibon 2022-10-26 23:05:28 -05:00
  • 9b3977e30d Fix crash with player use animations Blixibon 2022-10-26 23:02:46 -05:00
  • a7c90b042d Fix hand viewmodel issues on death/respawn Blixibon 2022-10-26 23:01:50 -05:00
  • 5cc53c10ee Fix Combine dropships not dropping APCs correctly after save/load Blixibon 2022-10-26 22:09:32 -05:00
  • 15f321d4e9 Updated README Blixibon 2022-10-26 13:44:39 -05:00
  • 8d25fb72b1 Updated README Blixibon 2022-10-26 13:39:43 -05:00
  • fd4133485a Fix uninitialized variable in math_clamp Blixibon 2022-10-26 13:38:28 -05:00
  • 12742b7815 Fix spacing in particle system files Blixibon 2022-10-26 13:37:59 -05:00
  • 63a888252f
    Merge pull request #169 from samisalreadytaken/vscript_vgui Blixibon 2022-10-26 08:18:23 -05:00
  • 33f7d48eac cat solution 2 Blixibon 2022-10-26 07:48:50 -05:00
  • 664b2f288f cat solution Blixibon 2022-10-26 07:39:11 -05:00
  • ed8c726c54 Changed fix_sln.sh Blixibon 2022-10-26 07:34:19 -05:00
  • 7f7d92fb45 Added mapbase_build-base.yml to workflow path filters Blixibon 2022-10-25 12:56:22 -05:00
  • 7770241906 Fix whitespace Blixibon 2022-10-25 12:51:08 -05:00
  • 0346c45482 Try GitHub workflow fix for .sln Blixibon 2022-10-25 12:49:25 -05:00
  • 8039c9befa
    Update mapbase_pr.yml Blixibon 2022-10-24 13:35:31 -05:00
  • 9db4259f18
    Update .github/workflows/mapbase_build-base-dispatch.yml Blixibon 2022-10-24 13:32:08 -05:00
  • 21407c3394
    Update sp/src/game/server/particle_system.cpp Blixibon 2022-10-22 16:06:57 -05:00
  • b5ba3f69c7 Add vscript vgui samisalreadytaken 2021-12-22 16:20:00 +03:00
  • 00f00b508f Updated README Blixibon 2022-10-22 02:13:18 -05:00
  • 64babc6387 Merge branch 'develop' of https://github.com/mapbase-source/source-sdk-2013 into develop Blixibon 2022-10-22 02:12:59 -05:00
  • 3546bf9077 Added new labels to GitHub labeler Blixibon 2022-10-22 02:12:34 -05:00