Age | Commit message (Expand) | Author |
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 |
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell |
2009-03-17 | Add support for loading palette files in the Amiga version of BRA. | Travis Howell |
2009-03-17 | Enable sound effects in the Amiga version of BRA. | Travis Howell |
2009-03-17 | Change adjustForPalette(), to skip transparency color (zero). | Travis Howell |
2009-03-16 | Cleanup. | Travis Howell |
2009-03-16 | sword1: cache decompressed psx version backgrounds, to avoid uncompressing th... | Fabio Battaglia |
2009-03-16 | sword1: added caching for train.plx when playing psx version | Fabio Battaglia |
2009-03-16 | Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!). | Kari Salminen |
2009-03-16 | LOL: - implemented item throwing | Florian Kagerer |
2009-03-16 | Cine::Palette: Make saturatedAddColor-methods more like their old counterpart... | Kari Salminen |
2009-03-16 | Prefix Cine's endian types with CINE_ so they don't clash with already define... | Kari Salminen |
2009-03-16 | Add endianness handling to Cine::Palette's load and save functions. | Kari Salminen |
2009-03-16 | It seems that the SCI GUI code tries to show rectangles with negative height.... | Filippos Karapetis |
2009-03-16 | Changed the temporary helper functions to defines | Filippos Karapetis |
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper fun... | Filippos Karapetis |
2009-03-16 | Update main menu items, to match original Amiga version of BRA. | Travis Howell |
2009-03-16 | Add talk position adjustment to loadTalk for Amiga version of BRA too. | Travis Howell |
2009-03-16 | Code formatting, added further constant references, and corrected method sign... | Paul Gilbert |
2009-03-16 | Fix crash regression in BRA introduction for now. | Travis Howell |
2009-03-16 | Converted the Cruise engine to use the new Common::Serializer class | Paul Gilbert |
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo |
2009-03-16 | SCI: Removed sbtree code by Common::Hashmap | Max Horn |
2009-03-16 | SCUMM: Modified version of patch #1687041 (Scumm: Load-/Save-support for the ... | Max Horn |
2009-03-16 | SCUMM: Modified version of patch #2674880 (FOA: unique filename for IQ-points... | Max Horn |
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ... | Filippos Karapetis |
2009-03-16 | Added mouse cursor to BRA Amiga. To be perfected. | Nicola Mettifogo |
2009-03-15 | Call updateScreen() from the delay() function, like we do in so many other | Torbjörn Andersson |
2009-03-15 | Align ScummVM version string properly. | Johannes Schickel |
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn |