Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo | |
svn-id: r35466 | |||
2008-12-13 | Fixed positioning of inventory. | Nicola Mettifogo | |
svn-id: r35325 | |||
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo | |
svn-id: r35270 | |||
2008-12-06 | Fixed positioning of overlayed graphics (dialogues, inventory, labels) in ↵ | Nicola Mettifogo | |
all locations. These items are now all handled in screen coordinates which are translated automatically by the renderer. svn-id: r35255 | |||
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues ↵ | Nicola Mettifogo | |
in scrollable locations are a bit messed up for the moment. svn-id: r35253 | |||
2008-07-29 | * Added flexible verb configuration for both NS and BRA. | Nicola Mettifogo | |
* Objects can now be really opened and closed in BRA. svn-id: r33405 | |||
2008-07-28 | Inventory is now properly rendered. Item selection is not yet working. | Nicola Mettifogo | |
svn-id: r33355 | |||
2008-07-27 | Moved inventory cursor drawing code to InventoryRenderer. | Nicola Mettifogo | |
svn-id: r33337 | |||
2008-07-23 | More decoupling of inventory code. | Nicola Mettifogo | |
svn-id: r33224 | |||
2008-05-14 | - Moved input code to its own class. | Nicola Mettifogo | |
- Slightly simplified inventory highlight code thanks to changes in input code. svn-id: r32115 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-11-19 | * made engine use Inventory and InventoryRenderer | Nicola Mettifogo | |
* inventory drawing is now performed directly in the framebuffer instead of using the game screen buffer * specialized jobs to handle inventory drawing have been deleted as they had become obsolete svn-id: r29571 | |||
2007-11-18 | Cleanup. | Nicola Mettifogo | |
svn-id: r29562 | |||
2007-10-21 | Added new debug level for inventory routines. | Nicola Mettifogo | |
svn-id: r29239 | |||
2007-10-07 | Fixed bug #1808529. One must use memmove() when copying overlapping blocks ↵ | Nicola Mettifogo | |
of memory (blush). svn-id: r29161 | |||
2007-10-06 | Fixed bug #1808620. The original Inventory::addItem routine relied on a ↵ | Nicola Mettifogo | |
trick that went undetected until r29060 actually broke it. Not all regression is bad, after all. svn-id: r29157 | |||
2007-09-25 | Changed InventoryRenderer to draw inventory over a Surface, thus removing ↵ | Nicola Mettifogo | |
useless drawing routines. svn-id: r29097 | |||
2007-09-24 | Fixed inventory regression introduced with yesterday's commit. | Nicola Mettifogo | |
svn-id: r29091 | |||
2007-09-23 | Oops. Some debug code was committed. | Nicola Mettifogo | |
svn-id: r29061 | |||
2007-09-23 | Moved most of inventory-related code inside classes Inventory and ↵ | Nicola Mettifogo | |
InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). svn-id: r29060 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-02 | Cleanup: removed unneeded references to engine (_vm). | Nicola Mettifogo | |
svn-id: r28826 | |||
2007-09-02 | Jobs are now members of the engine and are handled with a table, instead of ↵ | Nicola Mettifogo | |
being external functions. svn-id: r28824 | |||
2007-08-25 | Added an abstract base class for representing multiple-frames for ↵ | Nicola Mettifogo | |
animations. Changed user code to rely on the new interface. Cnv has been turned into an implementation of the new interface, and it is now known as a concrete class only to Disk and Font code for Nippon Safes. svn-id: r28734 | |||
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo | |
- code has been consolidated in fewer files - new table-driven parsers/execution - some functions has been pushed down the engine hierarchy - Parallaction_br now inherits from Parallaction_ns svn-id: r28711 | |||
2007-07-26 | Made screen size parameters properties of engine instead of compile-time ↵ | Nicola Mettifogo | |
constants. svn-id: r28219 | |||
2007-07-09 | Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup. | Nicola Mettifogo | |
svn-id: r27996 | |||
2007-07-08 | Changed inventory graphics update from synchronous to lazy. | Nicola Mettifogo | |
svn-id: r27975 | |||
2007-07-08 | Cleanup inventory code. | Nicola Mettifogo | |
svn-id: r27974 | |||
2007-06-18 | Mouse is now properly hidden during dialogues, and is restored after ↵ | Nicola Mettifogo | |
load/save dialog boxes are closed. Moreover, kEngineMouse constant has been renamed to better match its meaning. svn-id: r27539 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-21 | Fixed the largest memory leaks. | Nicola Mettifogo | |
svn-id: r26905 | |||
2007-05-13 | Reverted some changes to inventory handling. | Nicola Mettifogo | |
svn-id: r26838 | |||
2007-05-13 | More cleanup. | Nicola Mettifogo | |
svn-id: r26835 | |||
2007-05-13 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
2007-05-06 | Added embryonic debugger, and some adjustments to make basic commands work. | Nicola Mettifogo | |
svn-id: r26755 | |||
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo | |
- some adjustments to #include statements svn-id: r26424 | |||
2007-04-07 | cleanup | Nicola Mettifogo | |
svn-id: r26409 | |||
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo | |
- enforced use of getFramePtr instead of Cnv::_array member svn-id: r26317 | |||
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo | |
svn-id: r26216 | |||
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo | |
svn-id: r26214 | |||
2007-03-18 | Made loadObjects return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26202 | |||
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo | |
svn-id: r26189 | |||
2007-03-17 | cleanup | Nicola Mettifogo | |
svn-id: r26179 | |||
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program ↵ | Nicola Mettifogo | |
and Job. - Moved Job list management inside Parallaction (because constructors for global variables are not always invoked on some platforms) svn-id: r26164 | |||
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo | |
svn-id: r26159 | |||
2007-03-17 | gathered character related stuff into a new struct Character, and modified ↵ | Nicola Mettifogo | |
calling code accordingly svn-id: r26158 | |||
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo | |
svn-id: r26128 | |||
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo | |
svn-id: r26126 | |||
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing ↵ | Nicola Mettifogo | |
Graphics::kBit3. Some duplicated code now exists in graphics.cpp and inventory.cpp. svn-id: r26123 |