aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
2010-02-01SCI: initialize gfxmenu for sci32 (fixes gk1 crash)Martin Kiewitz
2010-01-31SCI: rename Controls to GfxControls, gets directly called nowMartin Kiewitz
2010-01-31Fix compile without ENABLE_SCI32 set.Matthew Hoops
2010-01-31SCI: GfxCache is now also called directly w/o SciGui nor SciGui32Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this cl...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-31Fixed endless looping in Longbow, when the after market GM patches are usedFilippos Karapetis
2010-01-30SCI: Don't mess with save_slot just to be able to decide whether we already h...Max Horn
2010-01-30SCI: Fix build without SCI32 support (#2942682)Willem Jan Palenstijn
2010-01-29_gui and _gui32 are now properly initializedFilippos Karapetis
2010-01-29Fix compile when ENABLE_SCI32 is not set.Matthew Hoops
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-29SCI: Reduce header interdependencies a bitMax Horn
2010-01-29SCI: Added OnStartup debug flag to start the debugger at the start of the game.Walter van Niftrik
2010-01-28SCI: removed upscaled hires switch for sci2.1+ games (not needed anymore), ad...Martin Kiewitz
2010-01-28SCI: changing to upscaled hires for gk1 and kq6 when being on platform window...Martin Kiewitz
2010-01-28SCI: added todo for upscaled hires on sci2Martin Kiewitz
2010-01-28SCI: removed obsolete SCI2 upscaledHiresMartin Kiewitz
2010-01-28SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200Martin Kiewitz
2010-01-28Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k...Matthew Hoops
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23- Moved all of the parser-related variables inside the Vocabulary classFilippos Karapetis
2010-01-18SCI: dont set dataInc selector inside updateCues when dataInc is not availableMartin Kiewitz
2010-01-12SCI: Handle master volume inside music driversWalter van Niftrik
2010-01-09SCI: adding audio support to kPortrait, audio is now playing when portraits a...Martin Kiewitz
2010-01-06SCI: add robot/.rbt files to resourcemanager classMartin Kiewitz
2010-01-06SCI: search for %J in text resources to identify japanese games, switch to up...Martin Kiewitz
2010-01-06SCI2.1 and newer games always run at 640x480Filippos Karapetis
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-04Removed the now unused GuiDummy classFilippos Karapetis
2010-01-01SCI: switch to previous gameid, when importing character data in qfg seriesMartin Kiewitz
2009-12-31SCI: fixed typo in unwrapFilenameMartin Kiewitz
2009-12-30SCI32:Matthew Hoops
2009-12-27Add support for external wave files used as audio resources in the ResourceMa...Matthew Hoops
2009-12-26Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra...Filippos Karapetis
2009-12-26Set the save game directory to something in pre-SCI32 games, as games like SQ...Filippos Karapetis
2009-12-26Some more work on the new music codeFilippos Karapetis
2009-12-25SCI/newmusic: added filter support for kq4early and adlibMartin Kiewitz
2009-12-24Added a hack in kAddScreenItem to display the view in question on screen. Som...Filippos Karapetis
2009-12-24SCI32:Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-08SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde...Martin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-11-12Started objectifying kDoSound()Filippos Karapetis
2009-11-11SCI/newgui: setting as defaultMartin Kiewitz