Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | SCI: check before writing 0 in SegManager::strncpy, fixes jones/cd crash | Martin Kiewitz | |
svn-id: r48519 | |||
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 | Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible. | Travis Howell | |
svn-id: r48499 | |||
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 | 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-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 #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 | |||
2010-04-01 | Added an "fxq" debugger command to print the FX queue. I guess it might help in | Torbjörn Andersson | |
debugging the "No free slot in FX queue!" bug I've heard of but never actually seen. (See for instance bug #2976008, "BS2: Game lockup in British Museum".) svn-id: r48458 | |||
2010-04-01 | Remove extra semicolons | Ori Avtalion | |
svn-id: r48457 | |||
2010-03-31 | Basic correction for bug #2976774 "DRACI: Segfault Crash When Leaving ↵ | David Turner | |
Inventory". This patch corrects the valgrind fault, but may not be the ultimate fix. This should be reviewed before backport to v1.1.0 branch. svn-id: r48434 | |||
2010-03-30 | Let Parallaction return game-specific gameids. This completes the fix for ↵ | Nicola Mettifogo | |
bug 2969234 after LordHoto's patch. Users might need to readd their games. svn-id: r48422 | |||
2010-03-30 | Fix for Lure memory error indicated by Valgrind on Restart/Restore Screen ↵ | David Turner | |
(Temptress over Castle). This screen is displayed if you lose the fight with the Skorl in the Dragon Caves etc. This fix should be reviewed and then backported to v1.1.0 branch. svn-id: r48421 | |||
2010-03-29 | Use ConfMan to query the gameid of the passed target instead of deducing ↵ | Johannes Schickel | |
from the target to the gameid. Along with it fix the removeSaveState implementation. Note that this is untested! Someone with some parallaction game should test it before it can be considered to backport it to branch-1-1-0. svn-id: r48418 | |||
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn | |
* get rid of ConfigManager::_emptyString * get rid of ConfigManager::Domain::get (use getVal instead) * remove some dead code svn-id: r48417 | |||
2010-03-29 | Fixed bug 2969234 by tampering with the gameId. Probably not a nice ↵ | Nicola Mettifogo | |
solution, but hopefully ok for a while. svn-id: r48415 | |||
2010-03-27 | Corrected deallocated of menu data reported by Valgrind | Paul Gilbert | |
svn-id: r48412 | |||
2010-03-27 | Use the enumerators instead of hardcoding the values of them. | Johannes Schickel | |
svn-id: r48411 | |||
2010-03-27 | Added the game options dialog, along with several bugfixes to dialog display ↵ | Paul Gilbert | |
code svn-id: r48410 | |||
2010-03-27 | Completed dialog item selection code | Paul Gilbert | |
svn-id: r48409 | |||
2010-03-27 | Changed the encoding of keycodes to only include the flags for Ctrl, Alt, ↵ | Paul Gilbert | |
and Shift svn-id: r48408 | |||
2010-03-26 | Added explicit initialisation of NPC directions in the hotspot constructors | Paul Gilbert | |
svn-id: r48406 | |||
2010-03-26 | Bugfixes to the graphics display of dialogs | Paul Gilbert | |
svn-id: r48405 | |||
2010-03-26 | Further fixed the setEntry method to make it Endian safe | Paul Gilbert | |
svn-id: r48404 | |||
2010-03-26 | Bugfix for logic used to calculate single RGB palette entries | Paul Gilbert | |
svn-id: r48403 | |||
2010-03-25 | Fix compilation by removing a public keyword outside a class scope and using ↵ | Johannes Schickel | |
"> >" instead of ">>" for template closing brackets. Note that ">>" is always operator>> in the current C++ standard, thus one has to use "Common::Array<Common::SharedPtr<SpriteAsset> >" instead of "Common::Array<Common::SharedPtr<SpriteAsset>>" for example. svn-id: r48402 | |||
2010-03-25 | Added preliminary logic for showing loaded sprite frames | Paul Gilbert | |
svn-id: r48401 | |||
2010-03-24 | SAGA: Fix ScriptThread::operator=; some tweaking | Max Horn | |
svn-id: r48398 | |||
2010-03-24 | Prevent inifinite loop caused by a check of an unsigned integer against >= 0. | Johannes Schickel | |
svn-id: r48397 |