Garry's Mod

Garry's Mod

Doors
Viser 51-57 af 57 forekomster
< 1  2  3  4  5  >
Opdatering: 3. juni 2016 kl. 13:30

Improve custom bounding box support[github.com]

- Positioning can now use custom bounds
- New PreInitialize hook called before positioning (used for mesh
generation in Safe Space)
- ExitBox now uses local positioning instead of absolute
- Fixed interior portal being visible in the sky

Opdatering: 28. maj 2016 kl. 17:34

Added support for exit box and custom draw function[github.com]

- Check for and call ENT:CustomDrawModel if it exists instead of
ENT:DrawModel
- Add support for ENT.ExitBox for interior, does AABB check on player
rather than distance

Opdatering: 1. jan. 2016 kl. 11:17

Doors:

Added 'Doors' global library and lots of enhancements[github.com]

I've further separated the TARDIS Rewrite into Doors and I've added some new hooks so that external addons can change the behaviour without having to use messy hacks. You can now load libraries that are neither specific to the exterior or interior - or use both - into the lua/doors folder. You can also use lua/doors/libraries and lua/doors/libraries/libraries for dependencies which must load first.

- Added Doors global library
- Added PostDrawTranslucentRenderables hook to the interior (used to
draw on top of it)
- You can now get a table of all interiors and exteriors using
Doors:GetInteriors/Exteriors
- Think hooks are now called with frametime parameter
- Added various draw hooks to exterior
- Added ShouldThinkFast hook, addon will think every tick when this
returns true
- Added CanPlayerEnter and CanPlayerExit hooks to exterior
- Interior.ExitDistance can now be set to control how far player goes
before being kicked out
- Split Interior.Portals into Exterior.Portal and Interior.Portal

World-Portals:

Added ability to render portal black instead[github.com]

Opdatering: 31. aug. 2015 kl. 17:42

Prevent game freezing if no valid interior position[github.com]

Added 10,000 maximum tries to detect empty space (usually complete in under 0.5 seconds, space is usually found within 2,000 tries).

Opdatering: 31. aug. 2015 kl. 13:05

Added world-portals

Opdatering: 31. aug. 2015 kl. 12:47

Initial commit[github.com]

Forked from https://github.com/MattJeanes/TARDIS/tree/dc94ed9d35d733c05c7a938393d58b08c62471e3

This addon takes the bigger-on-the-inside code from the TARDIS Rewrite into it's own generic addon that can be used as a library.

Opdatering: 13. aug. 2015 kl. 12:41

Initial commit