summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Add packet SMSG_GUILD_SET_POSITION 0x0afd.Andrei Karas3-0/+24
2018-09-25Add packet SMSG_GUILD_EXPULSION2 0x0a82.Andrei Karas3-0/+22
2018-09-25Add packet SMSG_GUILD_LEAVE2 0x0a83.Andrei Karas5-1/+90
2018-09-25Update packet versions for packet SMSG_MVP_EXP.Andrei Karas1-1/+13
2018-09-25Update packet versions for packet SMSG_PARTY_MEMBER_JOB_LEVEL.Andrei Karas1-0/+12
2018-09-25Update packet versions for packets SMSG_PARTY_MEMBER_INFO and SMSG_PARTY_INFO.Andrei Karas2-3/+28
2018-09-25Add missing field into ChatRecv::processWhisperResponse.Andrei Karas1-1/+1
2018-09-25Add packet SMSG_SKILL_WARP_POINT 0x0abe.Andrei Karas3-1/+33
2018-09-25Add packet SMSG_ITEM_MOVE_FAILED 0x0aa7.Andrei Karas3-0/+30
2018-09-20Remove extra include.Andrei Karas2-4/+2
2018-09-20Add test with loading xml file from disk.Andrei Karas1-0/+17
2018-09-20Remove ifdef from some virtfs tests on windows.Andrei Karas1-6/+0
2018-09-20Add check for compiled/linked libxml2 version.Andrei Karas2-1/+33
2018-09-10Fix cast issues.Andrei Karas2-3/+5
2018-09-09Fix code style.Andrei Karas3-12/+10
2018-09-09Fix style issues detected by clang tidy.Andrei Karas2-4/+4
2018-09-09Add default constructor mark into PerfStat.Andrei Karas1-0/+2
2018-09-08Add missing final keyword.Andrei Karas1-1/+1
2018-09-08Fix possible issue in kill stats window if get too many exp at same time.Andrei Karas1-1/+1
2018-09-08Draw at end of frame before fps limiter.Andrei Karas1-16/+16
2018-09-08Apply fps limiter after state logic.Andrei Karas3-11/+15
2018-09-08Improve perf counters display.Andrei Karas2-7/+18
2018-09-07Add basic performance counters.Andrei Karas9-2/+333
2018-09-07Add stats tab into debug window. Move LPS counter into stats tab.Andrei Karas8-17/+123
2018-09-06Split debugwindowtabs into separate tab files.Andrei Karas10-295/+455
2018-09-06Drop support for plugin version 18.Andrei Karas2-57/+15
2018-09-06Drop support for plugin version 17.Andrei Karas1-2/+1
2018-09-06Drop support for plugin version 16.Andrei Karas1-1/+1
2018-09-06Drop support for plugin version 15.Andrei Karas2-49/+13
2018-09-06Drop support for plugin version 14.Andrei Karas1-2/+2
2018-09-02Fix translation comment for "free sources" string.Andrei Karas1-1/+1
2018-09-01Fix compilation with NaCl.v1.8.9.1Andrei Karas1-0/+6
2018-09-01Change version to 1.8.9.1Andrei Karas1-2/+2
2018-08-31Remove extra virtual.Andrei Karas1-1/+1
2018-08-31Fix code style.Andrei Karas2-2/+3
2018-08-19Remove extra includes.Andrei Karas3-9/+0
2018-08-07Disable errors "in cache other image" because here can be false positives.Andrei Karas1-2/+3
2018-08-06Play any item related sound as game sound and not as gui sounds.Andrei Karas1-1/+3
2018-08-06Play item usage sound to every player around.Andrei Karas3-13/+62
2018-08-06Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and...Andrei Karas8-29/+55
2018-08-06Dont disable keyboard input in pincode dialogs.Andrei Karas2-8/+1
2018-08-06Fix possible double free in zip reading code if zip file corrupted.Andrei Karas1-1/+1
2018-08-06Add possible workaround for realpath overflow.Andrei Karas1-4/+11
2018-07-30Split updateprotocol.cpp into files for lower memory usage in compilation.Andrei Karas9-7/+246
2018-07-28Fix deheader include issue [ci skip].Andrei Karas1-0/+1
2018-07-27Send talk request from context menu by being id.Andrei Karas2-2/+14
2018-07-27Fix moving between slots in character selection dialog.Andrei Karas1-4/+4
2018-07-27Dont allow buy items with amount 0 from markets.Andrei Karas1-1/+9
2018-07-27Fix packet SMSG_PARTY_INFO for 2017+ packet version.Andrei Karas1-6/+8
2018-07-27Add support for main/re/zero packet versions in MessageIn class.Andrei Karas2-2/+32