Garry's Mod
PAC3 [develop version]
Hiển thị 11-20 trong 261 mục
< 1  2  3  4 ... 27 >
Cập nhật: 16 Thg08 @ 8:52pm

Update parts.lua

Cập nhật: 16 Thg08 @ 8:52pm

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

Cập nhật: 16 Thg08 @ 3:13pm

is_turning events

Cập nhật: 14 Thg08 @ 4:58pm

nil string check

Cập nhật: 2 Thg08 @ 10:04pm

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

Cập nhật: 31 Thg07 @ 11:48pm

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

Cập nhật: 31 Thg07 @ 8:05pm

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

Cập nhật: 24 Thg07 @ 9:36pm

Merge pull request #1416 from textstack/develop

viewer_steamid improvements

Cập nhật: 6 Thg07 @ 5:26pm

sort folders in save menu

there was another function to apply the folder sorting code to

Cập nhật: 6 Thg07 @ 2:46pm

sort outfit folders in the load/save editor menu