Age | Commit message (Expand) | Author |
2011-11-18 | COMMON: Added Croatian language (for a localized version of BS2.5) | Filippos Karapetis |
2011-11-17 | Merge pull request #114 from tsoliman/keymapper2 | Eugene Sandulenko |
2011-11-17 | COMMON: Move <new> include into scummsys.h. | Alyssa Milburn |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke |
2011-11-16 | COMMON: Improve storage management of Array. | Johannes Schickel |
2011-11-16 | COMMON: Make value parameter of fill a const reference. | Johannes Schickel |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-10-27 | COMMON: Remove ascii check from KeyState::operator== | Tarek Soliman |
2011-10-24 | GUI: Add GUIO EGA Dithering option | Strangerke |
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to SCUMM engine | Strangerke |
2011-10-23 | ALL: Reduce assignment of "" to Common::String. | Johannes Schickel |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-10-23 | AD: Swtich GUI options to a char array. | Eugene Sandulenko |
2011-10-21 | COMMON: Extend some method comments in Common::BitStream | Sven Hesse |
2011-10-21 | COMMON: Fix potential UB while shifting Common::BitStream | Sven Hesse |
2011-10-20 | Merge pull request #80 from DrMcCoy/newbitstream | Eugene Sandulenko |
2011-10-11 | Symbian: Must define scumm_va_copy also for Symbian | anotherguest |
2011-10-08 | COMMON: Include hidden files in FSDirectory cache and detection. | Alyssa Milburn |
2011-10-07 | COMMON: Ensure numTypes is set to 0 on close | Matthew Hoops |
2011-10-07 | COMMON: Unbreak ConfigFile::renameSection. | Johannes Schickel |
2011-10-07 | COMMON: Remove unused code in config-file.cpp. | Johannes Schickel |
2011-11-13 | COMMON: Some minor formatting fixes in translation code. | Johannes Schickel |
2011-11-02 | COMMON: Fix warning | Eugene Sandulenko |
2011-10-29 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson |
2011-08-27 | COMMON: Rewrite BitStream as a template | Sven Hesse |
2011-08-27 | Merge pull request #79 from clone2727/agos_cab | Eugene Sandulenko |
2011-08-21 | BADA: Remove BADA defined check. Was a temp fix for simulator build | Chris Warren-Smith |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith |
2011-08-20 | COMMON: Add wrapper for inflating headerless zlib data | Matthew Hoops |
2011-08-20 | SCUMM: Fix compilation when translation support is disabled. | Johannes Schickel |
2011-08-20 | I18N: Added comments to some of obscure translatable strings | Eugene Sandulenko |
2011-08-20 | COMMON: Implemented functions for determining localized Y/N equivalent | Eugene Sandulenko |
2011-08-20 | COMMON: Restore locale <-> Common::Language conversion utils | Eugene Sandulenko |
2011-08-19 | COMMON: intLog2 uses _BitScanReverse on MSVC | Bertrand Augereau |
2011-08-18 | COMMON: Slight formatting fix. | Johannes Schickel |
2011-08-14 | RECORDER: Lower I/O in recorder | Eugene Sandulenko |
2011-08-09 | RECORDER: Defer mutex deletion to destructor. | Johannes Schickel |
2011-08-09 | RECORDER: Implement time compensation for playback | Eugene Sandulenko |
2011-08-08 | RECORDER: Give name to recoder priority. Added middle button storing. | Eugene Sandulenko |
2011-08-08 | RECORDER: Restore event recorder functionality. | Eugene Sandulenko |
2011-08-08 | RECORDER: Add some debug output | Eugene Sandulenko |
2011-08-07 | COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x). | Christoph Mallon |
2011-08-07 | COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of... | Christoph Mallon |
2011-08-07 | COMMON: Remove implicit conversion from ScopedPtr<T> to T*. | Christoph Mallon |
2011-08-07 | COMMON: Make constants actually const. | Christoph Mallon |
2011-08-07 | COMMON: Correct error message. | Christoph Mallon |
2011-08-07 | COMMON: Use correct format specifier. | Christoph Mallon |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon |
2011-08-07 | COMMON: Use ScopedPtr<> to simplify resource management. | Christoph Mallon |
2011-08-07 | COMMON: Simplify initialization of z_stream struct. | Christoph Mallon |