Commit Graph

3887 Commits

Author SHA1 Message Date
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
Techbot121
44a8e67222
Merge pull request #1315 from CapsAdmin/develop
update master branch to latest develop
2023-10-30 10:41:54 +01:00
techbot
4c1f357717 update CI to use the official glualint action [skip ci] 2023-10-27 18:18:54 +02: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
fc118d112d
Merge pull request #1310 (Add hook for autowear)
Add hook for autowear
2023-10-10 00:23:30 +03: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
techbot
31c85faa1a also push master commits [skip-ci] 2023-09-20 23:31:00 +02:00
techbot
bf4c4213cf let's try this instead 2023-09-20 23:01:07 +02:00
Techbot121
18dbf5474b
Update update_workshop_develop.yaml 2023-09-20 22:47:35 +02:00
techbot
dda032c4fe who knows at this point 2023-09-20 22:45:17 +02:00
techbot
f00aeccb8d let's try this 2023-09-20 21:54:58 +02:00
techbot
779f439f0e Revert "maybe wrong architecture?"
This reverts commit 7fc4e909bb.
2023-09-20 21:21:25 +02:00
techbot
fe7932d079 Revert "overwrite addon.json"
This reverts commit 87f2772d3f.
2023-09-20 21:21:21 +02:00
techbot
87f2772d3f overwrite addon.json 2023-09-20 20:46:38 +02:00
techbot
7fc4e909bb maybe wrong architecture? 2023-09-20 20:41:54 +02:00
techbot
ffc1eaf8cd fix workshop ci not working 2023-09-20 20:08:08 +02:00
techbot
b3f19c1454 add workflow_dispatch to workshop ci 2023-09-20 19:52:57 +02:00
techbot
323766b31e remove not working input [skip-ci] 2023-09-20 19:52:44 +02:00
Elias Hogstvedt
d71122265a
Update README.md 2023-09-21 00:44:21 +07: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
techbot
8608f2cf23 Merge remote-tracking branch 'origin' into develop 2023-09-19 19:24:51 +02:00
techbot
3aadf5df83 prepare for automated develop deployment [skip ci] 2023-09-19 19:16:27 +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
Elias Hogstvedt
f0df6a366f
Update README.md 2023-09-02 06:57:40 +07: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