Torsten Schulz (local)
|
88eda493ff
|
Verbessere Logik zur Berechnung von Reputation und Ehezufriedenheit: Aktualisiere die Kategorien und täglichen Deltas für Reputation und Ehezufriedenheit basierend auf Standsgruppen, um die Auswirkungen von Liebschaften präziser darzustellen. Füge Dokumentation zu Standsgruppen und deren Effekten hinzu.
Deploy yourpart (blue-green) / deploy (push) Successful in 1m31s
|
2026-05-21 11:01:41 +02:00 |
|
Torsten Schulz (local)
|
342eb512b4
|
Füge Logik zur Berechnung von Reputation und Ehezufriedenheit basierend auf Liebschaften hinzu: Implementiere Funktionen zur Bewertung der Standsgruppe und zur Berechnung täglicher Deltas für Reputation und Ehezufriedenheit, um die Auswirkungen von Liebschaften auf die Beziehungen zu berücksichtigen.
Deploy yourpart (blue-green) / deploy (push) Successful in 1m30s
|
2026-05-21 10:54:28 +02:00 |
|
Torsten Schulz (local)
|
773665635d
|
Behebe unnötige Zählvariablen und verbessere die Lesbarkeit in mehreren Modulen: Entferne die Zählvariable für Transporte in DirectorWorker, optimiere die Filterung in FalukantFamilyWorker und passe die Bedingungen in FalukantServants und Underground an, um die Lesbarkeit zu erhöhen.
Deploy yourpart (blue-green) / deploy (push) Successful in 1m34s
|
2026-05-21 09:42:12 +02:00 |
|
Torsten Schulz (local)
|
43cb58294c
|
Verbessere Fehlerbehandlung in Transport- und Produktionslogik: Optimiere die Bedingungen für den Transportstart und die Verarbeitung abgeschlossener Produktionen, um die Lesbarkeit zu erhöhen und Fehler effizienter zu handhaben.
Deploy yourpart (blue-green) / deploy (push) Successful in 1m24s
|
2026-05-21 09:38:02 +02:00 |
|
Torsten Schulz (local)
|
87f6e7315d
|
Aktualisiere Logik zur Schwangerschaftsplanung: Ändere die Intervalle für die Schwangerschaftsplanung in den SQL-Abfragen auf 18 Stunden und entferne nicht benötigte Abfragen zur Geburt. Dies verbessert die Einhaltung der Regel, dass eine Mutter pro Kalendertag nur ein Kind gebären kann.
Deploy yourpart (blue-green) / deploy (push) Successful in 1m44s
|
2026-05-21 09:31:02 +02:00 |
|
Torsten Schulz (local)
|
b0ee0da722
|
Add logic to prevent multiple births for mothers in a single day: Implemented a new SQL query to check if a mother has already given birth today. Updated the FalukantFamilyWorker and UserCharacterWorker to utilize this check, enhancing the birth registration process and ensuring compliance with the new birth rule.
Deploy yourpart (blue-green) / deploy (push) Successful in 1m35s
|
2026-04-14 07:50:56 +02:00 |
|
Torsten Schulz (local)
|
2cca0da750
|
Update version and edition in Cargo.toml; enhance breakup risk management in FalukantFamilyWorker: Added logic to automatically deactivate low-affection relationships and notify users of high breakup risks. Updated SQL queries to support these changes.
Deploy yourpart (blue-green) / deploy (push) Failing after 3s
|
2026-04-13 12:21:35 +02:00 |
|
Torsten Schulz (local)
|
7043e8d90c
|
Update production certificate logic for more frequent recalculations: Changed the certificate recalculation interval to approximately once per minute, updated related documentation, and adjusted the FalukantFamilyWorker to reflect these changes. Enhanced the UI WebSocket documentation to clarify the conditions under which production certificates are refreshed.
Deploy yourpart (blue-green) / deploy (push) Successful in 2m56s
|
2026-04-10 08:43:19 +02:00 |
|
Torsten Schulz (local)
|
731c39dfa4
|
Implement daily political salary management: Introduced a new function run_daily_political_salary to calculate and distribute daily salaries for players with active political offices, utilizing configured values or fallback based on office rank. Updated SQL queries to support this functionality, including checks for the readiness of the necessary database column. Enhanced the PoliticsWorker to trigger daily salary processing, ensuring timely updates for users. Improved documentation for clarity on the new salary management features and their integration into the existing political benefits system.
Deploy yourpart (blue-green) / deploy (push) Successful in 2m51s
|
2026-04-07 15:24:12 +02:00 |
|
Torsten Schulz (local)
|
ac024a8d14
|
Implement political benefits management in FalukantFamilyWorker and SQL: Introduced a new structure for handling lover relationships, including political slots and reputation ticks. Updated SQL queries to support political benefits, ensuring proper handling of appointments and reputation gains. Enhanced the FalukantFamilyWorker logic to manage free political slots and maintain relationships effectively. Improved documentation for clarity on the new political benefits features and their integration into the existing system.
Deploy yourpart (blue-green) / deploy (push) Successful in 2m55s
|
2026-04-02 15:46:37 +02:00 |
|
Torsten Schulz (local)
|
b3578c65b8
|
Enhance production certificate logic and event handling: Updated the daily recalculation process in FalukantFamilyWorker to decouple it from family migration, ensuring consistent execution. Introduced a new mechanism to reset certificates upon succession without heirs, improving user experience. Refined SQL queries for better data retrieval and event publishing, including distinct character selection logic. Enhanced documentation for clarity on the updated processes and their implications.
Deploy yourpart (blue-green) / deploy (push) Successful in 2m55s
|
2026-03-31 10:29:05 +02:00 |
|
Torsten Schulz (local)
|
65772fb7de
|
Implement marriage pregnancy management in UserCharacterWorker: Added SQL queries for handling marriage-related births and conception updates. Refactored pregnancy processing logic to accommodate new marriage pregnancy features, including checks for migration readiness and streamlined delivery processing. Enhanced documentation for clarity on marriage pregnancy mechanics.
|
2026-03-25 11:56:25 +01:00 |
|
Torsten Schulz (local)
|
083fa26297
|
Refactor Falukant certificate management: Consolidated certificate logic into the FalukantFamilyWorker's daily processing, removing the separate FalukantCertificateWorker. Updated SQL queries to include app_user_id and enhanced documentation for clarity on certificate scoring and daily recalculation logic.
|
2026-03-25 11:12:55 +01:00 |
|
Torsten Schulz (local)
|
e811ec6264
|
Integrate debt management features into Falukant daemon: Added falukant_debtors module for handling debtor logic, including daily processing and SQL queries for managing debtors' status and actions. Updated FalukantFamilyWorker to incorporate debtor checks and error handling, enhancing financial interactions and family dynamics.
|
2026-03-23 11:56:12 +01:00 |
|
Torsten Schulz (local)
|
708ffc3eda
|
Refactor Falukant daemon logic for time-based processing: Updated the handling of monthly servant costs and lover installments to align with the new game time model, introducing a unified "Monatstick" concept for cost calculations. Enhanced SQL queries and worker logic to ensure accurate processing every 2 hours, improving financial interactions and family dynamics.
|
2026-03-23 10:11:49 +01:00 |
|
Torsten Schulz (local)
|
c82fbc0f7c
|
Implement lover installment logic in FalukantFamilyWorker: Added support for processing lover maintenance payments every 2 hours, including new SQL queries for installment tracking and updates to relationship states. Enhanced WebSocket events to notify UI of installment changes, improving family dynamics and financial interactions.
|
2026-03-23 10:01:34 +01:00 |
|
Torsten Schulz (local)
|
fe0361971d
|
Enhance Falukant family and production dynamics: Updated FalukantFamilyWorker to include public stability and household tension calculations, integrating new SQL queries for managing marriage states and household attributes. Added FalukantCertificateWorker for production certificate management, enhancing overall family interaction and production tracking.
|
2026-03-23 09:02:51 +01:00 |
|
Torsten Schulz (local)
|
d921dc2f7e
|
Integrate servant management into Falukant family dynamics: Added support for servant-related logic in FalukantFamilyWorker, including daily and monthly processing of servant data. Updated SQL queries to handle servant attributes and integrated servant discretion modifiers into relationship calculations, enhancing family interaction and satisfaction tracking.
|
2026-03-22 10:09:26 +01:00 |
|
Torsten Schulz (local)
|
ac5ec3a245
|
Enhance Falukant family dynamics: Updated the FalukantFamilyWorker to incorporate marriage buffs and detailed age rules for relationships. Added new WebSocket events for real-time updates and expanded SQL queries to support marriage state and buff management, improving overall family interaction and satisfaction tracking.
|
2026-03-20 11:02:28 +01:00 |
|
Torsten Schulz (local)
|
6a5ff4557e
|
Add FalukantFamilyWorker and related SQL queries: Introduced the FalukantFamilyWorker to manage family-related logic, including marriage satisfaction and relationship states. Added new SQL queries for handling lover relationships and marriage updates, enhancing the overall functionality of family dynamics in the application.
|
2026-03-20 10:26:15 +01:00 |
|