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_troll.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
AGI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-07-15
AGI: Mark fall-through. Detected by CID 1003771
Eugene Sandulenko
2013-07-15
AGI: Fix CID 1003769. Missing break in switch
Eugene Sandulenko
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-09-26
AGI: doUpdate() already calls updateScreen()
Filippos Karapetis
2011-08-15
AGI: Make Troll inherit from PreAgiEngine
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-03-10
Silenced some harmless cppcheck warnings about unreachable code after a return.
Torbjörn Andersson
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-01-03
Reduce header dependencies for AGI engine.
Eugene Sandulenko
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-06-06
Whitespace fixes and C++ comments
Eugene Sandulenko
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-01-05
fix infinite loop when trying to quit in Troll's Tale
Matthew Hoops
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
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-03
Fix another -Wuninitialized warnings - n could have been returned w/o having ...
Max Horn
2007-11-19
Hook PC Speaker to Troll's Tale. Though pitch and duration are wrong
Eugene Sandulenko
2007-09-22
Switch Troll's Tale to booter image
Eugene Sandulenko
2007-09-20
allow for using up/down in menus
Matthew Hoops
2007-09-20
Last pieces of Troll's Tale. Only missing thing is sound
Eugene Sandulenko
2007-09-20
Implement inventory in Troll's Tale
Eugene Sandulenko
2007-09-19
show the cursor in Troll after the first intro screen
Matthew Hoops
2007-09-19
Merge several choice-related functions
Eugene Sandulenko
2007-09-18
Fix picture drawing in Troll's Tale. Implement room navigation.
Eugene Sandulenko
2007-09-18
Fix compiler warning
Max Horn
2007-09-18
First room is shown.
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