Garry's Mod

Garry's Mod

PAC3 [develop version]
正在显示第 11 - 20 项,共 261 项条目
< 1  2  3  4 ... 27 >
更新于:8 月 16 日 下午 8:52

Update parts.lua

更新于: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

更新于:8 月 16 日 下午 3:13

is_turning events

更新于:8 月 14 日 下午 4:58

nil string check

更新于: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

更新于: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

更新于:7 月 31 日 下午 8:05

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

更新于:7 月 24 日 下午 9:36

Merge pull request #1416 from textstack/develop

viewer_steamid improvements

更新于:7 月 6 日 下午 5:26

sort folders in save menu

there was another function to apply the folder sorting code to

更新于:7 月 6 日 下午 2:46

sort outfit folders in the load/save editor menu