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-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