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