aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq
AgeCommit message (Collapse)Author
2009-02-18Removed unused fileMax Horn
svn-id: r38482
2009-02-17Fixing compilation for meSven Hesse
svn-id: r38421
2009-02-17Remove unneeded filesEugene Sandulenko
svn-id: r38414
2009-02-17Update headers. sfx/Eugene Sandulenko
svn-id: r38410
2009-02-17Replaced 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-15SCI: Header cleanup (avoid #include <> where possible)Max Horn
svn-id: r38330
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: sfx dir svn-id: r38322
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
svn-id: r38305
2009-02-15Silenced more warningsFilippos Karapetis
svn-id: r38267
2009-02-15Some more warning fixesMax Horn
svn-id: r38248
2009-02-15Fixed lots of warnings and errors (on my system) by backporting a patch I ↵Max Horn
had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?) svn-id: r38245
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227
2009-02-15- Remove unneeded filesEugene Sandulenko
- Make whole thing finally compilable svn-id: r38214
2009-02-15fixed msvc9 compilationPaweł Kołodziejski
svn-id: r38208
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
svn-id: r38201
2009-02-15Removing various unused files (backups remain in vendor/sci/, of course)Max Horn
svn-id: r38197
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't ↵Jordi Vilalta Prat
compile yet) svn-id: r38192