aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.cpp
AgeCommit message (Collapse)Author
2009-02-21fix hang on 64bit platformsWillem Jan Palenstijn
svn-id: r38756
2009-02-21SCI: Changed typedef struct -> structMax Horn
svn-id: r38752
2009-02-21substituted some more sci_gettimeAndre Heider
svn-id: r38749
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
svn-id: r38746
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
svn-id: r38735
2009-02-21revert 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-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
svn-id: r38676
2009-02-21formatingPaweł Kołodziejski
svn-id: r38669
2009-02-21SCI: Fixed more warningsMax Horn
svn-id: r38658
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
svn-id: r38621
2009-02-18Removed some unused GFX driver capability code and flagsFilippos Karapetis
svn-id: r38473
2009-02-17CleanupFilippos Karapetis
svn-id: r38452
2009-02-17Removed already implemented graphic capability flags, and used CLIP inside ↵Filippos Karapetis
scummvm_draw_line() to clean up the code a bit svn-id: r38451
2009-02-17point_t -> Common::PointFilippos Karapetis
svn-id: r38437
2009-02-17Update headers. gfx/Eugene Sandulenko
svn-id: r38412
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-15Fixed more warningsMax Horn
svn-id: r38332
2009-02-15Fixed more warnings (and at least one case of uninited data)Max Horn
svn-id: r38331
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: gfx dir svn-id: r38321
2009-02-15retreive->retrieveWillem Jan Palenstijn
svn-id: r38296
2009-02-15Silenced more warningsFilippos Karapetis
svn-id: r38267
2009-02-15initialize variablesWillem Jan Palenstijn
svn-id: r38252
2009-02-15Silenced 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 filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227