Age | Commit message (Expand) | Author | Files | Lines |
2009-02-15 | Removed unnecessary parenthesis at constructors | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-11 | Don't make log statements translatable | Bjørn Lindeijer | 1 | -8/+8 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-10 | Don't make log statements translatable | Bjørn Lindeijer | 1 | -7/+7 |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -2/+0 |
2009-01-28 | Added coloring of item names by type. TODO: Allow this to be | Ira Rice | 1 | -2/+2 |
2009-01-28 | Removed manual trimmings in exchange for using trim.h instead. | Ira Rice | 1 | -8/+2 |
2009-01-26 | Modified item popups to show the weight of the item as well. TODO: | Ira Rice | 1 | -3/+3 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-20 | Added the ability to parse multiple item links, as well as removing | Ira Rice | 1 | -0/+8 |
2009-01-20 | Made link searching case insensitive. | Ira Rice | 1 | -1/+8 |
2009-01-20 | Added linking to item's just using [Item Name] in chat | David Athay | 1 | -0/+32 |
2009-01-17 | Added a few XML files for "translation". Idea obtained from IchigoBlack, | Ira Rice | 1 | -1/+1 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -8/+8 |
2009-01-14 | Added linking to item's just using [Item Name] in chat | David Athay | 1 | -0/+31 |
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -2/+3 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -4/+4 |
2008-12-07 | Removed unnecessary weight check in itemdb loader | Lloyd Bryant | 1 | -3/+3 |
2008-11-25 | Miscellaneous TMW change commits. Missed these changes before because of | Ira Rice | 1 | -1/+1 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -3/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-02 | This correctly fixes the attack problem. Apparently, I didn't realize a bit a... | Ira Rice | 1 | -2/+2 |
2008-10-25 | attack range fixes, highlight monsters in range (by Chuck Miller) | Roderic Morris | 1 | -0/+2 |
2008-10-12 | Added in a new tileset, as well as some new artwork, changed the update | Ira Rice | 1 | -4/+4 |
2008-10-12 | This commit contains three things: one, after looking over how TMW was | Ira Rice | 1 | -7/+7 |
2008-10-10 | Some old uncommitted cleanup. | Bjørn Lindeijer | 1 | -2/+2 |
2008-10-01 | Fixed female sprites not showing all equipment. | Ira Rice | 1 | -1/+1 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -4/+2 |
2008-09-04 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 1 | -2/+1 |
2008-07-19 | removed unnecessary (weight) check in itemdb loader | Lloyd Bryant | 1 | -3/+3 |
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 | -2/+2 |
2008-05-21 | Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from | Philipp Sehmisch | 1 | -19/+3 |
2008-04-07 | Added XML::Document class which simplifies parsing an XML document and | Bjørn Lindeijer | 1 | -19/+3 |
2008-02-22 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -4/+4 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -4/+2 |
2008-01-19 | Fixed interpretation of weapon types in items.xml. | Philipp Sehmisch | 1 | -1/+1 |
2008-01-10 | Item types and weapon types are now identified by name instead of numbers in ... | Philipp Sehmisch | 1 | -2/+38 |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -2/+2 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -2/+2 |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -2/+2 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -2/+2 |
2007-10-22 | Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch. | Bjørn Lindeijer | 1 | -2/+0 |
2007-10-18 | Added automatic generation of description strings for item effects. | Guillaume Melquiond | 1 | -23/+39 |
2007-10-18 | Removed unused slot field. | Guillaume Melquiond | 1 | -2/+0 |
2007-10-18 | Removed player looks from generic beings. Prevented client termination on mis... | Guillaume Melquiond | 1 | -2/+2 |
2007-10-01 | Fixed inventory display with respect to empty slots. | Guillaume Melquiond | 1 | -1/+1 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -26/+100 |
2007-08-30 | Reverted equipment database and included original low-ID items in items.xml for | Bjørn Lindeijer | 1 | -2/+2 |