Garry's Mod
StarfallEx - Git Master
Εμφάνιση 21-30 από 143 καταχωρίσεις
< 1  2  3  4  5 ... 15 >
Ενημέρωση: 19 Αυγ στις 14:29

Poll joystick every frame (#2146)

Ενημέρωση: 19 Αυγ στις 14:13

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

Ενημέρωση: 19 Αυγ στις 14:13

Fix print if ply is invalid (#2139)

Ενημέρωση: 18 Αυγ στις 19:29

Add StarfallPostInstanceCompile (#2138)

* Add StarfallPostInstanceCompile

* Add newlines

Ενημέρωση: 18 Αυγ στις 14:03

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>

Ενημέρωση: 15 Αυγ στις 10:28

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>

Ενημέρωση: 5 Αυγ στις 10:57

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

Ενημέρωση: 31 Ιουλ στις 10:52

Add default message for StarfallCanCompile. Fixes: #2130

Ενημέρωση: 29 Ιουλ στις 2:18

Add player.setWeaponColor (#2127)

Ενημέρωση: 29 Ιουλ στις 1:39

Finish adding runExternal to prop lib (#2125)

* Finish adding runExternal to prop lib

* fix

* Fix another