Age | Commit message (Expand) | Author |
2009-01-12 | Fixed regression from revision 35765. Mask and path patches were destroyed be... | Nicola Mettifogo |
2009-01-08 | Attempted fix of bug #2438637 (Dino not erased in introduction screen on Amig... | Nicola Mettifogo |
2009-01-08 | Fixed points 2 and 3 of bug #2438549, spotlight wasn't displayed correctly. | Nicola Mettifogo |
2009-01-08 | Trim resource filenames to 8 characters as a last resort on BRA. Script files... | Nicola Mettifogo |
2009-01-08 | Don't assert anymore when a command flag doesn't exist, but ignore it and pri... | Nicola Mettifogo |
2009-01-07 | Fixed warnings | Max Horn |
2009-01-07 | Implemented Engine::getDebugger(). | Nicola Mettifogo |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2009-01-07 | Cleanup. | Nicola Mettifogo |
2009-01-06 | Implemented pauseEngineIntern, and fixed music volume handling in SoundMan. | Nicola Mettifogo |
2009-01-06 | Fixed broken condition check for displaying dialogue balloons. | Nicola Mettifogo |
2009-01-05 | Deleted unused declarations, sorted others, and removed some dead code. | Nicola Mettifogo |
2009-01-04 | Fixed warning | Max Horn |
2009-01-04 | Made sure to display labels on animations. | Nicola Mettifogo |
2009-01-04 | Made sure each event is processed only once. This wasn't always the case when... | Nicola Mettifogo |
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and counter... | Nicola Mettifogo |
2009-01-03 | Dropped the script preprocessor introduced to fix the broken scripts. The par... | Nicola Mettifogo |
2008-12-30 | Another change I forgot to do in revision 35447. | Nicola Mettifogo |
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn |
2008-12-26 | Fixed selection of invalid frame numbers. This means that most locations can ... | Nicola Mettifogo |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-12-25 | Fix for bug #2464538 "PARALLACTION: Compiler error on AmigaOS4", | Johannes Schickel |
2008-12-24 | Questions in dialogues can have up to 10 answers in BRA. | Nicola Mettifogo |
2008-12-24 | Fixed display of location background when changing from a scrollable to a non... | Nicola Mettifogo |
2008-12-24 | Simplified destructions of Balloon objects. | Nicola Mettifogo |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-21 | Added a stub to dialogue parser, so that dialogue lines controlled by counter... | Nicola Mettifogo |
2008-12-20 | Moved mask creation/handling to Gfx. | Nicola Mettifogo |
2008-12-17 | Reduced code duplication when manipulating Animations, and cleanup. | Nicola Mettifogo |
2008-12-15 | Weeded out some more unused code, and some restructuring. | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-12-14 | Removed some unused code. | Nicola Mettifogo |
2008-12-13 | Some more restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | Restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo |
2008-12-13 | Fixed positioning of inventory. | Nicola Mettifogo |
2008-12-12 | Initialised variables to silence lots of valgrind's warnings. | Nicola Mettifogo |
2008-12-07 | Fixed some more leaks and mismatched allocations/deallocations. | Nicola Mettifogo |
2008-12-07 | Missing break statement caused many broken warning messages. | Nicola Mettifogo |
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo |
2008-12-07 | Fix bug #2401150: "Compiler: No matching function (Parallaction / Amiga)" | Eugene Sandulenko |
2008-12-06 | Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all... | Nicola Mettifogo |
2008-12-06 | Simplified scrolling calculations. | Nicola Mettifogo |
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
2008-12-04 | Made readLineIntern() return a zero-length string when no printable text is r... | Nicola Mettifogo |
2008-12-03 | Replaced remaining usages of readLine_OLD with readLine. | Nicola Mettifogo |
2008-11-30 | It's unnecessary to use strlen() just to find out if a string is empty or not. | Torbjörn Andersson |
2008-11-16 | Added missing initialization (which caused random crashes). | Nicola Mettifogo |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |