Age | Commit message (Expand) | Author |
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 |
2007-04-07 | cleanup | Nicola Mettifogo |
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo |
2007-03-18 | Made loadObjects return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo |
2007-03-17 | cleanup | Nicola Mettifogo |
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an... | Nicola Mettifogo |
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo |
2007-03-17 | gathered character related stuff into a new struct Character, and modified ca... | Nicola Mettifogo |
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo |
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo |
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing Graphics... | Nicola Mettifogo |
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g... | Nicola Mettifogo |
2007-03-11 | cleanup | Nicola Mettifogo |
2007-03-11 | more refactoring | Nicola Mettifogo |
2007-03-04 | wrapped loader routines into a new class named Disk. The new class is also re... | Nicola Mettifogo |
2007-03-02 | enforced convention on loader names: load[ItemType] | Nicola Mettifogo |