aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
AgeCommit message (Expand)Author
2016-06-26SCI32: Fix broken Remap implementationColin Snover
2016-06-21SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)Colin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-06-19SCI: Split audio sync to its own classColin Snover
2016-03-08SCI: Split color remapping functionality into a separate classFilippos Karapetis
2016-02-20SCI: Fix missing whitespace causing create_project errorsColin Snover
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover
2016-01-07SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)Colin Snover
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2012-06-13SCI: Implement the file operations needed for the save dialog in PhantasmagoriaFilippos Karapetis
2012-05-21SCI: Properly alphabetize the SCI32 objectsMatthew Hoops
2012-05-20SCI: Split the SCI32 graphics kernel functions in a separate fileFilippos Karapetis
2011-11-01SCI: add sound driver for KQ5 FM-Townsathrxx
2011-10-28SCI: Added skeleton code for kEditText (still not working)Filippos Karapetis
2011-10-26SCI: Renamed GfxControls to GfxControls16Filippos Karapetis
2011-09-03SCI32: Added an initial skeleton structure for the SCI2 text drawing codeFilippos Karapetis
2011-02-19SCI: Refactored the reg_t related operations and comparisonsmd5
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-09-17SCI: Add CMS driver for SCI1-SCI1.1.Johannes Schickel
2010-08-08SCI: Remove the now useless Sci::VMDDecoder wrapperSven Hesse
2010-08-06SCI: Split the new script patch code in a separate fileFilippos Karapetis
2010-07-22SCI: Moved the actual workaround arrays inside a cpp fileFilippos Karapetis
2010-07-21SCI: Moved all the video related functions in a separate fileFilippos Karapetis
2010-07-21SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp...Filippos Karapetis
2010-07-18SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose.Matthew Hoops
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-10Moved all of the game init/run/exit logic inside the SciEngine classFilippos Karapetis
2010-05-27Split all of the audio-related functions of the resource manager in a separat...Filippos Karapetis
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-04-16SCI: support for kanji (sjis), minor centering issue leftMartin Kiewitz
2010-02-05SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla...Martin Kiewitz
2010-02-04SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and...Martin Kiewitz
2010-02-04SCI: moving paint32.o around...Martin Kiewitz
2010-02-04SCI: adding GfxPaint32 class, adding back support for planes, minor change in...Martin Kiewitz
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-02Fix compile without SCI32Matthew Hoops
2010-02-02SCI: some sort of priority support for sci32 (not working right, but at least...Martin Kiewitz
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31Sort order.Travis Howell
2010-01-31SCI: forgot the cache :PMartin Kiewitz
2010-01-31SCI: added new modules to module.mkMartin Kiewitz
2010-01-29Fix compile when ENABLE_SCI32 is not set.Matthew Hoops
2010-01-29Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined.Matthew Hoops
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-23Fix build broken with r47480.Johannes Schickel
2010-01-23Separated the parser codeFilippos Karapetis