aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-21Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM enginesFilippos Karapetis
svn-id: r39592
2009-03-21argv should not be modified; make it plenty const.Marcus Comstedt
svn-id: r39591
2009-03-21Fixed some warnings.Marcus Comstedt
svn-id: r39590
2009-03-21LOL: implemented some missing drawing code for dead monstersFlorian Kagerer
svn-id: r39589
2009-03-21Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of ↵Marcus Comstedt
some corny warnings). svn-id: r39588
2009-03-21Added support for dynamic plugins on Dreamcast to the configure script.Marcus Comstedt
svn-id: r39587
2009-03-21Fix build.Nicola Mettifogo
svn-id: r39586
2009-03-21Some Surface tinkering, and added TODO's about it.Nicola Mettifogo
svn-id: r39585
2009-03-21Changed Nippon Safes to make use of the new ILBMDecoder.Nicola Mettifogo
svn-id: r39584
2009-03-21Extended the IFF parser to handle 1 and 5 bits deep images.Nicola Mettifogo
svn-id: r39583
2009-03-21LOL: The guards will now attack you when you throw certain items at them. ↵Florian Kagerer
They can't do any damage though, since this isn't implemented yet. svn-id: r39582
2009-03-21Fix regression when loading icons in Amiga versions of BRA.Travis Howell
svn-id: r39580
2009-03-20SCUMM: cleanupMax Horn
svn-id: r39579
2009-03-20SCI: cleanupMax Horn
svn-id: r39578
2009-03-20Moved hardware initialization to a constructor, to make it run really early.Marcus Comstedt
svn-id: r39577
2009-03-20Include "scumm/scumm_v6.h" in some places where it is needed.Marcus Comstedt
(Including "scumm/scumm_v8.h" is a no-operation if ENABLE_SCUMM_7_8 is not defined.) svn-id: r39576
2009-03-20Removed garbage character from argument to sleep.Marcus Comstedt
svn-id: r39575
2009-03-20Fix namespace nameJordi Vilalta Prat
svn-id: r39574
2009-03-20Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes.Nicola Mettifogo
svn-id: r39573
2009-03-20* Reimplemented routine using the old ILBM decoder to use the new oneNicola Mettifogo
* Fixed all remaining issues with masks. svn-id: r39572
2009-03-20Added more flexible IFF parser and ILBM decoder.Nicola Mettifogo
svn-id: r39571
2009-03-20Fix some warnings in the Wii backend.Andre Heider
svn-id: r39570
2009-03-20Remove line that was (probably) accidentally committed in r32745.Willem Jan Palenstijn
svn-id: r39569
2009-03-20Set svn:keywords on asm filesMax Horn
svn-id: r39568
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
svn-id: r39567
2009-03-20silenced some warningsMax Horn
svn-id: r39566
2009-03-20Add missing code difference in getUserFlag().Travis Howell
svn-id: r39565
2009-03-20Clarify entry in the credits.Travis Howell
svn-id: r39563
2009-03-20Removed #include nds/jtypes.h from common/scummsys.h -- it already gets ↵Max Horn
loaded by portdefs.h svn-id: r39562
2009-03-20Correct initial palette in Amiga and AtariST versions of PN.Travis Howell
svn-id: r39561
2009-03-20Correct vertical offset, when print stats in the AtariST version of Elvira 2.Travis Howell
svn-id: r39558
2009-03-20Add work around for bug #2686883 - WAXWORKS: Crash in Jack the Ripper Zone.Travis Howell
svn-id: r39557
2009-03-20Fix parameter in Windows MIDI backend (this is according to API ↵Johannes Schickel
documentation from M$). svn-id: r39556
2009-03-20Oops forgot one line in last commit, now the file should compile cleanly ↵Johannes Schickel
with mingw64. svn-id: r39555
2009-03-20Fix compilation on mingw64.Johannes Schickel
svn-id: r39554
2009-03-20Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h)Johannes Schickel
svn-id: r39553
2009-03-19Hopefully fix compilation with mingw64.Johannes Schickel
svn-id: r39552
2009-03-19Adding detection and title music playback for Little Red Riding Hood (Amiga ↵Sven Hesse
version) svn-id: r39551
2009-03-19Adding simple support for protracker playbackSven Hesse
svn-id: r39550
2009-03-19Fix compilationMax Horn
svn-id: r39549
2009-03-19Hopefully, this fixes compilation of the AGI engine on 64-bit platformsFilippos Karapetis
svn-id: r39548
2009-03-19Fix warning.Johannes Schickel
svn-id: r39547
2009-03-19SCI: removed aatree.o from moduleWalter van Niftrik
svn-id: r39546
2009-03-19Use IS_ALIGNEDMax Horn
svn-id: r39545
2009-03-19SCI: converted aatree into a classWalter van Niftrik
svn-id: r39544
2009-03-19Hopefully, this fixes the warnings thrown when attempting to print the ↵Filippos Karapetis
"size" variable (which is of type type_t) svn-id: r39543
2009-03-19COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ↵Max Horn
if this turns out to be not portable enough. Also added a doxygen comment to the ARRAYSIZE macro svn-id: r39542
2009-03-19configure: rearranged some stuffMax Horn
svn-id: r39541
2009-03-19Cleaned up gfxop_draw_rectangle(). Also, removed a check insode ↵Filippos Karapetis
BASIC_CHECKS() which is impossible to occur svn-id: r39540
2009-03-19We're now statically linking in zlib, for static osx buildsOystein Eftevaag
svn-id: r39539