Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-11 | Merge pull request #1983 from 4144/updatepackets | Haru | 6 | -18/+305 | |
Update packets and keys for clients up to 20180221. | |||||
2018-03-11 | Merge pull request #1989 from dastgir/fix/db2sql | Haru | 1 | -1/+2 | |
DB2SQL Crash Fix | |||||
2018-03-11 | Fix packet character name request reply for 20180221 clients. | Andrei Karas | 1 | -5/+20 | |
2018-03-11 | Fix friend list packet for clients 20180221 and newer. | Andrei Karas | 1 | -5/+13 | |
2018-03-11 | Fix friend status update packet for clients 20180221 and newer. | Andrei Karas | 1 | -1/+8 | |
2018-03-11 | Update shuffle packets and keys for clients up to 20180309. | Andrei Karas | 5 | -7/+264 | |
2018-03-09 | Fixed a missing update on cached data when rodex attachment was retrieved, ↵ | Guilherme G. Menaldo | 1 | -0/+3 | |
avoiding message to be deleted. Thanks @tlacson7 | |||||
2018-03-08 | Fixed a nullpo error when user tried to do an action in an unloaded mail in ↵ | Guilherme G. Menaldo | 3 | -9/+18 | |
rodex | |||||
2018-03-08 | Fixed RoDEX mail return not working correctly | Guilherme G. Menaldo | 3 | -8/+25 | |
2018-03-04 | Fixes crash on DB2SQL Plugin. | Dastgir Pojee | 1 | -1/+2 | |
ClanDB was uninitialized when minimal configuration was required. Fixes #1984 | |||||
2018-03-01 | Fix use after free with option "delay_battle_damage: false". | Andrei Karas | 1 | -5/+11 | |
2018-02-27 | Add missing checks info clif_parse_* functions. | Andrei Karas | 1 | -58/+139 | |
2018-02-27 | Fix use after free error in @reloadatcommand gm command. | Andrei Karas | 1 | -1/+4 | |
2018-02-19 | Changed Kafrapoints calculation. | Normynator | 3 | -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-18 | Merge pull request #1976 from mekolat/printf | Haru | 2 | -0/+2 | |
expose script_sprintf to plugins | |||||
2018-02-17 | New mapcache system | hemagx | 2 | -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-15 | expose script_sprintf to plugins | gumi | 2 | -0/+2 | |
2018-02-13 | Merge pull request #1973 from MishimaHaruna/bg_message-fix | Haru | 1 | -12/+9 | |
Fix unterminated strings in ZC_BATTLEFIELD_CHAT | |||||
2018-02-13 | Fix unterminated strings in ZC_BATTLEFIELD_CHAT | Haru | 1 | -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-12 | Fix possible crash in zone change code. Fixes #1971 | Andrei Karas | 1 | -0/+2 | |
In function map_zone_change2 silently exit if zone is NULL. | |||||
2018-02-12 | Fix messages about enabled/disabled cvc mode. | Andrei Karas | 1 | -2/+2 | |
2018-02-10 | Merge pull request #1890 from lucaslsb/stable | Haru | 1 | -0/+3 | |
Overflow correction in visual function bg_message | |||||
2018-02-10 | Merge pull request #1969 from 4144/packetsupdate | Haru | 5 | -0/+150 | |
Update packets and keys tables up to 20180207. | |||||
2018-02-10 | Update packets and keys tables up to 20180207. | Andrei Karas | 5 | -0/+150 | |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 14 | -86/+86 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Fix some minor issues in the clan system, as reported by coverity | Haru | 2 | -9/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-09 | Implemented hatEffect. | Dastgir | 6 | -0/+106 | |
Allows the player to have hatEffect specialeffects. Base taken from rAthena | |||||
2018-02-08 | Fix different clan issues. | Andrei Karas | 2 | -2/+5 | |
Add missing online check for clan members. Clean sd pointer after clan member went offline. | |||||
2018-02-06 | Merge pull request #1718 from Murilo-BiO/clan_system | Haru | 29 | -95/+3050 | |
Implementation of Official Clan System | |||||
2018-02-04 | Send out of sight packet before hiding player. | Andrei Karas | 1 | -0/+1 | |
2018-02-04 | Hide area packets from hidden players/gms. | Andrei Karas | 1 | -1/+7 | |
2018-01-30 | Overflow correction in visual function bg_message | Lucas Brito | 1 | -0/+3 | |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 28 | -95/+2020 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2018-01-25 | Implementation of 'constants.inc' file | Murilo Pereti Tavares | 2 | -0/+1030 | |
This file will help to make constants that are only accessible on src to be accessible on scripts too. | |||||
2018-01-25 | Add keys for clients from 20180117. | Andrei Karas | 2 | -4/+19 | |
2018-01-25 | Add new non shuffle packets from 20171213. | Andrei Karas | 1 | -0/+58 | |
2018-01-25 | Remove shuffle packets generation for client 2013-12-23aRagexeRE. | Andrei Karas | 2 | -40/+138 | |
This packets conflicting with other clients with same date. Also add shuffle packets for latest clients. | |||||
2018-01-20 | Remove unused packets_keys.h | Andrei Karas | 1 | -1899/+0 | |
2018-01-14 | Update party member and party info packets. | Andrei Karas | 2 | -59/+94 | |
Also remove extra parts of party info packet. | |||||
2018-01-14 | Send wrong bank status by bank check packet status in clif_parse_BankCheck. | Andrei Karas | 1 | -8/+8 | |
2018-01-14 | Add new map server change packet 0x0ac7. | Andrei Karas | 1 | -8/+14 | |
2018-01-14 | Split packets_shuffle.h into main and zero shuffle packets. | Andrei Karas | 4 | -1194/+3652 | |
Also add shuffle packets for all clients from where shuffle packets can be extracted. | |||||
2018-01-14 | Split packet_keys.h to main client keys and zero client keys. | Andrei Karas | 4 | -6/+2072 | |
2018-01-14 | Move custom keys definition from packets_keys.h into clif.c | Andrei Karas | 2 | -4/+4 | |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 13 | -33/+66 | |
Add support for new drop packet 0xadd for zero clients | |||||
2018-01-14 | Merge pull request #1929 from Asheraf/progressbar | Haru | 4 | -1/+59 | |
Add support for packet ZC_PROGRESS_ACTOR | |||||
2018-01-10 | Merge pull request #1943 from Asheraf/skill_reproduce | Haru | 2 | -20/+8 | |
Replace the use of skill_reproduce_db with AllowReproduce flag | |||||
2017-12-28 | Added an extra check | Guilherme Guiguer Menaldo | 1 | -0/+5 | |
2017-12-28 | Fixed rodex loading mails when it requires multiple packets. | Guilherme Guiguer Menaldo | 1 | -6/+11 | |
2017-12-23 | Replace the use of skill_reproduce_db with AllowReproduce flag | Asheraf | 2 | -20/+8 | |