Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene Sandulenko | |
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines. | |||
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-12-07 | TEENAGENT: Add missing getDebugger() for engine API. | D G Turner | |
2012-10-09 | TEENAGENT: Fix constant naming to comply with Coding Conventions. | D G Turner | |
Adding missing CamelCase k-prefixes. | |||
2012-08-03 | TEENAGENT: Add symbols for dialog and message text colors. | D G Turner | |
2012-07-28 | TEENAGENT: Align some variable names with coding conventions. | D G Turner | |
2012-07-28 | TEENAGENT: Add constant values for screen width and height. | D G Turner | |
It is unlikely these will be changed, but the symbols make the code more readable. | |||
2012-07-26 | TEENAGENT: Migrated remaining recursive processCallback calls. | D G Turner | |
2012-07-26 | TEENAGENT: Migrate deinit functions to constructor/destructors. | D G Turner | |
This removes a number of memory leaks. | |||
2012-07-26 | TEENAGENT: Migrate most recursive processCallback() calls to functions. | D G Turner | |
2012-07-23 | TEENAGENT: Split out functions to avoid need for processCallback(). | D G Turner | |
2012-07-18 | TEENAGENT: Improve readability of displayMessage() calls. | D G Turner | |
2012-07-18 | TEENAGENT: Improve readability of displayAsyncMessage() calls. | D G Turner | |
2012-07-17 | TEENAGENT: Improve readability of displayCutsceneMessage() calls. | D G Turner | |
2012-07-11 | TEENAGENT: Replace static Dialog functions with normal class. | D G Turner | |
This avoids the need to pass the engine pointer, vm to every function and removes the need for the functions to be static. | |||
2012-07-08 | TEENAGENT: Migrate engine to using debugflags. | D G Turner | |
This required some restructuring of the header dependencies. | |||
2012-07-07 | TEENAGENT: Remove static Resources class Instance. | D G Turner | |
This is replaced by an engine instance. This should prevent issues with Return To Launcher and may remove issues with file handles. | |||
2011-10-23 | TEENAGENT: Improve code formatting. | Johannes Schickel | |
I used astyle and fixed some incorrect changes from it manually. | |||
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn | |
2011-05-17 | TEEN: Use only one RandomSource and give that one a name. | Max Horn | |
This change ensures that only RandomSource is used which also is registered with the event recorder. Moreover, it gets rid of a static RandomSource instance inside Actor::renderIdle. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-01-31 | TEENAGENT: Fix Memory Leaks. | David Turner | |
svn-id: r55672 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-04-28 | added cd-version detection and cdlogo.res support | Vladimir Menshakov | |
svn-id: r48831 | |||
2010-03-21 | -added overlay rendering flag | Vladimir Menshakov | |
-fixed music played too late on some scenes svn-id: r48349 | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-02-26 | added async getFlag(addr) | Vladimir Menshakov | |
svn-id: r48131 | |||
2010-02-07 | added setFlag, fixed non-mark's messages | Vladimir Menshakov | |
svn-id: r47969 | |||
2010-02-02 | added kWait event type | Vladimir Menshakov | |
svn-id: r47808 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-08 | added configurable timers/fast mode with ctrl-f hotkey | Vladimir Menshakov | |
svn-id: r47167 | |||
2010-01-03 | added metropolis/TEENAGENT logo | Vladimir Menshakov | |
svn-id: r46926 | |||
2010-01-02 | added unlogic logo | Vladimir Menshakov | |
svn-id: r46903 | |||
2009-12-27 | implemented fade in/out effects | Vladimir Menshakov | |
svn-id: r46653 | |||
2009-12-08 | added message duration override, increased 'the end' timeout | Vladimir Menshakov | |
svn-id: r46301 | |||
2009-12-08 | added final credits | Vladimir Menshakov | |
svn-id: r46297 | |||
2009-12-01 | use selected object with both mouse buttons as in original game | Vladimir Menshakov | |
svn-id: r46227 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-17 | added kEffect for screen shaking, fixed barman callback | Vladimir Menshakov | |
svn-id: r45965 | |||
2009-11-14 | added cancel() for current action | Vladimir Menshakov | |
svn-id: r45890 | |||
2009-11-09 | more fixes for chapter 3. | Vladimir Menshakov | |
svn-id: r45790 | |||
2009-11-09 | added 'ignore' flag, ported guard and anchor challenges to it. minor fixes | Vladimir Menshakov | |
svn-id: r45772 | |||
2009-11-08 | more improvements, added setTimerCallback() | Vladimir Menshakov | |
svn-id: r45766 | |||
2009-11-08 | implemented async messages (some animation requires it), added custom ↵ | Vladimir Menshakov | |
positioning. svn-id: r45756 | |||
2009-11-08 | removed font::color, added debugger console with ↵ | Vladimir Menshakov | |
enable_object/disable_object commands. svn-id: r45755 | |||
2009-11-07 | implemented waiting for the particular frame in animation. | Vladimir Menshakov | |
svn-id: r45724 | |||
2009-10-31 | added cutscenes where needed, fixed invalid skipping of fullscreen messages. | Vladimir Menshakov | |
svn-id: r45575 | |||
2009-09-26 | removed packed structs/direct read/writes, so the game should work on ↵ | Vladimir Menshakov | |
big-endian archs. svn-id: r44377 |