Garry's Mod

Garry's Mod

PAC3 [develop version]
11-20 van 261 items weergegeven
< 1  2  3  4 ... 27 >
Update: 16 aug om 20:52

Update parts.lua

Update: 16 aug om 20: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

Update: 16 aug om 15:13

is_turning events

Update: 14 aug om 16:58

nil string check

Update: 2 aug om 22: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

Update: 31 jul om 23: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

Update: 31 jul om 20:05

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

Update: 24 jul om 21:36

Merge pull request #1416 from textstack/develop

viewer_steamid improvements

Update: 6 jul om 17:26

sort folders in save menu

there was another function to apply the folder sorting code to

Update: 6 jul om 14:46

sort outfit folders in the load/save editor menu