Garry's Mod

Garry's Mod

Neostarfall
正在显示第 1 - 10 项,共 28 项条目
< 1  2  3 >
更新于:10 月 15 日 上午 11:13
作者:Vurv

Fix prometheus parsing failures cascading into larger errors (#68)

* Fail silently on minification fail, send error details if obfuscation fails

* Remove random IDEA folder I accidentally committed

更新于:10 月 12 日 下午 6:11
作者:Vurv

Add some new Entity and NPC methods (#47)

* Add some new methods

* Zero out Z axis in getHeadDirection

* Fix isAlive typo

* Move NPC functions to server

更新于:10 月 12 日 下午 6:03
作者:Vurv

Add getIPAddress (#67)

更新于:9 月 20 日 下午 8:20
作者:Vurv

#65 - Fix permissions UI not calling the right console command

更新于:7 月 26 日 上午 12:19
作者:Vurv

Add missing ent argument to return function call (#60)

Without this ent, it will just error when used. I must have missed it when re-typing this up from my client edits.

更新于:7 月 23 日 下午 9:19
作者:Vurv

Add getFlexBounds(flexid) to entities.lua (#59)

* Add getFlexBounds(flexid) to entities.lua

* Add missing return types, fix whitespace

更新于:7 月 2 日 上午 9:28
作者:Vurv

Fix burstobject cvar updates

更新于:5 月 25 日 下午 10:03
作者:Vurv

Fix inverted starfall default file logic

更新于:5 月 8 日 下午 6:56
作者:Vurv

Redo some examples, remove some while they are to be redone

Redid some INP examples that are now basic_* equivalents with more comments for noobs. Also updated them using deprecated functions.

Removed some more involved examples that are to be redone, because they might push bad practices, ie cpu_time_screen was creating colors in a render hook, using deprecated functions, etc.

The mesh examples should be redone using includedata.

The TCP client example doesn't really feel relevant considering you can consult the luasocket documentation and not many people will interact with libraries that rely on binary modules.

更新于:5 月 8 日 下午 4:48
作者:Vurv

28 - Autocomplete (#40)

* WIP Autocomplete

* More autocomplete progress

Adds descriptions and parameter information

* Rest of the autocomplete

* Adjust comment

* Hook autocomplete, refactoring

* Fix directives and selected panel case

* Fix hook suggestion impl

Also removes a debug print

* Fix getCurrentWord pattern

* Simplify and fix regressions

Variable autocomplete works again (by restricting the set of matched words rather than all blobs)

* Add paren to autocomplete

Simple qol feature