aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-20Removed dead codeFilippos Karapetis
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-11-12Fix warningEugene Sandulenko
2009-11-12The menu bar code is no longer used in the new graphics code, and the menu st...Filippos Karapetis
2009-10-28Changed some of the menu code to use new graphics functionsFilippos Karapetis
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-27Make Jones in the Fast Lane use up the whole screen as did the original game.Matthew Hoops
2009-10-26Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1...Filippos Karapetis
2009-10-26CleanupFilippos Karapetis
2009-10-26Removed unused variable.Torbjörn Andersson
2009-10-25Moved the cel count calculation to the new graphics codeFilippos Karapetis
2009-10-25- Removed graphics options code from the old GUI. Almost all of them are not ...Filippos Karapetis
2009-10-25CleanupFilippos Karapetis
2009-10-22CleanupFilippos Karapetis
2009-10-22Moved the view loop counting code in the new GUIFilippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-19Changed mapPointer() to accept a Common::Rect, thus removing the reference to...Filippos Karapetis
2009-10-17Removed the obsolete and bitrotted testing code for the old SCI GUIFilippos Karapetis
2009-10-17Include common/endian.h for SWAP_BYTES_32. Should fix compile on BE systems.Matthew Hoops
2009-10-17Started moving some of the old GUI code inside /gui32Filippos Karapetis
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-16Moved the SEQ decoder outside the gfx directory, as it is completely stand al...Filippos Karapetis
2009-10-16Fixed an assert in the introduction of the CD version of KQ6Filippos Karapetis
2009-10-15Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. S...Filippos Karapetis
2009-10-14Fixed the palette in the SEQ decoder againFilippos Karapetis
2009-10-14Started rewriting the SEQ decoder to use the new GUI functionsFilippos Karapetis
2009-10-13Removed the now unused code in gfx/res_cursor.cppFilippos Karapetis
2009-10-13Removed some leftover cursor codeFilippos Karapetis
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
2009-10-09don't discard const qualifier needlesslyMax Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-09SCI: resmanager / include order changeMartin Kiewitz
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-07SCI: Change more stuff to be CFG compliantMax Horn
2009-10-07SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ...Max Horn
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07Implemented the SciGuiView destructor and plugged a memory leak in the curren...Filippos Karapetis
2009-10-07Hopefully fixed a mismatching free() call in gfx_free_pixmap(), originating f...Filippos Karapetis
2009-10-07Replaced the view loading code with the new view loading functions. EGA view ...Filippos Karapetis
2009-10-07More work on the view code wrapper. Now all SCI0-SCI11 views should be displa...Filippos Karapetis
2009-10-06More work on the view wrapper codeFilippos Karapetis
2009-10-06Reverted the priority line drawing code in the current GUI (with some cleanup...Filippos Karapetis
2009-10-06More work on the view wrapper codeFilippos Karapetis
2009-10-06WIP code for replacing the FreeSCI view decoding code with the new one (no ch...Filippos Karapetis
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-10-05Moved the cursor movement code in the GUIFilippos Karapetis
2009-10-05Removed dead codeFilippos Karapetis