Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-03 | PARALLACTION: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | PARALLACTION: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-09-30 | Simplified inventory handling (too much information hiding will kill you). | Nicola Mettifogo | |
svn-id: r44485 | |||
2009-09-30 | Provide only the data that is strictly needed when creating a new Inventory. | Nicola Mettifogo | |
svn-id: r44475 | |||
2009-03-31 | Added basic multiple inventory support. This will be used for the GIVE and ↵ | Nicola Mettifogo | |
SWAP commands. svn-id: r39773 | |||
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-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson | |
svn-id: r30315 | |||
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-09-25 | Changed InventoryRenderer to draw inventory over a Surface, thus removing ↵ | Nicola Mettifogo | |
useless drawing routines. svn-id: r29097 | |||
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-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-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-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 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
2007-02-17 | fixed regression bug caused by ZoneTypeData being declared as a struct ↵ | Nicola Mettifogo | |
instead of an union. Should have taken care of this when the switch was actually made... svn-id: r25652 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 |