Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-25 | Move chat command /emote into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /outfit into actions. | Andrei Karas | 1 | -5/+1 | |
2014-08-25 | Move chat command /atkhuman into actions. | Andrei Karas | 1 | -3/+1 | |
2014-08-25 | Move chat command /target into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /move into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /all into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Remove /quit chat command. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /present into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /toggle into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /me into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /party into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /createguild into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /createparty into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /cleanfonts into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-25 | Move chat command /cleangraphics into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-24 | Move chat command /erase into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-24 | Move chat command /enemy into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-24 | Move chat command /blacklist into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-24 | Move chat command /neutral into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-24 | Move chat command /disregard into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-24 | Move chat command /friend into actions. | Andrei Karas | 1 | -6/+1 | |
2014-08-24 | Move chat command /unignore into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /ignore into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /clear into actions. | Andrei Karas | 1 | -3/+0 | |
2014-08-23 | Move chat command /query into actions. | Andrei Karas | 1 | -8/+1 | |
2014-08-23 | Move chat command /whisper into actions. | Andrei Karas | 1 | -6/+1 | |
2014-08-23 | Move chat command /who into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /where into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /ipctoggle into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /announce into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /help into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /ignoreallwhispers into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move chat command /closeall into actions. | Andrei Karas | 1 | -4/+1 | |
2014-08-23 | Move mapped chat commands into actions. | Andrei Karas | 1 | -17/+1 | |
2014-08-22 | Use same function prototypes for action and command handlers. | Andrei Karas | 1 | -4/+4 | |
2014-08-21 | Add chat commands to switch to previous or next chat tab. | Andrei Karas | 1 | -1/+5 | |
New chat commands: nextTab - switch to next chat tab. prevTab - switch to previous chat tab. | |||||
2014-07-31 | Add to debugSpawn mass spawn function. | Andrei Karas | 1 | -1/+1 | |
Now debuSpawn accept parameter with side size of rectangle with spawned clones. | |||||
2014-07-30 | Add chat command for spawn debug local player copy. | Andrei Karas | 1 | -1/+4 | |
New chat command: /debugSpawn | |||||
2014-07-19 | Add IPC: | Vincent Petithory | 1 | -0/+3 | |
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-02 | Add missing final/notfinal to classes. | Andrei Karas | 1 | -1/+1 | |
2014-05-19 | Fix compilation with some configure options. | Andrei Karas | 1 | -0/+2 | |
2014-05-19 | fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -6/+7 | |
2014-04-19 | Fix compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2014-03-18 | Add /gm chat command. | Andrei Karas | 1 | -0/+3 | |
It send message to all online gms. | |||||
2014-01-26 | add chat command for uploading server config.xml | Andrei Karas | 1 | -0/+3 | |
New chat command: /uploadserverconfig | |||||
2014-01-26 | add chat command for uploading log file. | Andrei Karas | 1 | -0/+3 | |
New chat command: /uploadlog | |||||
2014-01-26 | add chat command for uploading main config.xml | Andrei Karas | 1 | -0/+3 | |
New chat command: /uploadconfig | |||||
2014-01-22 | add dumpmods chat command for show enabled mods. | Andrei Karas | 1 | -0/+3 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |