Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-23 | Fix compilation warnings and fix issue introduced in last commits. | Andrei Karas | 3 | -4/+4 | |
2014-07-23 | Remove unused function changeMode from localplayer. | Andrei Karas | 2 | -41/+0 | |
2014-07-23 | Move pseudo away variable into settings. | Andrei Karas | 3 | -9/+6 | |
2014-07-23 | move "change camera mode" option into gamemodifiers. | Andrei Karas | 12 | -50/+43 | |
2014-07-23 | move "change away type" option into gamemodifiers. | Andrei Karas | 13 | -81/+103 | |
2014-07-22 | Move "map draw type" variable into settings. | Andrei Karas | 5 | -18/+17 | |
2014-07-22 | move "change map draw type" option into gamemodifiers. | Andrei Karas | 6 | -32/+34 | |
2014-07-22 | Rename debugPath into mapDrawType. | Andrei Karas | 1 | -4/+4 | |
2014-07-22 | Fix yellow bar first time drawing. | Andrei Karas | 2 | -1/+2 | |
It was broken in previous commits. | |||||
2014-07-22 | move "change game modifiers" option into gamemodifiers. | Andrei Karas | 9 | -47/+45 | |
2014-07-22 | Remove unsued macro callYellowBar | Andrei Karas | 1 | -19/+10 | |
And rename callYellowBar2 into callYellowBar | |||||
2014-07-22 | move "change imitation mode" option into gamemodifiers. | Andrei Karas | 8 | -37/+36 | |
2014-07-21 | move "change pvp attack type" option into gamemodifiers. | Andrei Karas | 8 | -43/+40 | |
2014-07-21 | move "change attack type" option into gamemodifiers. | Andrei Karas | 10 | -48/+45 | |
2014-07-21 | move "change pickup type" option into gamemodifiers. | Andrei Karas | 8 | -51/+49 | |
2014-07-21 | move "change drop counter" option into gamemodifiers. | Andrei Karas | 10 | -53/+53 | |
2014-07-21 | move "change attack type" option into gamemodifiers. | Andrei Karas | 9 | -48/+46 | |
2014-07-21 | move "change attack weapon type" option into gamemodifiers. | Andrei Karas | 8 | -44/+42 | |
2014-07-21 | move "change follow mode" option into gamemodifiers. | Andrei Karas | 8 | -43/+41 | |
2014-07-21 | move "change move to target type" option into gamemodifiers. | Andrei Karas | 9 | -70/+64 | |
2014-07-21 | move "change crazy move" option into gamemodifiers. | Andrei Karas | 8 | -46/+50 | |
2014-07-21 | move "change move" option into gamemodifiers. | Andrei Karas | 8 | -62/+84 | |
2014-07-20 | Create gamemodifiers object at game init and destroy at game termination. | Andrei Karas | 1 | -0/+3 | |
2014-07-20 | In localplayer rename methods moveType into changeMoveType. | Andrei Karas | 3 | -3/+3 | |
2014-07-20 | In localplayer rename InvertDirection into MoveType. | Andrei Karas | 5 | -26/+26 | |
2014-07-20 | Add class for gamemodifiers. | Andrei Karas | 4 | -0/+127 | |
For now almost empty. | |||||
2014-07-20 | Move debugMsg from localplayer into chattab. | Andrei Karas | 3 | -8/+4 | |
2014-07-20 | Add ability to switch yellow bar parameters back. | Andrei Karas | 1 | -2/+4 | |
New key combination: stop attack key (left shift) + change yellow bar key | |||||
2014-07-20 | Simplify yellow bars action. | Andrei Karas | 1 | -66/+27 | |
2014-07-20 | Yellow bar action methods add support for back and forward switch. | Andrei Karas | 3 | -49/+62 | |
For now unused. | |||||
2014-07-19 | update translations. | Andrei Karas | 16 | -2746/+3122 | |
2014-07-19 | In ipc replace some other SDL_net calls into TcpNet. | Andrei Karas | 1 | -2/+2 | |
2014-07-19 | Add missing files into cmake. | Andrei Karas | 1 | -0/+2 | |
2014-07-19 | Remove unused include from ipc. | Andrei Karas | 1 | -2/+0 | |
2014-07-19 | Reorder variables in ipc. | Andrei Karas | 2 | -5/+5 | |
2014-07-19 | In ipc add copy protection. | Andrei Karas | 1 | -0/+2 | |
2014-07-19 | Fix memory leak in ipc on client exit. | Andrei Karas | 2 | -4/+16 | |
2014-07-19 | In ipc code replace SLD_net into tcpnet. | Andrei Karas | 2 | -23/+24 | |
2014-07-19 | Add some new functions into sdltcpnet. | Andrei Karas | 2 | -0/+14 | |
2014-07-19 | Fix memory leak with ipc port selection. | Andrei Karas | 2 | -3/+10 | |
2014-07-19 | Fix possible infinite loop in ipc code. | Andrei Karas | 1 | -5/+5 | |
2014-07-19 | Remove from ipc code try/catch and add missing check. | Andrei Karas | 1 | -42/+34 | |
2014-07-19 | Fix different style issues in ipc code. | Andrei Karas | 3 | -40/+44 | |
2014-07-19 | fix warnings from mplint | Vincent Petithory | 2 | -1/+3 | |
2014-07-19 | IPC: remove message typesr; forward raw string to chatInput | Vincent Petithory | 1 | -38/+9 | |
2014-07-19 | IPC: fix copyright | Vincent Petithory | 4 | -2/+4 | |
2014-07-19 | Add IPC: | Vincent Petithory | 5 | -0/+290 | |
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-07-19 | Fix default textureSize config option. | Andrei Karas | 3 | -3/+3 | |
2014-07-19 | Add missing include in glxhelper.v1.4.7.19 | Andrei Karas | 1 | -0/+1 | |
2014-07-19 | Change version to 1.4.7.19. | Andrei Karas | 8 | -8/+26 | |