Garry's Mod

Garry's Mod

StarfallEx - Git Master
Showing 81-90 of 109 entries
< 1 ... 7  8  9  10  11 >
Update: 28 Mar @ 3:09am

setup bones when scaling holo (#2030)

Update: 26 Mar @ 12:32pm

modified: manipulate bone functions (#2029)

* modified: lua/starfall/libs_sh/entities.lua

moved the manipulate bone functions to be a shared method

added ManipulateBoneBurst (only affects the server)

* modified: lua/starfall/libs_sh/entities.lua

added a manipulate bone burst
added function like prop.canSpawn
added function to get the manipulate bone rate

moved the ManipulateBoneBurst:use

* edited by thegrb93

changed: canManipulateBones --> canmanipulateBoneLeft

* changed default vaules:
sf_manipulateBone_burstmax is now 20
sf_manipulateBone_burstrate is now 60

added prop.canManipulateBones

made it so the
sf_manipulateBone_burst commands only have the server ones
(cuase thats all they need to be anyway)

Update: 25 Mar @ 4:38pm

Add isvalid check. Fixes: #2028

Update: 24 Mar @ 12:04pm

Fix render.clearDepth() (#2026)

* Use clearStencil param, don't require RT

* Only allow if in RT or using a HUD

Update: 23 Mar @ 3:40am

Allow ent manager to work on seperate instances (#2025)

* Allow ent manager to work on seperate instances

* Final improvements

Update: 23 Mar @ 12:50am

Add npc lag compensated methods (#2024)

* Add npc lag compensated methods

* Add server check

Update: 16 Mar @ 9:51pm

Allow nil proc or owner in data transfer (#2021)

* Allow nil proc or owner in data transfer

* Need world check

Update: 15 Mar @ 2:31pm

Add more furry image sites to the whitelist

Update: 12 Mar @ 12:44am

Typo fix (#2019)

Update: 7 Mar @ 8:49pm

Add color arg for mesh.writeQuadEasy and mesh.writeQuad (#2018)

* Add color arg for mesh.writeQuadEasy and mesh.writeQuad

* work with sf color type