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
/
seq
/
instrument-map.cpp
Age
Commit message (
Expand
)
Author
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-03-07
Replaced getInt15 in intstrument-map.cpp as well
Filippos Karapetis
2009-03-01
SCI: Renamed some sfx header files
Max Horn
2009-02-27
Fix code formatting
Eugene Sandulenko
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-21
SCI: Replaced evil MIDI_WRITER_BODY with C++ subclassing; some compile fixes ...
Max Horn
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-17
Update headers. sfx/
Eugene Sandulenko
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
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