summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cwindowsbitmap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add some assert() to make tutor happymanuel2009-05-021-0/+2
|
* - colortable now uses uint32_t as identifiermanuel2009-05-021-0/+5
| | | | | | | - rewrote xpm colortable parsing to convert their identifiers to our own and vica vi - implemented indexed8::setpixel/getpixel - moved rowsize to member variable in cbitmap - added second test for xpm/indexed8
* cwindowsbitmap: seek to bitmap datamanuel2009-05-011-0/+1
| | | | cpixmap: use copy() instead of accessing array via indices
* rewrote pixmap::read to do more sanity checksmanuel2009-05-011-1/+1
|
* adding filename param to write(...)manuel2009-04-291-1/+1
|
* forgot to remove dtor...manuel2009-04-281-16/+0
|
* Moved a lot of stuff around to get abstract cbitmap workingmanuel2009-04-281-235/+0
|
* making cbitmap abstractmanuel2009-04-281-0/+382