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

514 commits

Author SHA1 Message Date
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
80d53bfbd2 Added comment explaining why shadow barrier doesn't spawn sometimes. 2020-12-19 11:27:45 -07:00
Rich Dunne
b8a3a07565 Updated version. 2020-12-19 11:27:24 -07:00
Rich Dunne
0c7dd8e005 Removed invalid metadata protection to fix plugin not showing up in Plugins tab of RPH settings 2020-12-19 11:27:18 -07:00
Rich Dunne
937ff7f677 Fixed console commands not showing up in game. 2020-12-12 12:02:21 -07:00
Rich Dunne
9276324fc6 Updated version. 2020-12-12 11:50:47 -07:00
Rich Dunne
555db52189 Disabled debug messages. Added check for ped's current vehicle, and current vehicle's driver. 2020-12-12 11:50:32 -07:00
Rich Dunne
ff4fb0de89 Fixed commands not showing up in game. 2020-12-12 11:48:48 -07:00
Rich
e02e9cc447
Create Hints.cs 2020-12-06 07:42:08 -07:00
Rich
dac842d8cb
Delete RNUIMouseInputHandler.cs 2020-12-06 07:40:48 -07:00
Rich
32af656960
Delete MousePositionInWorld.cs 2020-12-06 07:40:42 -07:00
Rich
d1ffe1c9ca
Delete Hints.cs 2020-12-06 07:40:37 -07:00
Rich
51c5808fe3
Delete ConsoleCommands.cs 2020-12-06 07:40:31 -07:00
Rich Dunne
76e265cbe4 Merge branch 'Testing' 2020-12-06 07:39:31 -07:00
Rich
baf378ebb0
Update README.md 2020-12-06 07:36:58 -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