aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi_common.cpp
AgeCommit message (Expand)Author
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2008-11-06Fix for bug #2071125 - "MICKEY: Mouse movement‏", by using the waitForTimer...Filippos Karapetis
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08PreAGI works with the new GMM implementationChristopher Page
2007-11-19oops. that's what last minute moves may result in.Eugene Sandulenko
2007-11-19Hook PC Speaker to Troll's Tale. Though pitch and duration are wrongEugene Sandulenko
2007-10-13Add a debug console in Winnie (patch by clone2727)Filippos Karapetis
2007-09-19Merge several choice-related functionsEugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-19Moved some keyboard code from Winnie together with the other keyboard functionsFilippos Karapetis
2007-09-18Fix picture drawing in Troll's Tale. Implement room navigation.Eugene Sandulenko
2007-09-18Fix menu and tutorial it Troll's TaleEugene Sandulenko
2007-09-18WIP for Troll's TaleEugene Sandulenko
2007-09-06Winnie now enters the main loop and allows for movement (via the menu)Matthew Hoops
2007-09-06WIP Winnie the Pooh code (PreAGI). Shows only the intro currentlyMatthew Hoops
2007-09-05Some updates for Mickey:Filippos Karapetis
2007-09-03Implemented clearRow for preagi games. Mickey save games should work now. Som...Filippos Karapetis
2007-09-02Implemented clearScreen() for preagi gamesFilippos Karapetis
2007-09-02Text in Mickey is shown correctly now. Also, removed an obsolete function dec...Filippos Karapetis
2007-09-02Renamed preagi_input.cpp to preagi_common.cpp, as it now contains the code th...Filippos Karapetis