This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
yourpart-daemon
Watch
1
Star
0
Fork
0
You've already forked yourpart-daemon
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
407cdd9bdc0caa274c6acce77dd1bd62ec6bb5b6
yourpart-daemon
/
src
/
worker
History
Torsten Schulz (local)
407cdd9bdc
Add transport planning functionality in DirectorWorker: Introduced logic for planning transports for inventory items, including new SQL queries for fetching regional worth and available transport vehicles. Enhanced inventory management by updating quantities based on transport outcomes and improved logging for transport planning decisions.
2025-11-26 16:21:11 +01:00
..
base.rs
Add TransportWorker and enhance logging: Introduced TransportWorker to the worker module and improved shutdown logging in the daemon for better visibility during system termination. Updated watchdog thread sleep mechanism for quicker shutdown response and refined error handling in DbError conversion to include SQLSTATE as a string.
2025-11-26 16:03:27 +01:00
character_creation.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
director.rs
Add transport planning functionality in DirectorWorker: Introduced logic for planning transports for inventory items, including new SQL queries for fetching regional worth and available transport vehicles. Enhanced inventory management by updating quantities based on transport outcomes and improved logging for transport planning decisions.
2025-11-26 16:21:11 +01:00
house.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
mod.rs
Add TransportWorker and enhance logging: Introduced TransportWorker to the worker module and improved shutdown logging in the daemon for better visibility during system termination. Updated watchdog thread sleep mechanism for quicker shutdown response and refined error handling in DbError conversion to include SQLSTATE as a string.
2025-11-26 16:03:27 +01:00
politics.rs
Add office gap management: Introduced new queries and logic in PoliticsWorker to identify and create elections for office type/region combinations with insufficient seats. Implemented trimming of excess offices to ensure compliance with configured seat limits. Updated UserCharacterWorker to delete political offices and maintain seat integrity post-deletion.
2025-11-24 09:25:30 +01:00
produce.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
simple.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
stockage_manager.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
transport.rs
Add TransportWorker and enhance logging: Introduced TransportWorker to the worker module and improved shutdown logging in the daemon for better visibility during system termination. Updated watchdog thread sleep mechanism for quicker shutdown response and refined error handling in DbError conversion to include SQLSTATE as a string.
2025-11-26 16:03:27 +01:00
underground.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
user_character.rs
Add office gap management: Introduced new queries and logic in PoliticsWorker to identify and create elections for office type/region combinations with insufficient seats. Implemented trimming of excess offices to ensure compliance with configured seat limits. Updated UserCharacterWorker to delete political offices and maintain seat integrity post-deletion.
2025-11-24 09:25:30 +01:00
value_recalculation.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00