aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-12Remove trailing whitespace from person names with no descriptionOri Avtalion
2010-04-12Fix use of "friend" keyword in KYRA for strict C++ compilers.Johannes Schickel
2010-04-12remove useless getObjectName() methodJoost Peters
2010-04-12add const keyword to some methodsJoost Peters
2010-04-12formattingMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-12Updated NEWS with PSP items including forgotten ones from 1.1.0Yotam Barnoy
2010-04-12Added the beginnings of the main timer listPaul Gilbert
2010-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12Changed my credits to indicate more extensive contributionsYotam Barnoy
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
2010-04-11Add patch contributors to copyright fileOri Avtalion
2010-04-11Apply patch #2984508 - "GSoC: SCUMM stopped audio from playing while saving"Ori Avtalion
2010-04-11Explain the rational of the CursorMan.pushCursor calls directlyMax Horn
2010-04-11Rest of patch #2982224: GSoC: Added unit test and unified error message displayMax Horn
2010-04-11Setup and destroy a dummy cursor and palette in the Engine class.Johannes Schickel
2010-04-11Enable the cursor palette in ScummEngine_v70he::setDefaultCursor just to avoi...Johannes Schickel
2010-04-11Fix KYRA's cursor handling by pushing a dummy cursor via CursorMan.pushCursor...Johannes Schickel
2010-04-11Fix a memory leak in SCUMM which was caused by the SCUMM engine never removin...Johannes Schickel
2010-04-11Change 'head -1' to (hopefully more portable) 'head -n1'Max Horn
2010-04-11Fix bug #2985387 "KYRA1: Crash at the end of game".Johannes Schickel
2010-04-11Fix bug 2983187 on continuing palette changeRobert Špalek
2010-04-10Slightly tweak Common::StringTokenizer tests, cleanupMax Horn
2010-04-10Part of patch #2982224: "GSoC: Added unit test and unified error message disp...Max Horn
2010-04-09Add missing cases to switch statements, remove whitespaceOri Avtalion
2010-04-09Yet another attempt to fix cc_check_define: make it only link, but not compil...Max Horn
2010-04-09Change outdated configure status messageWillem Jan Palenstijn
2010-04-09Change cc_check to always pass LDFLAGS (it already always passed CXXFLAGS), a...Max Horn
2010-04-09Trying to fix cc_check_define breakage for cross platform builds which *requi...Max Horn
2010-04-09Use head -1 instead of grep -m (non-POSIX flag)Ori Avtalion
2010-04-09Remove unnecessary 'extern' keywordsOri Avtalion
2010-04-09Have cc_check_define return 0 on successOri Avtalion
2010-04-09Fix configure script on cross-platform environmentsOri Avtalion
2010-04-09Future-proof gcc >= 4.3 test (Will break on version 5.0)Ori Avtalion
2010-04-09Simplify GCC version tests, add support for the clang compilerOri Avtalion
2010-04-09No Mandriva updates in ages -> mark Mandriva packager as retiredMax Horn
2010-04-08Remove unused dereferenceOri Avtalion
2010-04-07fixed crash during time challenges (rclick without object)Vladimir Menshakov
2010-04-07Add detection for an English ADI2 environment disk (for Amiga)Arnaud Boutonné
2010-04-06Cleanup the Myst resource caching code a bit and add support for caching Myst...Matthew Hoops
2010-04-06More transistions->transitions fixesMatthew Hoops
2010-04-06Fix "Transitions" typoOri Avtalion
2010-04-06Fix AdvancedMetaEngine::createInstance to use ConfMan.setBoolMax Horn
2010-04-06Switch SaveStateDescriptor::getBool to use Common::parseBoolMax Horn
2010-04-06COMMON: Add Common::parseBoolMax Horn
2010-04-06GUI: Remove 'typedef Common::String String' from (Global)OptionsDialogMax Horn
2010-04-06GUI: Unify various definitions of kOKCmd and move it to namespace GUIMax Horn
2010-04-06Factor out save/load code from MainMenuDialog::handleCommand into new methodsMax Horn
2010-04-06SCUMM: Make HelpDialog & ConfigDialog internalMax Horn
2010-04-06Remove old & undocumented MSVC 6 workaroundMax Horn