summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2018-04-08Added delay to tomb spawnGuilherme G. Menaldo5-2/+53
2018-03-11Merge pull request #1541 from Normynator/masterHaru3-41/+54
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru2-1/+6
2018-03-11Merge pull request #1987 from guilherme-gm/rodexfixesHaru4-17/+46
2018-03-11Merge pull request #1983 from 4144/updatepacketsHaru6-18/+305
2018-03-11Merge pull request #1989 from dastgir/fix/db2sqlHaru1-1/+2
2018-03-11Fix packet character name request reply for 20180221 clients.Andrei Karas1-5/+20
2018-03-11Fix friend list packet for clients 20180221 and newer.Andrei Karas1-5/+13
2018-03-11Fix friend status update packet for clients 20180221 and newer.Andrei Karas1-1/+8
2018-03-11Update shuffle packets and keys for clients up to 20180309.Andrei Karas5-7/+264
2018-03-09Fixed a missing update on cached data when rodex attachment was retrieved, av...Guilherme G. Menaldo1-0/+3
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in r...Guilherme G. Menaldo3-9/+18
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo3-8/+25
2018-03-04Fixes crash on DB2SQL Plugin.Dastgir Pojee1-1/+2
2018-03-01Fix use after free with option "delay_battle_damage: false".Andrei Karas1-5/+11
2018-02-27Add missing checks info clif_parse_* functions.Andrei Karas1-58/+139
2018-02-27Fix use after free error in @reloadatcommand gm command.Andrei Karas1-1/+4
2018-02-19Changed Kafrapoints calculation.Normynator3-41/+54
2018-02-18Merge pull request #1976 from mekolat/printfHaru2-0/+2
2018-02-17New mapcache systemhemagx2-117/+136
2018-02-15expose script_sprintf to pluginsgumi2-0/+2
2018-02-13Merge pull request #1973 from MishimaHaruna/bg_message-fixHaru1-12/+9
2018-02-13Fix unterminated strings in ZC_BATTLEFIELD_CHATHaru1-12/+9
2018-02-12Fix possible crash in zone change code. Fixes #1971Andrei Karas1-0/+2
2018-02-12Fix messages about enabled/disabled cvc mode.Andrei Karas1-2/+2
2018-02-10Merge pull request #1890 from lucaslsb/stableHaru1-0/+3
2018-02-10Merge pull request #1969 from 4144/packetsupdateHaru5-0/+150
2018-02-10Update packets and keys tables up to 20180207.Andrei Karas5-0/+150
2018-02-10Clean up trailing whitespace and non-indent tabsHaru14-86/+86
2018-02-10Fix some minor issues in the clan system, as reported by coverityHaru2-9/+3
2018-02-08Fix different clan issues.Andrei Karas2-2/+5
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru29-95/+3050
2018-02-04Send out of sight packet before hiding player.Andrei Karas1-0/+1
2018-02-04Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2018-01-30Overflow correction in visual function bg_messageLucas Brito1-0/+3
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares28-95/+2020
2018-01-25Implementation of 'constants.inc' fileMurilo Pereti Tavares2-0/+1030
2018-01-25Add keys for clients from 20180117.Andrei Karas2-4/+19
2018-01-25Add new non shuffle packets from 20171213.Andrei Karas1-0/+58
2018-01-25Remove shuffle packets generation for client 2013-12-23aRagexeRE.Andrei Karas2-40/+138
2018-01-20Remove unused packets_keys.hAndrei Karas1-1899/+0
2018-01-14Update party member and party info packets.Andrei Karas2-59/+94
2018-01-14Send wrong bank status by bank check packet status in clif_parse_BankCheck.Andrei Karas1-8/+8
2018-01-14Add new map server change packet 0x0ac7.Andrei Karas1-8/+14
2018-01-14Split packets_shuffle.h into main and zero shuffle packets.Andrei Karas4-1194/+3652
2018-01-14Split packet_keys.h to main client keys and zero client keys.Andrei Karas4-6/+2072
2018-01-14Move custom keys definition from packets_keys.h into clif.cAndrei Karas2-4/+4
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru13-33/+66
2018-01-14Merge pull request #1929 from Asheraf/progressbarHaru4-1/+59
2018-01-10Merge pull request #1943 from Asheraf/skill_reproduceHaru2-20/+8