summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-8/+18
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-6/+12
2009-03-23Make some getters constJared Adams1-2/+2
2009-03-23Merge eA's command handling into CommandHandlerJared Adams1-42/+10
2009-03-22Move handling of eA skill messages to SkillHandlerJared Adams1-55/+0
2009-03-22Fix chat under eAthenaJared Adams1-12/+13
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-33/+135
2009-03-15Overrode the reset window function in the chat window to also reset theIra Rice1-0/+6
2009-03-14Exposed a few more windows to the reset button on the setup window.Ira Rice1-6/+6
2009-02-28Allow chatting while talking to NPCsJared Adams1-1/+4
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-06Sanitized item links so that at no point is the internal representationIra Rice1-1/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-3/+0
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-21Reflowed chat window to use layout code.Ira Rice1-5/+0
2009-01-20Added WoW style item adding to chat window. Right click, then leftDavid Athay1-1/+6
2009-01-17Cleaned up chat code a bit.Ira Rice1-2/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-136/+129
2009-01-14Added linking to item's just using [Item Name] in chatDavid Athay1-1/+1
2009-01-13Added WoW style item adding to chat window. Right Ctrl and Left click to put ...David Athay1-0/+7
2008-12-17Code reformattingBjørn Lindeijer1-19/+12
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-01Merged revisions 4207-4209,4221-4222 via svnmerge from Bjørn Lindeijer1-1/+1
2008-07-18Import of client treeLloyd Bryant1-125/+145
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris1-1/+1
2008-07-04Ugly hack for chat scrolling.David Athay1-5/+7
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris1-29/+22
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris1-69/+2
2008-05-08Allow page up and page down to scroll the chat window, based on patch by fate.Dennis Friis1-4/+15
2008-05-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer1-3/+7
2008-04-29* Fixed issue with determining whether chat input is focused (method no longerBjørn Lindeijer1-1/+1
2008-04-20Merged two maps into one, avoid non-const operator[] and check whether channelBjørn Lindeijer1-6/+24
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay1-14/+12
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay1-4/+10
2008-04-14Changed prefix of received whisper messages from "says:" to "whispers:"Philipp Sehmisch1-1/+1
2008-04-10Implemented support for whispering to other players (patch by peavey).Bjørn Lindeijer1-0/+2
2008-03-09Applied some patches by peavey related to chatlog and the quit dialog.Philipp Sehmisch1-0/+2
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer1-1/+2
2008-02-12Merged revisions 3687-3688,3690 via svnmerge from Bjørn Lindeijer1-4/+1
2007-12-10Added an option to show log messages in the chat console.Philipp Sehmisch1-0/+2
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-1/+1
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-1/+1
2007-10-26Removed some completely useless code from the chat class.Philipp Sehmisch1-5/+0
2007-08-27Added "/admin" chat command for sending raw messages to the game server.Guillaume Melquiond1-26/+15
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-7/+47
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-4/+7