Age | Commit message (Expand) | Author |
2009-03-19 | We're now statically linking in zlib, for static osx builds | Oystein Eftevaag |
2009-03-19 | Whitespace fix | Oystein Eftevaag |
2009-03-19 | Added support for specifying which prefix directory to link in static libs fo... | Oystein Eftevaag |
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis |
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis |
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ... | Filippos Karapetis |
2009-03-19 | Use the current SVN revision as a default when distributing a snapshot sources | Jordi Vilalta Prat |
2009-03-19 | Added some more debug messages | Sven Hesse |
2009-03-19 | Added configure support for the Wii and Gamecube port | Andre Heider |
2009-03-19 | Moved -pedantic from Makefile to the end of configure script | Andre Heider |
2009-03-19 | Extended the FLAC test to detect a libFLAC version which was compiled without... | Andre Heider |
2009-03-19 | Try to use the working copy revision if it's available | Jordi Vilalta Prat |
2009-03-19 | Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor o... | Andre Heider |
2009-03-19 | Merged Neil's NDS changes into trunk | Max Horn |
2009-03-19 | Added another version of SQ4 | Filippos Karapetis |
2009-03-18 | Initial support for building the Dreamcast port using the configure | Marcus Comstedt |
2009-03-18 | Use host-specific ranlib when crosscompiling for darwin (Mac OS X) | Oystein Eftevaag |
2009-03-18 | configure: We don't use tail anymore, so don't check for it; move (hq) scaler... | Max Horn |
2009-03-18 | Create a variable _host_alias defaulting to $_host_cpu-$_host_os, which is us... | Marcus Comstedt |
2009-03-18 | Moved the _build_{hq_,}scalers tests to after the host checks, because they m... | Marcus Comstedt |
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis |
2009-03-18 | Fix compile of SCI engine. | Travis Howell |
2009-03-18 | Updated the MSVC project files of the SCI engine | Filippos Karapetis |
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis |
2009-03-18 | Slight cleanup | Filippos Karapetis |
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis |
2009-03-18 | Postpone loading of mask and path data on BRA. This fixed locations in which ... | Nicola Mettifogo |
2009-03-18 | More updates to aos4dist. | Travis Howell |
2009-03-18 | Update aos4dist. | Travis Howell |
2009-03-18 | Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline. | Travis Howell |
2009-03-18 | Added some missing header files to the MSVC project files of the SCI engine | Filippos Karapetis |
2009-03-18 | Cleanup | Filippos Karapetis |
2009-03-18 | Minor corrections and cleanup. | Travis Howell |
2009-03-18 | Add another Spanish DOS version of Loom (EGA). | Travis Howell |
2009-03-17 | Cleanup | Filippos Karapetis |
2009-03-17 | Updated the MSVC project files of the SCI engine for commit #39499 | Filippos Karapetis |
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-17 | Fix warning. | Johannes Schickel |
2009-03-17 | tail on e.g. Solaris does not support the use of "-n 1". Use the good old "-... | Marcus Comstedt |
2009-03-17 | engines need to be listed before gui in MODULES, because stuff in libengines.... | Marcus Comstedt |
2009-03-17 | Removed superfluous comma and namespace specifier. | Marcus Comstedt |
2009-03-17 | Removed superfluous semicolon. | Marcus Comstedt |
2009-03-17 | Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ... | Marcus Comstedt |
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis |
2009-03-17 | Fixing the last commit, by using the right type in the cast. | Nicola Mettifogo |
2009-03-17 | Another explicit cast for a historic compiler. | Nicola Mettifogo |
2009-03-17 | Removed one of the overloads of SoundMan::execute(), to make retarded compile... | Nicola Mettifogo |
2009-03-17 | LOL: added some new drawing code required for some shapes and fixed a minor t... | Florian Kagerer |
2009-03-17 | Fixed the transparency problems of static objects in BRA. | Nicola Mettifogo |
2009-03-17 | SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup | Max Horn |