Commit Graph

3893 Commits

Author SHA1 Message Date
CapsAdmin
63a5bf78c4 show current frame in tree 2022-02-25 23:39:54 +01:00
CapsAdmin
82358e7ad1 refactoring 2022-02-25 23:32:06 +01:00
CapsAdmin
4d47b2a4ca if the target entity part has a valid Owner show the parts name instead
this will make targetting a model part for instance show the model's part name
2022-02-25 23:19:33 +01:00
CapsAdmin
3020dc1ed2 show the entity owner that is affected in target entity 2022-02-25 23:15:50 +01:00
CapsAdmin
8d671d9a50 fix some issues target part seleciton
fix right click menu not updating the selected part properly
fix target part selection using name as lookup when it should be using the parts unique id, this might cause selecting a part that is equally named some other part not working
2022-02-25 23:15:06 +01:00
CapsAdmin
b808d5032e add a way to override the target entity of a part 2022-02-25 22:30:09 +01:00
CapsAdmin
091679591b fix draw shadow not working on entity 2022-02-25 21:47:47 +01:00
CapsAdmin
8f5716506d fix outfits being drawn in skybox when you are not in skybox 2022-02-25 20:32:13 +01:00
CapsAdmin
7d7d928a3e fix models added to bones possibly going to origin or staying in air 2022-02-25 08:50:16 +01:00
CapsAdmin
3cf13675de refactoring 2022-02-25 08:48:50 +01:00
CapsAdmin
897a3aaa78 Merge branch 'master' into workshop 2022-02-24 01:05:36 +01:00
CapsAdmin
549769a16d fix using r to reset not working well and add reset ability to numbers as well 2022-02-24 00:21:18 +01:00
CapsAdmin
4e1de57e98 further attempt to fix vector property persisting 2022-02-23 23:45:25 +01:00
CapsAdmin
11db17c62d copy vector property on change in attempt to fix values persisting on new parts 2022-02-23 23:33:36 +01:00
CapsAdmin
220a5e0737 remove frame skip code 2022-02-23 21:41:54 +01:00
CapsAdmin
47e44dc6d3 cleanup 2022-02-23 21:40:23 +01:00
CapsAdmin
fc50d4275a cleanup 2022-02-23 21:40:13 +01:00
CapsAdmin
54ce71628c increase max lifetime of physical projectile to 50 seconds 2022-02-23 21:02:24 +01:00
CapsAdmin
fad8473704 Merge branch 'master' into workshop 2022-02-23 19:43:51 +01:00
CapsAdmin
63f9335b42 fix faceposer scale not working on models 2022-02-23 19:41:53 +01:00
CapsAdmin
73c87ca2cc enable ik by default in entity 2022-02-23 19:34:06 +01:00
CapsAdmin
d1ee96419d fix view offset issues when going in and out of thirdperson with entity part 2022-02-23 19:29:06 +01:00
CapsAdmin
c9e820906a dumb fix for "Cannot use SetTime on a block streamed audio channel" 2022-02-23 18:57:38 +01:00
CapsAdmin
2d661fa7b8 fix entity not applying properly on ragdoll when dying 2022-02-23 18:51:26 +01:00
CapsAdmin
fc80814875 Merge branch 'master' into workshop 2022-02-23 10:59:36 +01:00
CapsAdmin
a0687f158a fix nested proxies changing hide not working properly 2022-02-23 10:49:43 +01:00
CapsAdmin
44bd9cbc38 make sure when "disturbing" is changed, it's cahnged as if it's from rendering
this prevents playing sounds and other things on wear
2022-02-23 10:47:28 +01:00
CapsAdmin
2369ca2f2a fix pac_restart error 2022-02-23 01:30:15 +01:00
CapsAdmin
6fdb62e532 fix children of events with root owner behaving the wrong way
this fixes for example faceposer under an event with root owner selected which again is under a model targetting the player rather than the model
2022-02-23 00:39:58 +01:00
CapsAdmin
821422fe54 fix faceposer being strange on non player models 2022-02-23 00:37:25 +01:00
CapsAdmin
280e58a5e2 fix bone not reapplying on parent change 2022-02-22 20:10:14 +01:00
CapsAdmin
d3dfc9de5c fix some issues with bones under children 2022-02-22 20:04:02 +01:00
CapsAdmin
cb7aaca0e4 remove optimization for now
i'll look into this later, i have a feeling this might cause funky issues
2022-02-22 20:02:04 +01:00
CapsAdmin
12aefe011e optimize bone building and fix "move children to origin" 2022-02-22 19:39:24 +01:00
CapsAdmin
f53ed97410 fix gizmo not working well with multiple bones 2022-02-22 19:33:02 +01:00
CapsAdmin
9e0db869d0 fix error when there's no fail callback 2022-02-22 18:37:36 +01:00
CapsAdmin
1757839c59 fix proxy targetting not working properly 2022-02-22 17:47:41 +01:00
CapsAdmin
8b2a4c8681 fix potential error with webaudio 2022-02-22 17:45:55 +01:00
CapsAdmin
bda9913885 fix another case with proxy 2022-02-22 09:44:06 +01:00
CapsAdmin
1816cdccc7 attempt to fix proxy hiding not working correctly 2022-02-22 00:42:51 +01:00
CapsAdmin
af0808bd96 don't show projectile parts in part selector 2022-02-21 23:52:47 +01:00
CapsAdmin
035d67b633 don't backup parts that are not visible in editor 2022-02-21 23:42:10 +01:00
CapsAdmin
787c22afd1 Merge branch 'develop' into workshop 2022-02-21 23:11:35 +01:00
CapsAdmin
09cfd8748c Merge branch 'develop' of github.com:CapsAdmin/pac3 into develop 2022-02-21 23:11:26 +01:00
CapsAdmin
403ee258fe ops 2022-02-21 23:11:22 +01:00
Techbot121
eb22b2e4e1
fix typo 2022-02-21 22:27:51 +01:00
CapsAdmin
746a2e8ab3 Merge branch 'master' into workshop 2022-02-21 19:19:15 +01:00
CapsAdmin
ae49c53e44 remove serverside code that removes all physical projectiles as it doesn't work properly
physical projectiles are removed after 10 seconds anyway
limit physical projectiles to 50 simultaneously
2022-02-21 19:18:23 +01:00
CapsAdmin
4baeccf1f5 Merge branch 'develop' into workshop 2022-02-21 02:52:38 +01:00
CapsAdmin
8049367957 when an event has root owner enabled, its children should also be affected (ie animations going to player rather than some other model parent) 2022-02-21 02:45:14 +01:00