summaryrefslogtreecommitdiff
path: root/src/net/ea/adminhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas1-2/+0
2017-05-01Remove ServerFeatures haveSlide because it depend only on server type.Andrei Karas1-15/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-25Add chat command /alive. Also add it to player context menu.Andrei Karas1-5/+0
2016-02-25Replace direct gm commands to gm command functions.Andrei Karas1-13/+11
2016-02-24Add chat command /spawn. Also add it to monster context menu.Andrei Karas1-0/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-11-16Add slide function in adminhandler.Andrei Karas1-0/+16
2015-08-29Fix code style.Andrei Karas1-6/+0
2015-08-23Move receive code from adminhandler into separate file.Andrei Karas1-8/+0
2015-08-17Dont use item palettes in createitems command.Andrei Karas1-11/+3
2015-08-16Add strong typed int for item color.Andrei Karas1-2/+3
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-12Add missing packet field comments.Andrei Karas1-1/+1
2014-10-23In adminhandler add function processKickAck.Andrei Karas1-0/+13
2014-09-26Fix code style.Andrei Karas1-1/+2
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-7/+7
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-1/+2
2014-09-11Move mute from ea namespace into eathena and tmwa.Andrei Karas1-6/+0
2014-09-11Move recallName from ea namespace into eathena and tmwa.Andrei Karas1-5/+0
2014-09-11Move gotoName from ea namespace into eathena and tmwa.Andrei Karas1-5/+0
2014-09-09Move AdminHandler::warp from ea namespace into eathena and tmwa.Andrei Karas1-8/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-18add const to net classes.Andrei Karas1-1/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-0/+1
2013-07-11Remove low level gm actions from popup to net code.Andrei Karas1-0/+20
2013-07-11Add chat command for gms for creating items.Andrei Karas1-0/+16
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-03-26add missing const to adminhandler.Andrei Karas1-7/+7
2013-03-25improve adminhandler class.Andrei Karas1-6/+6
2013-03-22clean default channel names.Andrei Karas1-1/+0
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-1/+2
2013-03-21Send channel name to net code layer.Andrei Karas1-4/+6
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-01-29Fix possible hiding methods issues.Andrei Karas1-3/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-08-15Add warp menu item for gms in navigation items.Andrei Karas1-0/+6
2011-07-07Remove undescore from variables and defines.Andrei Karas1-4/+4
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-0/+64