aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-07COMMON: Correct error message.Christoph Mallon
The message displays bytes, but capacity is the count of objects, so multiply by their size.
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
This should help avoid name conflicts in the future with the Ring engine
2011-08-06ENGINES: Use the new taskbar error notification methods in the engines ↵Littleboy
defaultErrorHandler()
2011-08-06BACKENDS: Implement notifyError() and clearError() for Win32TaskbarManagerLittleboy
2011-08-06COMMON: Add notifyError() and clearError() to the TaskbarManager, used to ↵Littleboy
notify the user that an error happened through the taskbar icon
2011-08-06OSYSTEM: Mention that our OSystem graphics API is not thread safe.Johannes Schickel
Based on f621f6a5059ec619ae9ea1045548e62a27e99ab4 and the fact that our OpenGL based backends do not (and sometimes cannot easily) implement it in a thread safe manner.
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
Common::String class is in common/str.h, not string.h...
2011-08-06COMMON: Fix Missing Dependency In Timer Header.D G Turner
This should fix the PSP build.
2011-08-06SDL: Don't rely on SDL keycodes and OSystem keycodes being the same.Bastien Bouclet
SDL 1.3 shuffles keycodes around ...
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
2011-08-06I18N: Update date of Russian translationEugene Sandulenko
2011-08-06TASKBAR: Set taskbar to error on engine error()Eugene Sandulenko
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-08-06TIMER: Implemented checks for duplicated timersEugene Sandulenko
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-08-06AGOS: Reduced header dependencyEugene Sandulenko
2011-08-06LASTEXPRESS: Reduce header dependencyEugene Sandulenko
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-08-06COMPOSER: Added detection entries for 2 more gamesEugene Sandulenko
2011-08-06SCUMM: Proper fix of Russian subtitlesEugene Sandulenko
Initial fix in 11a17b3 (r51211) led to chopped inventory items. No idea why it does not work with our code, as it seems to match the disassembly. Thus implementing this hackish workaround.
2011-08-06VIDEO: Remove incorrect TO_LE_16 calls from Bink audio code.Alyssa Milburn
2011-08-06TSAGE: Fix compilation on AmigaOS4Paul Gilbert
2011-08-06SCUMM: Properly reset midi channel voice mapping in CMS on new track.Johannes Schickel
This fixes an ugly dead lock in some cases.
2011-08-06SCUMM: Remove unneeded members in CMS class.Johannes Schickel
2011-08-06SCUMM: Slight cleanup in CMS code.Johannes Schickel
2011-08-06SCUMM: Fix some valgrind warnings in CMS code.Johannes Schickel
2011-08-05Merge pull request #62 from SimSaw/masterJohannes Schickel
Update of German README and German Quickstart
2011-08-06Updated Liesmich (German README) - 2/3 translated now - and fixed typo in ↵Simon Sawatzki
Schnellstart (Quickstart) file (thanks to wjp).