summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Fix compilation.Andrei Karas1-0/+2
2016-09-01Add asserts into AtlasManager and fix null pointer access if some error happe...Andrei Karas1-5/+15
2016-08-30Remove another extra include.Andrei Karas1-1/+0
2016-08-30Remove another extra include.Andrei Karas1-1/+0
2016-08-30Remove extra include.Andrei Karas1-1/+0
2016-08-30Disable npc dialog test again.Andrei Karas1-5/+4
2016-08-30Fix unused variables.Andrei Karas1-0/+8
2016-08-30Enable test for npc dialog.Andrei Karas1-4/+5
2016-08-30Fix some leaks in unit tests.Andrei Karas6-1/+20
2016-08-29Add into resource manager better reports about leaks.Andrei Karas1-1/+18
2016-08-29Add some cleanup calls in unit tests.Andrei Karas8-13/+79
2016-08-29Call RsourceManager::cleanOrphans not on each resource get, but each 15 seconds.Andrei Karas3-1/+9
2016-08-29Remove variable ResourceManager::instance.Andrei Karas2-8/+6
2016-08-29Fix wrong type in extern weightNoticeTime in localplayer.cppAndrei Karas1-1/+1
2016-08-29Done include sys/time.h in chatrecv.h if it already included.Andrei Karas1-1/+3
2016-08-29Fix some cast issues.Andrei Karas3-3/+4
2016-08-29Use time_t for time values.Andrei Karas33-67/+67
2016-08-28Show better error in sdl2imagehelper.Andrei Karas1-1/+2
2016-08-28Fix unit tests with SDL2.Andrei Karas1-1/+10
2016-08-28Remove extra include from xmlloader.Andrei Karas1-1/+0
2016-08-28Remove extra include from resourcemanager.Andrei Karas1-0/+2
2016-08-28Remove some unused functions from loadSDLSurface.Andrei Karas2-23/+0
2016-08-28Add unit tests for resource manager.Andrei Karas4-0/+667
2016-08-28Fix file handlers leak in xmlloader.Andrei Karas1-7/+0
2016-08-27Change version to 1.6.8.27v1.6.8.27Andrei Karas1-2/+2
2016-08-26Remove unused include.Andrei Karas1-1/+0
2016-08-26Add constexpr into item.Andrei Karas2-9/+7
2016-08-25In item sorting by name in inventort sort by name with colors.Andrei Karas1-5/+9
2016-08-25In inventory if item same sort it also by inventory index for remove random i...Andrei Karas1-8/+44
2016-08-25Add into item popup menu for gm way to add same items with some amount.Andrei Karas1-0/+19
2016-08-25Add chat command for create items. (gm only)Andrei Karas5-0/+24
2016-08-25Fix stats page removing while switching servers.Andrei Karas1-0/+1
2016-08-25Mark some methongs in BuyDialog for tmwa only.Andrei Karas2-2/+19
2016-08-25Gurard notifications array size with amount of notification enum members.Andrei Karas2-4/+4
2016-08-25Impliment packet SMSG_VENDING_REPORT.Andrei Karas3-3/+28
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas8-29/+119
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas4-2/+35
2016-08-24Remove useless includes.Andrei Karas2-10/+0
2016-08-24Remove empty line from being.cpp.Andrei Karas1-1/+0
2016-08-24Move ai attributes reading into BeingCommon.Andrei Karas4-80/+50
2016-08-24Add homunculus/mercenary basic ai logic.Andrei Karas2-194/+287
2016-08-24Fix homunculus and mercenary move packets.Andrei Karas2-2/+2
2016-08-24Remove function PlayerInfo::updateMoveAI.Andrei Karas3-12/+0
2016-08-24Remove pet id from item db.Andrei Karas3-12/+0
2016-08-24Move custom ai options from petdb into homunculusdb and mercenarydb.Andrei Karas3-43/+80
2016-08-24Remove some more local pet related code.Andrei Karas3-52/+0
2016-08-24Remove unused pet handler methods and fields.Andrei Karas11-89/+27
2016-08-24First step of removing local pets (tmwa only).Andrei Karas13-408/+10
2016-08-23Remove extra include.Andrei Karas1-1/+0
2016-08-23Add check for cards for existing item id.Andrei Karas3-0/+16