aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-11-20Selector cleanup: rearranged all selectors to be in the same order as in Sier...Filippos Karapetis
2009-11-20Some corrections for the lofs autodetection - SQ4 floppy works againFilippos Karapetis
2009-11-20Shifted some code aroundFilippos Karapetis
2009-11-20- Rewrote the lofs parameter type auto-detection codeFilippos Karapetis
2009-11-19- Simplified the different feature detection types, removed some duplicate co...Filippos Karapetis
2009-11-14Moved getAngle() inside kmovement.cpp, the only place where it's actually usedFilippos Karapetis
2009-11-14Cleaned up the file handling functions and removed the C IO wrappers. Apparen...Filippos Karapetis
2009-11-14Removed sfx/misc.hFilippos Karapetis
2009-11-12Started objectifying kDoSound()Filippos Karapetis
2009-11-12Some more tweaks for skipping the menu data in savegames, when INCLUDE_OLDGFX...Filippos Karapetis
2009-11-12The menu bar code is no longer used in the new graphics code, and the menu st...Filippos Karapetis
2009-11-11SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2Martin Kiewitz
2009-11-09SCI: Remove remarks about in-place loading, at least for now.Max Horn
2009-11-05SCI/newgui: kDisposeWindow - changed to reflect actual sierra sci behaviourMartin Kiewitz
2009-11-05Moved the audio related command enums inside audio.hFilippos Karapetis
2009-11-04Fix CD Audio in JonesCD and add some comments.Matthew Hoops
2009-11-04Removed unused variables and placed some more old code inside INCLUDE_OLDGFX ...Filippos Karapetis
2009-11-04- Changed the segment manager to be a static part of the engine, and stopped ...Filippos Karapetis
2009-11-04Reapplied the LSL1 casino workaround, which got disabled accidentally in comm...Filippos Karapetis
2009-11-04SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, als...Martin Kiewitz
2009-11-04Removed the reference to SciGuiCursor from EngineStateFilippos Karapetis
2009-11-04Added references to the scaleX and scaleY selectors, used for SCI1.1 view sca...Filippos Karapetis
2009-11-04priority_first and priority_last are not used by the new drawing code, thus t...Filippos Karapetis
2009-11-04Moved the audio CD handling code inside the AudioPlayer class. Some cleanupFilippos Karapetis
2009-11-04Moved the sound sync code inside the AudioPlayer classFilippos Karapetis
2009-11-04Moved sound sync related variables inside the AudioPlayer class and fixed com...Filippos Karapetis
2009-11-04Moved most of the code for playing sound effects and speech into a separate c...Filippos Karapetis
2009-11-04CleanupFilippos Karapetis
2009-11-03SCI/newgui: SciGuiMenu partially implementedMartin Kiewitz
2009-11-03Removed some more hacks for accessing the segment managerFilippos Karapetis
2009-11-02SCI: Fix hoyle hackWalter van Niftrik
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-11-02SCI: Fix warning about unused variableMax Horn
2009-11-02SCI: SciGuiMenu created, kMenu-related stuff now using SciGuiMartin Kiewitz
2009-11-01SCI: AvoidPath: Add simpler visibility algorithm (still disabled).Walter van Niftrik
2009-10-31SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe...Martin Kiewitz
2009-10-31SCI: AvoidPath: Switch to A*Walter van Niftrik
2009-10-31Fix compilation.Johannes Schickel
2009-10-31SCI/newgui: SciGuiPortrait createdMartin Kiewitz
2009-10-31Comment out unused variables.Johannes Schickel
2009-10-31- Added some TODOsFilippos Karapetis
2009-10-31SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate...Martin Kiewitz
2009-10-30Formatting.Johannes Schickel
2009-10-30Some work on the kPortrait kernel function, used to show hires character port...Filippos Karapetis
2009-10-30Cleaned up kPlatform() a bit, and changed it to return appropriate values for...Filippos Karapetis
2009-10-30SCI: validate_variable fixed and now using bool instead of int (fixes pq3 dem...Martin Kiewitz
2009-10-30- Removed status_bar_foreground and status_bar_background variables from the ...Filippos Karapetis
2009-10-30SCI: kStrAt offset checking fixedMartin Kiewitz
2009-10-30Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s...Filippos Karapetis
2009-10-30Rewrote the avoidpath debug code to use new graphics functionsFilippos Karapetis