Actions
Feature #1939
openPass enum req_problem_type to can_city_build_improvement_now()
Start date:
02/08/2026
Due date:
% Done:
0%
Estimated time:
Description
Pass enum req_problem_type to can_city_build_improvement_now() and all relevant functions that it calls. No functional changes in this patch - all callers pass RPT_CERTAIN that is the old hardcoded value.
Files
Updated by Marko Lindqvist about 1 month ago
- File 0043-Pass-enum-req_problem_type-to-can_city_build_improve.patch 0043-Pass-enum-req_problem_type-to-can_city_build_improve.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist about 1 month ago
- Blocks Feature #1941: Pass enum req_problem_type to can_city_build_unit_now() added
Updated by Marko Lindqvist 16 days ago
- Status changed from In Review to In Progress
req_problem_type still erroneously hardcoded in can_city_build_improvement_direct()
Updated by Marko Lindqvist 2 days ago
- File 0008-Pass-enum-req_problem_type-to-can_city_build_improve.patch 0008-Pass-enum-req_problem_type-to-can_city_build_improve.patch added
- Status changed from In Progress to In Review
Marko Lindqvist wrote in #note-3:
req_problem_type still erroneously hardcoded in can_city_build_improvement_direct()
Fixed
Actions