aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_test.cpp
AgeCommit message (Expand)Author
2009-10-17Removed the obsolete and bitrotted testing code for the old SCI GUIFilippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-04-27SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use...Max Horn
2009-04-27SCI: Renamed gfx_state_t -> GfxStateMax Horn
2009-03-16SCI: Removed sbtree code by Common::HashmapMax Horn
2009-02-27Fix code formattingEugene Sandulenko
2009-02-24SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-17Update headers. gfx/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
2009-02-15retreive->retrieveWillem Jan Palenstijn
2009-02-15- Remove some unneeded filesEugene Sandulenko