Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-23 | Partly implemented the STOP script instruction. | Nicola Mettifogo | |
svn-id: r39624 | |||
2009-03-23 | Implemented MOVE script instruction. | Nicola Mettifogo | |
svn-id: r39623 | |||
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo | |
svn-id: r39622 | |||
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis | |
svn-id: r39621 | |||
2009-03-22 | Stop erroring out if mask or shadow files are missing: not all ↵ | Nicola Mettifogo | |
location/objects have them. svn-id: r39620 | |||
2009-03-22 | Added support for 3 bit deep ILBM images. | Nicola Mettifogo | |
svn-id: r39619 | |||
2009-03-22 | TINSEL: More polygon code cleanup | Max Horn | |
svn-id: r39618 | |||
2009-03-22 | TINSEL: cleanup | Max Horn | |
svn-id: r39617 | |||
2009-03-22 | SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to ↵ | Max Horn | |
warnings by the Wii compiler. svn-id: r39616 | |||
2009-03-22 | Don't just "return" from the script if == no (leftover from r39541, where ↵ | Andre Heider | |
that code was inside a function) svn-id: r39615 | |||
2009-03-22 | SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for ↵ | Max Horn | |
cle_prev. Replace code for reversing a circular list by a new method CircularVertexList::reverse() svn-id: r39613 | |||
2009-03-22 | SCI: Some cleanup; avoid taking square root unnecessarily | Max Horn | |
svn-id: r39612 | |||
2009-03-22 | Fix compilation of the iPhone port. | Andre Heider | |
svn-id: r39611 | |||
2009-03-22 | Reverted vinterstum's 'unification' of iPhone and Mac OS X configure code. ↵ | Max Horn | |
There is no reliable way to distinguish iPhone OS X and 'regular' Mac OS X via the host type only svn-id: r39610 | |||
2009-03-22 | Added simple IFF type verification to the parser. | Nicola Mettifogo | |
svn-id: r39609 | |||
2009-03-22 | Changed Disk code to provide SeekableReadStream's to sound routines as well. | Nicola Mettifogo | |
svn-id: r39608 | |||
2009-03-22 | Fixed configure on OSX (no idea what this will do to the iPhone, but now at ↵ | Max Horn | |
least compiling on OS X is possible again) svn-id: r39607 | |||
2009-03-22 | SCI: Fix warnings | Max Horn | |
svn-id: r39606 | |||
2009-03-22 | - Grouped default settings | Jordi Vilalta Prat | |
- Grouped related functions - Add "backends/platform/$_backend" to MODULES for all backends - Some bits of formatting svn-id: r39605 | |||
2009-03-22 | Bug fixes for handling 5-bit layered sprites correctly - this fixes the ↵ | Paul Gilbert | |
black boxes appearing in the first room during the fade-in svn-id: r39604 | |||
2009-03-22 | OSX configure fix | Oystein Eftevaag | |
svn-id: r39603 | |||
2009-03-21 | Fix running the testsuite when building outside the source tree | Jordi Vilalta Prat | |
svn-id: r39601 | |||
2009-03-21 | Updated iphone/osx build rules a bit, to make them more consistent | Oystein Eftevaag | |
svn-id: r39600 | |||
2009-03-21 | LOL: - added drawing code for certain gfx (blood and slime spots on the ↵ | Florian Kagerer | |
floor, teleporters, ice walls) svn-id: r39599 | |||
2009-03-21 | Converted some leftover tinselV1 code, so that the engine builds when DEBUG ↵ | Filippos Karapetis | |
is set svn-id: r39598 | |||
2009-03-21 | Check for a suffix of "-iq" when saving the iq points. Should fix bug #2701064. | Matthew Hoops | |
svn-id: r39597 | |||
2009-03-21 | Added an entry for the DOS version of Little Red Riding Hood | Sven Hesse | |
svn-id: r39596 | |||
2009-03-21 | Set the right colors for dialogue text in BRA Amiga. | Nicola Mettifogo | |
svn-id: r39595 | |||
2009-03-21 | xcode project update with latest engine changes | Oystein Eftevaag | |
svn-id: r39594 | |||
2009-03-21 | Cleanup | Filippos Karapetis | |
svn-id: r39593 | |||
2009-03-21 | Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM engines | Filippos Karapetis | |
svn-id: r39592 | |||
2009-03-21 | argv should not be modified; make it plenty const. | Marcus Comstedt | |
svn-id: r39591 | |||
2009-03-21 | Fixed some warnings. | Marcus Comstedt | |
svn-id: r39590 | |||
2009-03-21 | LOL: implemented some missing drawing code for dead monsters | Florian Kagerer | |
svn-id: r39589 | |||
2009-03-21 | Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of ↵ | Marcus Comstedt | |
some corny warnings). svn-id: r39588 | |||
2009-03-21 | Added support for dynamic plugins on Dreamcast to the configure script. | Marcus Comstedt | |
svn-id: r39587 | |||
2009-03-21 | Fix build. | Nicola Mettifogo | |
svn-id: r39586 | |||
2009-03-21 | Some Surface tinkering, and added TODO's about it. | Nicola Mettifogo | |
svn-id: r39585 | |||
2009-03-21 | Changed Nippon Safes to make use of the new ILBMDecoder. | Nicola Mettifogo | |
svn-id: r39584 | |||
2009-03-21 | Extended the IFF parser to handle 1 and 5 bits deep images. | Nicola Mettifogo | |
svn-id: r39583 | |||
2009-03-21 | LOL: The guards will now attack you when you throw certain items at them. ↵ | Florian Kagerer | |
They can't do any damage though, since this isn't implemented yet. svn-id: r39582 | |||
2009-03-21 | Fix regression when loading icons in Amiga versions of BRA. | Travis Howell | |
svn-id: r39580 | |||
2009-03-20 | SCUMM: cleanup | Max Horn | |
svn-id: r39579 | |||
2009-03-20 | SCI: cleanup | Max Horn | |
svn-id: r39578 | |||
2009-03-20 | Moved hardware initialization to a constructor, to make it run really early. | Marcus Comstedt | |
svn-id: r39577 | |||
2009-03-20 | Include "scumm/scumm_v6.h" in some places where it is needed. | Marcus Comstedt | |
(Including "scumm/scumm_v8.h" is a no-operation if ENABLE_SCUMM_7_8 is not defined.) svn-id: r39576 | |||
2009-03-20 | Removed garbage character from argument to sleep. | Marcus Comstedt | |
svn-id: r39575 | |||
2009-03-20 | Fix namespace name | Jordi Vilalta Prat | |
svn-id: r39574 | |||
2009-03-20 | Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes. | Nicola Mettifogo | |
svn-id: r39573 | |||
2009-03-20 | * Reimplemented routine using the old ILBM decoder to use the new one | Nicola Mettifogo | |
* Fixed all remaining issues with masks. svn-id: r39572 |