aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
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
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...Filippos Karapetis
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
2009-10-03fixed addMenu isspace() issue on umlautsMartin Kiewitz
2009-09-30Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us...Filippos Karapetis
2009-09-30- Removed some leftover 16/32bpp color code, as we're always using palette mo...Filippos Karapetis
2009-09-30oopsMax Horn
2009-09-30SCI: Some palette code cleanupMax Horn
2009-09-30Converted _color_equals() into respective equality operators within the gfx_c...Filippos Karapetis
2009-09-28SCI: When merging palettes, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-27SCI: Fix crash when opening menu'sWillem Jan Palenstijn
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-24SCI: When setting global palette, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-24SCI: Delete unused function declarationWillem Jan Palenstijn
2009-09-24SCI: Fix flat dithering by permuting the blended palette so that the EGA colo...Willem Jan Palenstijn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-22Simplified the code which creates the mouse cursorFilippos Karapetis
2009-09-15Slight cleanup of the resource palette modification codeFilippos Karapetis
2009-09-14SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()Max Horn
2009-09-14SCI: kernelDeref*() functions are now seSegmentManager methodsMax Horn
2009-09-09Removed/replaced the gfx_pixmap_color structFilippos Karapetis