summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13use a dedicated zone remove function when reloading zonesgumi3-2/+25
2018-11-13Fixed code that assumed the character to be already on a map, on loginHaru1-2/+5
Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Remove a duplicate output line from the help message for the channel atcommandHaru1-3/+1
Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Fixed character not joining its guild chat when joining a new guild.Mathy1-0/+5
2018-11-13Fix an issue that caused some guild channels not to be left when leaving ↵Haru2-8/+7
allychat - The issue was caused by an array compaction while iterating through the array members. - A visible effect was that under certain conditions (depending on the alliance size), a character that left a guild could still see allychat messages from some of the allied guilds. Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Replace sd->channels with a VECTORHaru6-65/+36
This removes some shady array compaction code and prepares the ground for some further fixes. Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Merge pull request #2289 from EyesOfAHawk/buildin_getnpcidHaru30-281/+269
Remove type argument from buildin_getnpcid.
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk30-281/+269
2018-11-13Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delayHaru5-4/+22
Add config for '@channel setopt MessageDelay <delay>'
2018-11-13Merge pull request #2286 from EyesOfAHawk/channel_delay_msgHaru2-2/+4
Change channel delay message to time left instead of generic message.
2018-11-13Add the available information to the charlog when selecting a characterHaru1-2/+13
All the necessary information was already available (the full character data is loaded by `char_parse_char_select()`), but it wasn't used by the charlog insert query. Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Add the available information to the charlog when renaming a characterHaru2-4/+15
All the necessary information was already available (charlog fields are part of the shortdata, which is already loaded by `char_rename_char_sql()`), but it wasn't used by the charlog insert query. Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Merge pull request #2283 from j-chad/patch-1Haru1-9/+9
Fix a few typos in README
2018-11-13Merge pull request #2259 from Emistry/doc_item_bonusHaru2-444/+436
Update Item Bonus Documentation
2018-11-13Merge pull request #2319 from MishimaHaruna/remove-minicoreHaru10-195/+27
Remove minicore
2018-11-13HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-11-13Merge pull request #2268 from dastgirp/lgtm/pythonHaru4-8/+7
Fixes alerts shown by LGTM for python
2018-11-13Merge pull request #2265 from dastgirp/coverity/fix1Haru1-23/+0
Fixed Logically Dead Code in status.c
2018-11-13Merge pull request #2302 from BinaryCrochet/patch-1Haru1-13/+11
Proofread & edited CONTRIBUTING document
2018-11-13Merge pull request #2310 from 4144/updatepacketsHaru13-477/+805
Update packets and messages up to 2018-11-07
2018-11-13Merge pull request #2304 from Helianthella/data-to-stringHaru3-0/+81
add data_to_string()
2018-11-13Merge pull request #1866 from Helianthella/rename2Haru2-1/+16
patch for #1805 (char rename)
2018-11-13Merge pull request #2105 from Helianthella/getunits3Haru3-11/+17
break the loop in buildin_getunits when the max is reached
2018-11-13Remove the unused minicore libraries and ifdefsHaru6-94/+22
Minicore was previously used by the tools in the src/tool directory, and is currently unused. Signed-off-by: Haru <haru@dotalux.com>
2018-11-13Fix report about unhandled packets.Andrei Karas1-2/+2
2018-11-11Remove the unused src/tool directoryHaru4-101/+5
The directory has been unused since the mapcache generator was converted to a plugin. Signed-off-by: Haru <haru@dotalux.com>
2018-11-07[ci skip] add some missing entries to mailmapgumi1-0/+95
Co-authored-by: Kisuka <kisuka@kisuka.com> Co-authored-by: Lemongrass3110 <lemongrass@kstp.at> Co-authored-by: Dastgir Pojee <dastgirp@gmail.com>
2018-11-07break the loop in buildin_getunits when the max is reachedgumi3-11/+17
2018-11-07Improve packet version check for packet 0x82d.Andrei Karas1-14/+13
2018-11-07Update maximum packet version in .travis.ymlAndrei Karas1-6/+6
2018-11-07Update packet ZC_AUTOSPELLLIST.Andrei Karas2-34/+54
2018-11-07Fix packet ZC_FORMATSTRING_MSG_COLOR for old clients.Andrei Karas2-0/+4
2018-11-07Update packet ZC_ITEM_PREVIEW for zero 2018-10-24Andrei Karas2-3/+3
2018-11-07Update non shuffle packets list up to 2018-10-31Andrei Karas1-2/+24
2018-11-07Update messages up to 2018-11-07Andrei Karas3-3/+219
2018-11-07Update shuffle packets up to 2018-11-07Andrei Karas3-6/+14
2018-11-07Update keys up to 2018-11-07Andrei Karas2-407/+466
2018-10-22add documentation for buildin_data_to_stringgumi1-0/+12
2018-10-22add unit tests for data_to_stringgumi1-0/+10
2018-10-22add buildin_data_to_string and buildin_string_to_datagumi1-0/+59
2018-10-22add an option to prevent from renaming a character if they are in a guild or ↵gumi2-1/+16
party closes #1805
2018-10-22Release v2018.10.21v2018.10.21Haru1-0/+40
Signed-off-by: Haru <haru@dotalux.com>
2018-10-22Constants Documentation SyncHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Merge pull request #2279 from Helianthella/promptHaru4-106/+42
deprecate buildin_prompt, bake it into buildin_select
2018-10-22Constants Documentation SyncHercules.ws1-0/+493
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22ItemDB SQL SyncHercules.ws2-0/+985
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Merge pull request #2280 from Asheraf/itemplaceholdersHaru2-0/+4930
Add some item db placeholders
2018-10-22Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22HPM Hooks UpdateHercules.ws5-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Fix gitlab-ci script for clang-5.0Haru1-12/+36
The package clang-5.0 has been removed from Debian unstable and testing (as buster will ship with 6.0 and 7), and is currently only available in stretch-backports. Signed-off-by: Haru <haru@dotalux.com>