15
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 06, 2024 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow Traffic Control/Lighthouses to work for peaceful/allied empires (#4932) More... 10 days ago
-add separate Fleet functions to truncate at first or last occurrence of a system id -comment out code in HandleFleetMovement that truncates fleet routes since the end of the valid part of a route could be anywhere along it, not just at the first or last occurrence of the last system ID on the path More... 10 days ago
add info to Fleet::Dump More... 10 days ago
swap save file order in list More... 10 days ago
Update fr.txt More... 16 days ago
tpyo More... 17 days ago
expose hull detection to Python API (#4916)
geoffthemedio
as Geoff
More... 18 days ago
add turn 1 species unlocks to pedia (#4927) More... 18 days ago
quiet warning More... 18 days ago
Rework Centralization (#4918) More... 18 days ago
quiet warnings More... 18 days ago
quiet warning More... 18 days ago
grooming More... 18 days ago
-make Row::SortKeyType a const std::string& instead of by-value string -devirtualize Row::at and add a const overload -move DefaultRowCmp into .cpp file -grooming -default initializations -reorder members to reduce padding More... 18 days ago
remove broken CodeQL build More... 18 days ago
restrict static_assert to >= C++20 (except in MSVC where __cplusplus isn't correctly set by default) More... 18 days ago
-final -grooming -noexcept -cache font height More... 18 days ago
-grooming -[[nodiscard]] -noexcept -default initialize member More... 18 days ago
-simplify unused sort key generation -[[nodiscard]], noexcept -grooming More... 18 days ago
-use .data() instead of &container[0] -grooming More... 19 days ago
simplify and constexperify projection matrix setup More... 19 days ago
-constexprify Clr to chars functions more -add tests More... 19 days ago
static_assert noexcept More... 19 days ago
string access tests More... 19 days ago
tweak SubString data(), begin(), and end() pointer manipulation to be noexcept (ie. don't use std::next) and to check for nullptr before dereferencing More... 19 days ago
grooming More... 23 days ago
-noexcept -const -grooming More... 24 days ago
remove #include More... 24 days ago
use std::to_string whenever available More... 24 days ago
make catch general More... 24 days ago