Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 1 | -4/+37 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -9/+8 | |
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........ | |||||
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -5/+4 | |
on demand. Results in faster startup time and reduced memory usage. | |||||
2007-10-19 | Allowed dragging of already selected items. | Guillaume Melquiond | 1 | -21/+48 | |
2007-10-19 | Fixed key special values. Reduced amount of spurious item deselections. | Guillaume Melquiond | 1 | -26/+22 | |
2007-10-01 | Fixed inventory display with respect to empty slots. | Guillaume Melquiond | 1 | -0/+2 | |
2007-09-27 | Some formatting changes to align with the 0.0 branch. | Bjørn Lindeijer | 1 | -2/+4 | |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -0/+4 | |
2007-08-14 | itemcontainer.cpp - removed debug | Joshua Langley | 1 | -3/+0 | |
2007-08-14 | inventory - split function fix | Joshua Langley | 1 | -2/+4 | |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -91/+247 | |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -1/+1 | |
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 1 | -6/+3 | |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -4/+4 | |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -12/+23 | |
2007-01-04 | Client-side hack for picking up items. | Guillaume Melquiond | 1 | -12/+7 | |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -6/+29 | |
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL. | |||||
2006-08-17 | the item icons are now stored in different files with more descriptive names | Philipp Sehmisch | 1 | -12/+9 | |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -4/+3 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -12/+4 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -4/+12 | |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -12/+4 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -4/+2 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -26/+26 | |
2006-03-09 | Added Spriteset::get() and Spriteset::size() to hide the member vector and ↵ | Björn Steinbrink | 1 | -7/+7 | |
remove the weird mySpriteset->spriteset stuff. | |||||
2006-03-08 | Made Inventory use STL algorithms and fixed getLastUsedSlot semantics. | Björn Steinbrink | 1 | -2/+2 | |
2005-10-16 | Use the ResourceManager to get spritesets. | Björn Steinbrink | 1 | -4/+2 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -5/+5 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+2 | |
ever happen... | |||||
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics ↵ | Björn Steinbrink | 1 | -4/+2 | |
part. Removed some (now) obsolete code. Fixed compilation errors. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -3/+11 | |
2005-08-01 | Added code to dynamically adjust the itemcontainer size. | Björn Steinbrink | 1 | -3/+16 | |
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -1/+1 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -104/+39 | |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -96/+34 | |
them. Plus some cleanups. | |||||
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -4/+6 | |
2005-07-14 | Fix items being shown as eqipped in inventory although they are not | Björn Steinbrink | 1 | -0/+1 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+4 | |
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -2/+2 | |
an alpha layer. | |||||
2005-06-16 | Fixed cutting off bottom item row of inventory in some cases | Bjørn Lindeijer | 1 | -1/+19 | |
2005-06-16 | Fixed window resizing to work properly, and on all edges and corners. | Bjørn Lindeijer | 1 | -0/+6 | |
2005-06-05 | Item icons now displayed as 32x32. | Bjørn Lindeijer | 1 | -27/+48 | |
2005-05-21 | Numerous things: | Bjørn Lindeijer | 1 | -0/+3 | |
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager. | |||||
2005-05-11 | another trade update: selecting items is more logical now, name and desc. ↵ | Jan-Fabian Humann | 1 | -0/+5 | |
are being displayed | |||||
2005-05-11 | first two trade items work again (itemcontainer slots 0 and 1 seem to be ↵ | Jan-Fabian Humann | 1 | -3/+1 | |
reserved) | |||||
2005-05-10 | fixing a bug which occured when ItemManager's constructor calls logger (for ↵ | Jan-Fabian Humann | 1 | -2/+2 | |
example if items.xml is missing) | |||||
2005-05-05 | - Equipped items now listed in inventory as "Eq.". | Aaron Marks | 1 | -0/+2 | |
- Depending on whether selected inventory is equipment or item the button which was previously only labeled "Use" will be labelled either: "Use", "Equip" or "Unequip". | |||||
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-04-27 | Updated item container (fixed rendering position errors). | Aaron Marks | 1 | -4/+9 | |
Moved widgets in inventory so everything is aligned. | |||||
2005-04-21 | trying to follow Hammerbear suggestions | Eugenio Favalli | 1 | -2/+3 | |