summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2016-09-09Fix code style.Andrei Karas1-3/+3
2016-09-08Remove itemslot.h.Andrei Karas1-59/+0
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-30Fix unused variables.Andrei Karas1-0/+8
2016-08-30Fix some leaks in unit tests.Andrei Karas2-0/+5
2016-08-29Add into resource manager better reports about leaks.Andrei Karas1-1/+18
2016-08-29Add some cleanup calls in unit tests.Andrei Karas2-0/+11
2016-08-29Call RsourceManager::cleanOrphans not on each resource get, but each 15 seconds.Andrei Karas1-1/+0
2016-08-29Remove variable ResourceManager::instance.Andrei Karas2-8/+6
2016-08-28Show better error in sdl2imagehelper.Andrei Karas1-1/+2
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 Karas2-0/+663
2016-08-28Fix file handlers leak in xmlloader.Andrei Karas1-7/+0
2016-08-26Add constexpr into item.Andrei Karas2-9/+7
2016-08-25Fix stats page removing while switching servers.Andrei Karas1-0/+1
2016-08-25Gurard notifications array size with amount of notification enum members.Andrei Karas1-2/+4
2016-08-25Impliment packet SMSG_VENDING_REPORT.Andrei Karas1-0/+3
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas1-0/+4
2016-08-24Move ai attributes reading into BeingCommon.Andrei Karas4-80/+50
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-23Add check for cards for existing item id.Andrei Karas2-0/+10
2016-08-22Add some missing consts.Andrei Karas10-17/+19
2016-08-18Fix some style issues.Andrei Karas3-16/+22
2016-08-18Add some clang fixes.Andrei Karas2-3/+8
2016-08-15Change cast offset in skills dialog.Andrei Karas2-0/+4
2016-08-15Move itemtype.h into item directory.Andrei Karas2-2/+2
2016-08-15Move itemsoundevent.h into item directory.Andrei Karas1-1/+1
2016-08-15Move itemdbtype.h into item directory.Andrei Karas2-2/+2
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas2-3/+2
2016-08-15Move skillowner.h into skill directory.Andrei Karas1-1/+1
2016-08-14Add skill cast type option in skills window.Andrei Karas2-6/+10
2016-08-13Remove some useless includes.Andrei Karas1-2/+0
2016-08-12Fix code style.Andrei Karas2-2/+2
2016-08-12Remove extra include from sdlimagehelper.cppAndrei Karas1-2/+0
2016-08-11Add assert into colordb about hair.xml file.Andrei Karas1-0/+1
2016-08-11Add asserts in simpleanimation.Andrei Karas1-4/+5
2016-08-11Add asserts into imagehelpers.Andrei Karas3-10/+17
2016-08-11Remove error messages from log if image loaded without image data.Andrei Karas1-9/+0
2016-08-10Use xml loader in spritedef.Andrei Karas1-4/+15
2016-08-10Use xml loader in particle effects.Andrei Karas2-5/+13
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+1
2016-08-09Remove extra include from map.hAndrei Karas1-1/+0
2016-08-09Add missing include into mapobject.hAndrei Karas1-0/+2
2016-08-08Remove default value from block mask in Map::getWalk.s20160809Andrei Karas1-2/+1
2016-08-08Fix on client side walking on monster wall collision.Andrei Karas9-1/+24
2016-08-07Add monster wall collision type.Andrei Karas5-11/+26