Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2008-11-28 | Fixed potential segfault introduced while adding extra checks to inventory | Fate | 1 | -1/+1 | |
2008-11-28 | Changed inventory container protocol to guarantee that we have no stale item ↵ | Fate | 1 | -1/+1 | |
references lying around | |||||
2008-11-22 | Inventory window now displays amount of slots used | Nikos Giagtzoglou | 1 | -3/+8 | |
Patch by Nikos, with some improvements by vargavind. | |||||
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-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -28/+48 | |
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-25 | Avoid stacking equipment other than arrows. Based on similar fix in ↵ | Dennis Friis | 1 | -1/+7 | |
inventoryhandler. | |||||
2007-12-21 | Fixed inventory size not matching the size assumed by eAthena and related | Bjørn Lindeijer | 1 | -0/+7 | |
memory corruption and increased default chat log length. | |||||
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -1/+1 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2006-03-08 | Made Inventory use STL algorithms and fixed getLastUsedSlot semantics. | Björn Steinbrink | 1 | -22/+18 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -20/+20 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -43/+1 | |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -11/+11 | |
2005-10-06 | Transition to SDL integer types. Some int vs. long issues fixed. Return NULL ↵ | Björn Steinbrink | 1 | -0/+5 | |
when requesting an invalid inventory item. | |||||
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -5/+0 | |
2005-09-19 | Removed useless flush() calls. | Eugenio Favalli | 1 | -4/+0 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -11/+18 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -19/+19 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -0/+21 | |
2005-08-01 | Added code to dynamically adjust the itemcontainer size. | Björn Steinbrink | 1 | -0/+13 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -0/+134 | |