aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-07-05CGE: Fix synchronising Sprite::_seqPtr to be a signed int16Paul Gilbert
2011-07-05CGE: _hero isn't meant to be instantiated during the engine setupPaul Gilbert
2011-07-05CGE: Implement random number sourcePaul Gilbert
2011-07-05CGE: Bugfix for ProgName methodPaul Gilbert
2011-07-05CGE: Converted loadGame to use the ScummVM serialiserPaul Gilbert
2011-07-05CGE: Started work on endifying savegame loadingPaul Gilbert
2011-07-04CGE: This ends the first renaming pass. Also move some functions to CGEEngineStrangerke
2011-07-03CGE: Even more renaming (WIP)Strangerke
2011-07-03CGE: Compilation fix after mergePaul Gilbert
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-29Merge branch 'master' of github.com:scummvm/scummvm into soltys_wip2Strangerke
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-28LASTEXPRESS: Make SoundEntry members privateLittleboy
2011-06-28LASTEXPRESS: Cleanup commentsLittleboy
2011-06-28LASTEXPRESS: Move Sound class to the sound folderLittleboy
2011-06-28LASTEXPRESS: Move sound queue related functions to a separate classLittleboy
2011-06-28LASTEXPRESS: Move more entry-related functions to Entry classLittleboy
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke