summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-07Change version to 1.4.6.7.v1.4.6.7Andrei Karas8-8/+14
2014-06-07update translations.Andrei Karas42-59518/+60312
2014-06-07fix code style.Andrei Karas34-326/+513
2014-06-06Fix compilation with some options.Andrei Karas5-6/+8
2014-06-06Remove some duplicate code.Andrei Karas14-194/+106
2014-06-05Remove duplicate code in renderers.Andrei Karas5-45/+4
2014-06-05Remove duplicate code in actorsprite.Andrei Karas1-23/+22
2014-06-04Create empty OpenGL textures in batches.Andrei Karas11-41/+72
2014-06-04Add info in log about assigned OpenGL functions.Andrei Karas2-2/+8
2014-06-04Add shader related OpenGL functions and some other.Andrei Karas3-0/+131
2014-06-04Add buffers related OpenGL functions.Andrei Karas3-2/+21
2014-06-04Add VAO OpenGL functions.Andrei Karas3-0/+30
2014-06-03Add correct header into xml files.Andrei Karas18-16/+18
2014-06-03Fix wrong includes.Andrei Karas8-9/+9
2014-06-03Replace fastopengl into normalopengl in some functions.Andrei Karas2-24/+24
2014-06-03Add missing include in h files.Andrei Karas4-0/+17
2014-06-02Add missing final/notfinal to classes.Andrei Karas80-115/+171
2014-06-02move uploadcharinfo into separate file.Andrei Karas4-17/+44
2014-05-31Improve profiler speed.Andrei Karas4-7/+28
2014-05-31update bmake scriptAndrei Karas1-1/+2
2014-05-31Fix sign on some vars.Andrei Karas9-23/+32
2014-05-31fix debug.h position in gettexthelper.Andrei Karas1-2/+2
2014-05-31Add missing notfinal/final to classes.Andrei Karas60-84/+89
2014-05-31Move colorpair into separate file.Andrei Karas4-12/+45
2014-05-31Add notfinal define in localconsts.Andrei Karas1-0/+2
2014-05-31Move effectdescription into separate file.Andrei Karas4-17/+50
2014-05-31Move keyeventtype into separate file.Andrei Karas7-36/+102
2014-05-31Add to chat history enteerd text if was pressed up or down key.Andrei Karas2-0/+20
2014-05-31fix code style.Andrei Karas66-244/+103
2014-05-30Move main window related code into windowmanager.Andrei Karas39-413/+678
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas14-309/+386
2014-05-29Move config related functions from client into configmanager.Andrei Karas6-323/+395
2014-05-29Move gettext related methods into separate file.Andrei Karas6-79/+143
2014-05-29Move dirs related functions from client into dirs.Andrei Karas6-471/+565
2014-05-29Move some other vars from client into settings.Andrei Karas3-16/+15
2014-05-29Move options into settings.Andrei Karas6-145/+169
2014-05-29Move variables definition into each file with class definition.Andrei Karas44-56/+85
2014-05-29Move openErrorDialog into DialogsManager.Andrei Karas5-28/+39
2014-05-29Move many variables from client into settings.Andrei Karas25-236/+304
2014-05-28Move dialogs related function into separate file.Andrei Karas12-46/+115
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas22-289/+210
2014-05-28Move delay load code from resourcemanager into separate file.Andrei Karas8-58/+134
2014-05-28Disable by default rectangular textures.Andrei Karas1-1/+1
2014-05-28Add function for show/test draw primitives.Andrei Karas2-0/+43
2014-05-28In SDL2 build, prevent screenshot action if input field active.Andrei Karas1-1/+1
2014-05-27Refactor a bit video system initialisation.Andrei Karas4-46/+65
2014-05-27Rename initGraphics into intoRenderers.Andrei Karas3-8/+10
2014-05-26Fix compilation warning.Andrei Karas1-1/+0
2014-05-26Fix max texture size detection.Andrei Karas1-8/+9
2014-05-26Ignore error on news downloading.Andrei Karas1-1/+2