index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-02-03
Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...
Sven Hesse
2010-02-03
Remove code duplication.
Johannes Schickel
2010-02-03
Add tests for RawStream's seek implementation.
Johannes Schickel
2010-02-03
Add tests for stereo mode of RawStream.
Johannes Schickel
2010-02-03
Test various sample rates with RawStream's getLength implementation (just in ...
Johannes Schickel
2010-02-03
Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...
Johannes Schickel
2010-02-03
Add unit test for RawStream::getLength.
Johannes Schickel
2010-02-03
Some additional tests of RawStream::readBuffer.
Johannes Schickel
2010-02-03
Add test for rewind functionality of RawStream.
Johannes Schickel
2010-02-03
Add tests for unsigned sample data for RawStream.
Johannes Schickel
2010-02-03
Less noisy output in case something goes wrong.
Johannes Schickel
2010-02-03
Test both BE and LE 16bit samples.
Johannes Schickel
2010-02-03
Cleanup.
Johannes Schickel
2010-02-03
Fascination - Cleanup: suppress some noisy debug output, suppress some obsole...
Arnaud Boutonné
2010-02-03
Placed all the game feature detection code in a separate class
Filippos Karapetis
2010-02-03
Add some (lame) first version of RawStream unit tests. Currently all it does ...
Johannes Schickel
2010-02-03
Make makeMP3Stream return 0 on failure too.
Johannes Schickel
2010-02-03
Yet more Flac -> FLAC changes for consistency.
Johannes Schickel
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-02-03
Implementing saving/loading for Fascination. Tested in the DOS floppy version...
Sven Hesse
2010-02-03
Rename RawAudioStream to RawStream for consistency.
Johannes Schickel
2010-02-03
Cleanup.
Johannes Schickel
2010-02-03
Rename:
Johannes Schickel
2010-02-03
- Return 0 in makeVorbisStream and makeFlacStream, in case creating the strea...
Johannes Schickel
2010-02-03
Only show that annoying checkmouse warning for Fascination
Sven Hesse
2010-02-03
Minor style-related changes
Sven Hesse
2010-02-03
Initial implementation of text drawing for SCI2 (it's a hack for now, done th...
Filippos Karapetis
2010-02-03
SCI: Make add_exec_stack_entry & add_exec_stack_varselector static / private
Max Horn
2010-02-03
SCI: Move more stuff around
Max Horn
2010-02-03
cleanup
Max Horn
2010-02-03
SCI: restoring param of run_vm is a bool, not an int
Max Horn
2010-02-03
SCI: Get rid of EngineState::stack_segment
Max Horn
2010-02-03
SCI: Rearrange members of class EngineState
Max Horn
2010-02-03
SCI: Renamed Console::_vm to _engine
Max Horn
2010-02-03
Fascination - Fix screen transition
Arnaud Boutonné
2010-02-02
Fascination - comment calls to getWindow() in checkMouse(). I think getWindow...
Arnaud Boutonné
2010-02-02
Fascination - Add a window specific function, modify checkmouse() function in...
Arnaud Boutonné
2010-02-02
Fascination - Add a define to enable/disable MDY player, as it currently gene...
Arnaud Boutonné
2010-02-02
Fascination - Fix one wrong wait time
Arnaud Boutonné
2010-02-02
SCI: cleanup
Max Horn
2010-02-02
SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...
Max Horn
2010-02-02
SCI: Move some code around (no code changes)
Max Horn
2010-02-02
Fix compile without SCI32
Matthew Hoops
2010-02-02
fixed actor glitch
Vladimir Menshakov
2010-02-02
Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi...
Matthew Hoops
2010-02-02
Use MIDI by default for SCI32. Fixes the GK2 demo.
Matthew Hoops
2010-02-02
Try to make drmccoy happy again (is that even possible? :P )
Filippos Karapetis
2010-02-02
Silenced warning
Filippos Karapetis
2010-02-02
Added a stub for kCreateTextBitmap, which shows the text that should be drawn...
Filippos Karapetis
2010-02-02
SCI: frameout ignoring 0xFFFE for picture id as well (must be some other magi...
Martin Kiewitz
[next]