1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00
Scene-Manager-DevRepo/SceneManager
2020-08-30 15:34:39 -06:00
..
Menus Added new "Add As New Waypoint" menu option to edit waypoint menu 2020-08-30 15:34:11 -06:00
Object Classes Added separate menu option for collector waypoint speed zone. 2020-08-30 10:05:58 -06:00
Properties Adding waypoint no longer resets the waypoint type, fixed a bug and crash with remove waypoint option. Functional version before major menu updates 2020-06-15 17:28:46 -06:00
AITasking.cs Added VehicleManeuver.GoForwardWithCustomSteeringAngle after each driving task to stop AI from braking at each waypoint. 2020-08-30 10:06:46 -06:00
Barrier.cs Created new Barrier class to store barrier information for the new Reset Barriers menu option. 2020-08-30 15:34:39 -06:00
DebugGraphics.cs Replaced sphere markers with vertical cylinder markers. Moved waypoint drawing natives to a method in the Waypoint class. 2020-08-30 10:07:31 -06:00
EntryPoint.cs Created new Hints class. Implemented Hints.Display method. Added option to SettingsMenu to enable/disable hints in-game. 2020-08-26 19:16:28 -06:00
GetUserInput.cs Refactored references to new Settings class 2020-08-26 19:15:35 -06:00
Hints.cs Created new Hints class. Implemented Hints.Display method. Added option to SettingsMenu to enable/disable hints in-game. 2020-08-26 19:16:28 -06:00
SceneManager.csproj Created new Hints class. Implemented Hints.Display method. Added option to SettingsMenu to enable/disable hints in-game. 2020-08-26 19:16:28 -06:00
Settings.cs Extracted Settings class to separate file 2020-08-26 18:36:30 -06:00
VehicleCollector.cs Fixed vehicles being collected while they are too far from a collector waypoint (cause was the same function being called for two different purposes). Added temporary debug blips for missing drivers. 2020-08-30 10:08:39 -06:00
Verification.cs Add project files. 2020-06-08 12:24:59 -06:00