summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas9-11/+58
2016-09-17Add strong typed bool Opaque.Andrei Karas66-134/+201
2016-09-17Use strong typed bool Move for move variable in window.Andrei Karas3-5/+6
2016-09-17Update translations.Andrei Karas26-2883/+3029
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas17-791/+617
2016-09-17Show money in vending shop report message.Andrei Karas1-6/+19
2016-09-16Impliment packet CMSG_GUILD_INVITE2 0x0916Andrei Karas2-0/+7
2016-09-16Add missing server function descriptions for char server packets.Andrei Karas1-11/+11
2016-09-16Remove another extra include.Andrei Karas1-2/+0
2016-09-16Remove extra include.Andrei Karas1-2/+0
2016-09-16Fix compilation without C++11 flags.Andrei Karas1-1/+1
2016-09-15Fix leak in ItemAmountWindow.Andrei Karas1-0/+2
2016-09-15Add support for drag and drop into shops.Andrei Karas2-1/+52
2016-09-15Add type into ShopListBox.Andrei Karas9-8/+63
2016-09-14Remove extra include.Andrei Karas1-2/+0
2016-09-14Fix highlighted links drawing with bold text.Andrei Karas1-2/+11
2016-09-13Add support for removepacket tag in network.xmlAndrei Karas4-8/+51
2016-09-13Add fake packets from network.xml if packet unused.Andrei Karas6-2/+48
2016-09-13Add basic support for networkdb.Andrei Karas6-0/+123
2016-09-13Add into xmlutils function for read xml file into int map.Andrei Karas6-0/+105
2016-09-12Fix version for packet CMSG_SEARCHSTORE_CLOSE.Andrei Karas2-1/+12
2016-09-12Fix some packet sizes for version 20080827.Andrei Karas5-4/+38
2016-09-12Fix version for packets CMSG_NPC_CASH_SHOP_*.Andrei Karas1-5/+15
2016-09-12Fix version for packets CMSG_BATTLE_*.Andrei Karas1-5/+8
2016-09-12Fix some packet errors for version 20080910.Andrei Karas1-0/+2
2016-09-12Fix version for packet CMSG_PLAYER_FAVORITE_ITEM.Andrei Karas2-2/+3
2016-09-12Fix packet CMSG_SOLVE_CHAR_NAME id conflict with other packets.Andrei Karas1-0/+1
2016-09-12Fix packet CMSG_PLAYER_EQUIP for old version and update id.Andrei Karas2-2/+6
2016-09-12Fix version for packet CMSG_REQUEST_RANKS.Andrei Karas2-1/+6
2016-09-12Fix version to bank packets.Andrei Karas2-6/+26
2016-09-12Fix version for market and some other packets.Andrei Karas4-5/+24
2016-09-12Fix typos in some packet ids.Andrei Karas1-3/+3
2016-09-12Change client protocol version to 19.s20160912Andrei Karas1-1/+1
2016-09-12Add packet SMSG_BATTLE_UPDATE_HP 0x0a0e.Andrei Karas2-3/+17
2016-09-12Add packet SMSG_BUYINGSTORE_REPORT 0x09e6.Andrei Karas2-1/+12
2016-09-12Add packet SMSG_VENDING_REPORT 0x09e5.Andrei Karas2-0/+11
2016-09-12Add packet SMSG_HOMUNCULUS_INFO 0x09f7Andrei Karas2-4/+15
2016-09-12Add packet SMSG_PLAYER_HEAL 0x0a27.Andrei Karas2-1/+6
2016-09-12Add packet SMSG_SKILL_NO_DAMAGE 0x09cb.Andrei Karas2-1/+6
2016-09-11Remove support for legacy configuration in ShortcutBase.s20160911Andrei Karas2-7/+3
2016-09-11Remove support for legacy configuration in ItemShortcut.Andrei Karas2-7/+3
2016-09-11Remove support for legacy configuration in PlayerRelations.Andrei Karas2-7/+3
2016-09-11Remove support for legacy configuration in SpellManager.Andrei Karas2-7/+3
2016-09-11Remove support for legacy configuration in outfits.Andrei Karas2-7/+3
2016-09-10Change version to 1.6.9.10.v1.6.9.10Andrei Karas9-9/+15
2016-09-10Update translations.Andrei Karas23-53/+39
2016-09-10Update manaplus.cbp.Andrei Karas1-1/+0
2016-09-10Remove duplication on artifacts for CI jobsZ.J. van de Weg1-1395/+286
2016-09-09Remove option -Wdisabled-optimization from gcc6 ci builds.Andrei Karas1-1/+2
2016-09-09Fix wrong type usage. int -> time_t.Andrei Karas4-4/+4