Age | Commit message (Expand) | Author |
2009-12-19 | Removed unused include | Filippos Karapetis |
2009-12-18 | Moved the interface class for the the custom SCI MIDI drivers together with t... | Filippos Karapetis |
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-07-06 | Fixed compilation | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-29 | SCI: Removing useless adlib-via-OSS code | Max Horn |
2009-05-15 | Fix compilation | Willem Jan Palenstijn |
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-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 |