1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 23:50:29 +01:00
Scene-Manager-DevRepo/SceneManager
2020-09-14 12:02:20 -06:00
..
Menus Removed unncessary code, updated references. 2020-09-14 12:02:20 -06:00
Object Classes Removed unncessary code, updated references. 2020-09-14 12:02:20 -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 Adjusted distance check of vehicle to waypoint position relative to waypoint's collector radius 2020-09-13 04:50:35 -06:00
EntryPoint.cs Replaced Game.LogTrivial calls with calls to new Logger class. 2020-09-14 11:30:52 -06:00
GetUserInput.cs Added #ifdebug preprocessor for test version subtitle message. 2020-09-14 10:52:01 -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
Logger.cs Created new Logger class to automatically display Trivial or TrivialDebug messages based on program's build state. 2020-09-14 11:31:30 -06:00
SceneManager.csproj Created new Logger class to automatically display Trivial or TrivialDebug messages based on program's build state. 2020-09-14 11:31:30 -06:00
Settings.cs Removed menu option to adjust barrier placement distance and removed any references for it. 2020-09-14 12:01:28 -06:00
VehicleCollector.cs Adjusted vehicle collection LINQ argument from distance to collector waypoint < radius to <= radius. 2020-09-13 04:51:56 -06:00
Verification.cs Add project files. 2020-06-08 12:24:59 -06:00