Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-12 | SCI: Add detection for Larry 6 French floppy | Martin Kiewitz | |
2016-02-12 | SCI: Fix fallback detector crashing on BE regress. | Martin Kiewitz | |
Regression from af3fec8c26d92005b507dca65d1d50f820feb0e7 Code resulted in a crash on BE platforms | |||
2016-02-12 | WIN32: Fix compilation with MinGW-w64 based Win32 compiler. | Johannes Schickel | |
2016-02-12 | CONFIGURE: Allow to override ronindir through RONINDIR env variable. | Johannes Schickel | |
2016-02-12 | I18N: Fix line endings in Czech documentation | Eugene Sandulenko | |
2016-02-12 | Merge pull request #664 from Tsbook/master | Eugene Sandulenko | |
I18N: Czech localization and documentation update. | |||
2016-02-12 | SHERLOCK: Silence noisy GCC warning | Torbjörn Andersson | |
2016-02-11 | SHERLOCK: SS: Fix typo in fixed text | Martin Kiewitz | |
2016-02-11 | SHERLOCK: SS: Make "Picked up" text multilingual | Martin Kiewitz | |
Bug #7002 should be fully solved now | |||
2016-02-11 | I18N: Czech localization and documentation update. | Zbyněk Schwarz | |
2016-02-11 | AGI: Rename nonBlockingText -> artificialDelay | Martin Kiewitz | |
Also add a table for Apple IIgs games for music issues like in PQ1 intro, where the developers thought that loading a new room would take X amount of time and they started loading before the music was done. In our AGI music may get cut off because of this. It of course also happens, when using the original interpreter, as soon as you emulate a faster processor. Which means this is also a workaround. See bug #7026 | |||
2016-02-11 | MOHAWK: Always apply the volume when changing the background sound | Bastien Bouclet | |
2016-02-11 | MOHAWK: Share the code for reading sound blocks | Bastien Bouclet | |
2016-02-11 | MOHAWK: Share the code applying sound blocks | Bastien Bouclet | |
2016-02-11 | MOHAWK: Move debug rect draw control to the console | Bastien Bouclet | |
It was previously bound to F4 | |||
2016-02-11 | SHERLOCK: SS: Make user interface multilingual | Martin Kiewitz | |
Bug #7002 almost fully solved | |||
2016-02-10 | ACCESS: Fix spoken text randomly being skipped | Paul Gilbert | |
2016-02-10 | SHERLOCK: SS: Fix typo in German fixed text | Martin Kiewitz | |
Was like that in the original, we fix it. | |||
2016-02-10 | SHERLOCK: Fix Spanish journal text - thanks t0by | Martin Kiewitz | |
Some lines were not translated that well, probably because the original added words together in code based on English grammar, so the translator was probably very restricted. | |||
2016-02-10 | SHERLOCK: SS: Fix fixed text typo | Martin Kiewitz | |
2016-02-10 | AGI: Remove unused method | Martin Kiewitz | |
2016-02-10 | SHERLOCK: RT: Fix typo in fixed inventory text | Martin Kiewitz | |
bug #7023 | |||
2016-02-10 | AGI: Cleanup | Martin Kiewitz | |
2016-02-10 | AGI: Init video before font + text init | Martin Kiewitz | |
2016-02-10 | COMPOSER: Fix truncated Baba Yaga md5 | Willem Jan Palenstijn | |
2016-02-10 | LAB: Enable by default. | Johannes Schickel | |
Thanks to tsoliman for noticing. | |||
2016-02-09 | MAEMO: Add configure and make extra args env vars | Tarek Soliman | |
This allows running "make -j4" and similar as part of dpkg-buildpackage without editing the makefile. | |||
2016-02-09 | SHERLOCK: RT: Fix German umlaut display in Journal | Paul Gilbert | |
2016-02-09 | AGI: Use special Apple IIgs SQ1 palette for SQ1 | Martin Kiewitz | |
Was already documented inside palette.h, but wasn't used yet | |||
2016-02-09 | AGI: Fix warning | Martin Kiewitz | |
2016-02-09 | AGI: Fix invalid coordinate warnings for sprites | Martin Kiewitz | |
2016-02-09 | SCI: Small variable renaming to match our naming guidelines. | Johannes Schickel | |
2016-02-09 | AGI: Only set VAR_KEY,when no controller/direction | Martin Kiewitz | |
Fixes Mixed Up Mother Goose Apple IIgs save/restore prompt | |||
2016-02-09 | AGI: Hold-Key: only send stationary for directions | Martin Kiewitz | |
2016-02-09 | AGI: Fix skip auto-save slot code for auto-save | Martin Kiewitz | |
2016-02-09 | AGI: Check xPos/yPos when building sprite lists | Martin Kiewitz | |
And ignore sprites, that are placed outside of visual screen Fixes memory corruption during intro of fan made Get Outta SQ game. Original AGI did not do checks at all. | |||
2016-02-09 | SCI: Take advantage of operator-> of Common::List::iterator. | Johannes Schickel | |
2016-02-09 | AGI: Cut menu in case menu names are too long | Martin Kiewitz | |
Required for games that add to many names or add names, that are too long. The code needs to get adjusted anyway for different platforms, so for now just cut the menu names instead Required for at least the fan game Get Outta Space Quest | |||
2016-02-09 | SCI: Add script patch kq6 dual mode CD-Audio | Martin Kiewitz | |
Script patch added, so that dual mode uses the same CD-Audio as regular Speech mode does during the ending (Girl in the Tower) | |||
2016-02-09 | AGI: Change set.simple string copy code | Martin Kiewitz | |
2016-02-09 | AGI: Fix various CIDs | Martin Kiewitz | |
CID 1350104: regression from graphics rewrite in C64 picture drawing CID 1350101: potential buffer overflow in set.simple command CID 1350112: uninitialized variable in TextMgr CID 1350113: false positive uninitialized variable in SystemUI CID 1350114: potentially uninitialized variable in IIgsSample CID 1350117: false positive uninitialized variable in InventoryMgr CID 1350103: code bug in CGA rendering TextMgr::charAttrib_Set() CID 1350109: false positive in GfxFont::loadFontAmigaPseudoTopaz() CID 1350111: original AGI uninitialized memory issue in SpritesMgr::showObject | |||
2016-02-09 | COMMON: Fix formatting issues in archive.cpp. | Johannes Schickel | |
2016-02-09 | KYRA: Run astyle on sound.cpp. | Johannes Schickel | |
2016-02-09 | SAGA: Add comments about possibly race conditions to timer callbacks. | Johannes Schickel | |
(cherry picked from commit 93f627441ac68e7a4c3e7f748a7b6f999bd9c96a) | |||
2016-02-09 | NEWS: Style fixes (most important: line breaks) | Johannes Schickel | |
2016-02-09 | SCI: Enable undither option for PQ2/PC-98 | Martin Kiewitz | |
2016-02-09 | SCI: Additional info about Mother Goose patches | Martin Kiewitz | |
comments only | |||
2016-02-09 | TINSEL: Enable Miles Audio for DW1+DW1CD Demo only | Martin Kiewitz | |
DW1 floppy demo doesn't seem to have audio at all | |||
2016-02-09 | SCI: Script patch for Mixed Up Mother Goose SCI1 | Martin Kiewitz | |
+ Mother Goose SCI1.1 Fixes graphic issues when restoring from GMM Also make the fix ups for Mixed Up Mother Goose, Jones + PQ2 get applied all the time (debugger command not included) | |||
2016-02-08 | TINSEL: Fix crash on big-endian hosts | Marcus Comstedt | |