summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Change version to 1.6.5.21v1.6.5.21Andrei Karas9-9/+19
2016-05-21Update translations.Andrei Karas22-179/+103
2016-05-20Remove duplicate packet defines.Andrei Karas1-4/+0
2016-05-20Remove wrong condition.Andrei Karas1-5/+1
2016-05-20Update manaplus.cbp.Andrei Karas1-0/+4
2016-05-20Update translations.Andrei Karas23-7800/+8507
2016-05-20Fix code style.Andrei Karas6-11/+9
2016-05-19Move child particles only if current particle changed position.Andrei Karas1-16/+26
2016-05-19Split childs update code depend is current particle alive or not.Andrei Karas1-22/+44
2016-05-19Dont try to move child particles if current particle already dead.Andrei Karas1-14/+21
2016-05-19In .gitlab-ci.yml combine stages build and test.Andrei Karas1-20/+19
2016-05-18Fix random one tile desync in SMSG_BEING_MOVE3 packet.Andrei Karas5-6/+84
2016-05-18Add all versions for packet CMSG_PLAYER_INVENTORY_DROP.Andrei Karas2-3/+170
2016-05-18Fix some packet issues in version 2013xxxxAndrei Karas1-0/+4
2016-05-18Impliment packet CMSG_ITEM_PICKUP for all packet versions.Andrei Karas2-3/+131
2016-05-17Impliment packets CMSG_PLAYER_CHANGE_DIR and CMSG_MAP_PING for all packet ver...Andrei Karas3-4/+414
2016-05-17Add missing translators comment.Andrei Karas1-0/+1
2016-05-17Fix /hat command output if no hat equipped.Andrei Karas1-4/+12
2016-05-17Fix sending packets for version 20151001 and bigger.Andrei Karas5-32/+113
2016-05-16Add support for packet version 20160316.Andrei Karas1-0/+30
2016-05-16Add support for packet version 20151216.Andrei Karas1-0/+29
2016-05-16Add support for packet version 20151104.Andrei Karas1-0/+19
2016-05-14Move gcc-5_c++11_i386 ci script into prebuild stage and gcc-5 back to build.Andrei Karas1-12/+12
2016-05-14Try fix time_t cast again.Andrei Karas1-2/+1
2016-05-14Fix type cast in stringutils.Andrei Karas1-2/+3
2016-05-14Move simple gcc 5 ci script into prebuild stage.Andrei Karas1-8/+8
2016-05-14Add into .gitlab-ci.yml builds for i386 arch.Andrei Karas1-0/+168
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas11-29/+108
2016-05-13Fix old cast style.Andrei Karas1-1/+1
2016-05-13Add into network code function readUInt16. Also fix reading cards id.Andrei Karas16-29/+79
2016-05-13Add check asserts in ItemDB. Also fix new asserts from log.Andrei Karas3-4/+20
2016-05-13Fix assert if start and close manaplus without connecting to server.Andrei Karas1-0/+1
2016-05-13Dont report errors on resolving theme image path.Andrei Karas1-3/+4
2016-05-13Fix error in log in NpcDialogDB.Andrei Karas1-0/+3
2016-05-12Fix empty minimap loading in Minimap.Andrei Karas1-1/+4
2016-05-12Fix wrong image loading in LangListModel.Andrei Karas1-2/+10
2016-05-12Add asserts into ResourceManager.Andrei Karas1-7/+41
2016-05-12Improve more error messages in SpriteDef.Andrei Karas2-17/+38
2016-05-12Macro reportAlways also show message in log if asserts disabled in compile time.Andrei Karas4-28/+12
2016-05-12Improve error messages in SpriteDef.Andrei Karas2-13/+16
2016-05-12Dont load unsupported dbs in legacy servers.Andrei Karas1-8/+22
2016-05-12Fix compilation error in xml unit tests.Andrei Karas1-2/+4
2016-05-12Fix header in test xml file.Andrei Karas1-1/+1
2016-05-12Fix loading error sprite for missing emotes.Andrei Karas1-2/+3
2016-05-12Fix asserts in SkilUnitDB.Andrei Karas1-2/+2
2016-05-12Add skipError parameter into xmlutils.Andrei Karas4-18/+38
2016-05-12Add skipError parameter to loadXml functions.Andrei Karas47-160/+277
2016-05-11Allow set skip error flag for configuration loading.Andrei Karas3-4/+9
2016-05-11Add missing "assert" wors into alwaysReport macro.Andrei Karas1-0/+2
2016-05-11Add asserts into SpriteDef.Andrei Karas1-2/+20