Garry's Mod
PAC3 [develop version]
Показване на 11 — 20 от 263 постъпления
< 1  2  3  4 ... 27 >
Обновление: 24 авг. в 13:24

expand text newline support

word wrap or force newline will enable other modes than drawdrawtext to make newlines, by manually drawing each line, supporting line spacing

wrap method caches calculated lines. it's rate limited in multiplayer, and length-limited because it's a bit expensive to calculate

fix ignoreZ

Обновление: 20 авг. в 16:39

optimize event uid search

catastrophic lag occurs when part search repeatedly fails, severity scaling with localparts size

it was already handled with proxy but now I transferred it to event

Обновление: 16 авг. в 20:52

Update parts.lua

Обновление: 16 авг. в 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

Обновление: 16 авг. в 15:13

is_turning events

Обновление: 14 авг. в 16:58

nil string check

Обновление: 2 авг. в 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

Обновление: 31 юли в 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

Обновление: 31 юли в 20:05

right click shortcut: edit sprite/particle/beam material

creates a material_2d part for it and auto-links it

Обновление: 24 юли в 21:36

Merge pull request #1416 from textstack/develop

viewer_steamid improvements