Garry's Mod

Garry's Mod

PAC3 [develop version]
Viser 11–20 av 261 bidrag
< 1  2  3  4 ... 27 >
Oppdatering: 16. aug. @ 20.52

Update parts.lua

Oppdatering: 16. aug. @ 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

Oppdatering: 16. aug. @ 15.13

is_turning events

Oppdatering: 14. aug. @ 16.58

nil string check

Oppdatering: 2. aug. @ 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

Oppdatering: 31. juli @ 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

Oppdatering: 31. juli @ 20.05

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

Oppdatering: 24. juli @ 21.36

Merge pull request #1416 from textstack/develop

viewer_steamid improvements

Oppdatering: 6. juli @ 17.26

sort folders in save menu

there was another function to apply the folder sorting code to

Oppdatering: 6. juli @ 14.46

sort outfit folders in the load/save editor menu