summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-01Sort more packets. Add version checks inside packets.Andrei Karas2-18/+27
2016-04-01Sort more packets. Add version checks inside packets.Andrei Karas2-5/+12
2016-04-01Sort more packets. Add version checks inside packets.Andrei Karas2-45/+77
2016-04-01Sort more packets. Add version checks inside packets.Andrei Karas3-61/+119
2016-04-01Sort more packets. Removed some old packet copies.Andrei Karas3-52/+72
2016-04-01Sort some packets.Andrei Karas1-30/+53
2016-04-01Add packet version number into packet SMSG_SELECT_CART.Andrei Karas1-1/+1
2016-04-01Add packet SMSG_BEING_ACTION2 0x02e1.Andrei Karas2-15/+14
2016-04-01Add packet SMSG_PLAYER_SHORTCUTS 0x07d9.Andrei Karas2-3/+6
2016-04-01Add packet SMSG_MAP_LOGIN_SUCCESS 0x02eb.Andrei Karas2-3/+11
2016-04-01Add versions to packets where inside exists version checks.Andrei Karas5-40/+49
2016-04-01Fix formatting in packetin.inc files.Andrei Karas2-591/+591
2016-04-01Set packet version based on packet id and current packet version into version...Andrei Karas5-3/+21
2016-03-31Add version field in each receive packet define.Andrei Karas7-603/+608
2016-03-31Improve drawing player sprites performance.Andrei Karas4-13/+39
2016-03-29Add tests for lang functions.Andrei Karas2-0/+116
2016-03-29Add more tests for files utils.Andrei Karas1-1/+87
2016-03-29Add tests for chatutils.Andrei Karas3-0/+212
2016-03-29Add test for function readXmlStringMap.Andrei Karas1-0/+27
2016-03-29Add tests for timer functions.Andrei Karas2-0/+87
2016-03-28Add test for function escapeString.Andrei Karas1-0/+14
2016-03-28Rename static widgets collections in Widget.Andrei Karas2-12/+13
2016-03-26Change version to 1.6.3.26.v1.6.3.26Andrei Karas1-2/+2
2016-03-26Fix code style.Andrei Karas33-74/+29
2016-03-25Disable __restrict__ parameter because in new clang it broken and always cras...Andrei Karas1-1/+4
2016-03-25Improve a bit map loading speed.Andrei Karas1-41/+103
2016-03-25Fix compilation without C++11 flags.Andrei Karas11-47/+44
2016-03-24Add enum for item types.Andrei Karas50-109/+268
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas13-81/+82
2016-03-24Change ItemType into strong typed enum.Andrei Karas10-41/+40
2016-03-24Move ItemType enum into enums directory.Andrei Karas7-10/+9
2016-03-23Remove unused constant from particleengine.Andrei Karas1-2/+0
2016-03-23Remove some extra checks from mapreader.Andrei Karas1-4/+2
2016-03-23Add status effect id type from int to int32_t.Andrei Karas4-18/+23
2016-03-23Add packet SMSG_ACK_MERGE_ITEMS 0x096f.Andrei Karas3-1/+11
2016-03-23Add packet SMSG_MERGE_ITEM 0x096d.Andrei Karas3-1/+11
2016-03-23Add booking and some other not implimented packets (hercules)Andrei Karas1-1/+23
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas11-10/+52
2016-03-22Read whole some guild related packets in all cases.Andrei Karas2-0/+11
2016-03-22Fix packet version usage for hercules without evol plugin.Andrei Karas3-12/+36
2016-03-22Show hex packet id in for wrong packet sizes.Andrei Karas1-1/+2
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas14-15/+67
2016-03-22Add missing check in inventory.Andrei Karas1-1/+2
2016-03-22Add check for from equip index.Andrei Karas2-0/+4
2016-03-22Show in skill unit menu also skill unit id.Andrei Karas1-1/+2
2016-03-21Remove stun related functions from actorsprite.Andrei Karas2-40/+1
2016-03-21Show effect names in debug window in target tab.Andrei Karas6-19/+39
2016-03-21Fix reading opt1 field. This is not bit field.Andrei Karas1-2/+33
2016-03-21Add support for status effects without id.Andrei Karas1-1/+8
2016-03-21Add report about missing option, opt1, opt2, opt3 fields in status-effects.xmlAndrei Karas1-9/+30