aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-05GROOVIE: ROQ Info blocks clean the buffers unconditionally.Jordi Vilalta Prat
2012-09-05VIDEO: Restrict setEndTime()'s affects to videos that are playingMatthew Hoops
2012-09-05TONY: Bugfix for OFFSETOF macro on 64-bit systemsPaul Gilbert
2012-09-05TONY: Change to hopefully fix Mingw 64 compilation errorsPaul Gilbert
2012-09-05Merge pull request #273 from fuzzie/tonyStrangerke
2012-09-05CGE: Fix bug #3557904 - Shadow at wrong positionStrangerke
2012-09-04BADA: Convert CRLF to LFWillem Jan Palenstijn
2012-09-04WINTERMUTE: Convert CRLF to LFWillem Jan Palenstijn
2012-09-04Revert "WINTERMUTE: Fix compilation when vorbis isn't available"Johannes Schickel
2012-09-04CONFIGURE: Make Wintermute dependent on vorbis.Johannes Schickel
2012-09-04CONFIGURE: Update documentation for add_engine.Johannes Schickel
2012-09-04CONFIGURE: Add initial virtual feature support.Johannes Schickel
2012-09-04CONFIGURE: Add zlib and libpng to the library dependencies of wintermuteFilippos Karapetis
2012-09-04Revert "WINTERMUTE: Remove extra semicolon."Johannes Schickel
2012-09-04WINTERMUTE: Replace VKeyCodes constant names.Johannes Schickel
2012-09-04WINTERMUTE: Remove extra semicolon.Johannes Schickel
2012-09-04WINTERMUTE: Fix compilation when vorbis isn't availableFilippos Karapetis
2012-09-04WINTERMUTE: Fix a warning with MSVCFilippos Karapetis
2012-09-04Merge pull request #267 from somaen/wintermuteFilippos Karapetis
2012-09-03WINTERMUTE: Disable Wintermute by default in configureEinar Johan T. Sømåen
2012-09-03TSAGE: Apply naming conventions to some sound variables and functionsStrangerke
2012-09-03TINSEL: Fix bug #3541542 - "DW: PSX version dies when pressing ESC in intro"Filippos Karapetis
2012-09-03SCALER: No need to inline interpolate5Line, it just bloats stretch200To240 fo...Bertrand Augereau
2012-09-02TONY: Move code from .h to .cpp filesStrangerke
2012-09-01SCI: Limit the hack used for sound initialization to the Fun Seeker's demo onlyFilippos Karapetis
2012-09-01VIDEO: Constified a temporaryBertrand Augereau
2012-09-01OPENPANDORA: The buildbot toolchain doesn't like the ending commaBertrand Augereau
2012-09-01SCI: Allow the Fun Seeker's Guide demo to runFilippos Karapetis
2012-09-01SCUMM: PCESetCostumeData should have static linkingBertrand Augereau
2012-09-01WINTERMUTE: Fix various comments.Einar Johan Trøan Sømåen
2012-08-31VIDEO: Improve setEndTime()Matthew Hoops
2012-09-01TONY: Remove adv.hStrangerke
2012-09-01TONY: Move some more code from .h to .cpp filesStrangerke
2012-09-01TONY: Move some functions from .h to .cpp filesStrangerke
2012-09-01TONY: More renamingStrangerke
2012-08-31SCUMM: Nicer constants in _ClassicProc3RendererShadowARM that allow refactori...Bertrand Augereau
2012-08-31TONY: Rename some more variables and structuresStrangerke
2012-08-31CONFIGURE: Use new engine dependency mechanism for sword25/zlibWillem Jan Palenstijn
2012-08-31Merge pull request #274 from lordhoto/engine-depsWillem Jan Palenstijn
2012-08-31CONFIGURE: Allow dependency checks for engines.Johannes Schickel
2012-08-31WINTERMUTE: Fix a regression from the getSize()->size() change.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs in enumsEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Even more fixes to header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix a warning I missed in the last commit.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix warningsEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use ++it instead of it++Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: General cleanupEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Cleanup the header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace col_templ's getSize with Common::Array::size()Einar Johan Trøan Sømåen