Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-21 | Fix some issues found by Cppcheck | Jared Adams | 1 | -1/+1 | |
2010-03-08 | Made two getters const | Thorbjørn Lindeijer | 1 | -2/+2 | |
Reviewed-by: Jared Adams | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2009-10-15 | Make sure item icons in the invy are full opacity | Jared Adams | 1 | -0/+6 | |
2009-09-14 | Fix context menu for items in the EquipmentWindow | Jared Adams | 1 | -0/+11 | |
2009-05-10 | Fixed the problem with items disappearing beneath the road | Bjørn Lindeijer | 1 | -2/+2 | |
Increased their pixel y coordinate by half a tile, to make them draw between the fringe and the beings. | |||||
2009-04-05 | Remove some more #ifdefs | Jared Adams | 1 | -9/+2 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -2/+9 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! | |||||
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-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -24/+12 | |
the function names should no longer be around. 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-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
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 | -9/+11 | |
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. ........ | |||||
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -0/+13 | |
on demand. Results in faster startup time and reduced memory usage. | |||||
2007-10-19 | Fixed invalid item ID. | Guillaume Melquiond | 1 | -1/+1 | |
2007-08-01 | Fixed update of equipment flag, so that items can be equipped properly. | Guillaume Melquiond | 1 | -2/+1 | |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -32/+1 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-11-23 | Refectored the Itemmanager class to an ItemDB namespace. | Philipp Sehmisch | 1 | -2/+2 | |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -1/+1 | |
(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. | |||||
2005-10-09 | Fixed player names overlapping other players and more cleanups. | Bjørn Lindeijer | 1 | -4/+4 | |
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -86/+99 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -0/+119 | |
them. Plus some cleanups. |