15
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sort imports with ruff in Python FOCS scripts More... almost 2 years ago
-simplify species likes/dislikes effects macro to remove planet requirement for scope -add macros to adjust a single species empire opinion, or all species but that species -make species baseline opinion be determined by the baseline stability rule -modify species baseline stability modifier to only apply when unowned -add effects to make species like empires that adopted Divine Authority if they are the capital species, and to dislike those empires if they are another species More... almost 2 years ago
convert policy dislike stability effects into species empire opinion effects More... almost 2 years ago
-fix potential crash if requesting a very high number of matched objects with SortedNumberOf -add SortedNumberOf variant that uses string-valued sort key More... almost 2 years ago
[AI] sort imports (#4472) More... almost 2 years ago
parsing for SortingMethod::SORT_UNIQUE without without a number of objects to select More... almost 2 years ago
[AI] Replace flake8 with ruff (#4460) More... almost 2 years ago
implement SortingMethod::SORT_UNIQUE in TransferSortedObjects More... almost 2 years ago
-use switch instead of if/else -WIP implementing SortingMethod::SORT_UNIQUE More... almost 2 years ago
rework TransferSortedObjects using vector and flat_map rather than multimap, and nth_element, remove, and transform More... almost 2 years ago
github/ISSUE_TEMPLATE/release: Clarify metadata release update More... almost 2 years ago
packaging: Update releases in appdata metainfo More... almost 2 years ago
Disable Godot on Manjaro More... almost 2 years ago
move empire opinions to separate .macros file More... almost 2 years ago
adding initial opinion effects macros More... almost 2 years ago
unchecked implementations of SetSpeciesSpeciesOpinion and SetSpeciesEmpireOpinion More... almost 2 years ago
test opinion effects More... almost 2 years ago
grooming More... almost 2 years ago
-add target bool parameters to SpeciesManager::SpeciesEmpireOpinion and ::SpeciesSpeciesOpinion -check variable_name and pass flag accordingly in ValueRef::ComplexVariable<double>::Eval -pass in SetSpeciesEmpireOpinion::Execute and SetSpeciesSpeciesOpinion::Execute when looking up current value of target meter -make parser recognize SpeciesEmpireTargetOpinion and SpeciesSpeciesTargetOpinion More... almost 2 years ago
grooming, use transform, don't move from raw pointer More... almost 2 years ago
de-template DispatchEffectsGroupScopeEvaluations More... almost 2 years ago
parsing for setting species target opinions More... almost 2 years ago
fix comments More... almost 2 years ago
add parsing for capitals of a specified empire More... almost 2 years ago
remove logging More... almost 2 years ago
warning reduction More... almost 2 years ago
Disable Python framework on MacOS More... almost 2 years ago
Update python version to 3.8.12 More... almost 2 years ago
expose if a production item is marked to remove from queue to Python API More... almost 2 years ago
-use flat_map and flat_set for species data in SpeciesManager -tweak constructor(s) -split SpeciesManager serialization into separate file -remove SetSpeciesEmpireOpinions and SetSpeciesSpeciesOpinion fallback code since previous versions never set those values, so there's nothing to forward convert -implement ResetSpeciesTargetOpinions and BackPropagateOpinions -remove species population counter from SpeciesManager More... almost 2 years ago