1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-03-07 04:19:56 +01:00

Commit graph

  • 4f361896e7
    Change version master TheGeneralist 2025-01-05 13:54:07 +01:00
  • 6bd369845e
    Fix vehicles with disappearing drivers TheGeneralist 2025-01-05 10:44:53 +01:00
  • b6131c0b0e
    Update README.md Rich 2021-08-03 11:09:23 -06:00
  • 56a770b718
    Add api (#5) Rich 2021-08-03 11:07:14 -06:00
  • d118513185 Fixed crash when directing driver to a path Rich Dunne 2021-07-24 07:35:47 -06:00
  • c68ba728e9 Added return after unloading plugin Rich Dunne 2021-07-24 07:35:36 -06:00
  • 5214ba7a88 Removed unnecessary usings Rich Dunne 2021-07-24 07:35:10 -06:00
  • 58ab73c70e Added check for ini file Rich Dunne 2021-07-24 07:34:59 -06:00
  • 3f8f47e414 Updated version Rich Dunne 2021-07-24 07:34:30 -06:00
  • a1d5448624 Updated version Rich Dunne 2021-07-07 19:04:25 -06:00
  • 8502fc5f23 Fixed notification color issue Rich Dunne 2021-07-07 19:04:09 -06:00
  • 143ed3a14d Fixed crash when updating waypoint that had 5kph converted speed Rich Dunne 2021-07-07 19:03:57 -06:00
  • a45d7244ae Removed unnecessary code Rich Dunne 2021-07-07 19:03:31 -06:00
  • 85be2cab53 Merge from testing Rich Dunne 2021-07-07 07:32:27 -06:00
  • 4726efb26e Added RNUI 1.8 nuget Rich Dunne 2021-07-07 07:30:34 -06:00
  • ce6b59265b Added RNUI 1.8 nuget Rich Dunne 2021-07-07 07:30:23 -06:00
  • b73b8d0987 Added try/catch for autosave Rich Dunne 2021-07-07 07:30:06 -06:00
  • fff7e14601 Updated for RPH and RNUI nugets Rich Dunne 2021-07-07 07:29:50 -06:00
  • 03aa96090e Added DefineOverrides method Rich Dunne 2021-07-07 07:29:09 -06:00
  • bed387ae9a Added GetTextWidth and GetSelectedItemTextWidth methods Rich Dunne 2021-07-07 07:28:58 -06:00
  • 1fe9a61d0e Changed FromPlayer to ByPlayer Rich Dunne 2021-07-07 07:28:34 -06:00
  • 7c009e0f5b Modified driver collection Rich Dunne 2021-07-07 07:28:21 -06:00
  • 17135760b4 Added commaned GetNumberOfVehiclesOnPath Rich Dunne 2021-07-07 07:27:53 -06:00
  • 54128653ef Updated version Rich Dunne 2021-07-07 07:27:33 -06:00
  • a23ea86dec Added help message on path load, modified logging and messages, fixed sleep timer bug on path disable Rich Dunne 2021-07-07 07:27:25 -06:00
  • 802fe37a5f ImportPath option enabled based on if there are any paths to import Rich Dunne 2021-07-07 07:26:24 -06:00
  • aac76cb79d Paths are no longer fully imported on plugin load Rich Dunne 2021-07-07 07:25:27 -06:00
  • e73e75c1df Added combined file exportation Rich Dunne 2021-07-07 07:24:07 -06:00
  • aae797c0c4 Set MaxItemsOnScreen for menu Rich Dunne 2021-07-07 07:23:46 -06:00
  • 5aba36f829 Added error checking for current path name Rich Dunne 2021-07-07 07:23:13 -06:00
  • ac89da6cc8 Disabled option to dismiss driver if there are no paths Rich Dunne 2021-07-07 07:22:12 -06:00
  • 0a5eb76048 Added dynamic menu width Rich Dunne 2021-07-07 07:21:37 -06:00
  • 17cd498e5e Removed unused code, fixed serializer Rich Dunne 2021-07-07 07:21:13 -06:00
  • 5130a42c7d Added SetMenuWidth method Rich Dunne 2021-07-07 07:20:45 -06:00
  • 36fdf25899 Added help message when resetting barriers Rich Dunne 2021-07-07 07:20:15 -06:00
  • eb5fbfa1bc Fixed duplicate ped creation Rich Dunne 2021-07-07 07:19:49 -06:00
  • e563612ab0 Fixed flare spawn Rich Dunne 2021-07-07 07:19:16 -06:00
  • 97c6fd91c6 Added more guard clauses to IsValidForPathCollection Rich Dunne 2021-05-23 08:33:23 -06:00
  • c3e401193b Added check for vehicle's driver before creating new CollectedPed Rich Dunne 2021-05-23 08:32:51 -06:00
  • f19f2bc79d Added menu item badges to show which files have been imported Rich Dunne 2021-05-23 08:30:43 -06:00
  • 8386a47a90 Updated menu subtitle text Rich Dunne 2021-05-23 08:30:12 -06:00
  • c9e40a49d9 Commented out unused code Rich Dunne 2021-05-23 08:29:58 -06:00
  • 58dd8afa22 Fixed remove all barriers sometimes spawning barriers. Fixed replace barriers sometimes duplicating barriers. Rich Dunne 2021-05-23 08:29:45 -06:00
  • 20f6cf0df5 Added null check to CollectedPed creaetion. Replaced 100ms Sleep in DrivingToWaypoint loop with Yield Rich Dunne 2021-05-23 08:28:57 -06:00
  • 132b89dd25 Added null check to barrier creation Rich Dunne 2021-05-23 08:28:16 -06:00
  • e7be1dc820 Fixed invalid CollectedPed crash Rich Dunne 2021-05-23 07:11:31 -06:00
  • 7e7bf6fae5 Fixed invalid CurrentVehicle crash Rich Dunne 2021-05-23 07:06:03 -06:00
  • 7bc6303eb7 Removed ToList from vehiclesInWorld loop Rich Dunne 2021-05-23 07:05:47 -06:00
  • bc2979de8c Fixed null crash Rich Dunne 2021-05-23 06:43:28 -06:00
  • 4ee9d1e3da Attempted to fix modified collection crash in waypoint collection loop Rich Dunne 2021-05-23 06:42:33 -06:00
  • 84223508cb Menu description now shows path currently being edited Rich Dunne 2021-05-23 06:42:04 -06:00
  • 8e5821006b Increased menu max items property Rich Dunne 2021-05-23 06:41:49 -06:00
  • 4bae2d713e Add validity check to CollectedPed on waypoint task Rich Dunne 2021-05-23 06:41:33 -06:00
  • cc80401c55 Path ChangeName dialog default text changed to path's current name Rich Dunne 2021-05-23 06:22:34 -06:00
  • aad8521479 Fixed potential crash with IsAmbient check Rich Dunne 2021-05-23 06:22:01 -06:00
  • 3565b326ce Updated version Rich Dunne 2021-05-23 06:21:39 -06:00
  • b8207b14ad Updated property name Rich Dunne 2021-05-15 09:55:23 -06:00
  • cce3c6bf21 Removed path import code Rich Dunne 2021-05-15 09:55:12 -06:00
  • 03586cd49f Added ExportPathMenu and HelperMethods classes Rich Dunne 2021-05-15 09:54:54 -06:00
  • 07bb1a577b Changed Number property to internal, added getter method Rich Dunne 2021-05-15 09:54:36 -06:00
  • 267e6dd0ca Removed duplicate methods Rich Dunne 2021-05-15 09:53:01 -06:00
  • 990c745d6d Initial commit Rich Dunne 2021-05-15 09:52:28 -06:00
  • f2729a41b4 Added null check for path Rich Dunne 2021-05-15 09:52:15 -06:00
  • 9a4c2d983e Removed unused Delete enum Rich Dunne 2021-05-15 09:51:48 -06:00
  • 762bd69411 Updated command method names Rich Dunne 2021-05-15 09:51:36 -06:00
  • 7461f04921 Added AddWaypoint, RemoveWaypoint, Finish, and ChangeName methods Rich Dunne 2021-05-15 09:51:26 -06:00
  • cdd81438b6 Updated BuildSettingsMenu method name to Build Rich Dunne 2021-05-15 09:50:08 -06:00
  • bbc0ea6354 Added ExportPath option Rich Dunne 2021-05-15 09:49:47 -06:00
  • 817b7cb685 Added option to change path name Rich Dunne 2021-05-15 09:49:29 -06:00
  • 521f204e56 Renamed BuildMainMenu method to Build Rich Dunne 2021-05-15 09:47:22 -06:00
  • 48d4b2bc71 Added simultaneous file importation Rich Dunne 2021-05-15 09:46:51 -06:00
  • 38b9b04d74 Initial commit Rich Dunne 2021-05-15 09:45:44 -06:00
  • ed48504d03 Updated Paths property due to data structure change Rich Dunne 2021-05-15 09:43:45 -06:00
  • b02f227844 Replaced Export option with ChangePathName. Rich Dunne 2021-05-15 09:42:14 -06:00
  • 97c21fbc93 Updated Paths property due to data structure change Rich Dunne 2021-05-15 09:41:41 -06:00
  • 5b872b7c87 Added option to add unassigned barriers to a designated path Rich Dunne 2021-05-15 09:40:54 -06:00
  • 13a448c855 Added import/export functionality. Rich Dunne 2021-05-15 09:40:25 -06:00
  • 2603752cfe Reordered menu build order. Added Import and Export path menu build methods. Rich Dunne 2021-05-15 09:39:20 -06:00
  • 1889bf83ca Added ability to add unassigned barriers to a designated path Rich Dunne 2021-05-15 09:38:39 -06:00
  • 98dba8d605 Updated log message Rich Dunne 2021-05-15 09:37:02 -06:00
  • 14b94fe19f Added Path property. Removed Rage.Object inheritance Rich Dunne 2021-05-15 09:36:45 -06:00
  • 91aaf9b7f2 Added method to delete barriers when path is deleted. Rich Dunne 2021-05-09 11:59:25 -06:00
  • ff302d998d Added null check for vehicle being checked for collection Rich Dunne 2021-05-09 11:57:45 -06:00
  • 277a03edf4 Updated version Rich Dunne 2021-05-09 11:57:17 -06:00
  • 6a933f82d3 Removed unused code. Changed ImportPath to UIMenuItem Rich Dunne 2021-05-09 11:57:11 -06:00
  • 8d2ba32c2b Rename method for consistency Rich Dunne 2021-05-09 11:56:46 -06:00
  • 529f294e1a Added DeleteVehicle and DeletePed commands Rich Dunne 2021-05-07 04:12:59 -06:00
  • ea3c3acff0 Updated object reference Rich Dunne 2021-05-07 04:09:35 -06:00
  • eb77107edf Refactored user keypress logic, updated some method names to be more clear Rich Dunne 2021-05-07 04:09:21 -06:00
  • 7d1aa35f19 Renamed PathXMLManager to Serializer Rich Dunne 2021-05-07 04:08:18 -06:00
  • 33bc15340d Added IsNearCollectorWaypoint and IsValidForPathCollection methods Rich Dunne 2021-05-07 04:08:05 -06:00
  • b2ce6f5598 Added Deleting state Rich Dunne 2021-05-07 04:07:34 -06:00
  • f66f348c63 Updated namespace references Rich Dunne 2021-05-07 04:07:19 -06:00
  • d552235d4b Updated namespace references Rich Dunne 2021-05-07 04:06:21 -06:00
  • 248c2ad30f Updated menu item description Rich Dunne 2021-05-07 04:06:08 -06:00
  • 1be5bea839 Refactored driver options to separate menu Rich Dunne 2021-05-07 04:05:35 -06:00
  • 4e2fbe7afe Added menu item for Driver Manager menu. Renamed menu items Rich Dunne 2021-05-07 04:05:13 -06:00
  • 7fc1a4f8e6 Updated namespace references Rich Dunne 2021-05-07 04:04:47 -06:00
  • f415c2b69e Fixed references from path name refactor Rich Dunne 2021-05-07 04:04:30 -06:00
  • 7a5ffe3317 Updated Export Path menu item description. Rich Dunne 2021-05-07 04:03:48 -06:00