Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-09 | Future-proof gcc >= 4.3 test (Will break on version 5.0) | Ori Avtalion | |
svn-id: r48595 | |||
2010-04-09 | Simplify GCC version tests, add support for the clang compiler | Ori Avtalion | |
svn-id: r48594 | |||
2010-04-09 | No Mandriva updates in ages -> mark Mandriva packager as retired | Max Horn | |
svn-id: r48592 | |||
2010-04-08 | Remove unused dereference | Ori Avtalion | |
svn-id: r48586 | |||
2010-04-07 | fixed crash during time challenges (rclick without object) | Vladimir Menshakov | |
svn-id: r48581 | |||
2010-04-07 | Add detection for an English ADI2 environment disk (for Amiga) | Arnaud Boutonné | |
svn-id: r48580 | |||
2010-04-06 | Cleanup the Myst resource caching code a bit and add support for caching ↵ | Matthew Hoops | |
Myst ME MJMP sound 'jumps' svn-id: r48579 | |||
2010-04-06 | More transistions->transitions fixes | Matthew Hoops | |
svn-id: r48571 | |||
2010-04-06 | Fix "Transitions" typo | Ori Avtalion | |
svn-id: r48570 | |||
2010-04-06 | Fix AdvancedMetaEngine::createInstance to use ConfMan.setBool | Max Horn | |
svn-id: r48568 | |||
2010-04-06 | Switch SaveStateDescriptor::getBool to use Common::parseBool | Max Horn | |
svn-id: r48567 | |||
2010-04-06 | COMMON: Add Common::parseBool | Max Horn | |
svn-id: r48566 | |||
2010-04-06 | GUI: Remove 'typedef Common::String String' from (Global)OptionsDialog | Max Horn | |
svn-id: r48565 | |||
2010-04-06 | GUI: Unify various definitions of kOKCmd and move it to namespace GUI | Max Horn | |
svn-id: r48564 | |||
2010-04-06 | Factor out save/load code from MainMenuDialog::handleCommand into new methods | Max Horn | |
svn-id: r48563 | |||
2010-04-06 | SCUMM: Make HelpDialog & ConfigDialog internal | Max Horn | |
svn-id: r48562 | |||
2010-04-06 | Remove old & undocumented MSVC 6 workaround | Max Horn | |
svn-id: r48561 | |||
2010-04-05 | Add support for 32bpp DirectBitsRect in Myst ME PICT's. Fixes various cards, ↵ | Matthew Hoops | |
especially in the Myst observatory. svn-id: r48558 | |||
2010-04-05 | Commit of patch #2980691 "GSoC: GUI: Caret blink shaves pixels [...] (bug ↵ | Johannes Schickel | |
#2951681)". svn-id: r48551 | |||
2010-04-05 | Mark Chris Gray (former Win64 builder) retired and add myself to the Win64 ↵ | Johannes Schickel | |
builder section. svn-id: r48540 | |||
2010-04-05 | Fix bug #2982014 "BASS: MT-32 warning on Intro skipping" by properly ↵ | Johannes Schickel | |
delaying the sysEx events. svn-id: r48536 | |||
2010-04-05 | Corrected check to ensure return isn't issued if it's already in progress | Paul Gilbert | |
svn-id: r48535 | |||
2010-04-05 | Commit of the updated version of Fingolfin's patch for bug #2981788 "TINSEL: ↵ | Johannes Schickel | |
Build with -O2 broken". svn-id: r48534 | |||
2010-04-05 | Bugfix for correctly getting a follower to return to player when blocked ↵ | Paul Gilbert | |
from exiting a room 5 times svn-id: r48533 | |||
2010-04-05 | Application of patch #2981748 - Make VGA detection entries take precedence ↵ | Paul Gilbert | |
over EGA for command line detection svn-id: r48532 | |||
2010-04-04 | Mention Nintendo 64 port in NEWS file | Fabio Battaglia | |
svn-id: r48526 | |||
2010-04-04 | Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)". | Johannes Schickel | |
svn-id: r48524 | |||
2010-04-04 | SCI: check before writing 0 in SegManager::strncpy, fixes jones/cd crash | Martin Kiewitz | |
svn-id: r48519 | |||
2010-04-04 | Add dists/redhat/scummvm-tools.spec to tools/update-version.pl | Max Horn | |
svn-id: r48516 | |||
2010-04-04 | SCI: 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-04 | Change path back from tools-VERSION to scummvm-tools-VERSION due to tools ↵ | Willem Jan Palenstijn | |
rerelease svn-id: r48510 | |||
2010-04-04 | Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible. | Travis Howell | |
svn-id: r48499 | |||
2010-04-03 | Do 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-03 | Cleanup. | Johannes Schickel | |
svn-id: r48495 | |||
2010-04-03 | Add .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-03 | Add teenagent.dat to .rpm | Willem Jan Palenstijn | |
svn-id: r48493 | |||
2010-04-03 | Fix bug #2959947 - HE: Broken saves show in launcher. | Travis Howell | |
svn-id: r48489 | |||
2010-04-03 | Disable the load from launcher button, in all games of Parallaction game engine. | Travis Howell | |
svn-id: r48488 | |||
2010-04-03 | Fix bug #2976376 - NIPPON: Load from Launcher fails. By removing the ↵ | Travis Howell | |
kSupportsLoadingDuringStartup MetaEngineFeature flag (which was never supported). svn-id: r48485 | |||
2010-04-03 | Updated README-WinCE.txt with release details. | Robin Watts | |
svn-id: r48484 | |||
2010-04-03 | Fix 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-03 | Updated XCode project | Oystein Eftevaag | |
svn-id: r48479 | |||
2010-04-02 | Fix whitespace | Willem Jan Palenstijn | |
svn-id: r48477 | |||
2010-04-02 | SCI: removing unused variable from palette::set | Martin Kiewitz | |
svn-id: r48475 | |||
2010-04-02 | SCI: 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-02 | Fix 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 | |||
2010-04-02 | Fix bug #2976353 - NIPPON: Sound looping fails (regression). By reverting ↵ | Travis Howell | |
47469, since the IFF sound code is only used by the Parallaction game engine. svn-id: r48467 | |||
2010-04-02 | Fix bug #2979193 - NIPPON: Crash at character introduction (regression). By ↵ | Travis Howell | |
restoring the kEngineBlockInput engine flag. svn-id: r48464 | |||
2010-04-02 | Fixed bug 2976767 on corrupted char glyphs. | Robert Špalek | |
After unfinished translation of the game, several inaccessible characters have been left in the game files. Since the font does not contain all 256 characters, trying to draw them brings them random jump. I now properly skip these characters. svn-id: r48462 | |||
2010-04-01 | Dragon History: fixing properly bug 2976774 | Robert Špalek | |
The previous bugfix just hid the problem by removing an assert, but it might demonstrate itself in another way later. This is a proper bugfix. svn-id: r48460 |