summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Fixed chat transparency and icon loading.David Athay1-0/+1
2008-11-01Merged revisions 4207-4209,4221-4222 via svnmerge from Bjørn Lindeijer1-1/+1
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris1-1/+1
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-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer1-9/+8
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-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-13/+13
2008-04-01Made it possible to move the chat windowDavid Athay1-2/+2
2008-04-01Fixed up chat and guildsDavid Athay1-4/+12
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-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-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-08-27Added "/admin" chat command for sending raw messages to the game server.Guillaume Melquiond1-43/+40
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-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
2006-11-02Network layer refactoring.Björn Steinbrink1-9/+8
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer1-1/+1
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer1-6/+3
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-3/+2
2006-08-26Implemented "say around" chat.Guillaume Melquiond1-5/+4
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer1-46/+35
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-14/+13
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-8/+8
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