aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Expand)Author
2011-07-03CGE: Bugfix for keyboard entryPaul Gilbert
2011-07-03CGE: Implemented code for game tickPaul Gilbert
2011-07-03CGE: Some more renaming (WIP)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: Fix GCC compiler warningsPaul Gilbert
2011-07-03CGE: Removed C standard library includesPaul Gilbert
2011-07-03CGE: Removed code for boot sector based copy protection checkPaul Gilbert
2011-07-03CGE: Implemented BITMAP::Hide methodPaul Gilbert
2011-07-02CGE: Removed unused NumStr() function.eriktorbjorn
2011-07-02CGE: Simplify error() callseriktorbjorn
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-02CGE: Bugfix for wrapping event queue when it reaches the 256th eventPaul Gilbert
2011-07-02CGE: Fix for crash in BITMAP::solidAt when negative co-ordinates passedPaul Gilbert
2011-07-02CGE: Added code for Mouse::On and Mouse::OffPaul Gilbert
2011-07-02CGE: Hooked up mouse event handlerPaul Gilbert
2011-07-02CGE: Graceful exit rather than an errorPaul Gilbert
2011-07-02CGE: Fix naming of touch() virtual methods, and fixed keyboard handlingPaul Gilbert
2011-07-02CGE: Created an EventManager class and hooked it up to the Keyboard classPaul Gilbert
2011-07-02CGE: Changed MOUSE class from using static fields to an instantiated classPaul Gilbert
2011-07-02CGE: Added engine prefix to header file #definesPaul Gilbert
2011-07-02CGE: Merged mouse.* and keybd.* files to centralise event handlingPaul Gilbert
2011-07-02CGE: Fix problem with calculating box sizes for text stringsPaul Gilbert
2011-07-02CGE: Bugfix to correctly reset wait timeouts when donePaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-01CGE: Reimplemented game timer from using thread to using getMillis()Paul Gilbert
2011-07-01CGE: Fix initialisation of the MOUSE classPaul Gilbert
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: Removed Mouse from VGA::ShowQ to prevent crashes in the movie playerPaul Gilbert
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-28CGE: Fix SVG0FILE define to point to INI_FILE classPaul Gilbert
2011-06-28CGE: Fix for displaying non full-screen bitmapsPaul Gilbert
2011-06-28CGE: Fix initialisation of the TALK classPaul Gilbert
2011-06-28Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cgePaul Gilbert
2011-06-28CGE: Bitmap now shows correctlyPaul Gilbert
2011-06-27CGE: Fix some GCC compile errors and warnings.eriktorbjorn
2011-06-27CGE: Getting closer to properly showing bitmap imagesPaul Gilbert
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-27CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in severa...Strangerke
2011-06-26CGE: get rid of memicmpStrangerke
2011-06-26CGE: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-26CGE: Bugfix for scanning archive index in BTFILE classPaul Gilbert
2011-06-26CGE: Implemented basic file access functionalityPaul Gilbert
2011-06-22CGE: suppress a couple of static, add ProgName and MergeExtStrangerke