summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type AllowSort.Andrei Karas1-2/+2
2015-05-01Add string function for parse string into two strings.Andrei Karas2-0/+20
2015-04-30Fix compilation on not x86/amd64 arches.Andrei Karas1-1/+4
2015-04-27Add into mail message field with date in string format.Andrei Karas2-0/+13
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas9-8/+11
2015-03-16remove useless includes from unit tests.Andrei Karas1-3/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas7-18/+2
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