Commit Graph

767 Commits

Author SHA1 Message Date
ALLEN-PC\acj30
032cfdaec3 New Get/SetGroundEntity, Get/SetModelScale functions for VScript 2023-11-03 16:29:02 -05:00
ALLEN-PC\acj30
d18b5a2144 Fix clientside C_BaseCombatCharacter hierarchy in VScript 2023-11-03 16:27:42 -05:00
ALLEN-PC\acj30
cae8a7d28a AI grenade throw hints 2023-11-03 16:25:29 -05:00
ALLEN-PC\acj30
8194d80831 Fix typo in logic_branch removal signal for logic_branch_listener 2023-10-25 10:49:23 -05:00
ALLEN-PC\acj30
bdef83449e Fix mapspawn_addon not loading from VPK paths 2023-10-25 10:46:34 -05:00
Blixibon
c3f0509e72
Merge pull request #236 from Crimson-X1/feature/prop_sprinting
Toggleable "Prop Sprinting" Mechanic
2023-10-25 00:56:22 -05:00
Blixibon
715acf4ff5
Apply suggestions from code review 2023-10-25 00:26:29 -05:00
Blixibon
db1b6872ca
Merge pull request #248 from Mechami/misc_conversion_fixes
Fixed warnings about conversions between soundlevel_t and float
2023-10-24 23:41:11 -05:00
ALLEN-PC\acj30
c406a6702f Fix ViewPunch random for singleplayer AR2 2023-10-24 23:25:01 -05:00
Blixibon
8e9020c741
Merge pull request #245 from Mr0maks/fix_random_in_ar2
Fix ViewPunch random for AR2
2023-10-24 23:23:16 -05:00
Blixibon
8280197df3
Merge pull request #237 from AgentAgrimar/master
Assign Held Physcannon Entity to Pass into Commander Goal Trace
2023-10-24 22:59:39 -05:00
Blixibon
9e6035bb1f
Merge pull request #231 from Petercov/mapbase-feature/hl1-mouth-fix
Fixed sentence source bug
2023-10-24 22:51:04 -05:00
Blixibon
323f9fc46a
Merge pull request #230 from Petercov/mapbase-feature/caption-fixes
Caption Fixes
2023-10-24 22:50:21 -05:00
Blixibon
68ea86ec4f
Merge pull request #229 from arbabf/develop
Extend point_bugbait functionality
2023-10-24 22:26:50 -05:00
ALLEN-PC\acj30
75e39c33fd Fix Linux compile for custom weapons 2023-10-24 22:07:35 -05:00
ALLEN-PC\acj30
8729bebe5f Swap clientside weapon precache back to fix ammo not showing up correctly on HUD 2023-10-24 22:07:27 -05:00
Blixibon
8c338156e0
Fix existing point_bugbaits not using radius 2023-10-24 21:33:01 -05:00
Blixibon
9591e92fa1
Merge pull request #217 from samisalreadytaken/vscript_vgui-patch
vscript vgui hud viewport parent
2023-10-24 20:13:01 -05:00
Blixibon
6915787c80
Merge pull request #183 from Petercov/mapbase-feature/custom-weapons
Enhanced custom weapons support
2023-10-24 19:12:05 -05:00
Philip Muzzall
2fe3adfe6e
Fixed warnings about conversions between soundlevel_t and float
This replaces the macros ATTN_TO_SNDLVL and SNDLVL_TO_ATTN with inline functions that properly handle conversions between float and soundlevel_t. Eliminates a large number of warnings when compiling with GCC.
2023-09-24 16:30:22 -07:00
Mr0maks
cbb119b0ad Fix ViewPunch random for AR2 2023-08-25 22:50:18 +05:00
Agent Agrimar
1876d1abf4 Properly assign held physcannon entity to pass into commander goal trace 2023-05-15 00:39:26 -04:00
Crimson-X1
f8d3bea87e Initial commit 2023-04-03 14:24:20 -07:00
ALLEN-PC\acj30
f4c2cb4795 Fix vgui_controls not working outside of client.dll 2023-03-30 19:10:44 -05:00
Peter Covington
ebe9a8eb3d Fixed HL1 style lipsync 2023-02-24 18:34:53 -05:00
Arbab Ahmed
1ff5d61d4f Add new inputs for the new functionality 2023-02-20 23:21:09 +11:00
Peter Covington
b5deefa088 Fixed delayed closed captions 2023-02-19 19:28:33 -05:00
Peter Covington
e672c3521c Fixed missing some closecaptions 2023-02-19 19:28:29 -05:00
Peter Covington
54cd6f7eb3 Fixed captions not loading from vpks 2023-02-19 19:28:11 -05:00
Arbab Ahmed
172417867b add mins and maxs to point_bugbait 2023-02-19 20:01:32 +11:00
samisalreadytaken
63a9dce4d4 Disable vscript entity listeners on level shutdown 2023-01-24 21:42:45 +03:00
samisalreadytaken
3f2f562a1e Fix image rotation in vgui::ImagePanel 2023-01-22 17:30:46 +03:00
samisalreadytaken
2d183a8e2a Add recursive KV read/write on CScriptKeyValues 2023-01-05 20:00:15 +03:00
samisalreadytaken
f5837d068f Change vscript net message header size to 4 bytes from 2 bytes
to reduce hash collisions
2022-12-27 16:00:08 +03:00
samisalreadytaken
53d6ae6848 Explicitly state header bit count in CNetMsgScriptHelper 2022-12-27 15:59:19 +03:00
samisalreadytaken
4a77eb2a0d Add vscript created font support on vgui_text_display 2022-12-04 13:40:41 +03:00
ALLEN-PC\acj30
af6f9fe518 Added a more concrete Linux exception for Discord RPC 2022-12-02 19:03:29 -06:00
samisalreadytaken
9e47b5a217 Add vscript created custom font support on game_text (CHudMessage) 2022-12-02 22:36:12 +03:00
samisalreadytaken
7011b893af Fix CHudMessage::MessageDrawScan ignoring custom font size 2022-12-02 22:31:24 +03:00
samisalreadytaken
f8591316fa Clarify comment 2022-12-01 13:00:32 +03:00
samisalreadytaken
1aff4bb9b9 Assert on concommand hook crash 2022-11-26 20:12:35 +03:00
samisalreadytaken
5e891f85a6 Update vscript_vgui
enabled parenting to clientmode hud viewport
added script func `vgui.GetHudViewport()`
fixed case sensitivity of panel classname and panel callback inputs
fixed script fonts not being reloaded when no panel parented to the root was created
2022-11-24 13:39:59 +03:00
Blixibon
bbd8d86f87 Fix metrocops using the wrong animation when pushing player with a gun 2022-11-22 17:14:57 -06:00
Blixibon
b2110d0354 Added NPC PVS checking for point_cameras 2022-11-21 00:51:54 -06:00
Blixibon
a2e91759e0 Added "DUAL_PISTOLS" as new category of optional unused HL2 weapon activities 2022-11-21 00:48:21 -06:00
Blixibon
d6f4ea38a2 Fixed typo in weapon_sniperrifle.cpp 2022-11-21 00:47:05 -06:00
Blixibon
76d981838d Fixed PickupWeaponInstant input crash on Linux 2022-11-21 00:46:32 -06:00
samisalreadytaken
1ca7558421 Fix func_fake_worldportal clip plane 2022-11-17 10:45:03 +03:00
samisalreadytaken
cc0c90693d Optimise func_fake_worldportal render code
Consistent and descriptive variable names, simplified calculations.
2022-11-17 10:44:19 +03:00
samisalreadytaken
713c8e8cf3 Optimise 3D skybox rotation 2022-11-17 10:27:48 +03:00
samisalreadytaken
c3e2ab3385 Add missing vscript const FCVAR_CHEAT 2022-11-17 10:27:48 +03:00
samisalreadytaken
ac45061b36 Add debug cvar script_net_debug 2022-11-17 10:27:48 +03:00
samisalreadytaken
e843aed912 Debug assertion on SquirrelVM::GetValue() 2022-11-17 10:27:46 +03:00
samisalreadytaken
da2315cfe7 Update vscript_vgui 2022-11-04 12:44:22 +03:00
samisalreadytaken
760e1e6dd5 Add vscript SetHudElementVisible 2022-11-01 16:45:46 +03:00
samisalreadytaken
2b612a28f4 Revert "Added more convenient way to hide HUD elements from clientside VScript"
This reverts commit 6ceb808f93.
2022-11-01 15:50:04 +03:00
Blixibon
8da7734c0d Fixed mapspawn_addon on Linux and made related console messages more verbose 2022-10-30 13:32:55 -05:00
Blixibon
db6305fcee Removed prototype "addon manifest" implementation added in v7.0 (superceded by mapspawn_addon and near-unusable for Steam Workshop) 2022-10-30 13:31:52 -05:00
Blixibon
6ceb808f93 Added more convenient way to hide HUD elements from clientside VScript 2022-10-30 13:30:02 -05:00
Blixibon
74faeaeb04 Added GetCurrentBetaName and IsAppInstalled to VScript Steam API 2022-10-26 23:05:28 -05:00
Blixibon
9b3977e30d Fix crash with player use animations 2022-10-26 23:02:46 -05:00
Blixibon
a7c90b042d Fix hand viewmodel issues on death/respawn 2022-10-26 23:01:50 -05:00
Blixibon
5cc53c10ee Fix Combine dropships not dropping APCs correctly after save/load 2022-10-26 22:09:32 -05:00
Blixibon
fd4133485a Fix uninitialized variable in math_clamp 2022-10-26 13:38:28 -05:00
Blixibon
12742b7815 Fix spacing in particle system files 2022-10-26 13:37:59 -05:00
Blixibon
63a888252f
Merge pull request #169 from samisalreadytaken/vscript_vgui
vscript vgui
2022-10-26 08:18:23 -05:00
Blixibon
21407c3394
Update sp/src/game/server/particle_system.cpp
Co-authored-by: samisalreadytaken <46823719+samisalreadytaken@users.noreply.github.com>
2022-10-22 16:06:57 -05:00
samisalreadytaken
b5ba3f69c7 Add vscript vgui 2022-10-22 22:22:22 +03:00
Blixibon
216ea46c25
Merge pull request #206 from samisalreadytaken/fix
Fix CScriptNetMsgHelper::WriteEntity()
2022-10-21 22:54:12 -05:00
arbabf
0c9883f5e2
Merge branch 'mapbase-source:develop' into develop 2022-10-22 12:30:51 +11:00
Blixibon
3f5807f1fd
GitHub build workflows (#204) 2022-10-21 12:49:33 -05:00
Blixibon
e2569f6657 Fixed Linux debug build 2022-10-21 10:20:01 -05:00
Blixibon
d93a2f0b17 Added shadow filter keyvalue to env_projectedtexture 2022-10-21 10:14:51 -05:00
Blixibon
b5428d5a77 Fixed Response System not including scripts on Linux 2022-10-20 23:33:43 -05:00
samisalreadytaken
a2cf90e3ac Remove redundant SquirrelSafeCheck instance 2022-10-17 23:10:10 +03:00
Blixibon
2272b75772 Disabled Discord/Mapbase RPC by default 2022-10-17 13:37:58 -05:00
Blixibon
c2d2df8c42 Fixed forgotten #include in KeyValues.cpp 2022-10-17 12:51:23 -05:00
Blixibon
a1ab1616c5 Added VScript functions for checking the platform the server/client is using 2022-10-17 10:34:29 -05:00
Blixibon
eb4d01a988 Fixed commentary speakers and printname not being combined properly on Linux 2022-10-17 10:15:05 -05:00
Blixibon
5e473aa618 Merge branch 'develop' of https://github.com/mapbase-source/source-sdk-2013 into develop 2022-10-16 15:19:25 -05:00
Blixibon
1bf1225544 Incremented version numbers to v7.1 2022-10-16 15:18:51 -05:00
Blixibon
852d63ba6f Added support for "custom" conditionals in KeyValues 2022-10-16 15:16:53 -05:00
Blixibon
ccdc1719ae Fixed negated conditionals not being recognized by hudanimations.txt 2022-10-16 15:16:02 -05:00
Blixibon
7b836ece91 Added support for hud_showemptyweaponslots 0 in hud_fastswitch 2 2022-10-16 15:14:25 -05:00
Blixibon
802463acfb Removed /force:multiple from client VPC for newer VS toolsets 2022-10-16 15:13:36 -05:00
Blixibon
d231606020 Fixed crash when a prop_dynamic with a model scale has no physics object 2022-10-16 15:12:59 -05:00
Blixibon
e9ade193dc
Merge pull request #174 from undnull/v142-patch-1
Fix a symbol being defined twice
2022-10-16 13:55:12 -05:00
Blixibon
6945ef2468 Fixed npc_sniper not acquiring player as target after SP respawn 2022-10-16 13:47:29 -05:00
Blixibon
8cf06b2865 Fixed GCC error in ivscript.h 2022-10-16 10:06:26 -05:00
Blixibon
2ca2d7c80f Specified 32-bit for gcc9+support.o 2022-10-16 10:05:40 -05:00
samisalreadytaken
7849b1440f Clarify comment 2022-10-14 18:25:46 +03:00
samisalreadytaken
9bf1fb4cea Fix CScriptNetMsgHelper::WriteEntity() 2022-10-14 18:23:33 +03:00
Blixibon
c31e48591f Fixed crash from TestEntity on filters 2022-10-02 19:12:42 -05:00
Blixibon
be6277c2c8 Fixed commentary node HUD alignment issues 2022-10-02 19:11:24 -05:00
Blixibon
daf55037fe Added support for "mapspawn_addon" scripts in addon paths (inspired by L4D2) 2022-08-28 13:10:23 -05:00
Blixibon
1426eccc68 Strengthened NaN head angle brute force workaround 2022-08-28 13:08:28 -05:00
Blixibon
3c7d0f86b3 Fixed global state counters not being initialized 2022-08-28 13:06:55 -05:00
Blixibon
deacb7df61 Fixed VScript files from Mapbase manifests not being loaded properly 2022-08-28 13:06:08 -05:00
Blixibon
392746f725 Fixed typo in vscript_server.nut 2022-08-28 13:03:59 -05:00
Blixibon
1cff3a2cd0 Fixed RPG readiness activities being marked as required 2022-08-06 14:46:34 -05:00