aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.h
AgeCommit message (Expand)Author
2014-02-18TEENAGENT: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-07TEENAGENT: Add missing getDebugger() for engine API.D G Turner
2012-10-09TEENAGENT: Fix constant naming to comply with Coding Conventions.D G Turner
2012-08-03TEENAGENT: Add symbols for dialog and message text colors.D G Turner
2012-07-28TEENAGENT: Align some variable names with coding conventions.D G Turner
2012-07-28TEENAGENT: Add constant values for screen width and height.D G Turner
2012-07-26TEENAGENT: Migrated remaining recursive processCallback calls.D G Turner
2012-07-26TEENAGENT: Migrate deinit functions to constructor/destructors.D G Turner
2012-07-26TEENAGENT: Migrate most recursive processCallback() calls to functions.D G Turner
2012-07-23TEENAGENT: Split out functions to avoid need for processCallback().D G Turner
2012-07-18TEENAGENT: Improve readability of displayMessage() calls.D G Turner
2012-07-18TEENAGENT: Improve readability of displayAsyncMessage() calls.D G Turner
2012-07-17TEENAGENT: Improve readability of displayCutsceneMessage() calls.D G Turner
2012-07-11TEENAGENT: Replace static Dialog functions with normal class.D G Turner
2012-07-08TEENAGENT: Migrate engine to using debugflags.D G Turner
2012-07-07TEENAGENT: Remove static Resources class Instance.D G Turner
2011-10-23TEENAGENT: Improve code formatting.Johannes Schickel
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-17TEEN: Use only one RandomSource and give that one a name.Max Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-31TEENAGENT: Fix Memory Leaks.David Turner
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-04-28added cd-version detection and cdlogo.res supportVladimir Menshakov
2010-03-21-added overlay rendering flagVladimir Menshakov
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-26added async getFlag(addr)Vladimir Menshakov
2010-02-07added setFlag, fixed non-mark's messagesVladimir Menshakov
2010-02-02added kWait event typeVladimir Menshakov
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08added configurable timers/fast mode with ctrl-f hotkeyVladimir Menshakov
2010-01-03added metropolis/TEENAGENT logoVladimir Menshakov
2010-01-02added unlogic logoVladimir Menshakov
2009-12-27implemented fade in/out effectsVladimir Menshakov
2009-12-08added message duration override, increased 'the end' timeoutVladimir Menshakov
2009-12-08added final creditsVladimir Menshakov
2009-12-01use selected object with both mouse buttons as in original gameVladimir Menshakov
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-17added kEffect for screen shaking, fixed barman callbackVladimir Menshakov
2009-11-14added cancel() for current actionVladimir Menshakov
2009-11-09more fixes for chapter 3. Vladimir Menshakov
2009-11-09added 'ignore' flag, ported guard and anchor challenges to it. minor fixesVladimir Menshakov
2009-11-08more improvements, added setTimerCallback()Vladimir Menshakov
2009-11-08implemented async messages (some animation requires it), added custom positio...Vladimir Menshakov
2009-11-08removed font::color, added debugger console with enable_object/disable_object...Vladimir Menshakov
2009-11-07implemented waiting for the particular frame in animation.Vladimir Menshakov
2009-10-31added cutscenes where needed, fixed invalid skipping of fullscreen messages.Vladimir Menshakov
2009-09-26removed packed structs/direct read/writes, so the game should work on big-end...Vladimir Menshakov
2009-09-15renamed constants to comply with the code convention.Vladimir Menshakov
2009-09-15TEEN: More code formatting & whitespace changes (automatically generated with...Max Horn