summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas13-81/+103
2014-07-22Move "map draw type" variable into settings.Andrei Karas5-18/+17
2014-07-22move "change map draw type" option into gamemodifiers.Andrei Karas6-32/+34
2014-07-22Rename debugPath into mapDrawType.Andrei Karas1-4/+4
2014-07-22Fix yellow bar first time drawing.Andrei Karas2-1/+2
2014-07-22move "change game modifiers" option into gamemodifiers.Andrei Karas9-47/+45
2014-07-22Remove unsued macro callYellowBarAndrei Karas1-19/+10
2014-07-22move "change imitation mode" option into gamemodifiers.Andrei Karas8-37/+36
2014-07-21move "change pvp attack type" option into gamemodifiers.Andrei Karas8-43/+40
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas10-48/+45
2014-07-21move "change pickup type" option into gamemodifiers.Andrei Karas8-51/+49
2014-07-21move "change drop counter" option into gamemodifiers.Andrei Karas10-53/+53
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas9-48/+46
2014-07-21move "change attack weapon type" option into gamemodifiers.Andrei Karas8-44/+42
2014-07-21move "change follow mode" option into gamemodifiers.Andrei Karas8-43/+41
2014-07-21move "change move to target type" option into gamemodifiers.Andrei Karas9-70/+64
2014-07-21move "change crazy move" option into gamemodifiers.Andrei Karas8-46/+50
2014-07-21move "change move" option into gamemodifiers.Andrei Karas8-62/+84
2014-07-20Create gamemodifiers object at game init and destroy at game termination.Andrei Karas1-0/+3
2014-07-20In localplayer rename methods moveType into changeMoveType.Andrei Karas3-3/+3
2014-07-20In localplayer rename InvertDirection into MoveType.Andrei Karas5-26/+26
2014-07-20Add class for gamemodifiers.Andrei Karas4-0/+127
2014-07-20Move debugMsg from localplayer into chattab.Andrei Karas3-8/+4
2014-07-20Add ability to switch yellow bar parameters back.Andrei Karas1-2/+4
2014-07-20Simplify yellow bars action.Andrei Karas1-66/+27
2014-07-20Yellow bar action methods add support for back and forward switch.Andrei Karas3-49/+62
2014-07-19In ipc replace some other SDL_net calls into TcpNet.Andrei Karas1-2/+2
2014-07-19Add missing files into cmake.Andrei Karas1-0/+2
2014-07-19Remove unused include from ipc.Andrei Karas1-2/+0
2014-07-19Reorder variables in ipc.Andrei Karas2-5/+5
2014-07-19In ipc add copy protection.Andrei Karas1-0/+2
2014-07-19Fix memory leak in ipc on client exit.Andrei Karas2-4/+16
2014-07-19In ipc code replace SLD_net into tcpnet.Andrei Karas2-23/+24
2014-07-19Add some new functions into sdltcpnet.Andrei Karas2-0/+14
2014-07-19Fix memory leak with ipc port selection.Andrei Karas2-3/+10
2014-07-19Fix possible infinite loop in ipc code.Andrei Karas1-5/+5
2014-07-19Remove from ipc code try/catch and add missing check.Andrei Karas1-42/+34
2014-07-19Fix different style issues in ipc code.Andrei Karas3-40/+44
2014-07-19fix warnings from mplintVincent Petithory2-1/+3
2014-07-19IPC: remove message typesr; forward raw string to chatInputVincent Petithory1-38/+9
2014-07-19IPC: fix copyrightVincent Petithory2-2/+2
2014-07-19Add IPC:Vincent Petithory5-0/+290
2014-07-19Fix default textureSize config option.Andrei Karas3-3/+3
2014-07-19Add missing include in glxhelper.v1.4.7.19Andrei Karas1-0/+1
2014-07-19Change version to 1.4.7.19.Andrei Karas1-2/+2
2014-07-18Fix code style.Andrei Karas12-17/+35
2014-07-18Fix first time OpenGL renderer detection with SDL2.Andrei Karas1-0/+1
2014-07-18Move renderer method createGLContext from protected into public.Andrei Karas2-5/+6
2014-07-18Fix best renderer detection at first start.Andrei Karas1-1/+1
2014-07-18Fix compilation with SDL2 after latest commits.Andrei Karas1-1/+3