summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13Add the available information to the charlog when renaming a characterHaru1-3/+14
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 #2319 from MishimaHaruna/remove-minicoreHaru7-182/+22
Remove minicore
2018-11-13HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-11-13Merge pull request #2265 from dastgirp/coverity/fix1Haru1-23/+0
Fixed Logically Dead Code in status.c
2018-11-13Merge pull request #2310 from 4144/updatepacketsHaru12-471/+799
Update packets and messages up to 2018-11-07
2018-11-13Merge pull request #2304 from Helianthella/data-to-stringHaru1-0/+59
add data_to_string()
2018-11-13Merge pull request #1866 from Helianthella/rename2Haru1-0/+10
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 directoryHaru1-88/+0
The directory has been unused since the mapcache generator was converted to a plugin. Signed-off-by: Haru <haru@dotalux.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 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 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 ↵gumi1-0/+10
party closes #1805
2018-10-22Merge pull request #2279 from Helianthella/promptHaru3-99/+30
deprecate buildin_prompt, bake it into buildin_select
2018-10-22HPM Hooks UpdateHercules.ws5-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Merge pull request #2264 from Asheraf/pr5Haru1-12/+1
update at_bodystyle allowed jobs check
2018-10-22Add script command itempreview for update preview window with given item.Andrei Karas1-0/+12
2018-10-22Add packet ZC_ITEM_PREVIEW.Andrei Karas3-0/+38
It allow show item preview in already opened preview window.
2018-10-22Add missing checks into camera packets.Andrei Karas1-0/+2
2018-10-22Update packet ZC_REMOVE_EFFECT for zero clients.Andrei Karas1-2/+2
2018-10-22Update packet ZC_ADD_QUEST_EX.Andrei Karas2-3/+13
2018-10-22Update packet ZC_ALL_QUEST_LIST.Andrei Karas2-3/+13
2018-10-22Update packet ZC_UPDATE_MISSION_HUNT_EXAndrei Karas2-3/+11
2018-10-22Update non shuffle packets list up to 2018-10-17Andrei Karas1-0/+24
2018-10-22Update shuffle packets up to 2018-10-17Andrei Karas3-6/+9
2018-10-22Update keys up to 2018-10-17Andrei Karas2-4/+6
2018-10-22Update messages up to 2018-10-10.Andrei Karas1-2/+4
2018-10-22Merge pull request #2251 from Asheraf/pr3Haru5-1/+43
Add new type for mercenary class to setquestinfo()
2018-10-22Merge pull request #2250 from Asheraf/pr2Haru1-12/+1
change showevent icon validation to use function from questinfo
2018-10-21Merge pull request #2234 from dastgirp/issue/2217Haru1-0/+4
Fixed Assertion Error when refine is failed
2018-10-21Merge pull request #2172 from dastgirp/enhance/getiteminfoHaru2-0/+22
Updated getiteminfo and setiteminfo.
2018-10-21Merge pull request #2182 from guilherme-gm/201808-trapfixHaru8-16/+142
Fixes some issues with traps
2018-10-21Updated getiteminfo and setiteminfo.Dastgir2-0/+22
Added ITR_TRADE (Trade restriction) for both script commands
2018-10-21Merge pull request #2252 from Asheraf/pr4Haru1-0/+5
fix PACKET_ZC_PROPERTY_HOMUN size for old clients
2018-10-21Merge pull request #2208 from dastgirp/issue/2177Haru3-8/+11
Changes the item price to 1 if it is 0
2018-10-13Fixed Issue #2177Dastgir3-8/+11
If Item Price is 0, it is now changed to 1.
2018-10-13Fixed Assertion Error when refine is failed.Dastgir1-0/+4
Fixes #2217
2018-10-11add constants for max menu length and optionsgumi3-15/+20
2018-10-11bake buildin_prompt into buildin_select and clarify the difference between ↵gumi2-87/+13
the two
2018-10-07Merge pull request #2239 from guilherme-gm/201810-assertion_berserkHaru1-1/+3
Fixes an assertion error when sc_end is called for SC_BERSERK
2018-10-07Merge pull request #2235 from dastgirp/issue/2210Haru1-3/+2
Fixed failed assertion in guild invite.