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
path:
root
/
engines
/
sci
/
sfx
/
softseq
/
amiga.cpp
Age
Commit message (
Expand
)
Author
2009-12-25
SCI: implemented command 0x80 (stopnote) for amiga music driver
Martin Kiewitz
2009-12-25
Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate).
Matthew Hoops
2009-12-25
SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie...
Martin Kiewitz
2009-12-25
SCI/newmusic: added filter support for kq4early and adlib
Martin Kiewitz
2009-12-18
Moved the interface class for the the custom SCI MIDI drivers together with t...
Filippos Karapetis
2009-12-09
Fixed some simple cppcheck warnings.
Torbjörn Andersson
2009-11-14
Removed more dead code
Filippos Karapetis
2009-11-12
SCI: Fix uninitialized variable in Amiga driver.
Walter van Niftrik
2009-11-12
SCI: Fix crash in Iceman/amiga.
Walter van Niftrik
2009-11-05
SCI: Converted FreeSCI Amiga sound driver. Some cleanup.
Walter van Niftrik
2009-10-26
Fixed some cppcheck warnings.
Torbjörn Andersson
2009-10-16
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...
Filippos Karapetis
2009-10-01
SCI: Add some fixmes noted by salty-horse.
Willem Jan Palenstijn
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-05-12
SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h
Max Horn
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-22
SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...
Max Horn
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
Max Horn
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-17
Update headers. sfx/
Eugene Sandulenko
2009-02-17
Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...
Filippos Karapetis
2009-02-15
SCI: Header cleanup (avoid #include <> where possible)
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
Silenced more warnings
Filippos Karapetis
2009-02-15
Fixed lots of warnings and errors (on my system) by backporting a patch I had...
Max Horn
2009-02-15
- Remove some unneeded files
Eugene Sandulenko