aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2019-08-25COMMON: Don't include iconv.h in common/encoding.hJaromir Wysoglad
2019-08-25COMMON: Don't include config.h before scummsys.hJaromir Wysoglad
2019-08-24COMMON: Convert endianity when needed in Encoding.Jaromir Wysoglad
2019-08-24COMMON: Fix typosJaromir Wysoglad
2019-08-24COMMON: Encoding refactoringJaromir Wysoglad
2019-08-24COMMON: Add OSystem::convertEncoding documentationJaromir Wysoglad
2019-08-24COMMON: Add missing documentation.Jaromir Wysoglad
2019-08-24JANITORIAL: Remove debuging code.Jaromir Wysoglad
2019-08-24COMMON: Resolve endianity in EncodingJaromir Wysoglad
2019-08-24COMMON: Rename methods in Common::EncodingJaromir Wysoglad
2019-08-24COMMON: Refactor convertIconvJaromir Wysoglad
2019-08-24COMMON: Check for return values in EncodingJaromir Wysoglad
2019-08-24COMMON: Add propper Encoding settersJaromir Wysoglad
2019-08-24COMMON: Add documentation to Common::EncodingJaromir Wysoglad
2019-08-24COMMON: Add cyrilic transliteration to Encoding.Jaromir Wysoglad
2019-08-24COMMON: Add transMan mapping encoding conversion.Jaromir Wysoglad
2019-08-24COMMON: Use backend specific encoding conversionJaromir Wysoglad
2019-08-24OSYSTEM: Add convertEncoding virtual methodJaromir Wysoglad
2019-08-24COMMON: Add encoding conversion using iconvJaromir Wysoglad
2019-08-20COMMON: added support for ini files with non english charactersAndrei Prykhodko
2019-08-20COMMON: Handle invalid INI file characters gracefullyFilippos Karapetis
2019-08-19COMMON: fixed reading ini files which have not value for keyAndrei Prykhodko
2019-08-13LUA: Fix end of namespace commentCameron Cawley
2019-08-13LUA: Remove duplicate object file from module.mkCameron Cawley
2019-08-13COMMON: Move Lua into Common and make it into...Nipun Garg
2019-08-11COMMON: Implement FSNode::createDirectoryRecursive()Cameron Cawley
2019-08-11COMMON: Add warnings on failed FSNode::createDirectory()lolbot-iichan
2019-08-11COMMON: Implement createDirectory() method to Common::FSNodelolbot-iichan
2019-08-06BACKENDS: Rename and simplify AbstractFSNode::create()Cameron Cawley
2019-07-30COMMON: Update getHumanReadableBytes() in util.hAlexander Tkachev
2019-07-30COMMON: Add getHumanReadableBytes() in util.hAlexander Tkachev
2019-07-24COMMON: Add Default Values for Joystick State StructureD G Turner
2019-07-24COMMON: Add wrappers for iscntrl() and isgraph()Cameron Cawley
2019-07-21COMMON: Add conversion table for CP1254lolbot-iichan
2019-07-18COMMON: Fix U32String initialization issuesPeter Kohaut
2019-07-16COMMON: Add Turkish languagelolbot-iichan
2019-07-13SDL: Fix compiler warning and joystick event handlingjepael
2019-07-08COMMON: Open the main menu when the joystick START button is pressedCameron Cawley
2019-07-08SDL: Initial implementation of joystick eventsCameron Cawley
2019-06-30JANITORIAL: Avoid C4121 warnings in MSVC by reordering fieldsLe Philousophe
2019-06-30COMMON & WINTERMUTE: Use non-1252 for 125X games (PR 1698)lolbot-iichan
2019-06-21ANDROID: Move isConnectionLimited into OSystemCameron Cawley
2019-06-01STREAM: add read/write functions for double LE/BELe Philousophe
2019-06-01COMMON: Fix a memory leak in Common::DumpFileBastien Bouclet
2019-05-24GLK: TADS2: Added code for output, run, various miscellaneousPaul Gilbert
2019-05-12COMMON: Fix seek return values, memory stream use in create_titanicPaul Gilbert
2019-05-12COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStreamPaul Gilbert
2019-05-12COMMON: Created SeekableWriteStream classPaul Gilbert
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2019-04-30GUI: Support adding games via Drag and DropCameron Cawley