Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-05 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 1 | -1/+1 | |
Using unsigned rarely makes sense, especially when the server doesn't use it either. Other uses of unsigned should be reviewed. In all other cases, int is the fastest integer type on any architecture. Using 8 or 16 bits can basically only be a memory optimization. | |||||
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-04 | A few more pointers which weren't getting deleted. | Ira Rice | 1 | -0/+5 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -1/+0 | |
include anything not needed by that specific widget or window. This appears to have cleaned up system performance a bit on my current setup, where it went from idling on 45% in game with opengl down to 30% now. Also moved iptostring to the tostring header, as importing all of network.h is a little overkill to use that function, and it goes along with the basic functions that are in that header file anyways. TODO: find out a way to get rid of warnings when a class doesn't use this function. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-26 | Cleaned up inventory includes, as well as adding right click popup menus | Ira Rice | 1 | -2/+2 | |
to the item shortcut container. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-26 | Modified the inventory window so that weight and slots used are shown as | Ira Rice | 1 | -0/+6 | |
progress bars. Suggestion made by Forge. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Repaired item weight and slot reporting. | Ira Rice | 1 | -1/+3 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Goofed up the default inventory size that shows with inventory windows. | Ira Rice | 1 | -1/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Modified the inventory window to be more TMW translation friendly. | Ira Rice | 1 | -1/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-20 | Reflowed inventory window to use layout code, as well as fixed the npc | Ira Rice | 1 | -16/+1 | |
list dialog to be more consistant with other windows. Also revised the skill window to default to being only as big as the number of skills listed. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-20 | Added WoW style item adding to chat window. Right click, then left | David Athay | 1 | -0/+2 | |
clicking on add to chat to put the item in the chat input. Left click the item link to show a popup description, and click the link again to remove the popup. | |||||
2009-01-16 | Trimmed out some now unneeded fields in the inventory window. | Ira Rice | 1 | -6/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-08 | Compacted the inventory window layout. | Ira Rice | 1 | -2/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-11-13 | Added a slot display so that players can track how much space they've used. | Ira Rice | 1 | -0/+2 | |
2008-11-01 | Modified inventory window code to take advantage of the text wrapping | Ira Rice | 1 | -4/+16 | |
code. | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -1/+4 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........ | |||||
2008-04-28 | Properly fix problems with ItemContainer in InventoryWindow not resizing | Bjørn Lindeijer | 1 | -4/+3 | |
properly since upgrade to Guichan 0.8.0. | |||||
2008-04-27 | Switch to use our extended ScrollArea and use adjusted width to proper ↵ | Dennis Friis | 1 | -1/+2 | |
calculate the grid for itemcontainer. | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -9/+6 | |
gcn::TabbedArea usage) | |||||
2007-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -10/+9 | |
window resize and move events. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -3/+3 | |
2006-09-03 | Fixed updating of labels in buy and sell dialogs. Also made our listbox respond | Bjørn Lindeijer | 1 | -2/+2 | |
to mouse dragging to change the selection. | |||||
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -5/+11 | |
(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-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -1/+1 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -8/+8 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -5/+0 | |
updated in the item amount box when the buttons are used. | |||||
2005-09-30 | Made the inventory Win behave normally when resized by default size functions. | Yohann Ferreira | 1 | -2/+8 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -1/+2 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
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-26 | Added effect description to buy/see/inventory, made some improvements and ↵ | Yohann Ferreira | 1 | -0/+1 | |
bugfixes, too. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+5 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -0/+79 | |