summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Add workaround for fix compilation with tinyxml2 from master branch.s20171107Andrei Karas2-0/+14
2017-11-01Add shuffle packets for packet version 20171101.Andrei Karas2-1/+35
2017-10-28Change verstion to 1.7.10.28.v1.7.10.28Andrei Karas1-2/+2
2017-10-28Add packets for packet version 20171025.Andrei Karas2-1/+35
2017-10-26Add missing files into cmake project.Andrei Karas1-0/+4
2017-10-26Remove extra define.Andrei Karas1-3/+0
2017-10-26Fix compilation with old SDL2 again.Andrei Karas3-0/+12
2017-10-26Fix compilation with old SDL 2 versions.Andrei Karas3-1/+9
2017-10-26Show full SDL version in version string.Andrei Karas1-5/+5
2017-10-26Replace some SDL2 function calls to lower level functions.Andrei Karas2-6/+11
2017-10-25Add sdlmusichelper with some SDL/SDL2 functions.Andrei Karas8-10/+200
2017-10-25Add missing initialisation for jpeg library.Andrei Karas1-1/+1
2017-10-25Add configure options for build only tests binary with system catch and doctest.Andrei Karas1-0/+7
2017-10-25Add configure options for build with system catch and doctest.Andrei Karas3-0/+19
2017-10-23Remove extra include.Andrei Karas1-1/+0
2017-10-23Disable alt-tab workaround by default, because it may not works in some systems.Andrei Karas1-1/+1
2017-10-23Remove duplicated packet implementation.s20171023Andrei Karas3-12/+0
2017-10-23Fix for possible truncated packet.Andrei Karas1-1/+1
2017-10-23Read always packet lens and not skip it in net code.Andrei Karas1-2/+2
2017-10-18Fix packet CMSG_MAIL2_CHECK_NAME for non evol servers.Andrei Karas1-1/+1
2017-10-18Set max allowed packet version in servers to 20171011.Andrei Karas1-1/+1
2017-10-18Add packet SMSG_MAIL2_MAIL_LIST_PAGE 0x0ac2.Andrei Karas2-16/+51
2017-10-18Add packets CMSG_MAIL2_OPEN_MAILBOX 0x0ac0, CMSG_MAIL2_REFRESH_MAIL_LIST 0x0ac1.Andrei Karas2-4/+33
2017-10-18Add packet SMSG_PLAYER_GET_EXP2 0x0acc.Andrei Karas5-12/+43
2017-10-18Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.Andrei Karas8-5/+21
2017-10-18Add shuffle packets for new packet versions.Andrei Karas1-0/+136
2017-10-14Change verstion to 1.7.10.14.v1.7.10.14Andrei Karas1-2/+2
2017-10-13Fix code style.Andrei Karas2-2/+2
2017-10-10Fix variable copy in textcommand.cppAndrei Karas1-1/+1
2017-10-10Fix some asserts in text command editor.Andrei Karas4-4/+20
2017-10-10Split unit tests for mount dir and mount zip into separate files.Andrei Karas5-287/+374
2017-10-09Add support for configure parameter for override home dir for unit tests.Andrei Karas1-0/+7
2017-10-07Revert "Disable warning -Wundef in zlib.h."Andrei Karas4-12/+0
2017-10-07Disable warning -Wundef in zlib.h.Andrei Karas4-0/+12
2017-10-06remove extra includes if build without tmwa support.Andrei Karas14-13/+42
2017-09-30Change version to 1.7.9.30.v1.7.9.30Andrei Karas1-2/+2
2017-09-30Remove unused variable.Andrei Karas1-1/+0
2017-09-29Fix code style.Andrei Karas7-11/+16
2017-09-28Remove extra include.Andrei Karas1-1/+0
2017-09-28Fix too long line int killstats.cppAndrei Karas1-1/+2
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas9-15/+36
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas9-12/+18
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas15-163/+145
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas14-17/+20
2017-09-27Change attributes value type to int64.Andrei Karas24-109/+167
2017-09-25Add new shuffle packets added to latest hercules.Andrei Karas1-22/+4414
2017-09-25Add support for char server packets for packet version >= 20170830.Andrei Karas1-2/+8
2017-09-23Fix max packet version limit in server editor.Andrei Karas1-1/+1
2017-09-22Fix wrong packet version.Andrei Karas1-1/+1
2017-09-19Add missing space into pnglib.hAndrei Karas1-1/+1