Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-25 | Move chat command /me into actions. | Andrei Karas | 1 | -6/+0 | |
2014-08-25 | Move chat command /party into actions. | Andrei Karas | 1 | -17/+0 | |
2014-08-25 | Move chat command /createguild into actions. | Andrei Karas | 1 | -17/+0 | |
2014-08-25 | Move chat command /createparty into actions. | Andrei Karas | 1 | -17/+0 | |
2014-08-25 | Move chat command /cleanfonts into actions. | Andrei Karas | 1 | -12/+0 | |
2014-08-25 | Move chat command /cleangraphics into actions. | Andrei Karas | 1 | -12/+0 | |
2014-08-24 | Move chat command /erase into actions. | Andrei Karas | 1 | -44/+0 | |
2014-08-24 | Move chat command /enemy into actions. | Andrei Karas | 1 | -7/+0 | |
2014-08-24 | Move chat command /blacklist into actions. | Andrei Karas | 1 | -7/+0 | |
2014-08-24 | Move chat command /neutral into actions. | Andrei Karas | 1 | -7/+0 | |
2014-08-24 | Move chat command /disregard into actions. | Andrei Karas | 1 | -7/+0 | |
2014-08-24 | Move chat command /friend into actions. | Andrei Karas | 1 | -7/+0 | |
2014-08-24 | Move chat command /unignore into actions. | Andrei Karas | 1 | -45/+0 | |
2014-08-23 | Move chat command /ignore into actions. | Andrei Karas | 1 | -6/+0 | |
2014-08-23 | Move chat command /clear into actions. | Andrei Karas | 1 | -10/+0 | |
2014-08-23 | Move chat command /query into actions. | Andrei Karas | 1 | -21/+0 | |
2014-08-23 | Move chat command /whisper into actions. | Andrei Karas | 1 | -54/+0 | |
2014-08-23 | Move chat command /who into actions. | Andrei Karas | 1 | -6/+0 | |
2014-08-23 | Move chat command /where into actions. | Andrei Karas | 1 | -10/+0 | |
2014-08-23 | Move chat command /ipctoggle into actions. | Andrei Karas | 1 | -26/+0 | |
2014-08-23 | Move chat command /announce into actions. | Andrei Karas | 1 | -7/+0 | |
2014-08-23 | Move chat command /help into actions. | Andrei Karas | 1 | -33/+0 | |
2014-08-23 | Move chat command /ignoreallwhispers into actions. | Andrei Karas | 1 | -11/+0 | |
2014-08-23 | Move chat command /closeall into actions. | Andrei Karas | 1 | -12/+0 | |
2014-08-22 | Use same function prototypes for action and command handlers. | Andrei Karas | 1 | -238/+379 | |
2014-08-18 | Add parameter for button name in okdialog. | Andrei Karas | 1 | -1/+4 | |
2014-08-18 | Remove default values from okdialog constructor. | Andrei Karas | 1 | -2/+2 | |
2014-08-14 | In no chat window present, show dialog message about uploaded file. | Andrei Karas | 1 | -8/+15 | |
2014-08-05 | Remove function moveTo from LocalPlayer. | Andrei Karas | 1 | -1/+1 | |
2014-08-01 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-07-31 | Add to debugSpawn mass spawn function. | Andrei Karas | 1 | -1/+10 | |
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 | -0/+5 | |
New chat command: /debugSpawn | |||||
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -54/+54 | |
2014-07-27 | Remove some evol server checks. | Andrei Karas | 1 | -1/+1 | |
2014-07-25 | Use all methods in gamemodifiers as static. | Andrei Karas | 1 | -2/+1 | |
2014-07-21 | move "change drop counter" option into gamemodifiers. | Andrei Karas | 1 | -2/+3 | |
2014-07-19 | Fix different style issues in ipc code. | Andrei Karas | 1 | -1/+6 | |
2014-07-19 | Add IPC: | Vincent Petithory | 1 | -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-24 | Add new action for select closest monster without filters and sorting. | Andrei Karas | 1 | -3/+3 | |
By default unassigned. | |||||
2014-06-02 | move uploadcharinfo into separate file. | Andrei Karas | 1 | -17/+1 | |
2014-05-30 | Move main window related code into windowmanager. | Andrei Karas | 1 | -11/+11 | |
2014-05-29 | Move many variables from client into settings. | Andrei Karas | 1 | -5/+6 | |
2014-05-21 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2014-05-20 | Move downloadstatus into separate file. | Andrei Karas | 1 | -3/+3 | |
2014-05-18 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2014-05-16 | Move chatmsgtype into separate file. | Andrei Karas | 1 | -19/+22 | |
2014-05-15 | Move chat tab types into separate file. | Andrei Karas | 1 | -10/+10 | |
2014-05-14 | Move chat tab consts into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-05-13 | Move actor type into separate file. | Andrei Karas | 1 | -7/+7 | |
2014-05-06 | Validate xml downloads, and if failed, use another mirror. | Andrei Karas | 1 | -1/+1 | |