Garry's Mod

Garry's Mod

StarfallEx - Git Master
143개 중 21~30개 표시 중
< 1  2  3  4  5 ... 15 >
업데이트: 2025년 8월 19일 @ 오후 2시 29분

Poll joystick every frame (#2146)

업데이트: 2025년 8월 19일 @ 오후 2시 13분

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

업데이트: 2025년 8월 19일 @ 오후 2시 13분

Fix print if ply is invalid (#2139)

업데이트: 2025년 8월 18일 @ 오후 7시 29분

Add StarfallPostInstanceCompile (#2138)

* Add StarfallPostInstanceCompile

* Add newlines

업데이트: 2025년 8월 18일 @ 오후 2시 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>

업데이트: 2025년 8월 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>

업데이트: 2025년 8월 5일 @ 오전 10시 57분

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

업데이트: 2025년 7월 31일 @ 오전 10시 52분

Add default message for StarfallCanCompile. Fixes: #2130

업데이트: 2025년 7월 29일 @ 오전 2시 18분

Add player.setWeaponColor (#2127)

업데이트: 2025년 7월 29일 @ 오전 1시 39분

Finish adding runExternal to prop lib (#2125)

* Finish adding runExternal to prop lib

* fix

* Fix another