Garry's Mod
StarfallEx - Git Master
Mostrando 21-30 de 143 aportaciones
< 1  2  3  4  5 ... 15 >
Actualización: 19 AGO a las 2:29 p. m.

Poll joystick every frame (#2146)

Actualización: 19 AGO a las 2:13 p. m.

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

Actualización: 19 AGO a las 2:13 p. m.

Fix print if ply is invalid (#2139)

Actualización: 18 AGO a las 7:29 p. m.

Add StarfallPostInstanceCompile (#2138)

* Add StarfallPostInstanceCompile

* Add newlines

Actualización: 18 AGO a las 2:03 p. m.

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>

Actualización: 15 AGO a las 10:28 a. m.

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>

Actualización: 5 AGO a las 10:57 a. m.

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

Actualización: 31 JUL a las 10:52 a. m.

Add default message for StarfallCanCompile. Fixes: #2130

Actualización: 29 JUL a las 2:18 a. m.

Add player.setWeaponColor (#2127)

Actualización: 29 JUL a las 1:39 a. m.

Finish adding runExternal to prop lib (#2125)

* Finish adding runExternal to prop lib

* fix

* Fix another