Age | Commit message (Expand) | Author | Files | Lines |
2010-03-25 | Remove the type boolean from InventoryWindow | Jared Adams | 1 | -2/+6 |
2010-03-25 | Eliminate the logic methods from InventoryWindow and StorageWindow | Jared Adams | 1 | -6/+29 |
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 |
2010-01-12 | Standardize header order | Jared Adams | 1 | -2/+2 |
2009-12-07 | Fix bugs in eAthena's equipment handling | Jared Adams | 1 | -1/+0 |
2009-07-23 | Clear some more support ifdefs | Jared Adams | 1 | -9/+1 |
2009-07-21 | Fix handling of odd equipable items | Jared Adams | 1 | -0/+1 |
2009-03-27 | Moved the inventory and storage offset handling into netcode | Bjørn Lindeijer | 1 | -9/+3 |
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 1 | -2/+2 |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -7/+9 |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -5/+6 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -6/+13 |
2009-03-09 | Got rid of an ugly and unified interface breaking cancel button in favor | Ira Rice | 1 | -1/+1 |
2009-03-09 | Add an interface for eAthena's storage system | Jared Adams | 1 | -5/+6 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -22/+20 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -1/+6 |
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 |
2008-11-25 | Miscellaneous TMW change commits. Missed these changes before because of | Ira Rice | 1 | -3/+3 |
2008-11-22 | Inventory window now displays amount of slots used | Nikos Giagtzoglou | 1 | -3/+8 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to s... | Lloyd Bryant | 1 | -14/+15 |
2008-08-18 | Fixed bugs with new arrow types | Lloyd Bryant | 1 | -8/+0 |
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 | -28/+48 |
2008-04-25 | Avoid stacking equipment other than arrows. Based on similar fix in inventory... | Dennis Friis | 1 | -1/+7 |
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ... | Bjørn Lindeijer | 1 | -0/+6 |
2007-12-21 | Fixed inventory size not matching the size assumed by eAthena and related | Bjørn Lindeijer | 1 | -0/+7 |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -21/+27 |
2007-09-25 | Added some const qualifiers. | Bjørn Lindeijer | 1 | -4/+4 |
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 |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -5/+9 |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -7/+4 |
2007-01-04 | Client-side hack for picking up items. | Guillaume Melquiond | 1 | -1/+1 |
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 |
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 |