Age | Commit message (Expand) | Author |
2019-08-24 | COMMON: Add encoding conversion using iconv | Jaromir Wysoglad |
2019-08-20 | COMMON: added support for ini files with non english characters | Andrei Prykhodko |
2019-08-20 | COMMON: Handle invalid INI file characters gracefully | Filippos Karapetis |
2019-08-19 | COMMON: fixed reading ini files which have not value for key | Andrei Prykhodko |
2019-08-13 | LUA: Fix end of namespace comment | Cameron Cawley |
2019-08-13 | LUA: Remove duplicate object file from module.mk | Cameron Cawley |
2019-08-13 | COMMON: Move Lua into Common and make it into... | Nipun Garg |
2019-08-11 | COMMON: Implement FSNode::createDirectoryRecursive() | Cameron Cawley |
2019-08-11 | COMMON: Add warnings on failed FSNode::createDirectory() | lolbot-iichan |
2019-08-11 | COMMON: Implement createDirectory() method to Common::FSNode | lolbot-iichan |
2019-08-06 | BACKENDS: Rename and simplify AbstractFSNode::create() | Cameron Cawley |
2019-07-30 | COMMON: Update getHumanReadableBytes() in util.h | Alexander Tkachev |
2019-07-30 | COMMON: Add getHumanReadableBytes() in util.h | Alexander Tkachev |
2019-07-24 | COMMON: Add Default Values for Joystick State Structure | D G Turner |
2019-07-24 | COMMON: Add wrappers for iscntrl() and isgraph() | Cameron Cawley |
2019-07-21 | COMMON: Add conversion table for CP1254 | lolbot-iichan |
2019-07-18 | COMMON: Fix U32String initialization issues | Peter Kohaut |
2019-07-16 | COMMON: Add Turkish language | lolbot-iichan |
2019-07-13 | SDL: Fix compiler warning and joystick event handling | jepael |
2019-07-08 | COMMON: Open the main menu when the joystick START button is pressed | Cameron Cawley |
2019-07-08 | SDL: Initial implementation of joystick events | Cameron Cawley |
2019-06-30 | JANITORIAL: Avoid C4121 warnings in MSVC by reordering fields | Le Philousophe |
2019-06-30 | COMMON & WINTERMUTE: Use non-1252 for 125X games (PR 1698) | lolbot-iichan |
2019-06-21 | ANDROID: Move isConnectionLimited into OSystem | Cameron Cawley |
2019-06-01 | STREAM: add read/write functions for double LE/BE | Le Philousophe |
2019-06-01 | COMMON: Fix a memory leak in Common::DumpFile | Bastien Bouclet |
2019-05-24 | GLK: TADS2: Added code for output, run, various miscellaneous | Paul Gilbert |
2019-05-12 | COMMON: Fix seek return values, memory stream use in create_titanic | Paul Gilbert |
2019-05-12 | COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStream | Paul Gilbert |
2019-05-12 | COMMON: Created SeekableWriteStream class | Paul Gilbert |
2019-05-01 | COMMON: Replace NEResourceType and PEResourceType with a shared enum | Cameron Cawley |
2019-04-30 | GUI: Support adding games via Drag and Drop | Cameron Cawley |
2019-04-21 | COMMON: Fix compiler warning | jepael |
2019-04-15 | WINCE: Fix compilation | Cameron Cawley |
2019-04-13 | COMMON: Use a prefix table to speed up the Huffman decoder | Bastien Bouclet |
2019-04-13 | COMMON: Rework the BitStream class to improve its performance | Bastien Bouclet |
2019-04-09 | COMMON: fixed reading ini files with section containing more than one word | Andrei Prykhodko |
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley |
2019-03-03 | COMMON: Allow '\#' to match '#' in matchString | sluicebox |
2019-03-02 | COMMON: Add WRITE_UINT24 | Cameron Cawley |
2019-01-30 | COMMON: Include hidden files in directory listings by default | Bastien Bouclet |
2019-01-05 | COMMON: Remove usage of ScopedPtr in OutSaveFile | Bastien Bouclet |
2019-01-01 | COMMON: Suport String in U32String assignment & equality operators | Paul Gilbert |
2018-12-26 | JANITORIAL: Fix comment style for kFeatureSystemBrowserDialog | Matan Bareket |
2018-12-17 | COMMON: Rename enum variable for native browser feature | Thierry Crozat |
2018-12-17 | WIN32: Move all ARRAYSIZE undefs to util.h | SupSuper |
2018-12-16 | BACKENDS: Add kFeatureNativeFileBowserDialog | Thierry Crozat |
2018-12-16 | JANITORIAL: Fix typo in comment | Thierry Crozat |
2018-12-16 | BACKENDS: Hook GUI browser to DialogManager | SupSuper |
2018-12-16 | BACKENDS: Add base support for system dialogs | SupSuper |