aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-03-19Whitespace fixOystein Eftevaag
svn-id: r39538
2009-03-19Added support for specifying which prefix directory to link in static libs ↵Oystein Eftevaag
for (for mac os x and iphone bundles), and use a build-specific strip command svn-id: r39537
2009-03-19Silenced some warnings about potentially uninitialized variablesFilippos Karapetis
svn-id: r39536
2009-03-19Silenced some warnings about potentially uninitialized variablesFilippos Karapetis
svn-id: r39535
2009-03-19Fixed issues with commit #39449, fixing some graphical glitches with the GUI ↵Filippos Karapetis
widgets svn-id: r39534
2009-03-19Use the current SVN revision as a default when distributing a snapshot sourcesJordi Vilalta Prat
svn-id: r39533
2009-03-19Added some more debug messagesSven Hesse
svn-id: r39532
2009-03-19Added configure support for the Wii and Gamecube portAndre Heider
svn-id: r39531
2009-03-19Moved -pedantic from Makefile to the end of configure scriptAndre Heider
svn-id: r39530
2009-03-19Extended the FLAC test to detect a libFLAC version which was compiled ↵Andre Heider
without libogg support svn-id: r39529
2009-03-19Try to use the working copy revision if it's availableJordi Vilalta Prat
svn-id: r39528
2009-03-19Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor ↵Andre Heider
one ;) svn-id: r39527
2009-03-19Merged Neil's NDS changes into trunkMax Horn
svn-id: r39526
2009-03-19Added another version of SQ4Filippos Karapetis
svn-id: r39525
2009-03-18Initial support for building the Dreamcast port using the configureMarcus Comstedt
script. Dynamic modules are not supported just yet. svn-id: r39524
2009-03-18Use host-specific ranlib when crosscompiling for darwin (Mac OS X)Oystein Eftevaag
svn-id: r39523
2009-03-18configure: We don't use tail anymore, so don't check for it; move (hq) ↵Max Horn
scaler check from the middle to nowhere to a more appropriate spot svn-id: r39522
2009-03-18Create a variable _host_alias defaulting to $_host_cpu-$_host_os, which is ↵Marcus Comstedt
used to pick the cross compiler. This allows "special" hosts to override it. svn-id: r39520