Age | Commit message (Expand) | Author |
2019-12-10 | TEENAGENT: Fix GCC-9 -Wclass-memaccess Warning | D G Turner |
2019-12-04 | TEENAGENT: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner |
2019-11-19 | GRAPHICS: Add interface for horizontal shake | sluicebox |
2019-11-14 | TEENAGENT: Fix Missing Default Switch Cases | D G Turner |
2019-11-03 | ENGINES: Stop using 'single id' | Bastien Bouclet |
2019-11-03 | ENGINES: Add an engine ID to all the engines | Bastien Bouclet |
2019-09-29 | TEENAGENT: This game uses PAULA audio, not MIDI. Mark it as such. | Henrik "Henke37" Andersson |
2019-08-02 | TEENAGENT: Add debug commands to play voices and sound effects | Cameron Cawley |
2019-08-01 | TEENAGENT: Add the music directory to the search path | Cameron Cawley |
2018-04-07 | ALL: Load savegame thumbnail only when necessary | Adrian Frühwirth |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover |
2017-08-11 | TEENAGENT: Fix fall through case statements | Eugene Sandulenko |
2016-12-08 | ALL: Leave out instructions for engine data issues | Ben Castricum |
2016-12-06 | ALL: Change instructions for engine data file issues | Ben Castricum |
2016-12-05 | ALL: Unify 'missing engine data' message | Ben Castricum |
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene Sandulenko |
2016-05-03 | TEENAGENT: Proper initialization for Object structure. | Eugene Sandulenko |
2016-05-03 | TEENAGENT: Renames and cleanup | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-03-13 | BACKENDS: Only expose one set of functions for AudioCDManager | Matthew Hoops |
2016-03-13 | TEENAGENT: Ensure openCD() is called | Matthew Hoops |
2016-03-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel |
2016-02-25 | TEENAGENT: Let listSaves return list sorted on slot numbers. | Johannes Schickel |
2016-01-26 | TEENAGENT: Only request actual save slots in listSaves. | Johannes Schickel |
2014-06-07 | TEENAGENT: Remove dead code: s cannot be null at this point | Strangerke |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-02-19 | TEENAGENT: Some British to American English | Strangerke |
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-17 | TEENAGENT: Indent REGISTER_PLUGIN_* for consistency. | Johannes Schickel |
2014-01-13 | TEENAGENT: Fix two more missing callbacks. | D G Turner |
2014-01-10 | TEENAGENT: Fix missing callback for examining first haystack. | D G Turner |
2013-12-07 | TEENAGENT: Add missing getDebugger() for engine API. | D G Turner |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner |
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner |
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner |
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner |
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner |
2013-08-12 | I18N: Move specification of engine specific files to enginedir/POTFILES. | Johannes Schickel |
2013-08-03 | TEENAGENT: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | TEENAGENT: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-07-19 | TEENAGENT: Add missing "break"s to switch cases | Torbjörn Andersson |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2012-10-10 | TEENAGENT: Convert Dialog text color symbols to an enum. | D G Turner |
2012-10-10 | TEENAGENT: Convert Inventory item ids to an enum. | D G Turner |
2012-10-09 | TEENAGENT: Fix constant naming to comply with Coding Conventions. | D G Turner |
2012-10-02 | TEENAGENT: Modify callback comment into readable FIXME. | D G Turner |
2012-09-26 | TEENAGENT: Cleanup TeenagentEngine class. | D G Turner |
2012-09-24 | TEENAGENT: Cleanup Surface class. | D G Turner |