Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Built with Unity 2021.2.

### Added
- Trigger meshes can now be easily scaled ([#374](https://github.com/freezy/VisualPinball.Engine/pull/374))
- We got a new game item called *Metal Wire Guide* (thanks @Cupiii, [#366](https://github.com/freezy/VisualPinball.Engine/pull/366))
- A *Collision Switch* component ([#344](https://github.com/freezy/VisualPinball.Engine/pull/344), [Documentation](https://docs.visualpinball.org/creators-guide/manual/mechanisms/collision-switches.html)).
- A *Rotator* component ([#337](https://github.com/freezy/VisualPinball.Engine/pull/337), [Documentation](https://docs.visualpinball.org/creators-guide/manual/mechanisms/rotators.html)).
Expand Down Expand Up @@ -47,6 +48,7 @@ Built with Unity 2021.2.
- Put game-, mesh-, collision- animation data into separate components ([#227](https://github.com/freezy/VisualPinball.Engine/pull/227), [Documentation](https://docs.visualpinball.org/creators-guide/editor/unity-components.html)).

### Fixed
- Plunger disappearing due to too small bounding box.
- Fixed switch status when multiple mappings point to the same ID ([#347](https://github.com/freezy/VisualPinball.Engine/pull/347)).
- Lighting setup. It's now usable ([#330](https://github.com/freezy/VisualPinball.Engine/pull/330)).
- Ball passing through collider plane and disappearing.
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Common/EngineTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Common/StringTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/IO/BiffAttributeTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/IO/ConsistencyTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Math/ColorTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Math/MathTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Math/VectorTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Test/BaseTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Test/Fixtures.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/Test/MeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Bumper/BumperDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Bumper/BumperMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/DebugTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Decal/DecalDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Flasher/FlasherDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Flipper/FlipperDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Flipper/FlipperMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Gate/GateDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Gate/GateMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Kicker/KickerDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Kicker/KickerMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Layers/LayerDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Light/LightDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/MaterialDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/MaterialFileTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Plunger/PlungerDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Ramp/RampDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Ramp/RampMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Rubber/RubberDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Rubber/RubberMeshTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Sound/SoundDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Spinner/SpinnerDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Spinner/SpinnerMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Surface/SurfaceDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Surface/SurfaceMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Table/TableDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Table/TableMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Textbox/TextBoxDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/TextureBitmapTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/TextureDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Timer/TimerDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Trigger/TriggerDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Trigger/TriggerMeshTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VisualPinball.Engine.Test/VPT/Trough/TroughDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Visual Pinball Engine
// Copyright (C) 2021 freezy and VPE Team
// Copyright (C) 2022 freezy and VPE Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
Loading