summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)AuthorFilesLines
2017-08-07Add additional attributes to missile particle in items.Andrei Karas4-22/+102
2017-08-04Add missing load / unload databases logging.Andrei Karas31-11/+73
2017-08-03Add skill option for allow/prevent adding skill to auto skills shortcuts tab.Andrei Karas2-1/+4
2017-08-03Dont draw name in skill shortcuts if icon already present.Andrei Karas1-0/+1
2017-07-29Fix wrong macro definition in servercommands.inc for "int" field.Andrei Karas1-1/+1
2017-07-20Show gm commands in popup menu based or player allowed gm commands.Andrei Karas1-7/+0
For legacy server aka tmwa, it allow all commands.
2017-07-20In popupmenu get group for local player before each menu.Andrei Karas2-0/+12
2017-07-19Prevent excluding servercommands.incAndrei Karas2-0/+3
2017-07-19Add support for loading permissions from groups.xmlAndrei Karas2-3/+123
2017-07-19Load inherit commands in groupdb from other group.Andrei Karas1-0/+34
2017-07-19Load commands for each group from groups.xmlAndrei Karas2-0/+386
2017-07-18Remove extra includes.Andrei Karas1-2/+0
2017-07-18Fix groupdb cleanup.Andrei Karas1-1/+0
2017-07-18Fix include order in groupinfo.cppAndrei Karas1-2/+2
2017-07-18Add missing file.Andrei Karas1-0/+46
2017-07-18In groupdb store pointers to groups.Andrei Karas3-10/+29
2017-07-18Add permissions and commands fields into groups.Andrei Karas1-6/+11
For now not reading it from xml or using it in any way.
2017-07-17Fix issues detected by coverity.Andrei Karas1-0/+1
2017-07-17Add missing const in animation.cppAndrei Karas1-4/+4
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas46-152/+152
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas17-23/+32
Also replace <vector> include into "utils/vector.h"
2017-07-13Allow use different badges for each group in groups.xmlAndrei Karas3-3/+20
2017-07-13Add property "showBadge" to groups.Andrei Karas3-1/+18
For default groups.xml show badges only for group id == 60.
2017-07-13Allow copy constructor in groupinfo.Andrei Karas1-1/+1
If need for some old gcc versions with enabled C++11 flags.
2017-07-13Fix unit tests after latest changes.Andrei Karas2-0/+11
2017-07-13Fix namespace comment in groupdb.hAndrei Karas1-1/+1
2017-07-12Add loading groupdb.Andrei Karas4-0/+220
For now unused.
2017-07-07Move unit tests into unittests directory.Andrei Karas8-7573/+0
2017-07-06Add missing namespace comment.Andrei Karas1-1/+1
2017-07-05Move resource dbs load/unload code into dbmanager.Andrei Karas2-0/+165
2017-07-03Fix possible issue in macroses in beingcommon.hAndrei Karas1-0/+4
2017-06-30Remove more extra headers.Andrei Karas1-0/+2
2017-06-30Move likely macroses into separate file.Andrei Karas1-0/+1
2017-06-30Remove extra includes again.Andrei Karas6-7/+0
2017-06-30Remove extra includes from headers.Andrei Karas13-2/+15
2017-06-29Use std::move in some places.Andrei Karas2-2/+4
2017-06-29Move cast macroses into separate file.Andrei Karas6-2/+12
2017-06-29Move foreach macroses into separate file.Andrei Karas24-0/+29
2017-06-28Fix showing item stats in item popups.Andrei Karas1-1/+1
2017-06-23Fix code style.Andrei Karas5-15/+17
2017-06-21Remove extra "sfx/" in sound files path and assert about this.Andrei Karas2-2/+2
2017-06-20Remove extra includes and fix headers compilation.Andrei Karas1-1/+0
2017-06-20Move itemcolordata into separate file.Andrei Karas7-48/+72
2017-06-20Fix compilation fboinfo.hAndrei Karas1-2/+2
2017-06-20Fix compilation with SDL2.Andrei Karas1-1/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas33-105/+105
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas33-0/+106
2017-06-18Fix unit tests after default theme was changed.Andrei Karas2-0/+2
2017-06-13Add missing const references to constructor parameters.Andrei Karas2-5/+12
2017-06-09Fix code style.Andrei Karas5-8/+12