Updated Documentation & Refactor Task Module #8

Merged
J.Schmidt92 merged 3 commits from master into feature/surrealdb-storage 2026-04-18 11:57:33 -05:00

3 Commits

Author SHA1 Message Date
Jacob Schmidt
9d789440e0 Enhance documentation and functionality across various server addons
- Updated README.md files for extension, garage, locker, main, organization, phone, store, and task addons to provide clearer overviews, dependencies, main components, and usage notes.
- Improved task module documentation to clarify timer semantics and server task flows, ensuring accurate usage of time limits.
- Adjusted default values for task time limits and IED timers to enforce positive countdown requirements.
- Added new CAD addon for dispatch coordination, including its overview, dependencies, main components, and event handling.
2026-04-18 11:55:19 -05:00
Jacob Schmidt
5576cc4746 Refactor task modules for improved parameter handling and logging
- Updated fnc_defuseModule, fnc_deliveryModule, fnc_destroyModule, fnc_hostageModule, fnc_hvtModule to enhance parameter retrieval and logging.
- Introduced error handling for missing task IDs across modules.
- Consolidated task initialization logic into fnc_startTask for better maintainability.
- Added fnc_cargoModule as a sync target for cargo entities in delivery tasks.
- Improved logging to provide clearer insights into task parameters and synced entities.
2026-04-17 19:34:21 -05:00
8b5d1bdf76 Merge pull request 'Refactor store module: rename StoreStore to StorefrontStore, update initialization and checkout logic, and enhance documentation' (#7) from feature/surrealdb-storage into master
Reviewed-on: #7
2026-04-17 18:15:49 -05:00