summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-10player_node -> local_playerYohann Ferreira1-7/+7
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-2/+2
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-1/+15
2011-02-16Fixing query command handlingStefan Dombrowski1-1/+15
2010-12-28Revert "Remove the AFK response system"Yohann Ferreira1-0/+20
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-1/+36
2010-10-11Implementing show IP for game mastersStefan Dombrowski1-0/+34
2010-10-04Remove the AFK response systemChuck Miller1-20/+0
2010-08-04Remove some unused headers and fix some chat eventsJared Adams1-2/+0
2010-06-29Make whisper responses from tmwAthena show up in correct tabsJared Adams1-1/+1
2010-04-23Add documentation for the /away command.Bertram1-5/+21
2010-04-19Add afk mode for player.Andrei Karas1-0/+9
2010-04-12Add support for map-server switching under eAthenaJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Move party creation command from eA's PartyTab to CommandHandlerJared Adams1-0/+22
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-2/+3
2009-09-30Merge login state machines for both clientsJared Adams1-1/+1
2009-08-07Gettext fixesKess Vargavind1-1/+1
2009-07-25Minor spelling fixKess Vargavind1-1/+1
2009-05-28Add /ignore and /unignore commandsJared Adams1-0/+68
2009-05-24Made some parameters const references like they should beBjørn Lindeijer1-1/+2
2009-05-23Fixed a few strings for better translationKess Vargavind1-4/+4
2009-05-17Fix offset error on where command. Both mPx/mPy and mPos vector have the extr...Dennis Friis1-3/+3
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-1/+2
2009-05-08Makes /where return the same as the @where command.Chuck Miller1-1/+2
2009-05-08Add a ", " between the coords returned by /where, to make it readibleChuck Miller1-1/+1
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-05-02fixed so /where will show the correct correct coordsChuck Miller1-2/+2
2009-05-02Fixed compile error on TMWServ buildsChuck Miller1-1/+3
2009-05-02Fix the /where command to include coordinates.Freeyorp1-2/+3
2009-04-23Added listing all online usersDavid Athay1-2/+2
2009-04-22Some string fixesKess Vargavind1-3/+3
2009-04-19Make /query switch to the new tabJared Adams1-1/+1
2009-04-19Flesh out eAtehan party handlingJared Adams1-19/+29
2009-04-16Rehash CommandHandler a bit, it's now fully mergedJared Adams1-141/+24
2009-04-15Rename the whisper tab creation commandsJared Adams1-10/+8
2009-04-15Make whisper tabs optionalJared Adams1-1/+24
2009-04-07Implement TMWServ's PartyHandlerJared Adams1-11/+3
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-39/+13
2009-04-02Partially fixed compilation for TMWServ. src/gui/buysell.cpp still needs to b...Philipp Sehmisch1-1/+1
2009-04-01Create a few more handlers for eAthenaJared Adams1-8/+14
2009-03-31Implement a few more handlers for eAthenaJared Adams1-1/+0
2009-03-29Fix up eAthena party handling some moreJared Adams1-54/+3
2009-03-28Fix output location for CommandHandlerJared Adams1-142/+142
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-2/+2
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-1/+1
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-5/+0