Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis | |
svn-id: r39492 | |||
2009-03-17 | Fixing the last commit, by using the right type in the cast. | Nicola Mettifogo | |
svn-id: r39491 | |||
2009-03-17 | Another explicit cast for a historic compiler. | Nicola Mettifogo | |
svn-id: r39490 | |||
2009-03-17 | Removed one of the overloads of SoundMan::execute(), to make retarded ↵ | Nicola Mettifogo | |
compiler happy. Added a couple of explicit casts from bool to int, so that other compiler don't complain instead. svn-id: r39489 | |||
2009-03-17 | LOL: added some new drawing code required for some shapes and fixed a minor ↵ | Florian Kagerer | |
text displaying bug svn-id: r39487 | |||
2009-03-17 | Fixed the transparency problems of static objects in BRA. | Nicola Mettifogo | |
svn-id: r39486 | |||
2009-03-17 | SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup | Max Horn | |
svn-id: r39485 | |||
2009-03-17 | SCI: Got rid of various SegManager::free_* methods | Max Horn | |
svn-id: r39484 | |||
2009-03-17 | SCI: fix warning | Max Horn | |
svn-id: r39483 | |||
2009-03-17 | sword1: clean background buffers before writing on them in psx decoding ↵ | Fabio Battaglia | |
functions svn-id: r39480 | |||
2009-03-17 | sword1: cleanup | Fabio Battaglia | |
svn-id: r39479 | |||
2009-03-17 | Renamed some defines: | Filippos Karapetis | |
- FREESCI_CURRENT_SAVEGAME_VERSION, FREESCI_MINIMUM_SAVEGAME_VERSION -> CURRENT_SAVEGAME_VERSION, MINIMUM_SAVEGAME_VERSION (saved games are not compatible with FreeSCI's ones anymore) - _K_VIEW_SIG_FLAG_FREESCI_STOPUPD -> _K_VIEW_SIG_FLAG_STOPUPD (like the rest of the flags) - Removed FREESCI_KFUNCT_GLUTTON (unused) svn-id: r39478 | |||
2009-03-17 | sword1: optimize drawing routine for screen 54 | Fabio Battaglia | |
svn-id: r39477 | |||
2009-03-17 | Removed the "About FreeSCI" menu as discussed in -devel, now that the ↵ | Filippos Karapetis | |
FreeSCI contributors have been moved to the AUTHORS file svn-id: r39476 | |||
2009-03-17 | sword1: enable psx background caching for screen 54 (bull's head) too | Fabio Battaglia | |
svn-id: r39475 | |||
2009-03-17 | Additional palette is loaded on colors 1-15. | Nicola Mettifogo | |
svn-id: r39474 | |||
2009-03-17 | Fixed the remaining palette problems by loading the shadow (mask) file for ↵ | Nicola Mettifogo | |
static objects. svn-id: r39473 | |||
2009-03-17 | Fix regression, caused by my change to adjustForPalette(). | Travis Howell | |
svn-id: r39472 | |||
2009-03-17 | Fix graphical glitches in the Amiga version of BRA, the height seems to be ↵ | Travis Howell | |
off by one. svn-id: r39471 | |||
2009-03-17 | Fix regression in the Amiga demo of BRA, the common sub directory doesn't ↵ | Travis Howell | |
exist in the demo. svn-id: r39470 | |||
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell | |
svn-id: r39469 | |||
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell | |
svn-id: r39468 | |||
2009-03-17 | Add support for loading palette files in the Amiga version of BRA. | Travis Howell | |
svn-id: r39467 | |||
2009-03-17 | Enable sound effects in the Amiga version of BRA. | Travis Howell | |
svn-id: r39466 |