aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-09OPENGL: Added a temporary hack to fix compilation under Windows, after the la...Filippos Karapetis
2011-08-09SDL: Slight clean up in the surface based graphics manager.Johannes Schickel
2011-08-09SDL: Take advantage of SdlGraphicsManager.Johannes Schickel
2011-08-09SDL: Let SDL based graphics managers inherit from SdlGraphicsManager.Johannes Schickel
2011-08-09SDL: Add a new base class for graphics managers utilizing SDL.Johannes Schickel
2011-08-09BACKENDS: Add PaletteManager interface as comments to GraphicsManager.Johannes Schickel
2011-08-09AGOS: Fix struct/class mismatchOri Avtalion
2011-08-08JANITORIAL: Remove trailing whitespaceOri Avtalion
2011-08-08RECORDER: Give name to recoder priority. Added middle button storing.Eugene Sandulenko
2011-08-08RECORDER: Restore event recorder functionality.Eugene Sandulenko
2011-08-08RECORDER: Add some debug outputEugene Sandulenko
2011-08-08CONFIGURE: Add more verbosity for slow shell environments like mingwEugene Sandulenko
2011-08-08CONFIGURE: Add x86_64 to the CPU architecture list.Johannes Schickel
2011-08-08CONFIGURE: Unify cpu arch detectionMax Horn
2011-08-08SCI: Remove dead codeMax Horn
2011-08-08TINSEL: Code formattingMax Horn
2011-08-08SCUMM: Remove unneeded check for CMS in readSoundResource.Johannes Schickel
2011-08-08SCUMM: Set default Benchmark speed in Moonbase Commander, based on the origin...Travis Howell
2011-08-08SCUMM: Update stub in arrayOps for Moonbase Commander.Travis Howell
2011-08-08SCUMM: Add sprite code difference in Moonbase Commander.Travis Howell
2011-08-08SCUMM: Fix endian issue in captureWizPolygon.Travis Howell
2011-08-07MOHAWK: Add specific cursor handling for Myst demoBastien Bouclet
2011-08-07MOHAWK: Leaving from the slides should go to the information screens in Myst ...Bastien Bouclet
2011-08-07MOHAWK: Disable zip mode in Myst demoBastien Bouclet
2011-08-07SCUMM: Further clean up of the CMS code.Johannes Schickel
2011-08-07SCUMM: Clean up CMS code some more.Johannes Schickel
2011-08-07SCUMM: Mark some overwritten methods as virtual.Johannes Schickel
2011-08-07SCUMM: Cleanup CMS code a bit.Johannes Schickel
2011-08-07GRAPHICS: Slight formatting fix.Johannes Schickel
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07ALL: Use Graphics::skipThumbnail() where appropriate.Christoph Mallon
2011-08-07AUDIO: Simplify iterating backwards over an array.Christoph Mallon
2011-08-07KYRA: Simplify initializing a buffer with a string.Christoph Mallon
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-08-07AUDIO: Simplify complicated loop condition.Christoph Mallon
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07COMMON: Remove implicit conversion from ScopedPtr<T> to T*.Christoph Mallon
2011-08-07PSP: Pass the stream as reference to PngLoader.Christoph Mallon
2011-08-07TEENAGENT: Pass streams as references.Christoph Mallon
2011-08-07SCI: Simplify allocation of ResourceManager.Christoph Mallon
2011-08-07SCI: Remove unnecessary cast.Christoph Mallon
2011-08-07AGOS: Correct off-by-one error in range check for setting the debug level.Christoph Mallon
2011-08-07AGOS: Replace if-cascade by switch.Christoph Mallon
2011-08-07CRUISE: Replace casts and offset calculations for memory debugger by a simple...Christoph Mallon
2011-08-07TSAGE: Reduce scope of variable.Christoph Mallon
2011-08-07COMMON: Make constants actually const.Christoph Mallon
2011-08-07AUDIO: #define OV_EXCLUDE_STATIC_CALLBACKS to not get unnecessary static data...Christoph Mallon
2011-08-07COMMON: Correct error message.Christoph Mallon
2011-08-07COMMON: Use correct format specifier.Christoph Mallon
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon