summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-04-10I guess I messed this up a bit.Bjørn Lindeijer1-1/+1
2008-04-10Implemented support for whispering to other players (patch by peavey).Bjørn Lindeijer1-5/+25
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-6/+6
2008-03-09Applied some patches by peavey related to chatlog and the quit dialog.Philipp Sehmisch1-6/+14
2007-12-10Added an option to show log messages in the chat console.Philipp Sehmisch1-0/+3
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-2/+3
2007-10-26Removed some completely useless code from the chat class.Philipp Sehmisch1-6/+0
2007-10-26Added possibility of length limitation to browserbox and used it for the chat...Philipp Sehmisch1-0/+2
2007-09-11Fixed admin commands.Eugenio Favalli1-2/+3
2007-08-24Added trimming of name for new character creation and of chat messagesBjørn Lindeijer1-1/+1
2007-08-22Added trimming of chat messages.Bjørn Lindeijer1-2/+7
2007-06-02Changed color of chat messages in OpenGL mode from orange to black.Bjørn Lindeijer1-2/+2
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-7/+8
2006-08-24Added support for sticky windows as discussed with doener. Patch by AHarrisonEugenio Favalli1-1/+1
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-14/+13
2006-08-07A bunch of cleanups.Björn Steinbrink1-46/+35
2006-03-18Use the window container instead of the graphics class to calculate window po...Björn Steinbrink1-4/+2
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-7/+5
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-49/+49
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink1-13/+13
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-6/+7
2006-01-03Enabled some /commands.Eugenio Favalli1-12/+42
2006-01-03Really disabled /commands and added proper message when logging in and banned.Eugenio Favalli1-18/+12
2005-12-30Applied pcloud's patch that enhances chat window functionality while hidden.Bjørn Lindeijer1-21/+62
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being upda...Björn Steinbrink1-2/+0
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-2/+0
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-2/+2
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-11/+9
2005-10-04Fixed the chat window scrolling bug.Yohann Ferreira1-2/+12
2005-09-30Fixed paths for windows usersMatthias Hartmann1-1/+1
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira1-1/+5
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira1-1/+1
2005-09-28Added window internal name to every window. Useful to later get and save X, Y...Yohann Ferreira1-0/+1
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-2/+4
2005-09-21Show time of the messages in the chat window.Andrej Sinicyn1-1/+17
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-2/+0
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-9/+11
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-5/+5
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+1
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ...Björn Steinbrink1-3/+3
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+5
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-7/+1
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+3
2005-07-03Fix bug in showing links and user defined colors in chat boxJosé Ávila1-0/+1
2005-06-30Improved buddylist, added talkMateusz Kaduk1-0/+6
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila1-96/+74
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer1-68/+6
2005-05-18Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0.Bjørn Lindeijer1-1/+0
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-3/+3
2005-05-01Chat input now hides when not focussed, and doesn't allow player be controlledBjørn Lindeijer1-2/+6