summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Remove text messages from removing items notifications.Andrei Karas1-20/+10
2015-09-09Add also notification about dropped item.Andrei Karas1-0/+4
2015-09-09Show reason for item removing.Andrei Karas1-1/+36
2015-09-09Add unequip error notification.Andrei Karas1-0/+4
2015-09-05Add support for inherit attribute in items.xml.Andrei Karas2-9/+82
2015-09-02Fix typos.Andrei Karas1-2/+2
2015-08-29Fix code style.Andrei Karas3-4/+9
2015-08-23Impliment packet SMSG_PET_CATCH_PROCESS.Andrei Karas1-0/+4
2015-08-22Impliment packet SMSG_IGNORE_NICK_ACK.Andrei Karas1-0/+32
2015-08-22Impliment packet SMSG_PLAYER_SKILL_MESSAGE.Andrei Karas1-0/+49
2015-08-22Impliment packet SMSG_BIND_ITEM.Andrei Karas1-0/+4
2015-08-22Impliment packet SMSG_PLAYER_CART_ADD_ERROR.Andrei Karas1-0/+8
2015-08-22Use resource manager as global variable.Andrei Karas11-49/+25
2015-08-22Add init to resource manager.Andrei Karas2-4/+12
2015-08-21Impliment packet SMSG_PLAYER_REFINE.Andrei Karas1-0/+16
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.Andrei Karas1-0/+4
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).Andrei Karas1-1/+3
2015-08-20Add support for reading iconColors palette field from items.Andrei Karas3-6/+84
2015-08-20/atkhuman now checks teamId and map pvp flagJoseph Botosh1-0/+3
2015-08-16Add attribute cardColor to items in items.xml.Andrei Karas3-0/+11
2015-08-16Rename colors list variables in iteminfo.Andrei Karas2-22/+22
2015-08-16Add strong typed int for item color.Andrei Karas6-51/+62
2015-08-10Add different new attributes for item descriptions.Andrei Karas1-13/+35
2015-08-09Edit guild kick message.rawng1-1/+1
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas2-3/+3
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas2-5/+14
2015-07-30Dehardcode file name weapons.xml.Andrei Karas1-1/+3
2015-07-30Add support for include tag in badges.xml.Andrei Karas1-2/+22
2015-07-30Add badges for player names.Andrei Karas2-0/+14
2015-07-29Add support for guild badges.Andrei Karas2-0/+12
2015-07-29Fix compilation error with some options.Andrei Karas1-0/+1
2015-07-29Add bages db. Add badges support for parties.Andrei Karas2-0/+104
2015-07-21Add missing checks and non null attributes.Andrei Karas3-0/+6
2015-07-17Fix code style.Andrei Karas2-1/+3
2015-07-14Add card item type.Andrei Karas3-0/+6
2015-07-14Fix crash if warp to smaller map into tile with height > 0.Andrei Karas1-1/+1
2015-07-13Fix moving with mouse on tiles with height > 0.Andrei Karas1-0/+3
2015-07-11Add missing checks into resources.Andrei Karas6-13/+21
2015-07-02Move mapitemtype into enums directory.Andrei Karas6-52/+9
2015-06-30Fix code style.Andrei Karas2-2/+3
2015-06-29Move notifytypes.h into enums directory.Andrei Karas3-182/+4
2015-06-29Move itemsoundevent.h into enums directory.Andrei Karas2-47/+1
2015-06-29Move blocktype.h into enums directory.Andrei Karas3-45/+3
2015-06-29Move blockmask.h into enums directory.Andrei Karas6-49/+9
2015-06-27In resource manager for fun function type use referecne to function.Andrei Karas2-13/+14
2015-06-26Fix map layers loading after last checks.Andrei Karas1-4/+5
2015-06-26Add missing checks into map directory.Andrei Karas3-8/+9
2015-06-25Add missing checks into db directory.Andrei Karas3-13/+23
2015-06-25Add missing checks into resources directory.Andrei Karas14-31/+78
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas5-25/+48