aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-03-18Moved the _build_{hq_,}scalers tests to after the host checks, because they ↵Marcus Comstedt
may try to disable scalers on a per-host basis. svn-id: r39519
2009-03-18Changed abs_rect_t to Common::RectFilippos Karapetis
svn-id: r39518
2009-03-18Fix compile of SCI engine.Travis Howell
svn-id: r39517
2009-03-18Updated the MSVC project files of the SCI engineFilippos Karapetis
svn-id: r39516
2009-03-18Renamed resmgr.cpp -> gfx_resmgr.cppFilippos Karapetis
Moved all files from gfx/resource/* to gfx/* svn-id: r39515
2009-03-18Slight cleanupFilippos Karapetis
svn-id: r39514
2009-03-18Cleaned up graphics initialization a bitFilippos Karapetis
svn-id: r39513
2009-03-18Postpone loading of mask and path data on BRA. This fixed locations in which ↵Nicola Mettifogo
mask and path are defined before the screen bitmap. svn-id: r39512
2009-03-18More updates to aos4dist.Travis Howell
svn-id: r39511
2009-03-18Update aos4dist.Travis Howell
svn-id: r39510
2009-03-18Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline.Travis Howell
svn-id: r39508
2009-03-18Added some missing header files to the MSVC project files of the SCI engineFilippos Karapetis
svn-id: r39507
2009-03-18CleanupFilippos Karapetis
svn-id: r39506
2009-03-18Minor corrections and cleanup.Travis Howell
svn-id: r39505
2009-03-18Add another Spanish DOS version of Loom (EGA).Travis Howell
svn-id: r39502