Garry's Mod

Garry's Mod

StarfallEx - Git Master
Menampilkan21-30 dari 143 kiriman
< 1  2  3  4  5 ... 15 >
Pembaruan: 19 Agu @ 2:29pm

Poll joystick every frame (#2146)

Pembaruan: 19 Agu @ 2:13pm

Fix joystick.numButtons() and joystick.numPovs() returning incorrect values (#2141)

Pembaruan: 19 Agu @ 2:13pm

Fix print if ply is invalid (#2139)

Pembaruan: 18 Agu @ 7:29pm

Add StarfallPostInstanceCompile (#2138)

* Add StarfallPostInstanceCompile

* Add newlines

Pembaruan: 18 Agu @ 2:03pm

Add ent:setEyeTarget(vector) (#2135)

* setEyeTarget addition to entities.lua

Adds setEyeTarget.

* Removed seteyetarget from the server lib

* Added setEyeTarget to the shared library

* A few fixes

---------

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>

Pembaruan: 15 Agu @ 10:28am

add effect.beamRingPoint (#2132)

* beamRingPoint

* checks

* mistake

* account for nil args

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>

* clamp args before running function

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>

---------

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>

Pembaruan: 5 Agu @ 10:57am

Less arbitrary lower limit for entity:setMass() (#2131)

Pembaruan: 31 Jul @ 10:52am

Add default message for StarfallCanCompile. Fixes: #2130

Pembaruan: 29 Jul @ 2:18am

Add player.setWeaponColor (#2127)

Pembaruan: 29 Jul @ 1:39am

Finish adding runExternal to prop lib (#2125)

* Finish adding runExternal to prop lib

* fix

* Fix another