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
rename member to clarify More... about 1 year ago
inlining More... about 1 year ago
trivial grooming More... about 1 year ago
grooming More... about 1 year ago
grooming More... about 1 year ago
[FOCS] Rename scripting common to macroses (#4792) More... about 1 year ago
Convert buildings/ABANDON_OUTPOST.focs (#4809) More... about 1 year ago
use boost::unordered_map unstead of std::unordered_map for Glyph storage More... about 1 year ago
std::uint*_t -> uint*_t More... about 1 year ago
-store RenderState info as (u)int8_t. 255 or +/- 127 should be enough levels of nesting tags -use std::array instead of C arrays -use a shared RenderState and RenderCache when none are supplied to Font::RenderText. Not thread safe, but shouldn't be rendering in multiple threads anyway. More... about 1 year ago
-don't drop/delete buffer when clearing GLClientAndServerBufferBase -remove seemingly redundant tracking of size of GLClientAndServerBufferBase -add optional usage hint parameter to createServerBuffer More... about 1 year ago
pass flag name as string_view More... about 1 year ago
-make MINIMIZABLE, CLOSABLE, and PINABLE flag definitions inline constexpr -grooming More... about 1 year ago
-store RenderCache by value -store members of RenderCache by value -grooming More... about 1 year ago
array store overloads for GLClientAndServerBufferBase classes More... about 1 year ago
-pass / store block factories maps as a vector / by value -reorder some member variable declarations More... about 1 year ago
-avoid re-calculating text_elements in MultiEdit::SetText by passing to TextControl::SetText -join same-result cases in if -const More... about 1 year ago
-store and pass Texture coords in std::array -inlining More... about 1 year ago
store Glyph size and position info with int16_t More... about 1 year ago
noexcept More... about 1 year ago
const More... about 1 year ago
-const -grooming More... about 1 year ago
-const -noexcept -inlining More... about 1 year ago
minor grooming More... about 1 year ago
grooming, const More... about 1 year ago
Add comparison of int & condition operator to Python FOCS parser More... about 1 year 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... about 1 year ago
Fix depricated method usage in cmake helper script Fixes #4804 More... about 1 year 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... about 1 year ago
const More... about 1 year ago