15
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 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
Fix Python 3.12 issues More... 12 months ago
fix compile errors (#4822)
geoffthemedio
as Geoff
More... 12 months ago
-add Clr::Hex() converter -templatize ArrEq More... 12 months ago
-store TextElement widths as int8_t -store Glyph offset, bearing, advance, and width as int8_t -check offset, bearing, and advance when creating Glphys -store Font space width as int8_t More... 12 months ago
accessors More... 12 months ago
remove unnecessary glColor More... 12 months ago
glColor -> RenderState More... 12 months ago
-always pass in RenderState to Font::RenderText -initialize text rendering colour in RenderState rather than via glColor calls More... 12 months ago
-safety checks -grooming More... 12 months ago
Implement CreateField effect in FOCS Python parser More... 12 months ago
store offsets in Substring as uint32_t instead of std::ptrdiff_t More... 12 months ago
const More... 12 months ago
quiet warning More... 12 months ago
static constexpr More... 12 months ago
-make tags static const -make tag 0 explicit More... 12 months ago
store and pass Font::TextElement by value instead of in shared_ptr More... 12 months ago
grooming More... 12 months ago
-remove separate FormattingTag FormattingTag and just have storage for tag_name and params in every TextElement -create (some) TextElement with pre-created Substring rather than modifying in-place More... 12 months ago
quiet warning More... 12 months ago
-avoid redundant offset -> iterator -> offset calculations -grooming / inlining More... 12 months ago
Fix division by zero when AI has researched everything (#4833) More... 12 months ago
-store TextElementType instead of bool flags -support constructing a TEXT TextElement directly from a Substring More... 12 months ago
const More... 12 months ago
grooming More... 12 months ago
grooming More... 12 months ago
const More... 12 months ago
grooming More... 12 months ago
pass format flags by value More... 12 months ago
grooming More... 12 months ago
add a LineData constructor raking an Alignment More... about 1 year ago