Garry's Mod

Garry's Mod

StarfallEx - Git Master
143개 중 81~90개 표시 중
< 1 ... 7  8  9  10  11 ... 15 >
업데이트: 2025년 5월 13일 @ 오후 9시 41분

add PVS overriding functions to players.lua. (#2055)

* add PVS overriding functions to players.lua.

Adds ply:setPVS() and ply:clearPVSPoints()

* Change indentation type to tab to follow rest of file

Forgot to do this, my bad.

* Rename setPVS to setPVSPoint, Also optimize said function

Optimized setPVSPoint (Formerly setPVS) by making it update active table once regardless of how many PVS points are set at once.

* Remove testing print

Oopsie hee hee :trollface:

* Adjustments based off review

Added prepareUpdateActiveTable to PVSManager,
removed PVSPointLimit,
Clamped and Floored ID of setPVSPoint,
changed documentation of setPVSPoint to match.

* Remove old and useless comment

* use table.Count instead of #

* Remove pointless adding check and just return early if not adding to begin with

업데이트: 2025년 5월 11일 @ 오후 3시 46분

Move player sv funcs to libs_sv (#2054)

업데이트: 2025년 5월 11일 @ 오후 3시 23분

Tweak autocomplete controls

업데이트: 2025년 5월 10일 @ 오후 5시 23분

Forgot to clamp y pos and fix a label weirdness

업데이트: 2025년 5월 9일 @ 오후 11시 16분

Fix 'end' with close parenthesis not being detected by autoindent

업데이트: 2025년 5월 9일 @ 오후 7시 54분

Autocomplete

Adds autocomplete menu to wire editor
Snippets from wiremod are attributed at the file header

업데이트: 2025년 5월 9일 @ 오후 1시 27분

Fix empty whitelist files (#2052)

* Fix empty whitelist files

업데이트: 2025년 5월 9일 @ 오전 9시 47분

Move data_static to lua. Fixes: #2051

업데이트: 2025년 5월 7일 @ 오후 10시 01분

Move whitelist to plaintext and remove e621. Users can config their lists now (#2050)

업데이트: 2025년 5월 7일 @ 오후 9시 32분

fix setCustomPropShadowForce doc