Age | Commit message (Expand) | Author |
2009-03-23 | Partly implemented the STOP script instruction. | Nicola Mettifogo |
2009-03-23 | Implemented MOVE script instruction. | Nicola Mettifogo |
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo |
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-22 | Stop erroring out if mask or shadow files are missing: not all location/objec... | Nicola Mettifogo |
2009-03-22 | Added support for 3 bit deep ILBM images. | Nicola Mettifogo |
2009-03-22 | TINSEL: More polygon code cleanup | Max Horn |
2009-03-22 | TINSEL: cleanup | Max Horn |
2009-03-22 | SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa... | Max Horn |
2009-03-22 | Don't just "return" from the script if == no (leftover from r39541, where th... | Andre Heider |
2009-03-22 | SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev.... | Max Horn |
2009-03-22 | SCI: Some cleanup; avoid taking square root unnecessarily | Max Horn |
2009-03-22 | Fix compilation of the iPhone port. | Andre Heider |
2009-03-22 | Reverted vinterstum's 'unification' of iPhone and Mac OS X configure code. Th... | Max Horn |
2009-03-22 | Added simple IFF type verification to the parser. | Nicola Mettifogo |
2009-03-22 | Changed Disk code to provide SeekableReadStream's to sound routines as well. | Nicola Mettifogo |
2009-03-22 | Fixed configure on OSX (no idea what this will do to the iPhone, but now at l... | Max Horn |
2009-03-22 | SCI: Fix warnings | Max Horn |
2009-03-22 | - Grouped default settings | Jordi Vilalta Prat |
2009-03-22 | Bug fixes for handling 5-bit layered sprites correctly - this fixes the black... | Paul Gilbert |
2009-03-22 | OSX configure fix | Oystein Eftevaag |
2009-03-21 | Fix running the testsuite when building outside the source tree | Jordi Vilalta Prat |
2009-03-21 | Updated iphone/osx build rules a bit, to make them more consistent | Oystein Eftevaag |
2009-03-21 | LOL: - added drawing code for certain gfx (blood and slime spots on the floor... | Florian Kagerer |
2009-03-21 | Converted some leftover tinselV1 code, so that the engine builds when DEBUG i... | Filippos Karapetis |
2009-03-21 | Check for a suffix of "-iq" when saving the iq points. Should fix bug #2701064. | Matthew Hoops |
2009-03-21 | Added an entry for the DOS version of Little Red Riding Hood | Sven Hesse |
2009-03-21 | Set the right colors for dialogue text in BRA Amiga. | Nicola Mettifogo |
2009-03-21 | xcode project update with latest engine changes | Oystein Eftevaag |
2009-03-21 | Cleanup | Filippos Karapetis |
2009-03-21 | Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM engines | Filippos Karapetis |
2009-03-21 | argv should not be modified; make it plenty const. | Marcus Comstedt |
2009-03-21 | Fixed some warnings. | Marcus Comstedt |
2009-03-21 | LOL: implemented some missing drawing code for dead monsters | Florian Kagerer |
2009-03-21 | Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of s... | Marcus Comstedt |
2009-03-21 | Added support for dynamic plugins on Dreamcast to the configure script. | Marcus Comstedt |
2009-03-21 | Fix build. | Nicola Mettifogo |
2009-03-21 | Some Surface tinkering, and added TODO's about it. | Nicola Mettifogo |
2009-03-21 | Changed Nippon Safes to make use of the new ILBMDecoder. | Nicola Mettifogo |
2009-03-21 | Extended the IFF parser to handle 1 and 5 bits deep images. | Nicola Mettifogo |
2009-03-21 | LOL: The guards will now attack you when you throw certain items at them. The... | Florian Kagerer |
2009-03-21 | Fix regression when loading icons in Amiga versions of BRA. | Travis Howell |
2009-03-20 | SCUMM: cleanup | Max Horn |
2009-03-20 | SCI: cleanup | Max Horn |
2009-03-20 | Moved hardware initialization to a constructor, to make it run really early. | Marcus Comstedt |
2009-03-20 | Include "scumm/scumm_v6.h" in some places where it is needed. | Marcus Comstedt |
2009-03-20 | Removed garbage character from argument to sleep. | Marcus Comstedt |
2009-03-20 | Fix namespace name | Jordi Vilalta Prat |
2009-03-20 | Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes. | Nicola Mettifogo |
2009-03-20 | * Reimplemented routine using the old ILBM decoder to use the new one | Nicola Mettifogo |