15
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed engine parts tech descriptions (#4698) More... over 1 year ago
[FOCS] Simplify typing (#4695) More... over 1 year ago
-enable or disable annexation button rather than hiding when the planet could be annexable if enough IP was available -show annexation cost on annexation cancel button More... over 1 year ago
restore effects that modify planet stability directly depending on species likes/dislikes of empires' adopted policies More... over 1 year ago
-split rules for baseline stability of planets and baseline species empire opinion of empires -always apply baseline stability modifier, not just for unowned planets More... over 1 year ago
grooming More... over 1 year ago
refactor zooming to next/previous system/fleet code (#4694)
geoffthemedio
as Geoff
More... over 1 year ago
-track last empire that annexed a planet -use that to determine for which annexation to deduct IP when updating the influence queue More... over 1 year ago
emit ResourceCenterChangedSignal instead of StateChangedSignal when setting planet annexation. this causes the influence indicator on the MapWnd to correspondingly update More... over 1 year ago
const More... over 1 year ago
safety check before using empire pointer More... over 1 year ago
don't cache ship names in Empire::NewShipName More... over 1 year ago
grooming More... over 1 year ago
Update typing, minor fixes (#4693) More... over 1 year ago
Fix Debian depenencies package name on CI More... over 1 year ago
[CI] Dont fail other docker builds when one of them fails (#4689) More... over 1 year ago
give Megalith effects different stacking groups (#4676)
geoffthemedio
as Geoff
More... over 1 year ago
[FOCS] Fix and test broken string in species name, likes and dislikes (#4687) More... over 1 year ago
[FOCS] Update readme (#4685) More... over 1 year ago
-const -grooming More... over 1 year ago
store concatenated Species tags, likes, and dislikes in a vector instead of a std::string in case small string optimization could lead to invalidated string_views into the concatenated text after moving the Species object More... over 1 year ago
Add species likes/dislikes to checksum calculation More... over 1 year ago
[FOCS] fix broken policy likes/dislikes on exobot (#4684) More... over 1 year ago
Output species likes and dislikes in dump More... over 1 year ago
-store copies, not views, of strings in vectors in SpeciesOpinion::Eval, in particular when storing a temporary string -return const reference, not string view, from SpeciesForObject More... over 1 year ago
-store TechTreeLayout Edges by value -pre-allocate space for Edges More... over 1 year ago
-re-use buffer for reading sound data, guarded with unique_lock -store Sound object at file scope -defer Sound::Impl::Enable call to when requested externally to avoid early call to GetOptionsDB -const, grooming -Debug/Error message tweaks More... over 1 year ago
trivial whitespace grooming More... over 1 year ago
-store hotkey accelerator signals by value, not pointer -make singleton HotkyeManager a file-scope local and return by reference rather than class static and return raw pointer -grooming -pass GG::Clr to MultiTurnProgressBar constructor by value More... over 1 year ago
return vector instead of raw pointer to new C-array of Texture bytes More... over 1 year ago