Age | Commit message (Expand) | Author |
2009-03-20 | Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h) | Johannes Schickel |
2009-03-19 | Hopefully fix compilation with mingw64. | Johannes Schickel |
2009-03-19 | Adding detection and title music playback for Little Red Riding Hood (Amiga v... | Sven Hesse |
2009-03-19 | Adding simple support for protracker playback | Sven Hesse |
2009-03-19 | Fix compilation | Max Horn |
2009-03-19 | Hopefully, this fixes compilation of the AGI engine on 64-bit platforms | Filippos Karapetis |
2009-03-19 | Fix warning. | Johannes Schickel |
2009-03-19 | SCI: removed aatree.o from module | Walter van Niftrik |
2009-03-19 | Use IS_ALIGNED | Max Horn |
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik |
2009-03-19 | Hopefully, this fixes the warnings thrown when attempting to print the "size"... | Filippos Karapetis |
2009-03-19 | Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(... | Filippos Karapetis |
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 | Added some more debug messages | Sven Hesse |
2009-03-19 | Added another version of SQ4 | Filippos Karapetis |
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 | 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 | 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 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-17 | Fix warning. | Johannes Schickel |
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 |
2009-03-17 | SCI: Got rid of various SegManager::free_* methods | Max Horn |
2009-03-17 | SCI: fix warning | Max Horn |
2009-03-17 | sword1: clean background buffers before writing on them in psx decoding funct... | Fabio Battaglia |
2009-03-17 | sword1: cleanup | Fabio Battaglia |
2009-03-17 | Renamed some defines: | Filippos Karapetis |
2009-03-17 | sword1: optimize drawing routine for screen 54 | Fabio Battaglia |
2009-03-17 | Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI... | Filippos Karapetis |
2009-03-17 | sword1: enable psx background caching for screen 54 (bull's head) too | Fabio Battaglia |
2009-03-17 | Additional palette is loaded on colors 1-15. | Nicola Mettifogo |
2009-03-17 | Fixed the remaining palette problems by loading the shadow (mask) file for st... | Nicola Mettifogo |
2009-03-17 | Fix regression, caused by my change to adjustForPalette(). | Travis Howell |
2009-03-17 | Fix graphical glitches in the Amiga version of BRA, the height seems to be of... | Travis Howell |
2009-03-17 | Fix regression in the Amiga demo of BRA, the common sub directory doesn't exi... | Travis Howell |
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell |