ClanLib v3.0.1 Release Notes

Release Date: 2013-12-11 // over 10 years ago
  • ๐Ÿš€ Release Date: 9 December 2013.

    ๐Ÿ‘€ See breaking changes.

    clanCore

    ๐Ÿ›  Fixed JsonValue bug with boolean assignment
    Added WorkQueue::get_items_queued()

    clanDisplay

    ๐Ÿ›  Fixed bug with the ClanLib batchers, that caused a memory overflow error when more than 4 textures are batched.
    ๐Ÿ›  Fix freetype font loader using bitmap fonts (thanks to ElGrotto)
    Apply Nightwind0 patch for Loading TTF fonts from resources in 3.0

    clanGUI

    โž• Added GUIComponent.set_style
    Implement the Label::set_text_color, using set_style()
    ๐Ÿ‘ Allow any GUI Component or GUI ThemePart to add additional CSS styles via the PropertyValue classes