Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d050bc4
fix: Kicker handle direction.
freezy Oct 21, 2021
597d4dc
t2: Link locks and kickback.
freezy Oct 21, 2021
bb45d60
fix: Also match ramps when retrieving surface.
freezy Oct 22, 2021
53ca89c
editor: Don't show coil and switch devices with no items in picker, a…
freezy Oct 22, 2021
6f205ab
editor: Fix kicker gizmo for zero vectors.
freezy Oct 22, 2021
ffa1509
editor: Also update the mapping if number of items goes to 0.
freezy Oct 22, 2021
ec92ccc
teleporter: Add component and API.
freezy Oct 22, 2021
ed38741
editor: Add teleporter icon.
freezy Oct 22, 2021
1e63d54
t2: More material fixes.
freezy Oct 22, 2021
f3e778d
project: Add missing meta.
freezy Oct 22, 2021
9f44307
fix: Alignment of object picker when indented.
freezy Oct 23, 2021
9e78ba3
teleporter: Add remaining attributes.
freezy Oct 23, 2021
fa1258f
teleporter: Add kick feature to API.
freezy Oct 23, 2021
ab07494
kicker: Fix z-position of direction handle.
freezy Oct 23, 2021
774722b
editor: Add camera script.
freezy Oct 23, 2021
fc04ecd
editor: Fiddle with ray projection.
freezy Oct 23, 2021
7b46632
editor: Fix ray caster.
freezy Oct 24, 2021
5a54627
debug: Manual ball roller working!
freezy Oct 24, 2021
c1ba0ac
editor: Update icons and add ball roller to table during import.
freezy Oct 24, 2021
a91c9f5
fix: Properly register teleporter.
freezy Oct 24, 2021
bf1763a
t2: Setup teleporter.
freezy Oct 24, 2021
6fc464c
doc: Add a page about teleporters.
freezy Oct 24, 2021
bf69674
teleporter: Adapt code to documentation.
freezy Oct 24, 2021
b06e175
Update teleporters.md
DanLShane Oct 25, 2021
f2453fd
doc: Update Changelog.
freezy Oct 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
Built with Unity 2020.3.

### Added
- A *Drop Target Bank* component ([#333](https://github.com/freezy/VisualPinball.Engine/pull/333), [Documentation](https://docs.visualpinball.org/creators-guide/manual/mechanisms/drop-target-banks.html)).
- A *Teleporter* component ([#336](https://github.com/freezy/VisualPinball.Engine/pull/336), [Documentation](https://docs.visualpinball.org/creators-guide/manual/mechanisms/drop-target-banks.html)).
- A *Drop Target Bank* component ([#333](https://github.com/freezy/VisualPinball.Engine/pull/333), [Documentation](https://docs.visualpinball.org/creators-guide/manual/mechanisms/teleporters.html)).
- Editor: Enable manual trigger for coils, switches, lamps and wires during gameplay ([#332](https://github.com/freezy/VisualPinball.Engine/pull/332))
- Support for dynamic wires, also known as *Fast Flip* ([#330](https://github.com/freezy/VisualPinball.Engine/pull/330), [Documentation](https://docs.visualpinball.org/creators-guide/editor/wire-manager.html#dynamic)).
- Component for light groups, allowing easy grouping of GI lamps. ([#330](https://github.com/freezy/VisualPinball.Engine/pull/330) [Documentation](https://docs.visualpinball.org/creators-guide/manual/mechanisms/light-groups.html)).
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 108 additions & 0 deletions VisualPinball.Unity/Assets/Editor/Icons/large_blue/teleporter.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading