2025-08-12 16:36 CEST

spring: develop 6815adee Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
-jk- -jk- develop 2010-11-09 02:02:58 develop 2ce495f5
Changeset small optimizations & additions to CBitmap
* copy whole lines in ReverseYAxis (>20x faster!)
* removed unused CreateMipmapLevel
* added CopySubImage(CBitmap src, int xpos, int ypos)
* replaced SetTransparent() with a faster one
* new SColor union
* use those new functions in BasicTreeDrawer
mod - rts/Rendering/Env/BasicTreeDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/BasicTreeDrawer.h Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.cpp Diff ] File ]
mod - rts/Rendering/Textures/Bitmap.h Diff ] File ]
add - rts/System/Color.h Diff ] File ]