aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi_troll.cpp
AgeCommit message (Expand)Author
2019-10-14AGI: Fix Missing Default Switch CasesD G Turner
2019-09-15AGI: Replace Various String Functions with Common String UsageD G Turner
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2016-02-02AGI: Fix formatting.Johannes Schickel
2016-01-29AGI: graphics rewrite + cleanupMartin Kiewitz
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-15AGI: Mark fall-through. Detected by CID 1003771Eugene Sandulenko
2013-07-15AGI: Fix CID 1003769. Missing break in switchEugene Sandulenko
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-09-26AGI: doUpdate() already calls updateScreen()Filippos Karapetis
2011-08-15AGI: Make Troll inherit from PreAgiEngineMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-01-05fix infinite loop when trying to quit in Troll's TaleMatthew Hoops
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
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-03Fix another -Wuninitialized warnings - n could have been returned w/o having ...Max Horn
2007-11-19Hook PC Speaker to Troll's Tale. Though pitch and duration are wrongEugene Sandulenko
2007-09-22Switch Troll's Tale to booter imageEugene Sandulenko
2007-09-20allow for using up/down in menusMatthew Hoops
2007-09-20Last pieces of Troll's Tale. Only missing thing is soundEugene Sandulenko
2007-09-20Implement inventory in Troll's TaleEugene Sandulenko
2007-09-19show the cursor in Troll after the first intro screenMatthew Hoops
2007-09-19Merge several choice-related functionsEugene Sandulenko
2007-09-18Fix picture drawing in Troll's Tale. Implement room navigation.Eugene Sandulenko
2007-09-18Fix compiler warningMax Horn
2007-09-18First room is shown.Eugene Sandulenko
2007-09-18Fix menu and tutorial it Troll's TaleEugene Sandulenko
2007-09-18WIP for Troll's TaleEugene Sandulenko