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
/
gm.cpp
Age
Commit message (
Expand
)
Author
2009-12-18
Moved the midi_writer struct into the place where it's actually used, and nam...
Filippos Karapetis
2009-11-14
SCI: Silence warnings (none of the code in seq/gm.cpp is used)
Max Horn
2009-11-14
Removed more dead code
Filippos Karapetis
2009-11-14
Cleanup
Filippos Karapetis
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-16
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...
Filippos Karapetis
2009-05-29
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...
Max Horn
2009-05-12
SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h
Max Horn
2009-02-27
Fix code formatting
Eugene Sandulenko
2009-02-24
substitute all time related functions, removing sci_gettime sci_get_current_t...
Andre Heider
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
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
- Remove some unneeded files
Eugene Sandulenko