summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant1-538/+485
2008-09-04Added code to change text colouringDouglas Boffey1-456/+539
2008-08-22Added config option to honor stop-walking packet, added X and Y to /where, re...Lloyd Bryant1-539/+456
2008-07-18Import of client treeLloyd Bryant1-227/+531
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris1-1/+1
2008-07-08#359 patch by ScraggyDavid Athay1-7/+83
2008-07-04Ugly hack for chat scrolling.David Athay1-4/+23
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris1-105/+29
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris1-96/+0
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer1-2/+1
2008-05-15Fixed chat window scrollingDavid Athay1-0/+2
2008-05-15Added tab with image based on buttonDavid Athay1-2/+3
2008-05-09Changed the tabbedarea to be transparant as before. Changed setup David Athay1-1/+8
2008-05-08Allow page up and page down to scroll the chat window, based on patch by fate.Dennis Friis1-6/+21
2008-05-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer1-9/+8
2008-04-29* Fixed issue with determining whether chat input is focused (method no longerBjørn Lindeijer1-1/+1
2008-04-21Fixed chat window size issueDavid Athay1-2/+4
2008-04-20Merged two maps into one, avoid non-const operator[] and check whether channelBjørn Lindeijer1-25/+24
2008-04-20Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from Bjørn Lindeijer1-6/+17
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay1-25/+39
2008-04-16Removed private channelsDavid Athay1-1/+1
2008-04-16Fixed online status so that users are shown as onlineDavid Athay1-0/+7
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay1-30/+38
2008-04-14Tweaked /whisper command to allow quoting of nicks with spaces in them.Dennis Friis1-4/+15
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-13/+13
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-04-01Made it possible to move the chat windowDavid Athay1-2/+2
2008-04-01Fixed up chat and guildsDavid Athay1-4/+12
2008-03-09Applied some patches by peavey related to chatlog and the quit dialog.Philipp Sehmisch1-6/+14
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer1-0/+3
2008-02-12Merged revisions 3687-3688,3690 via svnmerge from Bjørn Lindeijer1-8/+2
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-11-14Fixed up and down arrows in chat box.Guillaume Melquiond1-5/+5
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-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-21Fixed resizing of chat window.Guillaume Melquiond1-1/+1
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-3/+7
2007-09-11Fixed admin commands.Eugenio Favalli1-2/+3
2007-08-27Added "/admin" chat command for sending raw messages to the game server.Guillaume Melquiond1-43/+40
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-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things along...Guillaume Melquiond1-3/+3
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-2/+2
2007-06-02Changed color of chat messages in OpenGL mode from orange to black.Bjørn Lindeijer1-2/+2
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-21/+164
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-7/+8