aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-09Use head -1 instead of grep -m (non-POSIX flag)Ori Avtalion
svn-id: r48599
2010-04-09Remove unnecessary 'extern' keywordsOri Avtalion
svn-id: r48598
2010-04-09Have cc_check_define return 0 on successOri Avtalion
svn-id: r48597
2010-04-09Fix configure script on cross-platform environmentsOri Avtalion
svn-id: r48596
2010-04-09Future-proof gcc >= 4.3 test (Will break on version 5.0)Ori Avtalion
svn-id: r48595
2010-04-09Simplify GCC version tests, add support for the clang compilerOri Avtalion
svn-id: r48594
2010-04-09No Mandriva updates in ages -> mark Mandriva packager as retiredMax Horn
svn-id: r48592
2010-04-08Remove unused dereferenceOri Avtalion
svn-id: r48586
2010-04-07fixed crash during time challenges (rclick without object)Vladimir Menshakov
svn-id: r48581
2010-04-07Add detection for an English ADI2 environment disk (for Amiga)Arnaud Boutonné
svn-id: r48580
2010-04-06Cleanup the Myst resource caching code a bit and add support for caching ↵Matthew Hoops
Myst ME MJMP sound 'jumps' svn-id: r48579
2010-04-06More transistions->transitions fixesMatthew Hoops
svn-id: r48571
2010-04-06Fix "Transitions" typoOri Avtalion
svn-id: r48570
2010-04-06Fix AdvancedMetaEngine::createInstance to use ConfMan.setBoolMax Horn
svn-id: r48568
2010-04-06Switch SaveStateDescriptor::getBool to use Common::parseBoolMax Horn
svn-id: r48567
2010-04-06COMMON: Add Common::parseBoolMax Horn
svn-id: r48566
2010-04-06GUI: Remove 'typedef Common::String String' from (Global)OptionsDialogMax Horn
svn-id: r48565
2010-04-06GUI: Unify various definitions of kOKCmd and move it to namespace GUIMax Horn
svn-id: r48564
2010-04-06Factor out save/load code from MainMenuDialog::handleCommand into new methodsMax Horn
svn-id: r48563
2010-04-06SCUMM: Make HelpDialog & ConfigDialog internalMax Horn
svn-id: r48562
2010-04-06Remove old & undocumented MSVC 6 workaroundMax Horn
svn-id: r48561
2010-04-05Add support for 32bpp DirectBitsRect in Myst ME PICT's. Fixes various cards, ↵Matthew Hoops
especially in the Myst observatory. svn-id: r48558
2010-04-05Commit of patch #2980691 "GSoC: GUI: Caret blink shaves pixels [...] (bug ↵Johannes Schickel
#2951681)". svn-id: r48551
2010-04-05Mark Chris Gray (former Win64 builder) retired and add myself to the Win64 ↵Johannes Schickel
builder section. svn-id: r48540
2010-04-05Fix bug #2982014 "BASS: MT-32 warning on Intro skipping" by properly ↵Johannes Schickel
delaying the sysEx events. svn-id: r48536
2010-04-05Corrected check to ensure return isn't issued if it's already in progressPaul Gilbert
svn-id: r48535
2010-04-05Commit of the updated version of Fingolfin's patch for bug #2981788 "TINSEL: ↵Johannes Schickel
Build with -O2 broken". svn-id: r48534
2010-04-05Bugfix for correctly getting a follower to return to player when blocked ↵Paul Gilbert
from exiting a room 5 times svn-id: r48533
2010-04-05Application of patch #2981748 - Make VGA detection entries take precedence ↵Paul Gilbert
over EGA for command line detection svn-id: r48532
2010-04-04Mention Nintendo 64 port in NEWS fileFabio Battaglia
svn-id: r48526
2010-04-04Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)".Johannes Schickel
svn-id: r48524
2010-04-04SCI: check before writing 0 in SegManager::strncpy, fixes jones/cd crashMartin Kiewitz
svn-id: r48519
2010-04-04Add dists/redhat/scummvm-tools.spec to tools/update-version.plMax Horn
svn-id: r48516
2010-04-04SCI: put an ending NUL in strncpy, fixes castle of brain scrolling problem - ↵Martin Kiewitz
should be verified by the vm gurus (waltervn and lskovlun) svn-id: r48511
2010-04-04Change path back from tools-VERSION to scummvm-tools-VERSION due to tools ↵Willem Jan Palenstijn
rerelease svn-id: r48510
2010-04-04Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible.Travis Howell
svn-id: r48499
2010-04-03Do not use a template parameter for stereo setting for RawStream but instead ↵Johannes Schickel
pass the constructor a boolean, this should save some binary size. svn-id: r48496
2010-04-03Cleanup.Johannes Schickel
svn-id: r48495
2010-04-03Add .spec for new tools GUI.Willem Jan Palenstijn
Specifically: include libmad, package correct tools binaries, use tools-1.1.0 instead of scummvm-tools-1.1.0 as directory. svn-id: r48494
2010-04-03Add teenagent.dat to .rpmWillem Jan Palenstijn
svn-id: r48493
2010-04-03Fix bug #2959947 - HE: Broken saves show in launcher.Travis Howell
svn-id: r48489
2010-04-03Disable the load from launcher button, in all games of Parallaction game engine.Travis Howell
svn-id: r48488
2010-04-03Fix bug #2976376 - NIPPON: Load from Launcher fails. By removing the ↵Travis Howell
kSupportsLoadingDuringStartup MetaEngineFeature flag (which was never supported). svn-id: r48485
2010-04-03Updated README-WinCE.txt with release details.Robin Watts
svn-id: r48484
2010-04-03Fix bug #2970141 - NIPPON: Crash at end of the game (regression). By ↵Travis Howell
reverting part of the changes to Parallaction_ns::cleanupGame() in revision 34939. svn-id: r48480
2010-04-03Updated XCode projectOystein Eftevaag
svn-id: r48479
2010-04-02Fix whitespaceWillem Jan Palenstijn
svn-id: r48477
2010-04-02SCI: removing unused variable from palette::setMartin Kiewitz
svn-id: r48475
2010-04-02SCI: change actual setting of palette, fixes gk1 palette issue when talking ↵Martin Kiewitz
to grace indirectly caused by r47955, seems to also fix jones palette issue, could cause regressions svn-id: r48474
2010-04-02Fix bug #2969232 - NIPPON: Kos sprite broken (Regression). The current disk ↵Travis Howell
archive requires a higher priority, compared to the default disk archives. svn-id: r48469