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