Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn | |
svn-id: r38735 | |||
2009-02-21 | SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h | Max Horn | |
svn-id: r38720 | |||
2009-02-21 | Turned back all fprintf/exit(1) bits into error() | Filippos Karapetis | |
svn-id: r38716 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38706 | |||
2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not ↵ | Willem Jan Palenstijn | |
return. warning() is not for debugging status messages. svn-id: r38696 | |||
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag | |
svn-id: r38676 | |||
2009-02-21 | SCI: Fixed more warnings | Max Horn | |
svn-id: r38658 | |||
2009-02-20 | Switch error back to warning, to fix SCI 1.1 regression. | Travis Howell | |
svn-id: r38648 | |||
2009-02-20 | Downgraded some errors to warnings and printf's | Filippos Karapetis | |
svn-id: r38642 | |||
2009-02-20 | Changed more messages to warnings/errors | Filippos Karapetis | |
svn-id: r38621 | |||
2009-02-17 | Update headers. sfx/ | Eugene Sandulenko | |
svn-id: r38410 | |||
2009-02-17 | Replaced sci_free() with free() - it's OK to free a NULL pointer, so the ↵ | Filippos Karapetis | |
checking that sci_free() performed is not necessary svn-id: r38406 | |||
2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting ↵ | Max Horn | |
Guidelines: sfx dir svn-id: r38322 | |||
2009-02-15 | cleanup, fixed warnings | Max Horn | |
svn-id: r38282 | |||
2009-02-15 | Silenced more warnings | Filippos Karapetis | |
svn-id: r38267 | |||
2009-02-15 | Silenced a ton of warnings, and disabled several unreferenced functions ↵ | Filippos Karapetis | |
(dead code) - hopefully, compilation hasn't been broken... svn-id: r38243 | |||
2009-02-15 | - Remove some unneeded files | Eugene Sandulenko | |
- Mass rename .c to .cpp svn-id: r38227 |