summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+2
2015-02-09Fix code style.Andrei Karas1-3/+3
2015-02-07Dont show some useless errors while loading themes.Andrei Karas3-4/+7
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas2-2/+2
2015-01-04Add stringmap typedefs.Andrei Karas1-0/+31
2015-01-01Update copyrights year.Andrei Karas64-64/+64
2014-12-28Use as separator coma char for internal pet moving packet.Andrei Karas1-1/+3
2014-12-21Fix chat commands /store and /retreive without amount.Andrei Karas1-1/+1
2014-12-19Fix code style.Andrei Karas1-1/+1
2014-12-13Improve /invtostorage chat command.Andrei Karas2-0/+12
2014-11-25Add more profiler labels.Andrei Karas3-1/+14
2014-10-28Move /me effect to chatutils.Andrei Karas2-0/+7
2014-10-25Fix code style.Andrei Karas1-0/+9
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-2/+2
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+2
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-17Remove getter for partyHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for guildHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-3/+3
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveNativeGuilds.Andrei Karas1-1/+2
2014-09-14Fix compilation warnings.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-4/+4
2014-09-09Fix compilation warnings.Andrei Karas2-3/+3
2014-09-08Improve string to int parsing.Andrei Karas2-0/+17
2014-08-28Fix code style.Andrei Karas2-2/+1
2014-08-27Move boolean_options define into separate file.Andrei Karas1-0/+30
2014-08-27Move method replaceVars into chatutils.cpp.Andrei Karas2-0/+79
2014-08-27Move chat command /dumpe into actions.Andrei Karas2-0/+124
Also move some functions into chatutils.
2014-08-25Move chat command /move into actions.Andrei Karas2-0/+18
2014-07-19Add missing include in glxhelper.v1.4.7.19Andrei Karas1-0/+1
2014-07-14Fix code style.Andrei Karas1-1/+1
2014-07-13Fix code style.Andrei Karas2-6/+6
2014-07-12Add macro for checking OpenGL function is it null or not null.Andrei Karas1-3/+4
2014-07-10In OpenGL context creation add support for compatability context.Andrei Karas6-26/+59
2014-07-05Fix code style.Andrei Karas2-8/+6
2014-07-02Fix resize in modernopengl with own context in SDL1.2 build.Andrei Karas6-2/+35
2014-07-01Fix compilation with some debug flags.Andrei Karas1-0/+2
2014-06-24Add manual OpenGL context creation.Andrei Karas6-0/+239
For SDL2 set attributes for context version. For SDL1.2 in X11 create own context. For SDL1.2 and other platforms not implimented for now. Also try fallback if need to older context versions.
2014-06-20Fix code style.Andrei Karas1-2/+2
2014-06-08Add ShaderManager and Shader class.Andrei Karas2-0/+18
2014-06-07fix code style.Andrei Karas1-5/+4
2014-06-06Fix compilation with some options.Andrei Karas1-0/+2
2014-06-03Fix wrong includes.Andrei Karas2-2/+2
2014-05-31Improve profiler speed.Andrei Karas2-4/+21
2014-05-31Fix sign on some vars.Andrei Karas1-3/+6
2014-05-31fix debug.h position in gettexthelper.Andrei Karas1-2/+2
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+3
2014-05-31fix code style.Andrei Karas6-16/+27