Age | Commit message (Expand) | Author |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking... | Johannes Schickel |
2009-10-16 | Fixed bug 2879805. Typo in inventory code made the inventory impossible to cl... | Nicola Mettifogo |
2009-09-30 | Simplified inventory handling (too much information hiding will kill you). | Nicola Mettifogo |
2009-09-30 | * Added secondary inventories for BRA. | Nicola Mettifogo |
2009-09-30 | Provide only the data that is strictly needed when creating a new Inventory. | Nicola Mettifogo |
2009-05-21 | Made BRA demos start again by partially reverting commit 39773. Multiple inve... | Nicola Mettifogo |
2009-03-31 | Added basic multiple inventory support. This will be used for the GIVE and SW... | Nicola Mettifogo |
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-13 | Fixed positioning of inventory. | Nicola Mettifogo |
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo |
2008-12-06 | Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all... | Nicola Mettifogo |
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
2008-07-29 | * Added flexible verb configuration for both NS and BRA. | Nicola Mettifogo |
2008-07-28 | Inventory is now properly rendered. Item selection is not yet working. | Nicola Mettifogo |
2008-07-27 | Moved inventory cursor drawing code to InventoryRenderer. | Nicola Mettifogo |
2008-07-23 | More decoupling of inventory code. | Nicola Mettifogo |
2008-05-14 | - Moved input code to its own class. | Nicola Mettifogo |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-11-19 | * made engine use Inventory and InventoryRenderer | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-10-21 | Added new debug level for inventory routines. | Nicola Mettifogo |
2007-10-07 | Fixed bug #1808529. One must use memmove() when copying overlapping blocks of... | Nicola Mettifogo |
2007-10-06 | Fixed bug #1808620. The original Inventory::addItem routine relied on a trick... | Nicola Mettifogo |
2007-09-25 | Changed InventoryRenderer to draw inventory over a Surface, thus removing use... | Nicola Mettifogo |
2007-09-24 | Fixed inventory regression introduced with yesterday's commit. | Nicola Mettifogo |
2007-09-23 | Oops. Some debug code was committed. | Nicola Mettifogo |
2007-09-23 | Moved most of inventory-related code inside classes Inventory and InventoryRe... | Nicola Mettifogo |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-02 | Cleanup: removed unneeded references to engine (_vm). | Nicola Mettifogo |
2007-09-02 | Jobs are now members of the engine and are handled with a table, instead of b... | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo |
2007-07-26 | Made screen size parameters properties of engine instead of compile-time cons... | Nicola Mettifogo |
2007-07-09 | Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup. | Nicola Mettifogo |
2007-07-08 | Changed inventory graphics update from synchronous to lazy. | Nicola Mettifogo |
2007-07-08 | Cleanup inventory code. | Nicola Mettifogo |
2007-06-18 | Mouse is now properly hidden during dialogues, and is restored after load/sav... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-21 | Fixed the largest memory leaks. | Nicola Mettifogo |
2007-05-13 | Reverted some changes to inventory handling. | Nicola Mettifogo |
2007-05-13 | More cleanup. | Nicola Mettifogo |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-05-06 | Added embryonic debugger, and some adjustments to make basic commands work. | Nicola Mettifogo |
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo |