Changes between Version 2 and Version 3 of Ticket #129


Ignore:
Timestamp:
Sep 7, 2006, 3:07:10 PM (18 years ago)
Author:
Matei
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #129 – Description

    v2 v3  
    1313cursors also require runtime conversion. ironically enough, being DDS means they have to be converted back to TGA's BGR ordering (required by Windows for cursors)~~ Release mode: 5ms
    1414
    15 * CSimulation init: 5000ms
     15* ~~CSimulation init: 5000ms~~ Now about 600ms.
    1616
    1717* font load: 350ms (total for 12 fonts) mostly spent building display lists. Better to store coords and render quads in immediate mode? Or use vertex arrays?