Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-03 | Fixed support for walking zones in BRA: | Nicola Mettifogo | |
* patches are not applied if the zone is not visible when loading * when applying a patch, always overwrite the existing data instead of OR'ing svn-id: r36209 | |||
2009-02-03 | Removed newlines from debug statements. | Nicola Mettifogo | |
svn-id: r36208 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵ | Max Horn | |
(const); same for Archive::openFile svn-id: r36020 | |||
2009-01-20 | Replacement an immediate with the appropriate #define constant. | Nicola Mettifogo | |
svn-id: r35950 | |||
2009-01-20 | Character is now placed at the right spot when a new location is entered. ↵ | Nicola Mettifogo | |
Size may be still not right, though. svn-id: r35945 | |||
2009-01-20 | Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe ↵ | Nicola Mettifogo | |
they should be turned into dynamic data structures... svn-id: r35944 | |||
2009-01-12 | Fixed regression from revision 35765. Mask and path patches were destroyed ↵ | Nicola Mettifogo | |
before getting a chance to be used. svn-id: r35835 | |||
2009-01-08 | Attempted fix of bug #2438637 (Dino not erased in introduction screen on ↵ | Nicola Mettifogo | |
Amiga Nippon Safes), by not forcing the character visible on a location switch. svn-id: r35786 | |||
2009-01-08 | Fixed points 2 and 3 of bug #2438549, spotlight wasn't displayed correctly. | Nicola Mettifogo | |
svn-id: r35785 | |||
2009-01-08 | Trim resource filenames to 8 characters as a last resort on BRA. Script ↵ | Nicola Mettifogo | |
files are unbelievably broken. svn-id: r35784 | |||
2009-01-08 | Don't assert anymore when a command flag doesn't exist, but ignore it and ↵ | Nicola Mettifogo | |
print a warning instead. Some location scripts in BRA are totally broken. svn-id: r35783 | |||
2009-01-07 | Fixed warnings | Max Horn | |
svn-id: r35780 | |||
2009-01-07 | Implemented Engine::getDebugger(). | Nicola Mettifogo | |
svn-id: r35768 | |||
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo | |
svn-id: r35766 | |||
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo | |
* simplified mask management for client code * reduced the clutter into graphics.h by moving the implementations of BackgroundInfo, MaskBuffer and PathBuffer to graphics.cpp * preparation for the full implementation of BRA's PathBuffer svn-id: r35765 | |||
2009-01-07 | Cleanup. | Nicola Mettifogo | |
svn-id: r35764 | |||
2009-01-06 | Implemented pauseEngineIntern, and fixed music volume handling in SoundMan. | Nicola Mettifogo | |
svn-id: r35756 | |||
2009-01-06 | Fixed broken condition check for displaying dialogue balloons. | Nicola Mettifogo | |
svn-id: r35748 | |||
2009-01-05 | Deleted unused declarations, sorted others, and removed some dead code. | Nicola Mettifogo | |
svn-id: r35739 | |||
2009-01-04 | Fixed warning | Max Horn | |
svn-id: r35730 | |||
2009-01-04 | Made sure to display labels on animations. | Nicola Mettifogo | |
svn-id: r35726 | |||
2009-01-04 | Made sure each event is processed only once. This wasn't always the case ↵ | Nicola Mettifogo | |
when _inputMode changed as a result of a game action. This also caused the comment mode to be apparently skipped. svn-id: r35725 | |||
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and ↵ | Nicola Mettifogo | |
counter calculations in scripts are performed. svn-id: r35723 | |||
2009-01-03 | Dropped the script preprocessor introduced to fix the broken scripts. The ↵ | Nicola Mettifogo | |
parser has evolved in the meantime and can deal with it accordingly. svn-id: r35700 | |||
2008-12-30 | Another change I forgot to do in revision 35447. | Nicola Mettifogo | |
svn-id: r35619 | |||
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn | |
svn-id: r35572 | |||
2008-12-26 | Fixed selection of invalid frame numbers. This means that most locations can ↵ | Nicola Mettifogo | |
be switched to and don't crash up anymore! svn-id: r35550 | |||
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn | |
svn-id: r35542 | |||
2008-12-25 | Fix for bug #2464538 "PARALLACTION: Compiler error on AmigaOS4", | Johannes Schickel | |
svn-id: r35533 | |||
2008-12-24 | Questions in dialogues can have up to 10 answers in BRA. | Nicola Mettifogo | |
svn-id: r35524 | |||
2008-12-24 | Fixed display of location background when changing from a scrollable to a ↵ | Nicola Mettifogo | |
non-scrollable one. svn-id: r35522 | |||
2008-12-24 | Simplified destructions of Balloon objects. | Nicola Mettifogo | |
svn-id: r35521 | |||
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo | |
svn-id: r35466 | |||
2008-12-21 | Added a stub to dialogue parser, so that dialogue lines controlled by ↵ | Nicola Mettifogo | |
counters are displayed. svn-id: r35465 | |||
2008-12-20 | Moved mask creation/handling to Gfx. | Nicola Mettifogo | |
svn-id: r35447 | |||
2008-12-17 | Reduced code duplication when manipulating Animations, and cleanup. | Nicola Mettifogo | |
svn-id: r35408 | |||
2008-12-15 | Weeded out some more unused code, and some restructuring. | Nicola Mettifogo | |
svn-id: r35377 | |||
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo | |
svn-id: r35358 | |||
2008-12-14 | Removed some unused code. | Nicola Mettifogo | |
svn-id: r35357 | |||
2008-12-13 | Some more restructuring of rendering code. | Nicola Mettifogo | |
svn-id: r35343 | |||
2008-12-13 | Restructuring of rendering code. | Nicola Mettifogo | |
svn-id: r35342 | |||
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo | |
* Enforced const-correctness on related routines. svn-id: r35326 | |||
2008-12-13 | Fixed positioning of inventory. | Nicola Mettifogo | |
svn-id: r35325 | |||
2008-12-12 | Initialised variables to silence lots of valgrind's warnings. | Nicola Mettifogo | |
svn-id: r35312 | |||
2008-12-07 | Fixed some more leaks and mismatched allocations/deallocations. | Nicola Mettifogo | |
svn-id: r35277 | |||
2008-12-07 | Missing break statement caused many broken warning messages. | Nicola Mettifogo | |
svn-id: r35271 |