aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-06Merge pull request #277 from lordhoto/cine-amiga-menuDavid Turner
Improvements for Cine's selection menu.
2012-09-07WINTERMUTE: Remove engine-specific READMEEinar Johan Trøan Sømåen
2012-09-07CINE: Explain the name "undrawChar" and add a possible TODO.Johannes Schickel
2012-09-07CINE: Make selection menu focus rectangle match the original size.Johannes Schickel
Compared against real FW Amiga under UAE and FW Dos under DOSBox.
2012-09-07CINE: Implement proper text coloring in selection menus for Amiga.Johannes Schickel
Tested with FW Amiga.
2012-09-06CREDITS: Increase name widths to avoid cut off namesWillem Jan Palenstijn
Unfortunately this does introduce extra line breaks.
2012-09-06CREDITS: Reshuffle special thanksWillem Jan Palenstijn
2012-09-06CREDITS: Output warning if name is too wide for text outputWillem Jan Palenstijn
2012-09-06CREDITS: Minor tweaksWillem Jan Palenstijn
2012-09-06CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME.Einar Johan Trøan Sømåen
2012-09-06CREDITS: Add myself to credits for the Wintermute-engineEinar Johan Trøan Sømåen
2012-09-06TONY: Some more cleanupStrangerke
2012-09-05MAEMO: Package tony.datTarek Soliman
2012-09-05WIN32: Embed tony.dat in executableLittleboy
2012-09-05CREATE_PROJECT: Copy translations.dat in postbuild stepLittleboy
2012-09-05AUDIO: Silence MSVC warning about un-initialized newIncrement variableLittleboy
2012-09-05CREATE_PROJECT: Remove hardcoded define for post-build eventLittleboy
2012-09-05CREATE_PROJECT: Add config option to disable language extensions and edit ↵Littleboy
and continue (per-project)
2012-09-06PNG: call png_set_interlace_handling() before calling png_read_update_info()Filippos Karapetis
This matches the documentation, information from the PNG bug tracker and the behavior of example decoders off the net. It fixes warnings thrown from the PNG decoder
2012-09-06TONY: Misc cleanupStrangerke
2012-09-05GROOVIE: ROQ Info blocks clean the buffers unconditionally.Jordi Vilalta Prat
This fixes some glitches on the Clandestiny trailer.
2012-09-05Merge remote branch 'upstream/master' into pegasusMatthew Hoops
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
Tony engine (Tony Tough)
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
This reverts commit 4cfd906cec08fec8c27f33c1a54651271a4fb104. We now have vorbis as a hard requirement for Wintermute. Also somaen said this commit causes issues, so we agreed on reverting this hack.
2012-09-04CONFIGURE: Make Wintermute dependent on vorbis.Johannes Schickel
This is done as discussed with somaen.
2012-09-04CONFIGURE: Update documentation for add_engine.Johannes Schickel
2012-09-04CONFIGURE: Add initial virtual feature support.Johannes Schickel
This is used to support features as dependencies, which can be supplied by multiple sources, like it is the case for Vorbis support.
2012-09-04CONFIGURE: Add zlib and libpng to the library dependencies of wintermuteFilippos Karapetis
2012-09-04Revert "WINTERMUTE: Remove extra semicolon."Johannes Schickel
This reverts commit 9989a4f3daba891326810d7ae620cd75d97521f1. Note: Don't blind fix warnings of broken builds. Conflicts: engines/wintermute/base/base_keyboard_state.cpp
2012-09-04WINTERMUTE: Replace VKeyCodes constant names.Johannes Schickel
This is a purely cosmetical change, which should help compilation on systems, which use VK_* for internal constants. This should help compilation for WinCE.
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
GSoC 2012: Wintermute (Lite)-Engine
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
DW1 PSX seems to have its own scene skipping code for scenes 2 and 3, thus injecting our own causes it to hang. Scenes 2 and 3 can be skipped separately.
2012-09-03SCALER: No need to inline interpolate5Line, it just bloats stretch200To240 ↵Bertrand Augereau
for nothing
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
This demo doesn't have any music, and the original doesn't work with any sound driver, so don't error out when the sound driver can't be initialized properly
2012-09-01SCUMM: PCESetCostumeData should have static linkingBertrand Augereau