15
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 18 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-don't drop/delete buffer when clearing GLClientAndServerBufferBase -remove seemingly redundant tracking of size of GLClientAndServerBufferBase -add optional usage hint parameter to createServerBuffer More... 4 months ago
pass flag name as string_view More... 4 months ago
-make MINIMIZABLE, CLOSABLE, and PINABLE flag definitions inline constexpr -grooming More... 4 months ago
-store RenderCache by value -store members of RenderCache by value -grooming More... 4 months ago
array store overloads for GLClientAndServerBufferBase classes More... 5 months ago
-pass / store block factories maps as a vector / by value -reorder some member variable declarations More... 5 months ago
-avoid re-calculating text_elements in MultiEdit::SetText by passing to TextControl::SetText -join same-result cases in if -const More... 5 months ago
-store and pass Texture coords in std::array -inlining More... 5 months ago
store Glyph size and position info with int16_t More... 5 months ago
noexcept More... 5 months ago
const More... 5 months ago
-const -grooming More... 5 months ago
-const -noexcept -inlining More... 5 months ago
minor grooming More... 5 months ago
grooming, const More... 5 months ago
Add comparison of int & condition operator to Python FOCS parser More... 5 months ago
-use vector to return tag parameters -make parsing one key="value" pair constexpr -remove checks for escape character when parsing tag parameters -pass strings as string_view -grooming More... 5 months ago
Fix depricated method usage in cmake helper script Fixes #4804 More... 5 months ago
-separate default and customized tags in Font -store custom registered tags as vectors of string_view and default tags as array of string_view -pass tags to register to Font as a vector<string_view> instead of a separate call per tag -use sorted vectors instead of std::set for comparing charsets -pass string_view to lookup Font and store Font -store Fonts in a vector instead of map -const -> static const -make default font name constexpr string_view More... 5 months ago
const More... 5 months ago
Test Python FOCS building parser More... 5 months ago
Fix experimental g++ on Debian sid CI More... 5 months ago
Start to convert buildings in test scripting to Python FOCS More... 5 months ago
-replace AddOpenTag taking a pointer with two overloads taking no (extra) parameter or taking a reference -const More... 5 months ago
-grooming -noexcept More... 5 months ago
Finish building parser test More... 5 months ago
unnecessary #include More... 5 months ago
Test more buildings fields More... 5 months ago
grooming More... 5 months ago
move const regexes to anonymous namespace More... 5 months ago