aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/bitmap.h
AgeCommit message (Expand)Author
2014-02-18CGE: Make GPL headers consistent in themselves.Johannes Schickel
2011-12-22CGE: Added explicit 'PACKED_STRUCT' macro to the HideDesc structurePaul Gilbert
2011-11-27CGE: Remove unused functions, moveVmap() and moveShapes().Torbjörn Andersson
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-16CGE: Move _vga to CGEEngineStrangerke
2011-09-15CGE: Transform some static and globals into class membersStrangerke
2011-09-12CGE: Remove VFile classStrangerke
2011-09-11CGE: Fix formatting of operator overloadingStrangerke
2011-09-11CGE: Remove a useless structureStrangerke
2011-09-09CGE: Remove XFile, rename some membersStrangerke
2011-09-01CGE: Take fingolfin's remark into account: suppress the two leading underscor...Strangerke
2011-08-27CGE: Move IO classes to a separated source fileStrangerke
2011-08-19CGE: clean up bitmap class. Suppress useless methods, functions, defines...Strangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-19CGE: rename constants in bitmapStrangerke
2011-07-18CGE: Add debug channels (WIP)Strangerke
2011-07-12CGE: Implement snGhost by splitting _m field in two. Some cleanup.Strangerke
2011-07-02CGE: Added engine prefix to header file #definesPaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-01CGE: Some more renaming (wip)Strangerke
2011-06-30CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-27CGE: Beginnings of work on graphics supportPaul Gilbert
2011-06-13CGE: Format codeStrangerke
2011-06-10CGE: Add namespacesStrangerke
2011-06-10CGE: Suppress typedef for byte, word and dword.Strangerke
2011-06-10CGE: Replace Boolean, TRUE and FALSE by bool, true, falseStrangerke
2011-06-10CGE: Remove far and near keywordsStrangerke
2011-06-10CGE: Add default header, fix some includesStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke