1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00
Commit graph

449 commits

Author SHA1 Message Date
Rich Dunne
25acb3f66f Added CollectedPed object 2021-05-01 13:12:24 -06:00
Rich Dunne
93951b3e28 Added Barrier object 2021-05-01 13:11:33 -06:00
Rich Dunne
0e79fd8be8 Added new classes, reorganized classes. 2021-01-10 08:42:12 -07:00
Rich Dunne
fabb34eba2 Big refactor 2021-01-10 08:41:51 -07:00
Rich Dunne
6e2744a02c Big refactor 2021-01-10 08:41:41 -07:00
Rich Dunne
b66a97fef8 Initial commit 2021-01-10 08:41:27 -07:00
Rich Dunne
f494dd7a84 Modified param for new XmlSerializer. May need to modify later for barrier import/export 2021-01-10 08:41:18 -07:00
Rich Dunne
d6f5f8ebe3 Added extension VehicleAndDriverValid 2021-01-10 08:40:18 -07:00
Rich Dunne
53f0e99b93 Renamed DissmissOption to Dismiss. DrivingFlagType is now a public enum for import/export 2021-01-10 08:40:06 -07:00
Rich Dunne
54c67efe2b Updated property reference due to refactor 2021-01-10 08:39:30 -07:00
Rich Dunne
1c46d4418f Deleted 2021-01-10 08:38:30 -07:00
Rich Dunne
fd12e1bea2 Initial commit 2021-01-10 08:38:17 -07:00
Rich Dunne
296206f5b9 Updated version. 2021-01-10 08:37:52 -07:00
Rich Dunne
d22fb584a7 Refactored some methods and names 2021-01-10 08:37:42 -07:00
Rich Dunne
f219bfd7f4 Refactored some methods and names 2021-01-10 08:37:17 -07:00
Rich Dunne
b7c9a5acf6 Removed unused code. Fixed vehicles being stuck when the driver is removed at a stop waypoint 2021-01-10 08:36:52 -07:00
Rich Dunne
ad36c50546 Preparing for barrier import/export 2021-01-10 08:36:13 -07:00
Rich Dunne
61141e9fb8 Initial commit 2021-01-10 08:35:57 -07:00
Rich Dunne
f1554a4aea Big refactor 2021-01-10 08:35:21 -07:00
Rich Dunne
6769ca815e Organizational refactoring 2020-12-06 07:35:53 -07:00
Rich Dunne
d44e460fd8 Refactored enums into their own class. Added .ini option EnableBarrierLightsDefaultOn. Refactored barrier info into a dictionary. Added ImportPaths method. 2020-12-06 07:35:25 -07:00
Rich Dunne
f9631d8514 Added check for InputManager. Added delay to load settings while the game is loading. Excluded EntryPoint class and Main method from obfuscation. 2020-12-06 07:34:13 -07:00
Rich Dunne
572091196d Added obfuscation for release builds 2020-12-06 07:33:05 -07:00
Rich Dunne
812e48fa27 Added dependency for InputManager.dll 2020-12-06 07:32:44 -07:00
Rich Dunne
48873adb6c Added for path Import/Export feature 2020-12-06 07:32:29 -07:00
Rich Dunne
c70ab8d56a Added for path Import/Export feature 2020-12-06 07:32:18 -07:00
Rich Dunne
794e97554a Refactored class into Utils folder 2020-12-06 07:31:54 -07:00
Rich Dunne
fccb41fd65 Added check for open text box before allowing user input 2020-12-06 07:31:23 -07:00
Rich Dunne
6bb2506c50 Refactored enums into one class 2020-12-06 07:30:59 -07:00
Rich Dunne
1c8a612a0b Added extension IsAmbient to check if peds are ambient before being collected by paths. 2020-12-06 07:30:47 -07:00
Rich Dunne
d337f5ae21 Added GetPedsActiveTasks command 2020-12-06 07:30:22 -07:00
Rich Dunne
cc74c125f4 Updated version. 2020-12-06 07:30:11 -07:00
Rich Dunne
8ae65246f8 Renamed Object Classes folder to Objects 2020-12-06 07:29:50 -07:00
Rich Dunne
a2b935659f Added using for SceneManager.Object and SceneManager.Utils. Removed unnecessary code for RNUIMouseInputHandler after having added InputManager dependency. 2020-12-06 07:28:51 -07:00
Rich Dunne
39f7bf6b95 Added using for SceneManager.Object and SceneManager.Utils. Removed unnecessary code for RNUIMouseInputHandler after having added InputManager dependency. ImportPath menu item hidden for release. 2020-12-06 07:28:43 -07:00
Rich Dunne
dbf4c3452d Added using for SceneManager.Object and SceneManager.Utils. Removed unnecessary code for RNUIMouseInputHandler after having added InputManager dependency. 2020-12-06 07:28:02 -07:00
Rich Dunne
23a0b0040e Changed class and methods from public to internal 2020-12-06 07:27:50 -07:00
Rich Dunne
cd41c9f240 Added using for SceneManager.Utils. Removed unnecessary code for RNUIMouseInputHandler after having added InputManager dependency. 2020-12-06 07:26:55 -07:00
Rich Dunne
b7a5cf7cc0 Added using for SceneManager.Object and SceneManager.Utils. Removed unnecessary code for RNUIMouseInputHandler after having added InputManager dependency. 2020-12-06 07:26:35 -07:00
Rich Dunne
b6ad2c031a ExportPath hidden for V2.2.0 release 2020-12-06 07:25:30 -07:00
Rich Dunne
8a40b41077 Added "immobile" menu option. Removed traffic light menu option. Refactored "Rest Barriers" code into a new gamefiber. 2020-12-06 07:24:56 -07:00
Rich Dunne
8b6dec31b5 Added UserInput class by PNW to handle user-defined filename for Export Path 2020-11-27 15:07:36 -07:00
Rich Dunne
d760675b27 Added check for InputManager.dll alongside RNUI version checker. 2020-11-27 15:07:04 -07:00
Rich Dunne
23af515692 Updated version. 2020-11-27 15:06:47 -07:00
Rich Dunne
6d7e6a625d Removed dead code. 2020-11-27 15:06:39 -07:00
Rich Dunne
726bcedf8b Added Export Path menu item and method. 2020-11-27 15:06:10 -07:00
Rich Dunne
3e33ce2569 Updated RNUIMouseInputHandler.Initialize parameters due to refactor 2020-11-27 15:05:33 -07:00
Rich Dunne
c7a24a1c0a RNUIMouseInputHandler now utilizes InputManager.dll to simulate key presses on mouse click. 2020-11-27 15:04:40 -07:00
Rich Dunne
cd1bce8c2c Fixed spacing on notification message 2020-11-26 16:41:12 -07:00
Rich Dunne
64e84a2314 Updated command to show output from GET_ENTITY_SCRIPT native 2020-11-26 16:40:56 -07:00