summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-06-30Move mapif functions from inter.c to mapif.cHaru2-321/+299
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the inter/char ↵Haru6-80/+145
interfaces Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_storage.c to mapif.cHaru2-224/+208
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the ↵Haru4-34/+40
inter_storage interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_rodex.c to mapif.c and fix some return typesHaru3-189/+181
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the ↵Haru2-6/+19
inter_rodex interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_quest.c to mapif.cHaru2-77/+75
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the ↵Haru4-35/+44
inter_quest interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_pet.c to mapif.cHaru2-150/+140
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_pet ↵Haru4-26/+40
interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_party.c to mapif.cHaru2-251/+228
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the ↵Haru2-47/+118
inter_party interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_mercenary.c to mapif.cHaru2-66/+60
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the ↵Haru4-20/+19
inter_mercenary interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_mail.c to mapif.cHaru2-166/+155
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_mail ↵Haru4-71/+117
interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_homunculus.c to mapif.cHaru2-107/+93
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the ↵Haru5-26/+24
inter_homunculus interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_guild.c to mapif.cHaru2-446/+412
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functionality from the mapif interface to the ↵Haru5-137/+245
inter_guild interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_elemental.c to mapif.cHaru2-61/+60
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move some non-mapif functions from the mapif interface to the ↵Haru5-21/+22
inter_elemental interface Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_clan.c to mapif.cHaru2-28/+26
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from int_auction.c to mapif.cHaru2-246/+227
Signed-off-by: Haru <haru@dotalux.com>
2018-06-30Move mapif functions from char.c to mapif.cHaru2-160/+152
Signed-off-by: Haru <haru@dotalux.com>
2018-06-29Update HPM hooks.Andrei Karas8-28/+162
2018-06-29Fix for clif_parse_RouletteInfo for new 2018 clients.Andrei Karas2-0/+9
2018-06-29Add support for new auth error packet in zero.Andrei Karas5-5/+42
Add support for known auth error packets in map server (before was used only old packet).
2018-06-29Add new field into packet char_send_map_info.Andrei Karas2-3/+12
But unused for now.
2018-06-29Add packet 0xae5 for send pincode login state.Andrei Karas2-0/+37
2018-06-29Add new packet for change map server with air ship.Andrei Karas3-3/+27
By default missing client image.
2018-06-29Add new packet for change map with airship (warp).Andrei Karas3-2/+23
By default missing client image.
2018-06-29Update messages enum up to 2018-06-27.Andrei Karas3-10599/+10621
2018-06-29Update packets and keys up to 2018-06-27.Andrei Karas5-10/+30
2018-06-29Fix packet 836 (search in stores).Andrei Karas12-27/+41
Added item options fields into this packet. Updated other things for support for report item options in vending. Buying store not supported for now.
2018-06-29Merge pull request #2100 from Jedzkie/PincodeFixHaru1-4/+5
Fix pincode bug
2018-06-29Merge pull request #2098 from Asheraf/pairshipupdateHaru1-6/+6
update private airship map list to match main kRO servers
2018-06-29Merge pull request #2097 from HerculesWS/incatkrate_n_divestfixHaru1-6/+1
Fix SC_INCATKRATE not working on monsters and Divest Weapon
2018-06-29Merge pull request #2081 from EyesOfAHawk/buildin_setparamHaru1-2/+45
Adds setparam(), change optional param for readparam()
2018-06-29HPM Hooks UpdateHercules.ws5-5/+107
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-29Merge pull request #2063 from dastgirp/2-petevolHaru10-38/+331
Implemented Pet Evolution and Pet Feeding
2018-06-25Implemented Pet Evolution System.Dastgir6-22/+286
2018-06-25Implemented Pet AutofeedingDastgir8-16/+45
2018-06-25Merge pull request #2077 from AnnieRuru/39-pre-incrementHaru1-2/+2
Fix pre-increment / pre-decrement operator error
2018-06-25Merge pull request #2106 from MishimaHaruna/shutdownfixHaru2-8/+8
Fix the shutdown callback (2015 regression)
2018-06-25HPM Hooks UpdateHercules.ws2-10/+11
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-25Merge pull request #2076 from dastgirp/3-skill_pluginHaru2-4/+6
Plugin function ReturnType fix
2018-06-25Merge pull request #2075 from guilherme-gm/rodex-scriptHaru1-1/+1
Fixed rodex_sendmail_acc script command and rodex examples
2018-06-24Call the shutdown callback when terminating through the server exit console ↵Haru1-1/+4
command Signed-off-by: Haru <haru@dotalux.com>
2018-06-24Use the correct shutdown callback when the server receives a termination signalHaru1-7/+4
This fixes a regression introduced in 22bd368e5d4d8d61a7189d03f52c3afd90c0729e Signed-off-by: Haru <haru@dotalux.com>