summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-26Change version to 1.3.10.27.v1.3.10.27Andrei Karas8-8/+18
2013-10-26update translations.Andrei Karas39-69314/+74113
2013-10-25update translations.Andrei Karas17-1443/+1628
2013-10-25fix code style.Andrei Karas7-11/+22
2013-10-25fix compilation with SDL2.Andrei Karas1-2/+2
2013-10-25add missing checks.Andrei Karas2-3/+3
2013-10-25dont use void pointer type.Andrei Karas1-1/+1
2013-10-24add option to show motd message.Andrei Karas6-8/+12
2013-10-24remove unused setTargetPlane function from renderers.Andrei Karas8-28/+0
2013-10-24add final keyword to all other files.Andrei Karas12-37/+38
2013-10-24add final keyword to being files.Andrei Karas5-33/+37
2013-10-24add final keyword to resources files.Andrei Karas7-24/+33
2013-10-24add final keyword to particles files.Andrei Karas6-12/+14
2013-10-24add final keyword to render files.Andrei Karas9-220/+273
2013-10-24add final keyword to net files.Andrei Karas45-320/+342
2013-10-24add final keyword to gui files.Andrei Karas14-43/+45
2013-10-24add final keyword to windows files.Andrei Karas52-210/+212
2013-10-24add final keyword to widgets files.Andrei Karas79-313/+315
2013-10-23disable SDL2 in build script.Andrei Karas1-2/+1
2013-10-23replace some malloc/free by new/delete.Andrei Karas5-11/+10
2013-10-23Fix inttextfield on SDL2.Andrei Karas2-1/+23
2013-10-23remove unused virtual keywordAndrei Karas1-2/+2
2013-10-22fix default server configuration files on Android and SDL2.Andrei Karas1-2/+3
2013-10-22disable safe mode in Android.Andrei Karas1-20/+7
2013-10-22add context menu for items in buy/sell dialogs.Andrei Karas2-0/+17
2013-10-22Add new chat emotes.Reid Yaro1-0/+0
2013-10-22dehardcode render values.Andrei Karas3-23/+24
2013-10-21fix code style.Andrei Karas1-1/+1
2013-10-21add theming parameters for for chat window (chat.xml).Andrei Karas1-4/+17
2013-10-21add function to load separate image into button.Andrei Karas2-1/+64
2013-10-20Add emotes button in chat input line.Andrei Karas4-5/+45
2013-10-20close in chat emotes window by f1 if it already opened.Andrei Karas1-1/+6
2013-10-20Remove setMap from being constructor.Andrei Karas6-12/+7
2013-10-20Remove glPushMatrix and glPopMatrix from OpenGL renderers except safe opengl.Andrei Karas2-4/+28
2013-10-19fix code styleAndrei Karas9-18/+15
2013-10-19update translations.Andrei Karas18-9429/+9429
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas39-500/+494
2013-10-19add missing override keyword in postInit function declarations.Andrei Karas16-16/+17
2013-10-19improve function pointers usage in xml.Andrei Karas1-1/+1
2013-10-19move virtual member calls from worldselectdialog constructor into postInit.Andrei Karas3-0/+7
2013-10-19fix cast in windowmenu.Andrei Karas1-1/+1
2013-10-19improve function pointers usage in whoisonline.Andrei Karas1-2/+2
2013-10-19move virtual member calls from whoisonline constructor into postInit.Andrei Karas3-0/+7
2013-10-19improve function pointer usage in wallpaper.Andrei Karas1-1/+1
2013-10-19fix const in definition in viewport.Andrei Karas1-1/+1
2013-10-19fix casting in viewport.Andrei Karas1-2/+2
2013-10-19improve function pointers usage in updaterwindow.Andrei Karas1-3/+3
2013-10-19move virtual member calls from updaterwindow constructor into postInit.Andrei Karas3-0/+7
2013-10-19move virtual member calls from unregisterdialog constructor into postInit.Andrei Karas3-0/+7
2013-10-19fix definition in translationmanager.Andrei Karas2-2/+2