Garry's Mod
StarfallEx - Git Master
Hiển thị 81-90 trong 143 mục
< 1 ... 7  8  9  10  11 ... 15 >
Cập nhật: 13 Thg05 @ 9:41pm

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

Cập nhật: 11 Thg05 @ 3:46pm

Move player sv funcs to libs_sv (#2054)

Cập nhật: 11 Thg05 @ 3:23pm

Tweak autocomplete controls

Cập nhật: 10 Thg05 @ 5:23pm

Forgot to clamp y pos and fix a label weirdness

Cập nhật: 9 Thg05 @ 11:16pm

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

Cập nhật: 9 Thg05 @ 7:54pm

Autocomplete

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

Cập nhật: 9 Thg05 @ 1:27pm

Fix empty whitelist files (#2052)

* Fix empty whitelist files

Cập nhật: 9 Thg05 @ 9:47am

Move data_static to lua. Fixes: #2051

Cập nhật: 7 Thg05 @ 10:01pm

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

Cập nhật: 7 Thg05 @ 9:32pm

fix setCustomPropShadowForce doc