aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
AgeCommit message (Expand)Author
2016-04-14AGOS: Reduce audio header dependenciesOri Avtalion
2014-05-12AGOS: Add image dumping to file enable by debugflag.D G Turner
2014-05-11AGOS: Switch VGA script debug output to debug flag, rather than level 5.D G Turner
2014-05-11AGOS: Change "script" debugflag to "subroutine" as more accurate.D G Turner
2014-05-11AGOS: Switch script debugging to debug flag, rather than level 4.D G Turner
2014-05-11AGOS: Remove leftover unused _debugMode variable.D G Turner
2014-05-11AGOS: Switch VGA opcode debugging to debug flag, rather than level 3.D G Turner
2014-05-11AGOS: Switch opcode debugging to a debug flag, rather than level 2 hack.D G Turner
2014-03-04Merge pull request #441 from eriktorbjorn/feeble-loyaltyTorbjörn Andersson
2014-03-02AGOS: Add initial support for mouse wheel.Kirben
2014-03-01AGOS: Modify setLoyaltyRating() on Kirben's suggestionTorbjörn Andersson
2014-02-27AGOS: Add setLoyaltyRating() functionTorbjörn Andersson
2014-02-26AGOS: Add missing loyalty rating to Feeble Files 4CD versionTorbjörn Andersson
2014-02-18AGOS: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22AGOS: Get rid of ArchiveMan in favor of global SearchMan.Johannes Schickel
2014-01-22AGOS: Slightly clean up ArchiveMan code.Johannes Schickel
2013-08-23AGOS: Use Common::String for savegame filenamesWillem Jan Palenstijn
2012-04-15AGOS: Add comment about the limitations of quick loading/saving games in the ...Travis Howell
2012-01-27AGOS: Make ArchiveMan a proper sub-type of SearchSet.Johannes Schickel
2012-01-27AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Arch...Johannes Schickel
2012-01-27AGOS: Properly overwrite hasFile from SearchSet in ArchiveMan.Johannes Schickel
2011-11-13AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles.D G Turner
2011-10-07AGOS: Fix dumping all images option.Travis Howell
2011-08-27AGOS: Integrate InstallShield support.Travis Howell
2011-08-20AGOS: Slight cleanup.Johannes Schickel
2011-08-09AGOS: Fix struct/class mismatchOri Avtalion
2011-08-06AGOS: Reduced header dependencyEugene Sandulenko
2011-05-17AGOS: cleanupMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-14ALL: centre -> centerMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-02-27AGOS: Avoid hiding overloaded virtual methodsOri Avtalion
2011-02-15AGOS: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AGOS: Reduce header interdependenciesMax Horn
2010-11-17ENGINES: Change 'colour' to 'color'Max Horn
2010-11-05AGOS: Display item names and descriptions via GUImessage, in Swampy Adventure...Travis Howell
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-07-04Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up,Torbjörn Andersson
2010-03-23Fix compiler warning.Travis Howell
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-07Exclude font data tables for The Feeble Files, when AGOS2 games are disabled.Travis Howell
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-09-24Split the script opcode table for DIMP, since it doesn't match(ie timers) oth...Travis Howell
2009-09-24Fix bug #2865191 - NoPatience hangs after undo.Travis Howell
2009-08-12Enable Personal Nightmare by default.Travis Howell
2009-08-11Fix AGOS compilation.Johannes Schickel
2009-08-11Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en...Travis Howell
2009-07-21Fix fade effects in Waxworks.Travis Howell