Commit Graph

271 Commits

Author SHA1 Message Date
penolakushari
d661452cd5
Merge pull request #56 from penolakushari/scalefix
Gizmo scale fix
2024-09-29 08:41:16 +03:00
penolakushari
3f4ad5aed6 Added replicated flag to the sv_ragdollmover_max_prop_ragdoll_bones so it should now work properly in multiplayer 2024-09-19 21:01:33 +03:00
penolakushari
f84ee46bfa Moved 'Move physical bones with nonphysical' into misc category from scaling category 2024-09-15 16:47:39 +03:00
penolakushari
2c21cabe8f
Merge branch 'Winded:master' into scalefix 2024-09-13 23:24:24 +03:00
penolakushari
c564806c70
Merge pull request #55 from NovaDiablox/master
Updated Turkish Language
2024-09-13 23:23:57 +03:00
Tora
bed6155995
Update ragdollmover_ui.properties 2024-09-13 22:40:33 +03:00
Tora
44fcf96798
Add files via upload 2024-09-13 22:38:38 +03:00
Tora
b3c5a6e230
Updated Turkish Language 2024-09-13 22:35:02 +03:00
Tora
cc5b5e2a63
Updated Turkish Localization 2024-09-13 22:31:51 +03:00
Tora
64267c8278
Update ragdollmover_tools.properties 2024-09-13 22:23:01 +03:00
Tora
7a50165aa6
Add New Lines 2024-09-13 22:10:25 +03:00
penolakushari
acc13ccd1c Fixed some UI errors related to locking bones, added advanced bone select functionality to locking bones 2024-09-10 22:53:04 +03:00
penolakushari
0e696a43d4 Added russian localization to the changelog panel 2024-09-09 23:36:15 +03:00
penolakushari
6c95c88845
Merge branch 'Winded:master' into scalefix 2024-09-09 23:08:58 +03:00
penolakushari
a3034d5c2c
Merge pull request #54 from penolakushari/master
Vlazed: Workshop changelog viewer
2024-09-09 23:08:29 +03:00
penolakushari
9a65f2322f
Merge pull request #10 from vlazed/notify-changelog
Notify users of version change and view changelog in-game
2024-09-09 23:06:38 +03:00
vlazed
c83434a55e Add another option to run 'ragdollmover_changelog' to view patch notes 2024-09-09 10:37:59 -05:00
vlazed
1f3ac8b1e6 Localization for ui related phrases in ragdoll mover (EN currently) 2024-09-08 22:40:44 -05:00
vlazed
6b293c379e Revise rgm_changelog to generate the changelog, for both non-Chromium branches; additional font 2024-09-08 21:58:41 -05:00
penolakushari
79e37b4f9c Fixed an issue related to inconsistency between server/client gizmo scale 2024-09-08 22:38:29 +03:00
vlazed
ed104ff583 Merge branch 'notify-changelog' of https://github.com/vlazed/RagdollMover into notify-changelog 2024-09-08 08:00:10 -05:00
vlazed
b813ef1f91 create rgm folder in data if it doesn't exist 2024-09-08 07:59:57 -05:00
vlazed
94b31d7a12
Merge branch 'master' into notify-changelog 2024-09-08 03:29:29 -04:00
vlazed
15dfab952f Instead of showing a popup, write in chat & print to console; view patch notes in utilities 2024-09-08 02:18:21 -05:00
penolakushari
b51e716c88
Merge pull request #53 from penolakushari/relscaleadjustment
Relative Scale Adjustment
2024-09-08 09:44:05 +03:00
vlazed
8da4be3624 Notify users with the changelog on first install or new workshop update (naive version check) 2024-09-08 00:01:22 -05:00
penolakushari
f796c378dd Some fixes to bone loops, made bone tree filters affect visible bones in advanced bone select mode 2024-09-07 19:19:13 +03:00
penolakushari
4671b98fce Clean up 2024-09-02 01:13:34 +03:00
penolakushari
9abdfb9a93 Added ragdollmover_always_use_pl_view convar in the tool, removed some of the unused convars, made it so holding down manipulation gizmo when switching views will use old view until you let it go 2024-09-02 01:08:17 +03:00
penolakushari
a076bfe470 Added advanced camera offset support for moving things from camera view 2024-08-29 20:20:53 +03:00
penolakushari
e08b25780b Fixed scope error 2024-08-26 23:18:47 +03:00
penolakushari
b86ea88be0 Fixed some syntax errors and added ragdollmover table caching to the scale function 2024-08-26 23:14:17 +03:00
penolakushari
def8f62b00 Resolved merge conflicts 2024-08-26 23:00:35 +03:00
penolakushari
25e1c292f6
Merge pull request #51 from penolakushari/master
vlazed: Caching ragdollmover table for better performance in functions
2024-08-26 22:41:39 +03:00
penolakushari
3b6788ca1a
Merge pull request #8 from vlazed/pltable-cache
Cache RAGDOLLMOVER[pl] to plTable for most functions that index RAGDOLLMOVER[pl] excessively
2024-08-26 22:40:50 +03:00
vlazed
83602bf4aa Cache RAGDOLLMOVER[pl] (or axis.Owner) to plTable in gizmo library 2024-08-26 14:00:21 -05:00
vlazed
5142dd4a0b Reduce RAGDOLLMOVER[pl] lookups by caching into plTable 2024-08-25 16:47:13 -05:00
vlazed
ddc4bcb18a Revert "add check for nil snapamount to prevent snapping angles even if the option for it is off"
This reverts commit 4bf177c4c4.
2024-08-25 15:48:21 -05:00
penolakushari
313c511682 Fixed setting gizmo offset to bones on non phys and parented entities 2024-08-25 20:57:59 +03:00
penolakushari
1d1fe7dc20 Moved bone scaling related operations into a function for easier maintability 2024-08-25 18:42:37 +03:00
penolakushari
52add471f7 Made rgm axis assign the convars to its own variables in case of creating it through left click 2024-08-25 10:27:31 +03:00
vlazed
4bf177c4c4 add check for nil snapamount to prevent snapping angles even if the option for it is off 2024-08-24 19:59:57 -05:00
penolakushari
4205277f7e Using color constants in the setdrawcolor functions now 2024-08-25 00:03:19 +03:00
penolakushari
57e0601f5e Made UI show different bone types in different colors, green for physical, cyan for nonphysical, yellow for procedural and red for parented. Fixed errors related to switching selected entity with adv bone select on, added more colors to constants 2024-08-24 23:09:07 +03:00
penolakushari
ce09e6a2a7 Relative bone scale mode should now have more precise scaling on several axises, rather than selecting 1 of them 2024-08-24 15:28:38 +03:00
penolakushari
04ff90dd15
Merge pull request #50 from penolakushari/radialoverflow
UI Scaling to screen res
2024-08-24 15:26:27 +03:00
penolakushari
e7f7e5424b Unrelated to the branch, fixed error in multiplayer when trying to press any button when dead 2024-08-22 23:01:41 +03:00
penolakushari
b8c60f6c10 Added font specific to ragdoll mover that scales with screen resolution, and made some other UI elements in the advanced bone select mode scale with the resolution too 2024-08-22 22:26:17 +03:00
penolakushari
2425b99eeb Fixed a mistake with scale locks not working when relative scaling with gizmos. Made radial bone select UI move text around to make bone names better visible when a lot of them get selected, though it still is a mess with very high number of bones 2024-08-21 23:08:31 +03:00
penolakushari
184dd232ca
Merge pull request #49 from penolakushari/relativescalelockfix
Relative scale lock fix
2024-08-21 20:39:32 +03:00