Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-19 | SCI: removed aatree.o from module | Walter van Niftrik | |
svn-id: r39546 | |||
2009-03-19 | Use IS_ALIGNED | Max Horn | |
svn-id: r39545 | |||
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik | |
svn-id: r39544 | |||
2009-03-19 | Hopefully, 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-19 | COMMON: 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-19 | configure: rearranged some stuff | Max Horn | |
svn-id: r39541 | |||
2009-03-19 | Cleaned up gfxop_draw_rectangle(). Also, removed a check insode ↵ | Filippos Karapetis | |
BASIC_CHECKS() which is impossible to occur svn-id: r39540 | |||
2009-03-19 | We're now statically linking in zlib, for static osx builds | Oystein Eftevaag | |
svn-id: r39539 | |||
2009-03-19 | Whitespace fix | Oystein Eftevaag | |
svn-id: r39538 | |||
2009-03-19 | Added 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-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis | |
svn-id: r39536 | |||
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis | |
svn-id: r39535 | |||
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ↵ | Filippos Karapetis | |
widgets svn-id: r39534 | |||
2009-03-19 | Use the current SVN revision as a default when distributing a snapshot sources | Jordi Vilalta Prat | |
svn-id: r39533 | |||
2009-03-19 | Added some more debug messages | Sven Hesse | |
svn-id: r39532 | |||
2009-03-19 | Added configure support for the Wii and Gamecube port | Andre Heider | |
svn-id: r39531 | |||
2009-03-19 | Moved -pedantic from Makefile to the end of configure script | Andre Heider | |
svn-id: r39530 | |||
2009-03-19 | Extended the FLAC test to detect a libFLAC version which was compiled ↵ | Andre Heider | |
without libogg support svn-id: r39529 | |||
2009-03-19 | Try to use the working copy revision if it's available | Jordi Vilalta Prat | |
svn-id: r39528 | |||
2009-03-19 | Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor ↵ | Andre Heider | |
one ;) svn-id: r39527 | |||
2009-03-19 | Merged Neil's NDS changes into trunk | Max Horn | |
svn-id: r39526 | |||
2009-03-19 | Added another version of SQ4 | Filippos Karapetis | |
svn-id: r39525 | |||
2009-03-18 | Initial support for building the Dreamcast port using the configure | Marcus Comstedt | |
script. Dynamic modules are not supported just yet. svn-id: r39524 | |||
2009-03-18 | Use host-specific ranlib when crosscompiling for darwin (Mac OS X) | Oystein Eftevaag | |
svn-id: r39523 | |||
2009-03-18 | configure: 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-18 | Create 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-18 | Moved 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-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis | |
svn-id: r39518 | |||
2009-03-18 | Fix compile of SCI engine. | Travis Howell | |
svn-id: r39517 | |||
2009-03-18 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r39516 | |||
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis | |
Moved all files from gfx/resource/* to gfx/* svn-id: r39515 | |||
2009-03-18 | Slight cleanup | Filippos Karapetis | |
svn-id: r39514 | |||
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis | |
svn-id: r39513 | |||
2009-03-18 | Postpone 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-18 | More updates to aos4dist. | Travis Howell | |
svn-id: r39511 | |||
2009-03-18 | Update aos4dist. | Travis Howell | |
svn-id: r39510 | |||
2009-03-18 | Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline. | Travis Howell | |
svn-id: r39508 | |||
2009-03-18 | Added some missing header files to the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r39507 | |||
2009-03-18 | Cleanup | Filippos Karapetis | |
svn-id: r39506 | |||
2009-03-18 | Minor corrections and cleanup. | Travis Howell | |
svn-id: r39505 | |||
2009-03-18 | Add another Spanish DOS version of Loom (EGA). | Travis Howell | |
svn-id: r39502 | |||
2009-03-17 | Cleanup | Filippos Karapetis | |
svn-id: r39501 | |||
2009-03-17 | Updated the MSVC project files of the SCI engine for commit #39499 | Filippos Karapetis | |
svn-id: r39500 | |||
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis | |
svn-id: r39499 | |||
2009-03-17 | Fix warning. | Johannes Schickel | |
svn-id: r39498 | |||
2009-03-17 | tail on e.g. Solaris does not support the use of "-n 1". Use the good old ↵ | Marcus Comstedt | |
"-1" syntax instead. svn-id: r39497 | |||
2009-03-17 | engines need to be listed before gui in MODULES, because stuff in ↵ | Marcus Comstedt | |
libengines.a use stuff in libgui.a. svn-id: r39496 | |||
2009-03-17 | Removed superfluous comma and namespace specifier. | Marcus Comstedt | |
svn-id: r39495 | |||
2009-03-17 | Removed superfluous semicolon. | Marcus Comstedt | |
svn-id: r39494 | |||
2009-03-17 | Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ↵ | Marcus Comstedt | |
int16. svn-id: r39493 |