aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-26added option to allow control digital imuse tempo callback. it's related to ↵Paweł Kołodziejski
volume fading, lip sync quality and platform resource costs. svn-id: r44374
2009-09-26Bugfix for the dirty rects for drawn sprites when the sprite is partially ↵Paul Gilbert
off-screen svn-id: r44372
2009-09-26Dirty rects fix for pixels remaining on screen changesPaul Gilbert
svn-id: r44371
2009-09-25LOL/PC-98: fixed gui colors (money stash, live and magic bars, scroll)Florian Kagerer
svn-id: r44370
2009-09-25LOL/PC-98: fixed dialoge box sizesFlorian Kagerer
svn-id: r44369
2009-09-25Remove redundant -Wno-multichar and -fno-exceptions from configure (they are ↵Max Horn
already specified in Makefile) svn-id: r44364
2009-09-25LOL/PC-98: start fixing text displayerFlorian Kagerer
svn-id: r44363
2009-09-25Added some more const's to the interface of Dragon HistoryRobert Špalek
svn-id: r44362
2009-09-25Create a define for the special "signal" offset used throughout the engine, ↵Filippos Karapetis
and fixed the arbitrary 0 values from commit #44294, set when some math functions do invalid calculations svn-id: r44359
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. ↵Max Horn
Also remove syncCStr() svn-id: r44358
2009-09-25SCI: Fix a memory leakMax Horn
svn-id: r44357
2009-09-25SCI: Pedantic cleanupMax Horn
svn-id: r44356
2009-09-25Only include Makedepend when really using SGI MipsPROMax Horn
svn-id: r44354
2009-09-25NDS: Added some more DS specific defines to configureMax Horn
svn-id: r44353
2009-09-25cleanupMax Horn
svn-id: r44352
2009-09-25LINUXMOTO: main.cpp is now linuxmoto-main.cppMax Horn
svn-id: r44350
2009-09-25Modified version of patch #2838507: Add support for non-gcc compilers to ↵Max Horn
configure, Makefile etc svn-id: r44348
2009-09-25Patch #2858137 and fix for bug #2855359: fmt_fnt.rom font loading failure is ↵Max Horn
ignored svn-id: r44346
2009-09-25Last part of patch #2850021: disable hq-scaler&mt32emu for ↵Max Horn
motoezx&motomagx-platform svn-id: r44345
2009-09-25More of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
svn-id: r44344
2009-09-25Move wii specific stuff from ports.mk to backends/platform/wii/wii.mkMax Horn
svn-id: r44343
2009-09-25Move linuxmoto specific stuff from ports.mk to a new file ↵Max Horn
backends/platform/linuxmoto/linuxmoto.mk svn-id: r44342
2009-09-25Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
svn-id: r44341
2009-09-25Cleanup configure script: (1) don't add -DUSE_ARM_*_ASM redundantly to ↵Max Horn
DEFINES, we already add these automatically in ports.mk; and (2) #define macros that determine the host OS consistently via -D and not via config.h svn-id: r44340
2009-09-25Reverted commit #44316, as colors show up correctly now without dithering. ↵Filippos Karapetis
Dithering is now off again for SCI0 by default, an can optionally be turned on svn-id: r44339
2009-09-25Patch #2856708: AMIGAOS4: FS updated to new SDKMax Horn
svn-id: r44338
2009-09-25Created a macro for lround(), for non-C99 compilers, and used that in places ↵Filippos Karapetis
where lround() is used svn-id: r44337
2009-09-25SCUMM: Rename _bitDepth to _bytesPerPixelMax Horn
svn-id: r44336
2009-09-25Removed dead codeMax Horn
svn-id: r44335
2009-09-25Mention 16bit graphics and SCUMM Amiga fixes in NEWSMax Horn
svn-id: r44334
2009-09-25typoMax Horn
svn-id: r44333
2009-09-25Add const's to many interfaces of engines/draci/Robert Špalek
svn-id: r44331
2009-09-25Added MSVC project files for the newly-added draci engineFilippos Karapetis
svn-id: r44330
2009-09-25Silenced some warningsFilippos Karapetis
svn-id: r44329
2009-09-25Replaced the C99 lround() with floor(), to get draci to compile under ↵Filippos Karapetis
non-C99 compilers (e.g. VS) svn-id: r44328
2009-09-25Make engines/draci/ compilable after merging from a branchRobert Špalek
svn-id: r44327
2009-09-25MERGE branch gsoc2009-draci 41388:44325 into trunkRobert Špalek
svn-id: r44326
2009-09-25Disable compilation of Draci HistorieRobert Špalek
svn-id: r44325
2009-09-25Add comment about why r44322 was needed.Johannes Schickel
svn-id: r44323
2009-09-25Implement proper overflow handling in Gdi::writeRoomColor for Indy4 Amiga as ↵Johannes Schickel
described in #1294513 "FOA/Amiga: Palette problem (Regression)". svn-id: r44322
2009-09-25Attempt to fix bug #2838205 "MONKEY: Palette glitches in Amiga version" as ↵Johannes Schickel
described on the tracker item. svn-id: r44321
2009-09-24SCI: When setting global palette, map all unused colours to index 0.Willem Jan Palenstijn
This fixes white artifacts outside the bar in the SQ4CD intro, but might cause regressions elsewhere. svn-id: r44320
2009-09-24SCI: Delete unused function declarationWillem Jan Palenstijn
svn-id: r44319
2009-09-24SCI: Fix spellingMax Horn
svn-id: r44318
2009-09-24SCI: Fix flat dithering by permuting the blended palette so that the EGA ↵Willem Jan Palenstijn
colours are the first 16 entries svn-id: r44317
2009-09-24Set dithering to the FreeSCI "enhanced" style by default for SCI0 games, as ↵Filippos Karapetis
disabling dithering makes some colors not show up correctly (e.g. the trees in Iceman and LSL3). Dithering can still be disabled on a per-game basis by using the "dither_mode" option svn-id: r44316
2009-09-24Oops, DoNextFrame() is supposed to return a valueFilippos Karapetis
svn-id: r44315
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵Filippos Karapetis
and issues in compilers which don't support NORETURN svn-id: r44314
2009-09-24Turn an error into a warning.Johannes Schickel
svn-id: r44313
2009-09-24Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent ↵Filippos Karapetis
warnings and issues in compilers which don't support NORETURN svn-id: r44312