Age | Commit message (Expand) | Author | Files | Lines |
2009-03-15 | Overrode the reset window function in the chat window to also reset the | Ira Rice | 1 | -0/+6 |
2009-03-15 | Fix some mem leaks | Jared Adams | 1 | -0/+2 |
2009-03-10 | Fix some mem leaks | Jared Adams | 1 | -2/+0 |
2009-03-10 | Fix some mem leaks | Jared Adams | 1 | -0/+2 |
2009-03-10 | Extended window layout to take relative positions, as well as offsets to | Ira Rice | 1 | -1/+1 |
2009-03-10 | Fix typo in item link parsing | Jared Adams | 1 | -13/+18 |
2009-03-10 | Expand the scope where item links work | Kess Vargavind | 1 | -31/+31 |
2009-03-10 | Fixed an indentation error in the last commit. | Ira Rice | 1 | -8/+8 |
2009-03-10 | Remove some tabs and trailing whitespace | Jared Adams | 1 | -8/+8 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -18/+5 |
2009-02-16 | Moved location of trim checking, since it really should be done after | Ira Rice | 1 | -6/+3 |
2009-02-16 | Trim whitespace from the beginning and end of whispers, as well as | Ira Rice | 1 | -0/+21 |
2009-02-16 | Fixed a nasty crash that was only visible from the @help command. If the | Ira Rice | 1 | -1/+3 |
2009-02-12 | Describe the /me command in chat help | Kess Vargavind | 1 | -13/+23 |
2009-02-11 | Implemented /me | MadCamel | 1 | -0/+16 |
2009-02-11 | Fixed crash when sending a blank item link | MadCamel | 1 | -1/+1 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -9/+9 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -17/+17 |
2009-02-07 | Added a text color preview to the setup color tab. | Ira Rice | 1 | -2/+0 |
2009-02-06 | Fixed the help function so that the help commands on help commands would | Ira Rice | 1 | -1/+0 |
2009-02-06 | Sanitized item links so that at no point is the internal representation | Ira Rice | 1 | -2/+2 |
2009-02-04 | Few more unneeded headers that weren't noticed originally in the last | Ira Rice | 1 | -2/+0 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -25/+18 |
2009-01-29 | Trimmed out a few help functions from some subclasses, and moved them | Ira Rice | 1 | -4/+9 |
2009-01-29 | Don't send empty chats (long lines of empty spaces). | Ira Rice | 1 | -0/+5 |
2009-01-29 | If an item link isn't found, don't treat it as a link. | Ira Rice | 1 | -12/+8 |
2009-01-27 | Removed the fairly useless buttonbox class, as well as removing the | Ira Rice | 1 | -3/+3 |
2009-01-25 | Changed it so that " :" messages are properly recognized as being from | Ira Rice | 1 | -1/+7 |
2009-01-24 | Changed GM status updating to check whether asserting is allowed or not, | Ira Rice | 1 | -10/+6 |
2009-01-24 | Tweak margins and set minimum size for chat window | Bjørn Lindeijer | 1 | -2/+5 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-21 | Reflowed chat window to use layout code. | Ira Rice | 1 | -17/+7 |
2009-01-21 | Fixed multiple embeddings of square brackets so that it doesn't crash | Ira Rice | 1 | -0/+7 |
2009-01-20 | Added the ability to parse multiple item links, as well as removing | Ira Rice | 1 | -6/+13 |
2009-01-20 | Made link searching case insensitive. | Ira Rice | 1 | -0/+8 |
2009-01-20 | Fix bug with item links. | David Athay | 1 | -1/+1 |
2009-01-20 | Added linking to item's just using [Item Name] in chat | David Athay | 1 | -0/+21 |
2009-01-20 | Added WoW style item adding to chat window. Right click, then left | David Athay | 1 | -5/+17 |
2009-01-17 | Cleaned up chat code a bit. | Ira Rice | 1 | -132/+207 |
2009-01-09 | Added the ability to save GM assert state to the client, as requested. | Ira Rice | 1 | -0/+5 |
2009-01-09 | Added the ability to see your own name in game. | Ira Rice | 1 | -2/+10 |
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 1 | -93/+99 |
2009-01-06 | Fixed up and down arrows in chat box. | Guillaume Melquiond | 1 | -5/+9 |
2008-12-09 | Fixed two issues with the chat message parsing | Bjørn Lindeijer | 1 | -6/+17 |
2008-12-07 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -3/+4 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -22/+36 |
2008-12-06 | Minor punctuation fix, merged earlier /whisper fix/help update with separate ... | Fate | 1 | -2/+2 |
2008-12-06 | Merge branch 'master' of git@gitorious.org:tmw/eathena | Fate | 1 | -3/+6 |
2008-12-06 | Fixes to the /w command | Fate | 1 | -2/+4 |