index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
chat.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-10
Fix some mem leaks
Jared Adams
1
-0
/
+2
2009-03-10
Fix typo in item link parsing
Jared Adams
1
-13
/
+18
2009-03-10
Remove some tabs and trailing whitespace
Jared Adams
1
-8
/
+8
2009-03-10
Expand the scope where item links work
Kess Vargavind
1
-31
/
+31
2009-02-28
Allow chatting while talking to NPCs
Jared Adams
1
-1
/
+6
2009-02-18
Introduced a toLower method and grouped string utils
Bjørn Lindeijer
1
-18
/
+5
2009-02-17
Merge branch 'aethyra/master'
Bjørn Lindeijer
1
-1
/
+21
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-15
Don't make window name translatable
Bjørn Lindeijer
1
-1
/
+1
2009-02-15
Removed unnecessary parenthesis at constructors
Bjørn Lindeijer
1
-1
/
+1
2009-02-15
Add configurable units system
Jared Adams
1
-1
/
+1
2009-02-12
Describe the /me command in chat help
Kess Vargavind
1
-13
/
+23
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-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-10
Use string::empty() instead of comparing to ""
Bjørn Lindeijer
1
-9
/
+9
2009-02-09
Mostly whitespace fixes
Bjørn Lindeijer
1
-17
/
+17
2009-02-09
Merged with Aethyra master as of 2009-02-09
Bjørn Lindeijer
1
-49
/
+43
2009-02-09
Mostly whitespace fixes
Bjørn Lindeijer
1
-18
/
+18
2009-02-09
Merged with Aethyra master as of 2009-01-27
Bjørn Lindeijer
1
-95
/
+438
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-24
Tweak margins and set minimum size for chat window
Bjørn Lindeijer
1
-2
/
+5
2009-01-24
Reflowed chat window to use layout code.
Ira Rice
1
-17
/
+7
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
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
[next]