Garry's Mod
Doors
Εμφάνιση 41-50 από 58 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 24 Φεβ 2020 στις 2:22

Add SetPartner Input[github.com]

This change allows map designers using the world portals to change the portal targets on the fly without diving into Lua code - thanks to WilhelmW[github.com] for this change.

Ενημέρωση: 24 Οκτ 2019 στις 12:44

Fixing Hittrace Weapons[github.com]

This update fixes hittrace weapons (e.g. SMG / pulse-rifle etc) firing through the portal when the portal is not perfectly upright. Thanks again to oninoni[github.com] for this fix.

Ενημέρωση: 23 Οκτ 2019 στις 12:23

GetExit validation for disabling the portal[github.com]

Thanks to oninoni[github.com] for these changes

Note: No functional changes here, just a bit of extra validation to help oninoni with his Holodeck project

Ενημέρωση: 2 Μαϊ 2017 στις 15:28

Various dev features[github.com]

Ενημέρωση: 4 Σεπ 2016 στις 22:21

Various improvements[github.com]

- Added Doors:SetupOwner to recursively change the owner (fixes MattJeanes/TARDIS#151[github.com])
- Added developer error if two hooks have the same ID
- Improved position finding (fixes #4[github.com])

Ενημέρωση: 28 Αυγ 2016 στις 14:20

Fix other addons that use world-portals[github.com]

Portals did not render as they were missing the doors-specific _init stuff

Ενημέρωση: 18 Ιουλ 2016 στις 15:31

Re-add stuck detection[github.com]

Ενημέρωση: 17 Ιουλ 2016 στις 16:49

Fix multiplayer issues with portals[github.com]

Ενημέρωση: 17 Ιουλ 2016 στις 16:26

Added support for async spawning[github.com]

The position finding step when spawning is now done using coroutines so it can be paused and resumed over multiple ticks. This caused problems with time sensitive operations so other fixes have been put in place. This should also improve multiplayer.

- Don't init clientside until both are ready, or until ext is ready if interior fails to spawn
- Added InteriorReady hook
- Added coroutine which tries to keep framerate stable while scanning interior spawn positions

Ενημέρωση: 17 Ιουλ 2016 στις 13:55

Remove debug print[github.com]