Garry's Mod

Garry's Mod

Neostarfall
Showing 11-20 of 27 entries
< 1  2  3 >
Update: 7 May @ 9:40pm
by Vurv

Update convar and concommand creation (#56)

* don't switch editor url

* replace sf_ cvars to nsf_

* don't use deprecated GetConVarNumber

* sfframe use correct cvars

* add convar and concommand lib funcs

* use new lib funcs

* fix GetInfoNum using wrong cvar

* transfer old convar settings

* make sure exists first

* ignore replicated cvars saved on client

* fixes to parsing key values and specific cases

* Replace continues with goto

* remove so a better method can be done later

* remove helper url cvar and make it a constant

---------

Co-authored-by: Vurv <vurvdevelops@gmail.com>

Update: 29 Apr @ 9:03pm
by Vurv

Format codebase (#48)

Update: 28 Apr @ 4:39pm
by Vurv

Clarify prior license clause further

Update: 27 Apr @ 8:58pm
by Vurv

Merge branch 'master' of https://github.com/thegrb93/StarfallEx

Update: 26 Apr @ 7:18pm
by Vurv

Fix editor when no tab is open

Resolves two issues that would happen when no tab is open
- Rendering would break entirely due to the toolgun screen improperly depending on an active tab existing
- Close button would error

Update: 26 Apr @ 2:49pm
by Vurv

Fix owner receiving minified code (#42)

Update: 20 Apr @ 10:15am
by Vurv

Update git clone command in readme (#38)

Update: 16 Apr @ 7:41pm
by Vurv

Update prometheus

Update: 14 Apr @ 12:24am
by Vurv

Update: 13 Apr @ 9:11pm
by Vurv

Fix sfframe issue

Left a debug print, and didn't fix this with the merge