summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 4 - map)Haru41-4179/+5470
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com>
2018-07-01Fix some incorrect format strings that I forgot to update in e32fe0d37Haru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2018-07-01Merge pull request #2115 from marky291/patch-2Haru1-5/+5
Documentation typos in pc.c
2018-07-01Merge pull request #2114 from marky291/patch-1Haru1-1/+1
Updated text to match new exp file.
2018-07-01Merge pull request #2086 from AnnieRuru/42-queueoptHaru1-3/+3
Fix *queueopt documentation
2018-07-01Merge pull request #2091 from AnnieRuru/46-novendingHaru1-0/+13
Fix novending cause player gets stuck
2018-07-01Fix a sign comparison issueHaru1-2/+2
Follow-up to 8ea98a7ff9 Signed-off-by: Haru <haru@dotalux.com>
2018-07-01Documentation in pc.cMark Hester1-5/+5
2018-07-01Updated text to match new exp file.Mark Hester1-1/+1
2018-06-30add support for send target in unittalkAsheraf5-16/+34
2018-06-30split clif_disp_overhead into 2 functions and convert to struct formatAsheraf3-15/+51
2018-06-30add option to hide names from unittalk() and npctalk()Murilo_Bio1-6/+24
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 Karas3-4/+37
Add support for known auth error packets in map server (before was used only old packet).
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 Karas11-21/+34
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 #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-29Merge pull request #2063 from dastgirp/2-petevolHaru8-31/+322
Implemented Pet Evolution and Pet Feeding
2018-06-25Implemented Pet Evolution System.Dastgir6-22/+286
2018-06-25Implemented Pet AutofeedingDastgir6-9/+36
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 #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-22enable use of private airship on packetver_mainAsheraf1-6/+6
2018-06-22Merge pull request #1924 from Asheraf/instance3Haru1-13/+35
Update Instance generating behaviour
2018-06-20Revert "Fixed Bug#8624"skyleo1-6/+1
This reverts commit 2c192fc93f4b5c8a19eaefbca4e24e160feb5d47. This `Fix` broke NPC_POWERUP (or rather SC_INCATKRATE) on Monsters, making MVPs like Atroce and Doppelganger not stronger in their Power Up phase as they used to be. Additionally it broke Divest Weapon's ATK Reduction on Monsters in Renewal.
2018-06-18Merge pull request #2064 from 4144/updatepacketsHaru11-10622/+10726
update packets and message table for clients 20180530 to 20180612
2018-06-18Merge pull request #2069 from marky291/patch-1Haru2-2/+2
Fix typos
2018-06-18Merge pull request #2072 from 4144/fixvendHaru1-4/+4
Fix clif_parse_OpenVending with empty items list.
2018-06-18Merge pull request #2066 from Asheraf/stylistfollowupHaru2-3/+11
correct wrong respond message being used in stylist shop
2018-06-18Merge pull request #2071 from Asheraf/expdbfollowupHaru1-2/+4
Fix a crash caused by removing entries in job_db
2018-06-18followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond ↵Asheraf2-3/+11
message being used in stylist shop
2018-06-18Fix novending cause player gets stuckAnnieRuru1-0/+13
2018-06-16Fix *queueopt documentationAnnieRuru1-3/+3
2018-06-15always give a return value in buildin_getunitsgumi1-0/+2
2018-06-15fix whitespaces in script.cgumi1-2/+2
2018-06-15add buildin_setparamgumi1-0/+38
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com>
2018-06-15allow to pass an account id to buildin_readparamgumi1-4/+9
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com>
2018-06-14Fix compilation for packet version smaller than 20090805.Andrei Karas1-5/+7
2018-06-14Split enum zc_ui_types by supported packet versions.Andrei Karas4-12/+33
Also fixed clif_open_ui for old clients.
2018-06-14Fix pre-increment / pre-decrement operator errorAnnieRuru1-2/+2
eg: if (1) ++.@i;
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas3-16/+28
2018-06-13Update message table for clients 20180530 - 20180612.Andrei Karas3-10587/+10641
2018-06-13Update packets for clients 20180530 - 20180612.Andrei Karas3-8/+23
2018-06-12Changed returntype of skill_check_condition_castend_unknown.Dastgir2-4/+6
skill_check_condition_castend is terminated if returntype is true