Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-11 | Hide the mouse cursor while a video is being played | Filippos Karapetis | |
svn-id: r47240 | |||
2010-01-10 | SCI: Fix default optimization level in AvoidPath | Walter van Niftrik | |
svn-id: r47239 | |||
2010-01-10 | Nintendo64: use newlines when printing assert messages, to avoid wrapping | Fabio Battaglia | |
svn-id: r47238 | |||
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and ↵ | Filippos Karapetis | |
commented out some unused variables) svn-id: r47237 | |||
2010-01-10 | fix #2926655: "Teenagent: Inventory problems on BE systems" | Joost Peters | |
svn-id: r47236 | |||
2010-01-10 | remove unneeded workaround for #47233 | Fabio Battaglia | |
svn-id: r47234 | |||
2010-01-10 | Fix bug in Engine::pauseEngine (this should fix #2912148 "Using virtual ↵ | Johannes Schickel | |
keyboard in menu mutes audio") svn-id: r47233 | |||
2010-01-10 | Mark the 'fix' in r47231 as a workaround for a probably deeper problem. | Fabio Battaglia | |
svn-id: r47232 | |||
2010-01-10 | Check if game engine is already paused before pausing it again to show ↵ | Fabio Battaglia | |
virtual keyboard. Fixes #2912148 svn-id: r47231 | |||
2010-01-10 | Typo. | Johannes Schickel | |
svn-id: r47230 | |||
2010-01-10 | Add some more comments. | Johannes Schickel | |
svn-id: r47229 | |||
2010-01-10 | Fix missing type forward declaration in voc.h. | Johannes Schickel | |
svn-id: r47228 | |||
2010-01-10 | Fix a memory leak. | Johannes Schickel | |
svn-id: r47227 | |||
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and ↵ | Johannes Schickel | |
thus features the same looping capabilites as LinearMemoryStream and LinearDiskStream. - Remove custom looping code from LinearMemoryStream and LinearDiskStream. - Adapt various client code to the changes. svn-id: r47226 | |||
2010-01-10 | SCI: kPortrait - abort on mouse presses only | Martin Kiewitz | |
svn-id: r47225 | |||
2010-01-10 | SCI: kPortrait - mouse click now aborts portrait | Martin Kiewitz | |
svn-id: r47224 | |||
2010-01-10 | SCI: fixed typo when getting resourceId on kPortrait call - fixes resource ↵ | Martin Kiewitz | |
not found in kq6 within pawn shop svn-id: r47223 | |||
2010-01-10 | SCI: kPortrait - error() out when resource could not be found | Martin Kiewitz | |
svn-id: r47222 | |||
2010-01-10 | SCI: ignore hiresMode when not being upscaledHires for kDrawCel and ↵ | Martin Kiewitz | |
updateBox on kGraph - fixes kq6 dos svn-id: r47221 | |||
2010-01-10 | SCI: changed SoundResource constructor to set values for ↵ | Martin Kiewitz | |
digitalChannelNr/digitalSampleRate and digitalSampleSize at any time svn-id: r47220 | |||
2010-01-10 | SCI: updateBox now also supports hires mode | Martin Kiewitz | |
svn-id: r47219 | |||
2010-01-10 | SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox ↵ | Martin Kiewitz | |
may not get port adjusted svn-id: r47218 | |||
2010-01-10 | SCI: switching to hires kDrawCel when 8th parameter is passed, fixed ↵ | Martin Kiewitz | |
kDrawCel port adjust - fixes kq6 hires inventory svn-id: r47217 | |||
2010-01-10 | Handle properly shouldQuit() | Robert Špalek | |
svn-id: r47215 | |||
2010-01-09 | SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ↵ | Martin Kiewitz | |
still works during execution, makes lip sync perfect (thx to the other fix by fingolfin) svn-id: r47214 | |||
2010-01-09 | Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a ↵ | Max Horn | |
higher precision than Mixer::getSoundElapsedTime(). Convert some video code to use it. svn-id: r47213 | |||
2010-01-09 | Fix Timestamp::addMsecs; some cleanup | Max Horn | |
svn-id: r47212 | |||
2010-01-09 | SCI: kPortrait - drawing base bitmap before drawing animation bitmap | Martin Kiewitz | |
svn-id: r47211 | |||
2010-01-09 | kPortrait: found the coordinate offsets, corrected actual bitmap size ↵ | Martin Kiewitz | |
(sometimes extra bytes are appended per line) animation bitmaps now valid svn-id: r47210 | |||
2010-01-09 | SCI: deleting _bitmaps and unlocking sync resource in kPortrait | Martin Kiewitz | |
svn-id: r47208 | |||
2010-01-09 | SCI: kPortrait - animation included, doesnt seem right currently coordinate ↵ | Martin Kiewitz | |
offset is missing (cause i cant find it) and mouth movement doesnt seem right...at least the basics work and graphic data is fine svn-id: r47206 | |||
2010-01-09 | Register default setting for 'mute' option | Willem Jan Palenstijn | |
svn-id: r47205 | |||
2010-01-09 | SCI: kPortrait almost fully implemented (animation bitmaps still missing) | Martin Kiewitz | |
svn-id: r47204 | |||
2010-01-09 | Implement some safer handling of the "Extended" block in VOC files. | Johannes Schickel | |
svn-id: r47203 | |||
2010-01-09 | SCI: adding audio support to kPortrait, audio is now playing when portraits ↵ | Martin Kiewitz | |
are shown svn-id: r47202 | |||
2010-01-09 | SCI: added new debug command "picture_visualize", which enables ↵ | Martin Kiewitz | |
visualization of the drawing process of EGA pictures svn-id: r47201 | |||
2010-01-09 | removed useless rtl logs | Vladimir Menshakov | |
svn-id: r47200 | |||
2010-01-09 | fixed RTL | Vladimir Menshakov | |
svn-id: r47199 | |||
2010-01-09 | log when EVENT_RTL received | Vladimir Menshakov | |
svn-id: r47198 | |||
2010-01-09 | Fix for a rare case where the NPC handler for Ewan the shopkeeper can cause ↵ | Paul Gilbert | |
an assert when you rejoin Goewin in the Weregate caves. svn-id: r47197 | |||
2010-01-09 | Yup, not checking for stereo sound was an accident here | Sven Hesse | |
svn-id: r47195 | |||
2010-01-09 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r47194 | |||
2010-01-09 | SCI: Fix handling of output rate in PCJr driver | Walter van Niftrik | |
svn-id: r47193 | |||
2010-01-09 | SCI: Fix crash on exit when using PCJr driver. | Walter van Niftrik | |
svn-id: r47192 | |||
2010-01-09 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r47191 | |||
2010-01-09 | SCI: Move music device IDs to drivers. | Walter van Niftrik | |
svn-id: r47190 | |||
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn | |
svn-id: r47189 | |||
2010-01-08 | SCI: Ctrl-Z now supported as well :D | Martin Kiewitz | |
svn-id: r47188 | |||
2010-01-08 | Use DisposeAfterUse::Flag | Willem Jan Palenstijn | |
svn-id: r47187 | |||
2010-01-08 | SCI: removed controlify() to ease readability of code | Martin Kiewitz | |
svn-id: r47186 |