Garry's Mod

Garry's Mod

Improved Stacker
29개 중 21~29개 표시 중
< 1  2  >
업데이트: 2014년 7월 3일 @ 오후 7시 59분

https://github.com/Mista-Tea/improved-stacker/commit/8dd672bef1a5dfedcfa10a325adc940608ea65e7

업데이트: 2014년 6월 6일 @ 오후 3시 25분

https://github.com/Mista-Tea/improved-stacker/commit/4075dc066cc551a9a28c17152a87261e72128aa2

업데이트: 2014년 6월 5일 @ 오후 2시 09분

https://github.com/Mista-Tea/improved-stacker/commit/34596b8b1ba1bc4757a5903bb17e6d947e37bc50

업데이트: 2014년 6월 5일 @ 오전 3시 22분

Massive overhaul/optimization update just released.

For all changes, view https://github.com/Mista-Tea/improved-stacker/commit/79b969462df631bc16a15a91ee32190cda009f22.

-- Added extra functionality --
[1] Added support for physics properties (gravity and physics material
using the Physical Properties tool) (toggle using the "Apply Physical
Properties" option)

[2] Added support for weight (toggle using the "Apply Physical Properties"
option)

---------------------------------------------------------------

-- Added for developers --
[1] Added official support for external prop protections/anti-spam addons
by calling hook.Run( "StackerEntity", ent, owner ) directly after a
stacked entity has been created.

---------------------------------------------------------------

-- Optimizations (notes for developers) --
[1] Halos are no longer rendered in a Think hook (just gross). Halos should be rendered in a PreDrawHalos hook, not a Think hook!

[2] The server no longer does anything in TOOL:Think() because it was entirely unneeded.

[3] Removed redundant operations within TOOL:Think().

[4] Optimized for loops for creating/releasing/checking/updating the Ghost Stack.

업데이트: 2014년 5월 30일 @ 오후 2시 19분

Fixed stacking relative to world (my bad)

업데이트: 2014년 5월 29일 @ 오후 3시 42분

Added support for props with multiple skins, removed debug console command

업데이트: 2014년 5월 28일 @ 오전 2시 46분

Initial upload