summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf3-0/+39
2018-04-03Merge pull request #1995 from guilherme-gm/rodex-expireHaru1-1/+1
Fixed wrong rodex loading when mail expire date was manually changed
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru4-5/+7
Implemented login date for guild members.
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru4-35/+225
changed quest packets to structure form + some update
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru6-0/+106
Implemented HatEffect
2018-03-29Add non shuffle packets for 2018-03-14 - 2018-03-28 clients.Andrei Karas1-0/+23
2018-03-29Add shuffle packets and keys for 2018-03-14 - 2018-03-28 clients.Andrei Karas4-8/+96
2018-03-29Simplify version checks with new packet version defines.Andrei Karas1-6/+4
2018-03-28don't throw a warning in buildin_getmapinfo when the map is not foundgumi1-2/+2
2018-03-20Fixed wrong rodex loading when mail expire date was manually changedGuilherme G. Menaldo1-1/+1
2018-03-14- Implemented login date for guild members.Jônatas Andreta4-5/+7
Signed-off-by: Megasantos <jonataandretta@hotmail.com>
2018-03-13Added quest_notify_objective and its packetDastgir4-1/+70
2018-03-13Extended UPDATE_MISSION_HUNT to support new packetDastgir2-1/+16
2018-03-12Changed UPDATE_MISSION_HUNT packet to structure formDastgir2-15/+45
2018-03-12Extended ADD_QUEST to support new packetDastgir2-1/+25
2018-03-12Changed ADD_QUEST packet to structure formDastgir2-15/+49
2018-03-12Implemented ZC_ALL_QUEST_LIST3 Packet.Dastgir2-6/+24
2018-03-11Merge pull request #1541 from Normynator/masterHaru3-41/+54
Changed Kafrapoints calculation.
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru2-1/+6
RoDEX Update
2018-03-11Merge pull request #1987 from guilherme-gm/rodexfixesHaru4-17/+46
Some rodex fixes
2018-03-11Merge pull request #1983 from 4144/updatepacketsHaru6-18/+305
Update packets and keys for clients up to 20180221.
2018-03-11Merge pull request #1989 from dastgir/fix/db2sqlHaru1-1/+2
DB2SQL Crash Fix
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, ↵Guilherme G. Menaldo1-0/+3
avoiding message to be deleted. Thanks @tlacson7
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in ↵Guilherme G. Menaldo3-9/+18
rodex
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo3-8/+25
2018-03-04Fixes crash on DB2SQL Plugin.Dastgir Pojee1-1/+2
ClanDB was uninitialized when minimal configuration was required. Fixes #1984
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
Kafrapoints should now be used correctly. Issue #1540 Changed opening braces according to coding styl. Changed some lines according to coding styl. new-line-before-return ? more styling code changes changes in coding style coding style changes Fixed message output on acted cash. Removed unsupported and not needed var ret. Update pc.c Update atcommand.c Coding style added function description added return validation used wrong method in validation Fixed typo in clif.c Moved temp var to block start
2018-02-18Merge pull request #1976 from mekolat/printfHaru2-0/+2
expose script_sprintf to plugins
2018-02-17New mapcache systemhemagx2-117/+136
* Now each map is in separated file so now it will be easier to know which map got updated or delete on updates * Now there's md5 checksum check for each map * Now the map cache is platform safe, the old format was not packed which may result in undefined behavior * The map cache tool got converted into hercules plugin Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com>
2018-02-15expose script_sprintf to pluginsgumi2-0/+2
2018-02-13Merge pull request #1973 from MishimaHaruna/bg_message-fixHaru1-12/+9
Fix unterminated strings in ZC_BATTLEFIELD_CHAT
2018-02-13Fix unterminated strings in ZC_BATTLEFIELD_CHATHaru1-12/+9
Follow-up to #1890 (targeting the clients that were excluded) The unterminated string could cause client crashes or trailing garbage to be displayed when receiving a battlegrounds chat message, on various client versions. Signed-off-by: Haru <haru@dotalux.com>
2018-02-12Fix possible crash in zone change code. Fixes #1971Andrei Karas1-0/+2
In function map_zone_change2 silently exit if zone is NULL.
2018-02-12Fix messages about enabled/disabled cvc mode.Andrei Karas1-2/+2
2018-02-10Merge pull request #1890 from lucaslsb/stableHaru1-0/+3
Overflow correction in visual function bg_message
2018-02-10Merge pull request #1969 from 4144/packetsupdateHaru5-0/+150
Update packets and keys tables up to 20180207.
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
Signed-off-by: Haru <haru@dotalux.com>
2018-02-10Fix some minor issues in the clan system, as reported by coverityHaru2-9/+3
Signed-off-by: Haru <haru@dotalux.com>
2018-02-09Implemented hatEffect.Dastgir6-0/+106
Allows the player to have hatEffect specialeffects. Base taken from rAthena
2018-02-08Fix different clan issues.Andrei Karas2-2/+5
Add missing online check for clan members. Clean sd pointer after clan member went offline.
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru29-95/+3050
Implementation of Official Clan System
2018-02-04Send out of sight packet before hiding player.Andrei Karas1-0/+1