aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRendererSpec.cpp
AgeCommit message (Collapse)Author
2008-09-20Fixed warnings.Johannes Schickel
svn-id: r34609
2008-09-19Unrolled a loop.Vicent Marti
Misc fixes. svn-id: r34604
2008-09-10Fixed bottleneck: Screen dimming.Vicent Marti
svn-id: r34482
2008-09-07Misc performance fixes.Vicent Marti
svn-id: r34398
2008-09-05Fixed severe bottleneck in the XML Parser code.Vicent Marti
Applied Max's patch for character drawing. Added new FP squareroot function. svn-id: r34354
2008-09-05Fixing a typo :)Max Horn
svn-id: r34342
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
svn-id: r34285
2008-09-01Use memcpy instead of hand-rolled colorCopy (on many systems, memcpy is ↵Max Horn
hand-optimized asm or even a compiler built-in and *way* faster than any C code you could roll yourself -- it's way faster on my system, too) svn-id: r34238
2008-08-31Split VectorRenderer interface from custom vector renderers.Vicent Marti
svn-id: r34226