-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge for wine addon #1
Commits on Aug 1, 2024
-
Refactor nofFarmhand work start handling
Translate comments and improve naming and comments
Configuration menu - View commit details
-
Copy full SHA for e49168f - Browse repository at this point
Copy the full SHA e49168fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c20d0 - Browse repository at this point
Copy the full SHA a7c20d0View commit details -
Remove
IsPointAvailable
from nofFarmhandOnly used in one place and includes costly PointQuality calculation which needs to happen twice due to this.
Configuration menu - View commit details
-
Copy full SHA for 2b185e1 - Browse repository at this point
Copy the full SHA 2b185e1View commit details -
Add GetPointQuality with isBeforeWork
Easier handling for derived classes that need to check for available wares.
Configuration menu - View commit details
-
Copy full SHA for 9278469 - Browse repository at this point
Copy the full SHA 9278469View commit details -
Refactor BurnedWarehous leave handling
Translate comments and use `static_vector` instead of array and size
Configuration menu - View commit details
-
Copy full SHA for fc214fb - Browse repository at this point
Copy the full SHA fc214fbView commit details -
Fix direction handling in BurnedWarehouse
The startDirection was added to a valid direction which may result in an invalid direction. Use a random index instead.
Configuration menu - View commit details
-
Copy full SHA for b7191ff - Browse repository at this point
Copy the full SHA b7191ffView commit details -
Optimize for few people in burned warehouse
Skip loop iteration if there are no people of a job. This also avoids asyncs when adding/removing jobs and improves speed by not calling RANDOM_RAND in that case.
Configuration menu - View commit details
-
Copy full SHA for 4c70585 - Browse repository at this point
Copy the full SHA 4c70585View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5de134 - Browse repository at this point
Copy the full SHA e5de134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96693e2 - Browse repository at this point
Copy the full SHA 96693e2View commit details -
Check that replay is not newer than supported
We only provide backwards compatibility. So we need to reject any newer version to avoid corrupting memory due to unexpected changes.
Configuration menu - View commit details
-
Copy full SHA for 67d57c9 - Browse repository at this point
Copy the full SHA 67d57c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 829673c - Browse repository at this point
Copy the full SHA 829673cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 532f147 - Browse repository at this point
Copy the full SHA 532f147View commit details