summaryrefslogtreecommitdiff
path: root/src/resources/db
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Fix code style.s20181102Andrei Karas2-4/+4
2018-08-31Fix code style.Andrei Karas1-1/+2
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-3/+4
2018-06-18Fix some style issues after automatic checks.Andrei Karas1-2/+0
2018-05-23Remove extra includes.Andrei Karas1-2/+4
2018-05-20Show gm revive button in death dialog if player have rights for @alive command.Andrei Karas2-0/+33
2018-04-20Dont put on maps tiles from empty atlases.Andrei Karas2-1/+18
2018-04-07Remove extra includes.Andrei Karas1-1/+0
2018-04-02Remove legacy status effect field "block-id".Andrei Karas2-34/+0
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas2-0/+15
2018-03-03Add support for reading item stats from tags addStats and requireStats.Andrei Karas1-1/+9
2018-02-14Remove extra includes.Andrei Karas1-2/+0
2018-02-13Store clan names into each player being.Andrei Karas1-0/+4
2018-02-13Add support for show clan badge.Andrei Karas2-0/+13
2018-02-13Add clan window.Andrei Karas1-1/+1
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas3-9/+1
2018-02-11Add clandb support.Andrei Karas2-0/+184
2018-02-11Move reading and combining item stats into separate file.Andrei Karas4-46/+20
2018-01-04Update copyrights year.Andrei Karas64-64/+64
2017-12-18Remove default parameters from animatedsprites.Andrei Karas1-1/+2
2017-12-17Remove default parameter from horsedb.Andrei Karas1-1/+1
2017-12-17Remove default parameters from emotedb.hAndrei Karas1-4/+5
2017-11-08Add npc option for allow equipment.Andrei Karas1-0/+3
2017-10-10Fix some asserts in text command editor.Andrei Karas2-0/+11
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas2-1/+21
2017-08-30Move some variables to better scope.Andrei Karas1-2/+5
2017-08-21Remove useless else.Andrei Karas14-119/+63
2017-08-20Add function for read float and double number from xml.Andrei Karas1-6/+6
2017-08-18Add missing std::move.Andrei Karas1-1/+1
2017-08-18Remove extra includes.Andrei Karas1-0/+1
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
2017-08-09Fix compilation with old compilers.Andrei Karas1-1/+1
2017-08-09Allow for each item replace equip/use menu item to custom menu.Andrei Karas1-0/+103
2017-08-09Fix translate custom npc menu.Andrei Karas1-2/+2
2017-08-07Remove useless casts from missile-particle attributes.Andrei Karas1-2/+2
2017-08-07Improve inherit fields code in itemdb.cppAndrei Karas1-47/+48
2017-08-07Adjust default missile particle lifetime.Andrei Karas1-2/+2
2017-08-07Add additional attributes to missile particle in items.Andrei Karas1-16/+44
2017-08-04Add missing load / unload databases logging.Andrei Karas30-10/+71
2017-07-20In popupmenu get group for local player before each menu.Andrei Karas2-0/+12
2017-07-19Prevent excluding servercommands.incAndrei Karas1-0/+1
2017-07-19Add support for loading permissions from groups.xmlAndrei Karas1-3/+69
2017-07-19Load inherit commands in groupdb from other group.Andrei Karas1-0/+34
2017-07-19Load commands for each group from groups.xmlAndrei Karas1-0/+98
2017-07-18Fix groupdb cleanup.Andrei Karas1-1/+0
2017-07-18In groupdb store pointers to groups.Andrei Karas2-9/+28
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas15-39/+39
2017-07-13Add vector.h for use different vectors.Andrei Karas6-8/+11