Age | Commit message (Expand) | Author |
2009-04-28 | Added in-game menu for BRA. Load/save is not supported yet. | Nicola Mettifogo |
2009-04-06 | Cleanup of Balloon and Dialogue code: | Nicola Mettifogo |
2009-04-03 | Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ada... | Nicola Mettifogo |
2009-03-31 | Added basic multiple inventory support. This will be used for the GIVE and SW... | Nicola Mettifogo |
2009-03-31 | Character doesn't need a reference to the engine anymore. | Nicola Mettifogo |
2009-03-29 | (Re)link bounding animations after location has been completely parsed. This ... | Nicola Mettifogo |
2009-03-28 | Add sound effects support for PC version of BRA. | Travis Howell |
2009-03-23 | Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty... | Nicola Mettifogo |
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo |
2009-03-17 | Fixing the last commit, by using the right type in the cast. | Nicola Mettifogo |
2009-03-17 | Another explicit cast for a historic compiler. | Nicola Mettifogo |
2009-03-17 | Removed one of the overloads of SoundMan::execute(), to make retarded compile... | Nicola Mettifogo |
2009-03-16 | Fix crash regression in BRA introduction for now. | Travis Howell |
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-02 | Fixed selection of zone and animation for removal in BRA. This enables the fo... | Nicola Mettifogo |
2009-02-27 | The engine has now to build the drawing list for the graphic department, inst... | Nicola Mettifogo |
2009-02-26 | Added filter to preserve needed Animation across location switch. | Nicola Mettifogo |
2009-02-26 | changeLocation now uses the internal variable _newLocationName instead of an ... | Nicola Mettifogo |
2009-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe... | Nicola Mettifogo |
2009-02-26 | Merged walk code for NS, and simplified handling. | Nicola Mettifogo |
2009-02-26 | Fixed crashes and leaks when quitting BRA from menu and splash screen. | Nicola Mettifogo |
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe... | Nicola Mettifogo |
2009-02-25 | Updated all for(;;) loops to use prefix increment on iterators. | Nicola Mettifogo |
2009-02-24 | Implemented follower support, except that: | Nicola Mettifogo |
2009-02-24 | Changed interface to walk code, to better handle the differences between game... | Nicola Mettifogo |
2009-02-23 | Cleanup. | Nicola Mettifogo |
2009-02-23 | * Refactored drawAnimations to be more easily extensible when adding game-spe... | Nicola Mettifogo |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-07 | Fixed warnings | Max Horn |
2009-01-07 | Implemented Engine::getDebugger(). | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2009-01-06 | Implemented pauseEngineIntern, and fixed music volume handling in SoundMan. | Nicola Mettifogo |
2009-01-04 | Made sure each event is processed only once. This wasn't always the case when... | Nicola Mettifogo |
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-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-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 | Restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | 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-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo |
2008-11-08 | * cleanup | Nicola Mettifogo |