aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/events.cpp
AgeCommit message (Collapse)Author
2014-02-18CGE: Make GPL headers consistent in themselves.Johannes Schickel
2012-12-16JANITORIAL: Replace some spaces with tabsTorbjörn Andersson
2012-07-05CGE: Remove hack used to store keycode in CGEEventStrangerke
2012-07-03CGE: Use keycode instead of ascii valueStrangerke
2012-07-03CGE: Fix for missing inventory selection by numeric keys.D G Turner
This fixes bug #3539671.
2012-06-25CGE: Fix bug 3537530 - ALTering diceStrangerke
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
This reduces the code duplication in all client code, which formerly duplicated the querying of the plugin, game id etc. and now simply calls the newly added method runModalWithCurrentTarget() on a SaveLoadChooser object.
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
We already pass the title and process button name to the constructor of SaveLoadChooser and then do not offer any way of changing it, thus changing the edit mode of the chooser is kind of pointless and was never actually used. Instead we pass the mode on SaveLoadChooser construction now.
2012-02-22CGE: Avoid including advancedDetector.h from cge.hMax Horn
2011-11-30CGE: Simplify keyboard handlingStrangerke
2011-11-27CGE: Fix Console attach codeStrangerke
2011-11-27CGE: Hooked up the ScummVM debuggerPaul Gilbert
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
This makes the name match with the name of the STL function with the same behavior.
2011-11-16CGE: Add RTL, hook Main Menu to right click on audio buttonStrangerke
2011-11-13CGE: F1 now displays Soltys version and translators.Strangerke
This is only available in versions modified or translated by the team
2011-11-08CGE: Bugfixes for the save/load game keysPaul Gilbert
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-17CGE: Move 4 global to CGEEngineStrangerke
2011-09-16CGE: Move _vga to CGEEngineStrangerke
2011-09-16CGE: Get rid of some more global functions and static membersStrangerke
2011-09-16CGE: Move two globals functions to CGEEngineStrangerke
2011-09-06CGE: Remove various defines and functions from "general"Strangerke
Those were already present in ScummVM (thanks Fingolfin for point out)
2011-09-04CGE: Use F5/F7 to display the save/load dialog boxStrangerke
2011-08-20CGE: More misc cleanup.Alyssa Milburn
2011-08-19Merge branch 'soltys_wip2' of https://github.com/Strangerke/scummvm into ↵Alyssa Milburn
soltys_wip2 Conflicts: engines/cge/bitmap.cpp
2011-08-19CGE: clean up bitmap class. Suppress useless methods, functions, defines...Strangerke
2011-08-19CGE: fix some warnings reported by cppcheckStrangerke
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-19CGE: Revert previous commit of flags synchronisationPaul Gilbert
2011-08-19CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issuesPaul Gilbert
2011-08-06CGE: Fix uninitialised warning on event pollingPaul Gilbert
2011-08-02CGE: Rename some more definesStrangerke
2011-08-01CGE: Clean eventManagerStrangerke
2011-07-31CGE: Replace magic values by defines, rename some definesStrangerke
2011-07-31CGE: Improve keyboard behavior for non-US layoutsStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-28CGE: Janitorial: remove trailing spacesStrangerke
2011-07-21CGE: Rename some more constants, remove some useless onesStrangerke
2011-07-16CGE: Map keypad Enter to be handled like the main Enter keyPaul Gilbert
2011-07-15CGE: Fix for all the game objects being draggablePaul Gilbert
2011-07-12CGE: Converted SprExt::_Seq to use dynamically allocated dataPaul Gilbert
2011-07-11CGE: Reverted last commit due to extra memory leaksPaul Gilbert
2011-07-11CGE: Standardised Sprite::seq on always allocating/freeing dataPaul Gilbert
2011-07-10CGE: Bugfix for correctly flagging key releasePaul Gilbert
2011-07-10CGE: Fixed more free/delete[] mismatches identified by ValgrindPaul Gilbert
2011-07-10CGE: Fix several allocation mismatches and Valgrind issuesPaul Gilbert
2011-07-10CGE: Mouse MC sprite array into the Mouse classPaul Gilbert
2011-07-09CGE: Cleanup: rename a couple of forgotten class membersStrangerke
2011-07-08CGE: Rename Mouse classStrangerke
2011-07-07CGE: Cleanup and renaming. Also move some static and global functions to ↵Strangerke
CGEEngine.