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
Age
Commit message (
Expand
)
Author
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
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: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-24
substitute all time related functions, removing sci_gettime sci_get_current_t...
Andre Heider
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: More cleanup
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
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
SCI: More cleanup
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-20
SCI: Removed unused file
Max Horn
2009-02-17
Update headers. sfx/
Eugene Sandulenko
2009-02-16
Replace strncasecmp by scumm_strnicmp
Max Horn
2009-02-16
SCUMMVM define no longer required.
Travis Howell
2009-02-16
Replace strcasecmp with scumm_stricmp.
Travis Howell
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
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
2009-02-15
fixed msvc9 compilation
Paweł Kołodziejski
2009-02-15
Removing various unused files (backups remain in vendor/sci/, of course)
Max Horn
2009-02-15
Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...
Jordi Vilalta Prat