Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-06 | SCI: Fix overflow in LZS decompressor | Walter van Niftrik | |
svn-id: r47090 | |||
2010-01-06 | SCI: sync displayScreen with framebuffer after successful video playback ↵ | Martin Kiewitz | |
(fixes background vanishing in mainmenu of gk1demo) svn-id: r47089 | |||
2010-01-06 | SCI: search for %J in text resources to identify japanese games, switch to ↵ | Martin Kiewitz | |
upscaled hires when japanese games are started, removed TODO svn-id: r47088 | |||
2010-01-06 | - Some work on kLocalToGlobal and kGlobalToLocal for SCI2+ | Filippos Karapetis | |
- Removed the custom types MemoryHandle, LoopNo, CelNo (cause we ended up having code like LoopNo loopNo = ...) - Improved the sanity checks in frameOut() svn-id: r47087 | |||
2010-01-06 | Removed a hack from the fallback detector, used to distinguish some demos ↵ | Filippos Karapetis | |
from their full versions svn-id: r47086 | |||
2010-01-06 | removed all magic about mark's velocity | Vladimir Menshakov | |
svn-id: r47084 | |||
2010-01-06 | - Simplify Audio::calculateSampleOffset. | Johannes Schickel | |
- Made Audio::calculateSampleOffset accessable from outside audiostream.cpp. - Adapt KYRA's AUDStream to use Audio::calculateSampleOffset. svn-id: r47082 | |||
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel | |
- Fix documentation of openStreamFile. svn-id: r47080 | |||
2010-01-06 | The error inside execute_method() has been restored, it's only a warning for ↵ | Filippos Karapetis | |
SCI2+ games for now, till we figure out what's wrong svn-id: r47079 | |||
2010-01-06 | SCI: initPriorityBands() now aborts when getting called and screen size is ↵ | Martin Kiewitz | |
not 320x200 svn-id: r47078 | |||
2010-01-06 | SCI: changed screenHeight to 200 fixed inside initPriorityBands() because ↵ | Martin Kiewitz | |
the algo is meant to work on lowres only svn-id: r47077 | |||
2010-01-06 | SCI2+ games no longer use priority bands (fixes memory leaks in true hires ↵ | Filippos Karapetis | |
games, too) svn-id: r47076 | |||
2010-01-06 | SCI: making most of the variables in screen class private (some of it was ↵ | Martin Kiewitz | |
needed for old gui) svn-id: r47075 | |||
2010-01-06 | Removed one more hardcoded screen dimension | Filippos Karapetis | |
svn-id: r47074 | |||
2010-01-06 | SCI2.1 and newer games always run at 640x480 | Filippos Karapetis | |
svn-id: r47073 | |||
2010-01-06 | Removed all hardcoded screen sizes | Filippos Karapetis | |
svn-id: r47072 | |||
2010-01-06 | do not interrupt any actions (test for wii) | Vladimir Menshakov | |
svn-id: r47069 | |||
2010-01-06 | minor cleanups | Vladimir Menshakov | |
svn-id: r47068 | |||
2010-01-06 | Adapt TOUCHE to use the new FLAC, Vorbis and MP3 factories (it didn't use ↵ | Johannes Schickel | |
any looping features anyway). svn-id: r47066 | |||
2010-01-06 | Adapt digital iMuse to use SeekableAudioStream::seek, instead of ryling on ↵ | Johannes Schickel | |
the deprecated FLAC, Vorbis and MP3 interface. svn-id: r47064 | |||
2010-01-06 | Adapt SAGA to use Mixer::playAudioStreamLooping instead of relying the ↵ | Johannes Schickel | |
depracted in AudioStream looping support. svn-id: r47063 | |||
2010-01-06 | Adapt KYRA to use the new FLAC, Vorbis and MP3 factories. | Johannes Schickel | |
svn-id: r47062 | |||
2010-01-05 | - Put the new factories for MP3, Vorbis and FLAC in place. | Johannes Schickel | |
- Marked the loop factories with loop related parameters as deprecated. svn-id: r47061 | |||
2010-01-05 | Properly adapt AUDStream to be a SeekableAudioStream and switched KYRA3 to ↵ | Johannes Schickel | |
use playAudioStreamLooping for its looping purposes. svn-id: r47060 | |||
2010-01-05 | added logs about EVENT_RTL | Vladimir Menshakov | |
svn-id: r47059 | |||
2010-01-05 | Fix broken Scumm dialogs, which is a regression from r46947. (They used a ↵ | Johannes Schickel | |
dummy name, which didn't exist in the theme config and later on just calculated the size on their own...) svn-id: r47057 | |||
2010-01-05 | separate timers for mark, scene and messages. | Vladimir Menshakov | |
svn-id: r47056 | |||
2010-01-05 | SCI: implemented debug command "set_palette" | Martin Kiewitz | |
svn-id: r47047 | |||
2010-01-05 | Changed an error to a warning in execute_method(), so that Torin's Passage ↵ | Filippos Karapetis | |
scripts continue running (and crash at some later point) svn-id: r47044 | |||
2010-01-05 | SCI: implemented new debug command "draw_cel" | Martin Kiewitz | |
svn-id: r47043 | |||
2010-01-05 | more accurate timings. | Vladimir Menshakov | |
svn-id: r47042 | |||
2010-01-05 | SCI: remove lowres limit from picture class, makes hires sci32 pictures work | Martin Kiewitz | |
svn-id: r47041 | |||
2010-01-05 | SCI: removed hardcoded screen width/height from windowMgr menuPort | Martin Kiewitz | |
svn-id: r47040 | |||
2010-01-05 | SCI: fix debug command draw_pic to accept higher resourceIds | Martin Kiewitz | |
svn-id: r47039 | |||
2010-01-05 | added subtitle speed option | Vladimir Menshakov | |
fixed bug when idle animation could be displayed in a middle of the dialogue svn-id: r47038 | |||
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel | |
svn-id: r47037 | |||
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel | |
svn-id: r47036 | |||
2010-01-05 | SCI: removed uint16 limit within view class (allows hires views) | Martin Kiewitz | |
svn-id: r47035 | |||
2010-01-05 | Fixed bug #2924968, "AGI: Can't click "cancel" in Save/Restore Game Menu". This | Torbjörn Andersson | |
regression was probably introduced with r45260, "AGI: cleanup GfxMgr::testButton". svn-id: r47030 | |||
2010-01-05 | Renamed the version of drawCel() which calls BitsShow() to drawCelAndShow(), ↵ | Filippos Karapetis | |
to avoid confusion svn-id: r47028 | |||
2010-01-05 | Some initial work on SCI1.1 view scaling (not working yet) | Filippos Karapetis | |
svn-id: r47027 | |||
2010-01-05 | Removed a leftover unused hack from the old graphics code | Filippos Karapetis | |
svn-id: r47026 | |||
2010-01-05 | SCI: sci32 pictures are now fully drawn to screen (including all layers) | Martin Kiewitz | |
svn-id: r47025 | |||
2010-01-05 | Removed duplicate code | Filippos Karapetis | |
svn-id: r47024 | |||
2010-01-05 | Cleanup, fixed fading of digital sound effects | Filippos Karapetis | |
svn-id: r47023 | |||
2010-01-05 | Added a new LureLanguage enumeration of supported languages, and changed ↵ | Paul Gilbert | |
game code to use it svn-id: r47019 | |||
2010-01-05 | Bugfix for crash if an error occurs before the game object (and thus the ↵ | Paul Gilbert | |
debugger) is created svn-id: r47018 | |||
2010-01-05 | Zero the array before using it. You can go talk to Grace now, DrMcCoy. | Matthew Hoops | |
svn-id: r47017 | |||
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio ↵ | Johannes Schickel | |
stream specific looping code by generic code in Mixer... - Adapted some existing AudioStreams to implement that interface (not tested!) svn-id: r47013 | |||
2010-01-05 | Cleanup | Filippos Karapetis | |
svn-id: r47012 |