Garry's Mod

Garry's Mod

PAC3 [develop version]
261개 중 11~20개 표시 중
< 1  2  3  4 ... 27 >
업데이트: 2025년 8월 16일 @ 오후 8시 52분

Update parts.lua

업데이트: 2025년 8월 16일 @ 오후 8시 52분

add some partmenu actions from the doubleclick actions

also move icon list to a table in parts.lua (the same file that handles partmenu stuff), to avoid needing to also edit settings.lua every time I want to add a partmenu action from now on

업데이트: 2025년 8월 16일 @ 오후 3시 13분

is_turning events

업데이트: 2025년 8월 14일 @ 오후 4시 58분

nil string check

업데이트: 2025년 8월 2일 @ 오후 10시 04분

fix sprite material initialization

when the material is a pac material inside the sprite, initialization order messes up and leaves an invalid material, so waiting for the material to exist and reassign it seems to fix it

업데이트: 2025년 7월 31일 @ 오후 11시 48분

fix quick setup's edit materials option

it cleared existing submaterial assignations, which shouldn't happen

it allowed multiple submaterial edits but since it cleared the initial working table, it only really worked if using the right clickable option that doesn't close the DMenu.

the intended method is that we can surgically edit any material at any time without such troublesome workarounds as re-pasting old submaterial assignation

업데이트: 2025년 7월 31일 @ 오후 8시 05분

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

업데이트: 2025년 7월 24일 @ 오후 9시 36분

Merge pull request #1416 from textstack/develop

viewer_steamid improvements

업데이트: 2025년 7월 6일 @ 오후 5시 26분

sort folders in save menu

there was another function to apply the folder sorting code to

업데이트: 2025년 7월 6일 @ 오후 2시 46분

sort outfit folders in the load/save editor menu