Garry's Mod
PAC3 [develop version]
Mostrando 11-20 de 261 aportaciones
< 1  2  3  4 ... 27 >
Actualización: 16 AGO a las 8:52 p. m.

Update parts.lua

Actualización: 16 AGO a las 8:52 p. m.

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

Actualización: 16 AGO a las 3:13 p. m.

is_turning events

Actualización: 14 AGO a las 4:58 p. m.

nil string check

Actualización: 2 AGO a las 10:04 p. m.

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

Actualización: 31 JUL a las 11:48 p. m.

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

Actualización: 31 JUL a las 8:05 p. m.

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

Actualización: 24 JUL a las 9:36 p. m.

Merge pull request #1416 from textstack/develop

viewer_steamid improvements

Actualización: 6 JUL a las 5:26 p. m.

sort folders in save menu

there was another function to apply the folder sorting code to

Actualización: 6 JUL a las 2:46 p. m.

sort outfit folders in the load/save editor menu