aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/bitmap.cpp
AgeCommit message (Expand)Author
2011-09-11CGE: Fix formatting of operator overloadingStrangerke
2011-09-09CGE: Remove some static variables from fileIOStrangerke
2011-09-09CGE: Remove XFile, rename some membersStrangerke
2011-09-06CGE: Take into account some of LordHoto's commentsStrangerke
2011-08-27CGE: remove jbw.h, some clean upStrangerke
2011-08-27CGE: Move IO classes to a separated source fileStrangerke
2011-08-21CGE: Remove a useless pragma, and any code related to writing dataStrangerke
2011-08-20CGE: Another few formatting tweaks.Alyssa Milburn
2011-08-19Merge branch 'soltys_wip2' of https://github.com/Strangerke/scummvm into solt...Alyssa Milburn
2011-08-19CGE: clean up bitmap class. Suppress useless methods, functions, defines...Strangerke
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-19CGE: Endian-swap VBM headers on load if needed.Alyssa Milburn
2011-08-19CGE: Endian-swap the contents of block descriptions.Alyssa Milburn
2011-08-13CGE: silent valgrind warningsStrangerke
2011-08-06CGE: Fix mismatched delete in Bitmap::_vPaul Gilbert
2011-08-06Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into soltys_wip2Strangerke
2011-08-05CGE: Fix mismatched memory free.Paul Gilbert
2011-08-02CGE: Rename some more definesStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-25CGE: Replace 'no core' checks by assertsStrangerke
2011-07-21CGE: Rename some more constants, remove some useless onesStrangerke
2011-07-20CGE: Rename Debug channel constantsStrangerke
2011-07-19CGE: rename constants in bitmapStrangerke
2011-07-19CGE: Remove macro farnewStrangerke
2011-07-18CGE: Add debug channels (WIP)Strangerke
2011-07-12CGE: Suppress isVga() and memType()Strangerke
2011-07-12CGE: Implement snGhost by splitting _m field in two. Some cleanup.Strangerke
2011-07-10CGE: Fixed more free/delete[] mismatches identified by ValgrindPaul Gilbert
2011-07-07CGE: Cleanup and renaming. Also move some static and global functions to CGEE...Strangerke
2011-07-03CGE: Fix some memory leaksPaul Gilbert
2011-07-03CGE: Fixed code using memory overruns to do duplicationPaul Gilbert
2011-07-03CGE: Fixed GCC compiler warningsPaul Gilbert
2011-07-03CGE: Removed C standard library includesPaul Gilbert
2011-07-02CGE: Fix for crash in BITMAP::solidAt when negative co-ordinates passedPaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-01CGE: Palette fixes so that first screen shows correctlyPaul Gilbert
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: Misc cleanup (provided by Digitall)Strangerke
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-27Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cgePaul Gilbert
2011-06-27CGE: Beginnings of work on graphics supportPaul Gilbert
2011-06-26CGE: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-19CGE: Fix compilation under GCCeriktorbjorn
2011-06-13CGE: Fix several issues reported by CPPCHECKStrangerke
2011-06-13CGE: Cleanup: also remove trailing tabsStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-11CGE: Remove DROP() macroStrangerke
2011-06-11CGE: Stubbing and cleanup made by SylvainTVStrangerke