summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2016-10-04Move maplayerposition into enums directory.Andrei Karas2-13/+12
2016-10-04Move collisiontype into enums directory.Andrei Karas2-20/+21
2016-10-04Move maplayertype into enums directory.Andrei Karas3-26/+21
2016-10-04Fix fallback code in spritedef.cppAndrei Karas1-1/+1
2016-10-04Move FrameType enum into enums directory.Andrei Karas3-25/+18
2016-10-04Move Cursor enum into enums directory.Andrei Karas5-105/+84
2016-10-03Add support for set imageset by name for each tag in animation.Andrei Karas2-14/+30
2016-09-30Add some new flags for gcc snapshot and fix new warning.Andrei Karas1-0/+1
2016-09-27Add support for links to mercenaries.Andrei Karas1-0/+4
2016-09-27Add support for links to homunculuses.Andrei Karas1-0/+5
2016-09-26Add support for quest fields in quests window.Andrei Karas1-0/+53
2016-09-23Add missing comments into defines.Andrei Karas48-272/+369
2016-09-13Add support for removepacket tag in network.xmlAndrei Karas2-5/+25
2016-09-13Add fake packets from network.xml if packet unused.Andrei Karas2-0/+9
2016-09-13Add basic support for networkdb.Andrei Karas2-0/+113
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