Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-01-08 | SCI: fix for platform difference between linux and windows, makes ↵ | Martin Kiewitz | |
Ctrl-Alt-keys work under linux as well (e.g. lsl1, age questions cheat) svn-id: r47185 | |||
2010-01-08 | Fix LinearMemoryStream::seek, when the stream was created without request to ↵ | Johannes Schickel | |
dispose the memory itself. svn-id: r47184 | |||
2010-01-08 | Switch SCUMM from AppendableAudioStream to QueuingAudioStream | Max Horn | |
svn-id: r47183 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2010-01-08 | Fix header guard | Max Horn | |
svn-id: r47181 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn | |
svn-id: r47179 | |||
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn | |
svn-id: r47178 | |||
2010-01-08 | Move Mohawk's QueuedAudioStream to sound/ (with some tweaks) | Max Horn | |
svn-id: r47177 | |||
2010-01-08 | Fix sound effects in Sword1 PSX, regression from r47132. | Johannes Schickel | |
svn-id: r47176 | |||
2010-01-08 | SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ↵ | Martin Kiewitz | |
won't work. I couldnt find games that use Alt-keys, so I was unable to check those as well svn-id: r47175 | |||
2010-01-08 | SCI: fixing sq3 again (state selector wasnt updated anymore) | Martin Kiewitz | |
svn-id: r47174 | |||
2010-01-08 | Fix documentation for setMouseCursor's format paramenter. | Johannes Schickel | |
svn-id: r47173 | |||
2010-01-08 | SCI: updateCues() cleanup | Martin Kiewitz | |
svn-id: r47172 | |||
2010-01-08 | This should fix bug #2928411, "SWORD1: Macintosh Demo crashes after Intro". | Torbjörn Andersson | |
svn-id: r47171 | |||
2010-01-08 | Properly fix credits | Eugene Sandulenko | |
svn-id: r47170 | |||
2010-01-08 | minor fixes | Vladimir Menshakov | |
svn-id: r47168 | |||
2010-01-08 | added configurable timers/fast mode with ctrl-f hotkey | Vladimir Menshakov | |
svn-id: r47167 | |||
2010-01-08 | Remove custom AiffAudioStream and replace it by the use of ↵ | Johannes Schickel | |
makeLoopingAudioStream and makeAIFFStream. svn-id: r47165 | |||
2010-01-08 | SCI: support "Ctrl-" prefix keys in menu, makes Ctrl-keys work in lsl6 | Martin Kiewitz | |
svn-id: r47164 | |||
2010-01-08 | SCI: support "+" and "-" for menu (fixes speed changes via those keys in all ↵ | Martin Kiewitz | |
games) svn-id: r47163 | |||
2010-01-08 | Add some warning inside makeLoopingAudioStream, in case the give start time ↵ | Johannes Schickel | |
is after the given end time. svn-id: r47162 | |||
2010-01-08 | fixed invalid volume setting | Vladimir Menshakov | |
svn-id: r47161 | |||
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop ↵ | Johannes Schickel | |
Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream). svn-id: r47160 | |||
2010-01-08 | Add another makeLoopingAudioStream factory for transparently looping a ↵ | Johannes Schickel | |
certain interval of a SeekableAudioStream. svn-id: r47159 | |||
2010-01-08 | added warning on invalid sound | Vladimir Menshakov | |
svn-id: r47158 | |||
2010-01-08 | Fix unhandled case(s) in switch warning from g++. | Johannes Schickel | |
svn-id: r47157 | |||
2010-01-08 | SCI: changed handling when unsupported sound type is selected, we are ↵ | Martin Kiewitz | |
switching to adlib or amiga sound then svn-id: r47156 | |||
2010-01-08 | SCI: Use adlib music by default | Walter van Niftrik | |
svn-id: r47155 | |||
2010-01-08 | SCI: Fix view detection in Hoyle 2 | Walter van Niftrik | |
svn-id: r47154 | |||
2010-01-08 | removed useless initializations | Vladimir Menshakov | |
svn-id: r47153 | |||
2010-01-08 | removed noisy debug | Vladimir Menshakov | |
svn-id: r47152 | |||
2010-01-08 | SCI: call gui-init right after loading a saved game, fixes weird gui issue ↵ | Martin Kiewitz | |
that occurs only when loading a save through ctrl-f5 menu "too early" in the game (where you couldnt load through original interpreter) svn-id: r47151 | |||
2010-01-08 | minor cleanup | Vladimir Menshakov | |
svn-id: r47150 | |||
2010-01-08 | removed mark's animation z-odering, which seems to be invalid | Vladimir Menshakov | |
svn-id: r47149 | |||
2010-01-08 | fixed inventory animation speed | Vladimir Menshakov | |
svn-id: r47148 | |||
2010-01-08 | added zero-object special case in combine table | Vladimir Menshakov | |
svn-id: r47147 | |||
2010-01-08 | cleaned up blitting, fixed zoom+clipping issues | Vladimir Menshakov | |
svn-id: r47146 | |||
2010-01-08 | Nintendo64: some cleanup, added a workaround in case audio buffers get depleted | Fabio Battaglia | |
svn-id: r47145 | |||
2010-01-07 | Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for ↵ | Johannes Schickel | |
spotting this) svn-id: r47144 | |||
2010-01-07 | SCI: remove displaying tag in menu of some games (e.g. qfg1ega) | Martin Kiewitz | |
svn-id: r47143 | |||
2010-01-07 | SCI: kPortrait actually gets lowres coordinates that need to get adjusted ↵ | Martin Kiewitz | |
according to curPort (does this make sense? noooo), fixes portrait coordinates in kq6 svn-id: r47142 | |||
2010-01-07 | SCI: sierra sci doesnt seem to adjust according to port on ↵ | Martin Kiewitz | |
upscaledhires_save_box, this (and all the other fixes) finally fixes coordinates for kq6 hires cel placement svn-id: r47141 | |||
2010-01-07 | SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ↵ | Martin Kiewitz | |
not sure if thats what sierra sci actually does or if we get coordinates 0,0 due some error somewhere. Fixes portrait window placement in kq6 - strangely they are still not at the correct height perhaps related to not adjusting "correctly" (whatever this means in this ugly mess that hires was implemented) inside BitsSave() svn-id: r47140 | |||
2010-01-07 | Cleanup. | Johannes Schickel | |
svn-id: r47139 | |||
2010-01-07 | Fix a little bug in LoopingAudioStream::readBuffer. | Johannes Schickel | |
svn-id: r47138 | |||
2010-01-07 | Remove setNumLoops and getNumPlayedLoops from AudioStream. | Johannes Schickel | |
svn-id: r47137 |