Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-03 | SCI: adding kDoSound(fade) workaround table to sci1early | Martin Kiewitz | |
fixes kq5 bug #3037594 thx to [md5] for testing svn-id: r51686 | |||
2010-08-02 | SCI: Yet another slight leak fix. | Johannes Schickel | |
svn-id: r51670 | |||
2010-08-02 | SCI: Fix memory leak. | Johannes Schickel | |
svn-id: r51669 | |||
2010-08-02 | GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail. | Johannes Schickel | |
svn-id: r51668 | |||
2010-08-02 | SCI: Fix memory leak. | Johannes Schickel | |
This was a quite bad leak in gamestate_restore. It was caused by the code only deleting the Graphics::Surface object but not its data. I changed the code to use skipThumbnailHeader now, since the code actually ignores the thumbnail anyway. svn-id: r51667 | |||
2010-08-02 | SCI: Fix leaks in ResourceManager::listResources caller code. | Johannes Schickel | |
svn-id: r51666 | |||
2010-08-02 | SCI: fixing leak kernel subfunctions | Martin Kiewitz | |
svn-id: r51665 | |||
2010-08-02 | SCI: only display qfg-import information dialog once | Martin Kiewitz | |
per room usage svn-id: r51664 | |||
2010-08-02 | SCI: allowing kCheckSaveGame with id 0 | Martin Kiewitz | |
qfg2 - when trying to restore from an empty saved game list svn-id: r51663 | |||
2010-08-02 | SCI: adding workaround for qfg2 (restore game) | Martin Kiewitz | |
svn-id: r51662 | |||
2010-08-02 | SCI: Silenced some sound related warnings. Added an empty function for ↵ | Filippos Karapetis | |
kDoSound(Restore), called when restoring games svn-id: r51661 | |||
2010-08-02 | SCI: Rewrap overlong lines; improve dialog text slightly | Max Horn | |
svn-id: r51641 | |||
2010-08-02 | SCI: extend workaround for qfg2 | Martin Kiewitz | |
fixes bug #3038367 svn-id: r51628 | |||
2010-08-02 | SCI: adding kq5 english floppy workaround | Martin Kiewitz | |
solves bug #3037594 svn-id: r51627 | |||
2010-08-02 | SCI: adding bugid again :P | Martin Kiewitz | |
svn-id: r51626 | |||
2010-08-02 | SCI: adding workaround for lsl6 | Martin Kiewitz | |
when touching fence svn-id: r51625 | |||
2010-08-02 | SCI: adding bug id inside comments | Martin Kiewitz | |
svn-id: r51617 | |||
2010-08-02 | SCI: adding workaround for kq5 floppy | Martin Kiewitz | |
should fix bug #3037003, i dont have english floppy, can't test. svn-id: r51616 | |||
2010-08-02 | SCI: fixing typo | Martin Kiewitz | |
svn-id: r51614 | |||
2010-08-02 | SCI: qfg2/3 import | Martin Kiewitz | |
- change directory button disabled - showing message where to put characters, if saved from original sci interpreter svn-id: r51613 | |||
2010-08-02 | SCI: Actually fake a return value for rev #51611, instead of ignoring the ↵ | Filippos Karapetis | |
call completely svn-id: r51612 | |||
2010-08-02 | SCI: Fixed script bug #3037835 - "ISLANDBRAIN: Crash when breeding ↵ | Filippos Karapetis | |
second-generation hybrid" svn-id: r51611 | |||
2010-08-02 | SCI: Fixed script bug #3038077 - "PQ3 : Engine Abort While Plotting Crimes", ↵ | Filippos Karapetis | |
together with 2 subsequent similar bugs svn-id: r51609 | |||
2010-08-01 | SCI: adding workaround for pq3 | Martin Kiewitz | |
svn-id: r51600 | |||
2010-08-01 | SCI: Cleanup. | Johannes Schickel | |
svn-id: r51584 | |||
2010-08-01 | SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's ↵ | Matthew Hoops | |
used in GK1) svn-id: r51583 | |||
2010-08-01 | SCI: changing noname selector names | Martin Kiewitz | |
removing space from previous name svn-id: r51582 | |||
2010-08-01 | SCI: adding workaround for pq2 kDisplay | Martin Kiewitz | |
in room 23 svn-id: r51578 | |||
2010-08-01 | SCI: removing pirated sq4 version from detection | Martin Kiewitz | |
"fixes" bug #3037800 fixing warning in seg_manager svn-id: r51576 | |||
2010-08-01 | SCI: adding workaround for lb1 | Martin Kiewitz | |
fixes bug #3037694 svn-id: r51575 | |||
2010-08-01 | SCI: adding workaround for hq1/qfg1 | Martin Kiewitz | |
fixes bug #3037659 svn-id: r51573 | |||
2010-08-01 | SCI: Ignoring non-critical script bug in QFG1VGA, when closing any ↵ | Filippos Karapetis | |
conversation dialog with esc (doesn't affect gameplay in any manner) svn-id: r51572 | |||
2010-08-01 | SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug ↵ | Matthew Hoops | |
#3036291) svn-id: r51565 | |||
2010-07-31 | SCI: fix lofs autodetection | Martin Kiewitz | |
makes polish lsl1 work (its game superclass name got translated, so no "Game" object available) - bug #3037194 thx to dam-soft for his patient help svn-id: r51557 | |||
2010-07-31 | SCI: Add uninit'd temp workaround for Grotesteing (fan game) | Matthew Hoops | |
svn-id: r51543 | |||
2010-07-31 | SCI: changing laurabow1 workaround to all rooms | Martin Kiewitz | |
fixes bug #3037410 svn-id: r51541 | |||
2010-07-31 | SCI: removing warning about uninitialized parameters | Martin Kiewitz | |
didn't cause any harm till now and it seems testers get irritated by it. Switching it to VM debug level 2. svn-id: r51540 | |||
2010-07-31 | SCI: little cleanup | Martin Kiewitz | |
svn-id: r51539 | |||
2010-07-31 | SCI: kGameIsRestarting returns 2 when we restored | Martin Kiewitz | |
fixes castle of dr. brain save issue in puzzle room, fixes island of dr. brain save issue when saving in first room svn-id: r51538 | |||
2010-07-31 | SCI: Whitespace cleanup. | Johannes Schickel | |
svn-id: r51532 | |||
2010-07-31 | SCI: Fix walking in GK1 later in the game | Matthew Hoops | |
The Feature class uninit'd workaround needs to be extended to all levels of inheritance. svn-id: r51527 | |||
2010-07-31 | SCI: fix kAddToPic called with view data | Martin Kiewitz | |
and adding workaround for pq2 when showing windows with pictures change to kAddToPic fixes bad coordinates of cels when restoring the game (should also fix lsl2) svn-id: r51526 | |||
2010-07-30 | SCI: Switch to Common::RandomSource. | Johannes Schickel | |
Since I got no response to my mail to -devel, I just assume that there is no specific reason for using rand() in SCI. As explained in my mail to -devel about why SCI uses rand, this might allow SCI to work with our event recording, when that ever gets finished. I adapted kRandom so that it also supports negative random numbers. And furthermore that the toNumber argument is smaller than the fromNumber argument. I am not sure whether that really happens though, but it should be safer to have this. I marked that place with an TODO/CHECKME. svn-id: r51521 | |||
2010-07-30 | SCI: speed throttler cleanup and iceman comment | Martin Kiewitz | |
svn-id: r51518 | |||
2010-07-30 | SCI: Fix saving/restoring games in fan games | Matthew Hoops | |
The SCI Studio function library incorrectly calls kDeviceInfo with one parameter to get the current device. svn-id: r51514 | |||
2010-07-30 | SCI: adding workaround for kSetCursor kq5cd | Martin Kiewitz | |
adding comments as well svn-id: r51510 | |||
2010-07-30 | SCI: Updated the op_mod changes and added a link to the original bug report | Filippos Karapetis | |
svn-id: r51509 | |||
2010-07-30 | SCI: Added handling of negative numbers to | Filippos Karapetis | |
op_mod for SCI01 and newer games. Fixes the battlecruiser mini-game in SQ5. Many thanks to lskovlun, wjp and m_kiewitz for their joined effort on this issue svn-id: r51508 | |||
2010-07-30 | Merged the two QFG3 workarounds and the two SQ1 workarounds | Filippos Karapetis | |
svn-id: r51506 | |||
2010-07-30 | SCI: Adjusted return value of the script bug workaround in rev #51504 to a ↵ | Filippos Karapetis | |
bigger number, just in case svn-id: r51505 |