Commit Graph

746 Commits

Author SHA1 Message Date
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
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
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
f5cf90dbc3 Updated GitHub workflows 2022-10-30 13:33:43 -05: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
2214301694 Updated mapbase_build-base.yml 2022-10-27 01:26:32 -05:00
Blixibon
0b70acff08 Added mapbase_build-master.yml workflow 2022-10-26 23:14:16 -05:00
Blixibon
0aca548e15 Updated CONTRIBUTING.md 2022-10-26 23:05:59 -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
15f321d4e9 Updated README 2022-10-26 13:44:39 -05:00
Blixibon
8d25fb72b1 Updated README 2022-10-26 13:39:43 -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
8039c9befa
Update mapbase_pr.yml 2022-10-24 13:35:31 -05:00
Blixibon
9db4259f18
Update .github/workflows/mapbase_build-base-dispatch.yml
Co-authored-by: samisalreadytaken <46823719+samisalreadytaken@users.noreply.github.com>
2022-10-24 13:32:08 -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
00f00b508f Updated README 2022-10-22 02:13:18 -05:00
Blixibon
64babc6387 Merge branch 'develop' of https://github.com/mapbase-source/source-sdk-2013 into develop 2022-10-22 02:12:59 -05:00
Blixibon
3546bf9077 Added new labels to GitHub labeler 2022-10-22 02:12:34 -05:00
Blixibon
216ea46c25
Merge pull request #206 from samisalreadytaken/fix
Fix CScriptNetMsgHelper::WriteEntity()
2022-10-21 22:54:12 -05:00
Blixibon
924f2112b1
Merge pull request #193 from arbabf/develop
New entity: info_particle_system_coordinate, plus infinite cooldown functionality for prop_interactable
2022-10-21 22:52:06 -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
03fffae585 Updated README 2022-10-21 10:21:09 -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