Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star Star

News

At a Glance

Changes between Version 27 and Version 28 of WikiStart

Show
Ignore:
Author:
lloydw (IP: 24.82.134.185)
Timestamp:
12/02/10 13:22:03 (7 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    66<div id="content-middle"> 
    77<div class="post"> 
     8<div class="post"> 
     9<h2>libRocket 1.2.1 Released.</h2> 
     10<p class="date">01 Dec 2010</p> 
     11<p> 
     12<strong>Features</strong> 
     13<ul> 
     14  <li>Added SFML sample (Thanks to Nuno Silva)</li> 
     15  <li>Added CMake files for Mac, Linux and Windows (not fully tested on Windows, Thanks to Hilton Medeiro)</li> 
     16  <li>Added Xcode project for iOS and OSX</li> 
     17  <li>Upgraded to Freetype 2.4.3</li> 
     18  <li>Upgraded Ogre sample for Ogre 1.7.2</li> 
     19</ul> 
     20 
     21<strong>API Changes:</strong> 
     22<ul> 
     23  <li>All handle types have been changed for void*'s to uintptr_t's for better 64bit support</li> 
     24</ul> 
     25 
     26<strong>Fixes:</strong> 
     27<ul> 
     28  <li>Fixed stack overflow in treeview</li> 
     29  <li>Fixed Rocket::Core::Variant trample in 64bit version, due to Rocket::Core::String being bigger than 16 bytes (Thanks to Hilton Medeiro)</li> 
     30  <li>Fixed 64bit pointer to string conversion used in the Font system</li> 
     31</ul> 
     32</p> 
     33</div> 
    834<h2>Linux compilation fixed and CMake build script included.</h2> 
    935<p class="date">09 Nov 2010</p>