aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-10-11Implemented some advanced savegame functionality - loading and deleting saveg...Filippos Karapetis
2009-10-11SCI/newgui: list control implementedMartin Kiewitz
2009-10-11SCI: Relax GetAngle() signature for KQ6.Walter van Niftrik
2009-10-11SCI: Implement CoordPri() with two args.Walter van Niftrik
2009-10-11SCI: kDrawControl for list and textedit controls also using gui classMartin Kiewitz
2009-10-11More work on the Object classFilippos Karapetis
2009-10-11Fixed compilation with the current GUIFilippos Karapetis
2009-10-11SCI: made kEditControl use SciGui class, not currently implemented in newguiMartin Kiewitz
2009-10-11SCI: change remove script FIXME warning into commentMartin Kiewitz
2009-10-11SCI/newgui: kShakeScreen partially implementedMartin Kiewitz
2009-10-11SCI: Fix bug in Message() recursionWalter van Niftrik
2009-10-11SCI: Fix hang in KQ6 book worm sceneWalter van Niftrik
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-10SCI: Fixed bug in new Message() codeWalter van Niftrik
2009-10-10SCI: Fix warningsWillem Jan Palenstijn
2009-10-10Fixed loading again - a regression from commit #44803Filippos Karapetis
2009-10-10Merged _k_base_setter() inside kBaseSetter()Filippos Karapetis
2009-10-10Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord i...Filippos Karapetis
2009-10-10SCI: kMessage() rewriteWalter van Niftrik
2009-10-09Removed the unused _flags variable from EngineStateFilippos Karapetis
2009-10-09Removed the wrong code for kGetTime case 1 in some SCI0 games - that case has...Filippos Karapetis
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-09SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe...Martin Kiewitz
2009-10-09SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in...Martin Kiewitz
2009-10-09Moved actor movement detection in state.cpp, together with the other detectio...Filippos Karapetis
2009-10-09SCI: kgraphics.cpp cleanup (no code changes)Martin Kiewitz
2009-10-09SCI/newgui: kCanBeHere partially implemented, little correctionsMartin Kiewitz
2009-10-09Oops...Filippos Karapetis
2009-10-09Fixed an issue when examining callk calls in the new graphics functions detec...Filippos Karapetis
2009-10-09Finished the automatic detection of the graphics functions used in SCI0 games...Filippos Karapetis
2009-10-09SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio...Martin Kiewitz
2009-10-08SCI: Turn reconstruct_scripts into SegManager::reconstructScriptsMax Horn
2009-10-08SCI: Remove outdated commentWillem Jan Palenstijn
2009-10-08SCI: Removed obsolete stringfrags codeMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08SCI: Removed SegManager::getDescriptionMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-08Started rewriting the check for the graphics functions type (still not finis...Filippos Karapetis
2009-10-08Restore the engine state stored within SciGui during loading once more, since...Filippos Karapetis
2009-10-08Removed the unused game_time variable, and fixed the incorrect calculation of...Filippos Karapetis
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:...Max Horn
2009-10-07SCI: Fix warning, cleanupMax Horn
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07SCI: kDrawPic / had an error in previous revisionMartin Kiewitz
2009-10-07SCI: changed kDrawPic to use oldGfxFuncs()Martin Kiewitz
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-07SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe...Martin Kiewitz
2009-10-07Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr...Filippos Karapetis
2009-10-07SCI/newgui: kSetCursor (show, hide, pos, shape) implementedMartin Kiewitz
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz