Garry's Mod

Garry's Mod

PAC3 [develop version]
261개 중 1~10개 표시 중
< 1  2  3 ... 27 >
업데이트: 2025년 10월 3일 @ 오후 4시 38분

fix bold fonts

the extra big bold fonts (those starting at '8' (11+8) size) didn't actually have the weight

업데이트: 2025년 10월 3일 @ 오후 4시 20분

feature: pin properties

technically it splits the editor panel into a shared panel containing two editor-holder panels, there's extra layout hackery involved because the pin panel needs to bypass / be separate from the main properties' scrolling

it starts with a button display but you can right click it to pick alternatives such as removing the button altogether or assigning a keyboard shortcut for the pin toggle action

the config is saved the same way, it's a simple ipairs-style table, but you can reorder the properties by right clicking on the name labels in the editor

other minor changes
skip hide editor shortcut actions if in the luapad (for example with the tab key for tabulations (whitespace). I assume it'd be a common choice to pick tab for editor toggle)
make the extra image buttons (color picker, bookmark shopping cart) a little bit narrower
add spacer before 'apply proxy' option in vectors

업데이트: 2025년 9월 26일 @ 오후 2시 22분

suppress blacklisted players from post-filter wears

I couldn't get people to test yet but I blacklisted myself to check, I'll have to assume the wear filter code still works

업데이트: 2025년 9월 25일 @ 오후 9시 15분

mdl 'vararg' content length theoretical fix

I didn't reliably get the red texts or popups blocking the mdl load so I'm not 100% sure about replicability especially since it's been reported that it doesn't happen on all servers

but I've had multiple reports and the theory is simple enough, so since I'm pretty sure this is where it happens I'm pretty sure this will fix the bug.

업데이트: 2025년 9월 6일 @ 오후 3시 28분

fix damagezone initialization in hitparts

this should make the counter-workaround take effect under normal circumstances of non-attached markers

업데이트: 2025년 8월 31일 @ 오전 11시 32분

auto-link special tracked parts on creation

mainly to fix temporary damagezones (from projectiles) which we want to use with damage_zone_hit events for example

the caching method, while better than looking through local parts, had its flaws

업데이트: 2025년 8월 28일 @ 오후 9시 21분

remove DoT instances on death

업데이트: 2025년 8월 24일 @ 오후 2시 29분

limit the cache part fail warnings to after wear is done

it needs a bit of time to load other parts before determining the part reference is actually wrong

업데이트: 2025년 8월 24일 @ 오후 1시 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

업데이트: 2025년 8월 20일 @ 오후 4시 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