aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-02-20KEYMAPPER: Create a DefaultEventMapper when Keymapper isn't enabledTarek Soliman
2012-02-20KEYMAPPER: EventMapper must now eat all eventsTarek Soliman
2012-02-18COMMON: Fix value of EVENT_CUSTOM_BACKENDTarek Soliman
2012-02-16COMMON: Fix typoMax Horn
2012-02-15KEYMAPPER: Add more warning signsTarek Soliman
2012-02-15KEYMAPPER: Allow ports to define default Keymap Action bindingsTarek Soliman
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13COMMON: Enable backend specific custom events only when the Keymapper is enab...Johannes Schickel
2012-02-13ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.Johannes Schickel
2012-02-12COMMON: Add custom backend eventTarek Soliman
2012-02-12KEYMAPPER: Allow ports to define their own global keymapTarek Soliman
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-02-02COMMON: Fix comment typoTarek Soliman
2012-01-29COMMON: Return 0 instead of false in FSNode::createReadStream.Johannes Schickel
2012-01-29GRAPHICS/GUI: Implement charset mapping for TTF fonts.Johannes Schickel
2012-01-23COMMON: Fix compilation with mingw-w64dhewg
2012-01-13COMMON: Enhance zlib interfaceAndrea Corna
2011-12-30COMMON: Slight formatting fix.Johannes Schickel
2011-12-30COMMON: Perform some keymapper-related changes to the KeyState structFilippos Karapetis
2011-12-15COMMON: QuickTime mdat atoms should be leavesMatthew Hoops
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-12-12VIDEO: Add support for QuickTime video track edit listsMatthew Hoops
2011-12-04GUI: Fix GUIO flags again.Johannes Schickel
2011-12-04GUI: fix GUIO_NOSPEECH/GUIO_NOSFX settingsathrxx
2011-11-18COMMON: Added Croatian language (for a localized version of BS2.5)Filippos Karapetis
2011-11-17Merge pull request #114 from tsoliman/keymapper2Eugene Sandulenko
2011-11-17COMMON: Move <new> include into scummsys.h.Alyssa Milburn
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-16COMMON: Improve storage management of Array.Johannes Schickel
2011-11-16COMMON: Make value parameter of fill a const reference.Johannes Schickel
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-10-27COMMON: Remove ascii check from KeyState::operator==Tarek Soliman
2011-10-24GUI: Add GUIO EGA Dithering optionStrangerke
2011-10-23LAUNCHER: Add GUIO_NOASPECT to SCUMM engineStrangerke
2011-10-23ALL: Reduce assignment of "" to Common::String.Johannes Schickel
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-23AD: Swtich GUI options to a char array.Eugene Sandulenko
2011-10-21COMMON: Extend some method comments in Common::BitStreamSven Hesse
2011-10-21COMMON: Fix potential UB while shifting Common::BitStreamSven Hesse
2011-10-20Merge pull request #80 from DrMcCoy/newbitstreamEugene Sandulenko
2011-10-11Symbian: Must define scumm_va_copy also for Symbiananotherguest
2011-10-08COMMON: Include hidden files in FSDirectory cache and detection.Alyssa Milburn
2011-10-07COMMON: Ensure numTypes is set to 0 on closeMatthew Hoops
2011-10-07COMMON: Unbreak ConfigFile::renameSection.Johannes Schickel
2011-10-07COMMON: Remove unused code in config-file.cpp.Johannes Schickel
2011-11-13COMMON: Some minor formatting fixes in translation code.Johannes Schickel
2011-11-02COMMON: Fix warningEugene Sandulenko
2011-10-29JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson