summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-08-23Move chat command /closeall into actions.Andrei Karas1-12/+0
2014-08-22Use same function prototypes for action and command handlers.Andrei Karas1-238/+379
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-1/+4
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-2/+2
2014-08-14In no chat window present, show dialog message about uploaded file.Andrei Karas1-8/+15
2014-08-05Remove function moveTo from LocalPlayer.Andrei Karas1-1/+1
2014-08-01Fix code style.Andrei Karas1-1/+0
2014-07-31Add to debugSpawn mass spawn function.Andrei Karas1-1/+10
Now debuSpawn accept parameter with side size of rectangle with spawned clones.
2014-07-30Add chat command for spawn debug local player copy.Andrei Karas1-0/+5
New chat command: /debugSpawn
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-54/+54
2014-07-27Remove some evol server checks.Andrei Karas1-1/+1
2014-07-25Use all methods in gamemodifiers as static.Andrei Karas1-2/+1
2014-07-21move "change drop counter" option into gamemodifiers.Andrei Karas1-2/+3
2014-07-19Fix different style issues in ipc code.Andrei Karas1-1/+6
2014-07-19Add IPC:Vincent Petithory1-0/+21
Manaplus now accepts connections on the 44007 port. * Uses SDL_Net/SDL_Thread. * Port can be changed with envvar IPC_PORT. * Default port is first checked then incremented until one is available. * start on demand with /ipctoggle (shuts down server socket) It has a simple text protocol: TYPE arg1 [args]... Message types: * CMD: execs a command supported by manaplus, e.g /emote * LTALK: talks in general tab * TALK: talks in current focused tab * [TODO] KEY: do as if the KEY was pressed on keyboard
2014-06-24Add new action for select closest monster without filters and sorting.Andrei Karas1-3/+3
By default unassigned.
2014-06-02move uploadcharinfo into separate file.Andrei Karas1-17/+1
2014-05-30Move main window related code into windowmanager.Andrei Karas1-11/+11
2014-05-29Move many variables from client into settings.Andrei Karas1-5/+6
2014-05-21Fix code style.Andrei Karas1-2/+2
2014-05-20Move downloadstatus into separate file.Andrei Karas1-3/+3
2014-05-18fix code style.Andrei Karas1-1/+2
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-19/+22
2014-05-15Move chat tab types into separate file.Andrei Karas1-10/+10
2014-05-14Move chat tab consts into separate file.Andrei Karas1-0/+1
2014-05-13Move actor type into separate file.Andrei Karas1-7/+7
2014-05-06Validate xml downloads, and if failed, use another mirror.Andrei Karas1-1/+1
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-04-30Fix code style in other files.Andrei Karas1-3/+6
2014-04-19Fix compilation warnings.Andrei Karas1-0/+1
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-24fix code style.Andrei Karas1-1/+1
2014-03-18Add /gm chat command.Andrei Karas1-0/+4
It send message to all online gms.
2014-02-28fix code style.Andrei Karas1-3/+3
2014-02-21Fix upload commands showing to non general tab.Andrei Karas1-4/+9
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-01-30Fix code style.Andrei Karas1-0/+2
2014-01-26add chat command for uploading server config.xmlAndrei Karas1-0/+7
New chat command: /uploadserverconfig
2014-01-26add chat command for uploading log file.Andrei Karas1-0/+7
New chat command: /uploadlog
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-2/+76
New chat command: /uploadconfig
2014-01-22add dumpmods chat command for show enabled mods.Andrei Karas1-0/+6
2014-01-12in pethandler add pet id parameter.Andrei Karas1-1/+2
2014-01-11add support for multiply pets for one player at same time.Andrei Karas1-1/+1
But one item still can have only one pet.
2014-01-08fix wrong check in commands.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-27add pet emote command.Andrei Karas1-0/+6
New chat command: /emotepet emote
2013-12-27allow to owner talk from own pet.Andrei Karas1-0/+9
New chat command: /talkpet text
2013-11-04Add option for features.xml for allow/not allow follow.Andrei Karas1-0/+3
New option: allowFollow default value is 1.
2013-11-01Move timers from client into timers file.Andrei Karas1-0/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-34/+34