summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-543/+0
2012-01-10player_node -> local_playerYohann Ferreira1-3/+3
2012-01-06Made announcements spreading over all whispers and channelsErik Schilling1-0/+20
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-11/+11
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-5/+5
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-6/+6
2010-12-28Revert "Remove the AFK response system"Yohann Ferreira1-0/+1
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-6/+6
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-5/+5
2010-10-04Remove the AFK response systemChuck Miller1-1/+0
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-162/+16
2010-08-29Move handling of autocomplete and input history into TextFieldJared Adams1-162/+16
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-1/+3
2010-08-02Convert most of the remaining chat system to use the event systemChuck Miller1-0/+25
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-2/+0
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-07-19Merge branch '1.0'Yohann Ferreira1-5/+20
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller1-0/+14
2010-07-16Fix memory corruption in chat on exit.Andrei Karas1-5/+20
2010-07-08Fix whispers.Andrei Karas1-1/+1
2010-06-29Make whisper responses from tmwAthena show up in correct tabsJared Adams1-2/+6
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-7/+7
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-1/+1
2010-04-19Add afk mode for player.Andrei Karas1-0/+5
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-1/+1
2010-02-22Change chat autocompletion to be more flexibleJared Adams1-8/+2
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-14/+8
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-24Autocomplete names with quotes if the string begins with a / or @ (commands)Blue Sans Douze1-0/+3
2010-01-11Cleanup GUI classesJared Adams1-5/+5
2010-01-10Change code styleAndrei Karas1-5/+4
2010-01-08Small refactoring in chat auto completingAndrei Karas1-16/+42
2010-01-08Fix a signed/unsigned comparison in chat autocompleteJared Adams1-1/+1
2010-01-07Chat auto completingAndrei Karas1-1/+91
2009-08-24Change default for whispers in tabsJared Adams1-1/+1
2009-08-13Fix initial sizing issue with TabbedAreasJared Adams1-2/+0
2009-08-10Remove layout code from ChatWindowJared Adams1-44/+4
2009-08-10Add SpecialsWindowJared Adams1-0/+3
2009-08-07Gettext fixesKess Vargavind1-0/+1
2009-07-31Corrected indentation a bit.Bertram1-17/+19
2009-07-31patch for ticket #767Maximilian Philipps1-0/+34
2009-07-26Gettext fixesKess Vargavind1-2/+2
2009-07-23Clear some more support ifdefsJared Adams1-0/+3
2009-05-24Made some parameters const references like they should beBjørn Lindeijer1-2/+5
2009-05-24Fixed crash on whispering somebody a second time after closing the tabBjørn Lindeijer1-7/+12
2009-05-13Remove Aethyra's custom visible GM systemJared Adams1-8/+0
2009-05-12Fix switching to new tabs on /queryJared Adams1-0/+3