summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-22Read damaged attribute from all packets.Andrei Karas3-8/+10
2015-08-22Use resource manager as global variable.Andrei Karas42-246/+157
2015-08-22Add init to resource manager.Andrei Karas4-4/+14
2015-08-21Add support for send item indexes to server. Change protocol version to 11.Andrei Karas4-4/+77
2015-08-21Use item tag for dragged items.Andrei Karas1-1/+5
2015-08-21Add tag field into item.Andrei Karas2-0/+8
2015-08-21Impliment packet SMSG_PLAYER_REFINE.Andrei Karas3-5/+57
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.Andrei Karas3-4/+23
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).Andrei Karas3-5/+16
2015-08-21Add function for convert time diff to string.Andrei Karas3-52/+66
2015-08-21Fix AMD driver detection in black list.Andrei Karas1-1/+1
2015-08-20Black list for DSA drivers from AMD HD 14.10.*Andrei Karas1-8/+11
2015-08-20Use separate icons palette.Andrei Karas5-9/+5
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 Botosh4-6/+73
2015-08-20Add ability for insert cards into items by dragging.Andrei Karas6-0/+112
2015-08-20Show card name in insert card dialog.Andrei Karas3-6/+25
2015-08-20Add missing checks or attribute to other files.Andrei Karas6-52/+30
2015-08-20Add missing checks or attributes to popups.Andrei Karas6-23/+22
2015-08-20Add missing checks or attributes to windows.Andrei Karas35-268/+269
2015-08-19Add workaround for npc talk action for avoid packets limit.Andrei Karas1-2/+12
2015-08-17Remove some mode outdated color related code from tmwa.Andrei Karas3-15/+15
2015-08-17Dont use item palettes in createitems command.Andrei Karas2-23/+4
2015-08-17Fix colors on equipment.Andrei Karas1-26/+13
2015-08-17Fix item icon color if insert card in it.Andrei Karas3-1/+14
2015-08-17Use color selected on card for items.Andrei Karas1-0/+11
2015-08-16In all places try get item color from ItemColorManager.Andrei Karas14-21/+106
2015-08-16Enable feature haveItemColors in eathena.Andrei Karas1-1/+1
2015-08-16Add attribute cardColor to items in items.xml.Andrei Karas3-0/+11
2015-08-16Fix other compilation warnings.Andrei Karas2-4/+3
2015-08-16Rename colors list variables in iteminfo.Andrei Karas2-22/+22
2015-08-16Fix compilation warnings.Andrei Karas1-2/+2
2015-08-16Add packet SMSG_ITEM_DROPPED2 0x0b19.Andrei Karas4-1/+42
2015-08-16Add packet SMSG_ITEM_VISIBLE2 0x0b18.Andrei Karas10-11/+91
2015-08-16Move processItemVisible from ea namespace into eathena and tmwa.Andrei Karas6-27/+54
2015-08-16Add missing fields into flooritem.Andrei Karas7-10/+40
2015-08-16Add strong typed int for item color.Andrei Karas92-373/+615
2015-08-15Change version to 1.5.8.15.Andrei Karas1-2/+2
2015-08-14fix code style.Andrei Karas5-16/+8
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas6-55/+87
2015-08-13Add server feature haveAdvancedSprites. Enable it for evol servers >= 7.Andrei Karas5-0/+16
2015-08-12Remove old evol color implimentation from readPlayerData.Andrei Karas1-34/+10
2015-08-12Fix loading weapon sprite in char selection dialog.Andrei Karas1-2/+3
2015-08-12Send equipped cards to function processBeingChangeLookContinue.Andrei Karas2-5/+11
2015-08-12With equipped items read cards (hercules).Andrei Karas5-2/+33
2015-08-10Fix compilation warnings.Andrei Karas1-0/+1
2015-08-10Add different new attributes for item descriptions.Andrei Karas1-13/+35
2015-08-10Fix code style.Andrei Karas7-53/+6
2015-08-09Add more checks for broken nicks.Andrei Karas1-1/+6
2015-08-09Show error message in log if selected texture compression not supported.Andrei Karas3-2/+11