aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07ALL: Use Graphics::skipThumbnail() where appropriate.Christoph Mallon
2011-08-07AUDIO: Simplify iterating backwards over an array.Christoph Mallon
2011-08-07KYRA: Simplify initializing a buffer with a string.Christoph Mallon
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-08-07AUDIO: Simplify complicated loop condition.Christoph Mallon
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07COMMON: Remove implicit conversion from ScopedPtr<T> to T*.Christoph Mallon
2011-08-07PSP: Pass the stream as reference to PngLoader.Christoph Mallon
2011-08-07TEENAGENT: Pass streams as references.Christoph Mallon
2011-08-07SCI: Simplify allocation of ResourceManager.Christoph Mallon
2011-08-07SCI: Remove unnecessary cast.Christoph Mallon
2011-08-07AGOS: Correct off-by-one error in range check for setting the debug level.Christoph Mallon
2011-08-07AGOS: Replace if-cascade by switch.Christoph Mallon
2011-08-07CRUISE: Replace casts and offset calculations for memory debugger by a simple...Christoph Mallon
2011-08-07TSAGE: Reduce scope of variable.Christoph Mallon
2011-08-07COMMON: Make constants actually const.Christoph Mallon
2011-08-07AUDIO: #define OV_EXCLUDE_STATIC_CALLBACKS to not get unnecessary static data...Christoph Mallon
2011-08-07COMMON: Correct error message.Christoph Mallon
2011-08-07COMMON: Use correct format specifier.Christoph Mallon
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-08-07COMMON: Use ScopedPtr<> to simplify resource management.Christoph Mallon
2011-08-07COMMON: Simplify initialization of z_stream struct.Christoph Mallon
2011-08-07TSAGE: Implemented title screen of Blue ForcePaul Gilbert
2011-08-07SWORD25: Make sure that id is always initialized in playSoundEx()Filippos Karapetis
2011-08-07TINSEL: Use SAVEGAME_ID when getting savegame info, if a VM is instantiatedFilippos Karapetis
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-07JANITORIAL: Add missing NL at EOF.Christoph Mallon
2011-08-07TINSEL: Fixed deleting saved games from the launcher (bug #3387551)Filippos Karapetis
2011-08-07TSAGE: Changed game Id from 'ring' to 'ringworld'Paul Gilbert
2011-08-06ENGINES: Use the new taskbar error notification methods in the engines defaul...Littleboy
2011-08-06BACKENDS: Implement notifyError() and clearError() for Win32TaskbarManagerLittleboy
2011-08-06COMMON: Add notifyError() and clearError() to the TaskbarManager, used to not...Littleboy
2011-08-06OSYSTEM: Mention that our OSystem graphics API is not thread safe.Johannes Schickel
2011-08-06COMMON: Change param type of processDelayMillis to fix build.Alyssa Milburn
2011-08-06TSAGE: Remove incorrect endian-specific read in audio code.Alyssa Milburn
2011-08-06COMMON: Corrected Previous Commit.D G Turner
2011-08-06COMMON: Fix Missing Dependency In Timer Header.D G Turner
2011-08-06SDL: Don't rely on SDL keycodes and OSystem keycodes being the same.Bastien Bouclet
2011-08-06KYRA: Don't loose the next event when leaving the text input event loop.Bastien Bouclet
2011-08-06SCUMM: Fix compilationEugene Sandulenko
2011-08-06RECORDER: Added stub for delayMillis() processingEugene Sandulenko
2011-08-06I18N: Regenerate translations.datEugene Sandulenko
2011-08-06I18N: Complete Ukrainian translationEugene Sandulenko
2011-08-06I18N: Improve Russian translationEugene Sandulenko
2011-08-06I18N: Regenerated .pot and .po filesEugene Sandulenko
2011-08-06GUI: Removed redundant button labelEugene Sandulenko
2011-08-06GUI: Consistent behavior of ButtonWidget::setLabel()Eugene Sandulenko
2011-08-06I18N: update Russian and Ukrainian translationsEugene Sandulenko
2011-08-06I18N: Rebuilt PO filesEugene Sandulenko