Age | Commit message (Expand) | Author |
2009-03-15 | Set mouse buffers in Amiga version of BRA, so selecting inventory object no l... | Travis Howell |
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell |
2009-03-15 | Fixed regression from r39410, by reimplementing the decompression routine. Th... | Nicola Mettifogo |
2009-03-15 | Ooops, actually set _mixer. | Travis Howell |
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell |
2009-03-15 | Groovie: Add non-uniform scaling to the ROQ player | Jordi Vilalta Prat |
2009-03-15 | Added missing initializations. | Nicola Mettifogo |
2009-03-15 | Groovie: Added basic alpha channel support to the ROQ player | Jordi Vilalta Prat |
2009-03-14 | Cine::Palette revamp part 2: Fix save-function, add Cine-palette formats etc. | Kari Salminen |
2009-03-14 | Reduced the CPU load of screen effects, by reducing the number of palette cha... | Filippos Karapetis |
2009-03-14 | GfxObj is a class, not a struct | Filippos Karapetis |
2009-03-14 | Simplified screen effects. Removed copyRect() and reposition() | Filippos Karapetis |
2009-03-14 | SCI: Fixed warning | Max Horn |
2009-03-14 | Added midi support to BRA. So far music starts, but related script commands h... | Nicola Mettifogo |
2009-03-14 | Merged loadRGBPalette() inside setRGBPalette() (that's the only place it's us... | Filippos Karapetis |
2009-03-14 | Fixed building on 64-bit architectures. | Nicola Mettifogo |
2009-03-14 | * Added a generic sound manager that hides engine-specific managers and allow... | Nicola Mettifogo |
2009-03-14 | LOL: magic atlas can now be picked up (but it can't be used) | Florian Kagerer |
2009-03-14 | Reduced CPU usage of the MADE engine by about 10% (by profiling the code) | Filippos Karapetis |
2009-03-14 | LOL: - complete support for the three "special rooms" in the castle | Florian Kagerer |
2009-03-14 | Do not update the screen while waiting | Filippos Karapetis |
2009-03-14 | Pushed up the simple script stack function in the header file (this helps iso... | Filippos Karapetis |
2009-03-14 | Give more meaningful names to detected entries. | Eugene Sandulenko |
2009-03-14 | Avoid polluting of global gameid namespace and restore compatibility with | Eugene Sandulenko |
2009-03-14 | Add more detection entries from bugreport #2670691 | Eugene Sandulenko |
2009-03-14 | - LZS Decompressor added | Greg Frieger |
2009-03-14 | Fixed SCI32 Map detection | Greg Frieger |
2009-03-14 | Some rewrites and clean-ups in decompressing functions. View and Pic post-pro... | Greg Frieger |
2009-03-14 | cleaning up after myself again *sigh* | Max Horn |
2009-03-14 | SCI: Fixed warning | Max Horn |
2009-03-14 | SCI: Removed more dead code | Max Horn |
2009-03-14 | Removed two empty switch statements to silence an MSVC warning | Filippos Karapetis |
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha... | Filippos Karapetis |
2009-03-14 | Removed the unused struct "internal" inside gfx_pixmap_t | Filippos Karapetis |
2009-03-13 | SCI: cleanup | Max Horn |
2009-03-13 | Changed the parameter passed to isprint() to be unsigned, according to MSDN (... | Filippos Karapetis |
2009-03-13 | Added an explanatory comment for commit #39368 | Filippos Karapetis |
2009-03-13 | LSL5 no longer throws an assertion after the intro | Filippos Karapetis |
2009-03-13 | Applied gregfrieger's fix on decodeRLE() | Filippos Karapetis |
2009-03-12 | Commited syke's patch as-is | Filippos Karapetis |
2009-03-12 | formatting fix, aka buildbot rebuild incentive ;) | Joost Peters |
2009-03-12 | Added the correct SCI version for German LSL7 from bug report #2662260. Also,... | Filippos Karapetis |
2009-03-12 | Added detector entries from bug reports #2644547 and #2670691 | Filippos Karapetis |
2009-03-12 | Added file sizes of the various CD versions of Return to Zork to the detector... | Filippos Karapetis |
2009-03-12 | Added the Italian and French versions of Return to Zork, as supplied in bug r... | Filippos Karapetis |
2009-03-12 | Groovie: We need to save gameids to distinguish different entries detected fr... | Jordi Vilalta Prat |
2009-03-12 | Add patch #2685000 - SCI : 8 checksums. | Travis Howell |
2009-03-12 | Update HE version for German version of Freddi Fish 2. | Travis Howell |
2009-03-12 | EngineState is a struct, not a class | Filippos Karapetis |
2009-03-12 | PMV player: stop reallocating the frame buffer on every frame, if its size ha... | Filippos Karapetis |