Commit Graph

3648 Commits

Author SHA1 Message Date
Adversarius
db32df1ec1
update PAC3 to E2 holo to use invert flag (#1373) 2025-01-02 20:38:07 -05:00
pingu7867
48743b7bd7
wires hack fix for master 2024-06-04 20:20:04 -04:00
Redox
c1c8e0b6d0 Apply cvar fix to other files too 2023-12-28 20:14:02 +01:00
Elias Hogstvedt
116adbcdff
Merge pull request #1322 from iNV3RT3D/e2-world-fix
Added ability for pacSetKeyValue() E2 function to work on parts with group owner name set to world.
2023-12-27 15:53:12 +07:00
pingu7867
82e0279d89
fix for material parts on master
lower case and replace spaces in the convar's name
2023-12-19 18:47:53 -05:00
iNVERTED
01a770d94f Added ability for PacSetKeyValue to function on world owner groups 2023-11-25 15:18:24 -07:00
techbot
8b98f8e0a1 minor formatting changes 2023-10-27 18:11:07 +02:00
techbot
d9f5431899 fix multiple lights not working 2023-10-26 22:28:55 +02:00
techbot
aec8bd6a28 fix default light names 2023-10-26 21:16:37 +02:00
techbot
2bd77372a3 fix lights not working 2023-10-26 20:45:55 +02:00
thegrb93
d07769c5b0
Fix webcontent limit help text. Fixes: #1311 2023-10-12 14:12:26 -04:00
Python1320
8b39579b05
Fix variable naming 2023-10-10 00:22:42 +03:00
Python1320
9e58d7e304
Add hook for autowear 2023-10-09 23:29:39 +03:00
techbot
12832b5359 fix not actually matching at the end 2023-09-30 15:02:19 +02:00
techbot
90e846ff61 match instead of EndsWith if path has http params 2023-09-28 21:29:47 +02:00
Redox
2ae3ca0ace
Revert CompileString change 2023-09-26 19:44:09 +02:00
Redox
91ef015134
Properly handle expression errors 2023-09-21 21:46:14 +02:00
Redox
65291ffde0
Check if pace.Editor panel is valid 2023-09-21 21:44:26 +02:00
Redox
653f33c579
Remove trailing whitespaces 2023-09-21 21:41:29 +02:00
techbot
d8ce811e00 remove some whitespace
(also test ci)
2023-09-21 16:22:16 +02:00
pingu7867
d09a2dffad
define fonts, 2d text modes, more sources
this is mainly to fix ammo, but I decided to add the new features from my experimental branch while I'm at it
2023-09-20 21:50:07 -04:00
Redox
3cba7a64b8
Localize accidental globals 2023-09-20 18:48:04 +02:00
Redox
9498e7330e
Fix accidental global 2023-09-20 18:35:36 +02:00
Yagira
5ba3b262b1 keep original proxy data in .vmt files #1308 2023-09-18 00:32:03 +02:00
Yagira
0cdf58b9ff fix player/weapon color proxies in mdlzips #1308 2023-09-17 03:27:03 +02:00
Yagira
73e4a6f55d add new material files when looking for missing ones 2023-09-10 05:20:07 +02:00
Heatwu
9bb07ff3f6
"spawn as props" bone scale retention (#1305)
added set bone scale to spawn as contraption
2023-08-21 18:20:00 -04:00
Redox
9d56c2d8ec
Trim trailing whitespaces 2023-08-19 21:38:03 +02:00
Redox
ed7dc55d67
Use non meta string.StartsWith 2023-08-19 21:29:21 +02:00
Redox
f07bb2d71c
Trim trailing whitespace 2023-08-19 21:27:01 +02:00
Brandon Sturgeon
a0c98e0aa7
Fix/rework submitpart (#1303)
* Rework submitpart and streamqueue

* Swap double timers for ProtectedCall

* Remove debug prints

* ProtectedCall the callback too

* Remove unused check

* Fix allowed check

* Use full path to include

* Remove extra newline
2023-08-05 07:37:13 +01:00
pingu7867
00ebd95dd7
small fix for sequential in legacy sound 2023-07-30 11:58:01 -04:00
techbot
4bf6877cd8 less awkward selection when deleting keyframes 2023-07-30 16:38:44 +02:00
pingu7867
6afe52670b
more proxy functions
random() now has optional min, max arguments

random_once() generates only once per proxy showing, but it needs a seed to distinguish each instance of the function

added the ease library, with aliases InSine, easeInSine, ease_InSine and optional min, max arguments

part_distance uses two UIDs to calculate distance between parts

alternative statements: if bool then return a else return b
-event_alternative (arguments: string, number, number) takes a part's UID and tries to get its state if it's an event
-number_operator_alternative (arguments: number, string, number, number, number) compares numbers with 3 arguments
example: number_operator_alternative(1,">",0,2,3) means "if 1>0 then return 2 otherwise return 3", so this would return 2
2023-07-19 16:49:49 -04:00
Redox
008a786c39
Use better way to make the VM invisible 2023-07-16 23:41:51 +02:00
Redox
f510437fd6
Restore color properly 2023-07-16 19:36:53 +02:00
Redox
3491198627
Hide hands swep viewmodel using alpha 2023-07-16 19:04:05 +02:00
Redox
f2b997eaac
Fix hands swep Instructions not showing properly 2023-07-16 18:45:06 +02:00
Redox
ca769fac66
More hands style 2023-07-16 18:38:13 +02:00
Redox
fb09f4fd5a
Improve hands swep style 2023-07-16 18:36:32 +02:00
unknao
7a746c63d7
Changed Hands SWEP to work better with pac (#1296) 2023-07-16 18:31:23 +02:00
Redox
a5c1a5004b
Remove debug prints 2023-07-16 15:46:20 +02:00
Redox
89583d6d04
Style 2023-07-16 15:45:56 +02:00
Redox
f1bca753a3
Reduce network usage on entity mutators 2023-07-16 15:25:20 +02:00
Redox
60014c0318
Add recursion prevention 2023-07-08 19:54:38 +02:00
Redox
7a44cece34
Improve style 2023-07-07 20:11:36 +02:00
Redox
a4620a90dd
Dont compilestring lua if lua isnt allowed 2023-07-07 20:10:46 +02:00
Redox
e78e58339c
Catch blocked concommand error 2023-07-07 19:53:17 +02:00
Redox
d8f3210dec
Catch pac http load errors and notify 2023-07-07 19:45:51 +02:00
Redox
c3de119c8a
Fix cache.lua style 2023-07-07 19:15:57 +02:00