Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-29 | Merge pull request #2081 from EyesOfAHawk/buildin_setparam | Haru | 1 | -2/+45 | |
Adds setparam(), change optional param for readparam() | |||||
2018-06-29 | Merge pull request #2063 from dastgirp/2-petevol | Haru | 8 | -31/+322 | |
Implemented Pet Evolution and Pet Feeding | |||||
2018-06-25 | Implemented Pet Evolution System. | Dastgir | 6 | -22/+286 | |
2018-06-25 | Implemented Pet Autofeeding | Dastgir | 6 | -9/+36 | |
2018-06-25 | Merge pull request #2077 from AnnieRuru/39-pre-increment | Haru | 1 | -2/+2 | |
Fix pre-increment / pre-decrement operator error | |||||
2018-06-25 | Merge pull request #2076 from dastgirp/3-skill_plugin | Haru | 2 | -4/+6 | |
Plugin function ReturnType fix | |||||
2018-06-25 | Merge pull request #2075 from guilherme-gm/rodex-script | Haru | 1 | -1/+1 | |
Fixed rodex_sendmail_acc script command and rodex examples | |||||
2018-06-22 | Merge pull request #1924 from Asheraf/instance3 | Haru | 1 | -13/+35 | |
Update Instance generating behaviour | |||||
2018-06-18 | Merge pull request #2064 from 4144/updatepackets | Haru | 11 | -10622/+10726 | |
update packets and message table for clients 20180530 to 20180612 | |||||
2018-06-18 | Merge pull request #2069 from marky291/patch-1 | Haru | 2 | -2/+2 | |
Fix typos | |||||
2018-06-18 | Merge pull request #2072 from 4144/fixvend | Haru | 1 | -4/+4 | |
Fix clif_parse_OpenVending with empty items list. | |||||
2018-06-18 | Merge pull request #2066 from Asheraf/stylistfollowup | Haru | 2 | -3/+11 | |
correct wrong respond message being used in stylist shop | |||||
2018-06-18 | Merge pull request #2071 from Asheraf/expdbfollowup | Haru | 1 | -2/+4 | |
Fix a crash caused by removing entries in job_db | |||||
2018-06-18 | followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond ↵ | Asheraf | 2 | -3/+11 | |
message being used in stylist shop | |||||
2018-06-15 | always give a return value in buildin_getunits | gumi | 1 | -0/+2 | |
2018-06-15 | fix whitespaces in script.c | gumi | 1 | -2/+2 | |
2018-06-15 | add buildin_setparam | gumi | 1 | -0/+38 | |
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com> | |||||
2018-06-15 | allow to pass an account id to buildin_readparam | gumi | 1 | -4/+9 | |
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com> | |||||
2018-06-14 | Fix compilation for packet version smaller than 20090805. | Andrei Karas | 1 | -5/+7 | |
2018-06-14 | Split enum zc_ui_types by supported packet versions. | Andrei Karas | 4 | -12/+33 | |
Also fixed clif_open_ui for old clients. | |||||
2018-06-14 | Fix pre-increment / pre-decrement operator error | AnnieRuru | 1 | -2/+2 | |
eg: if (1) ++.@i; | |||||
2018-06-13 | Add cz enum for types in packet 0x0a68. | Andrei Karas | 3 | -16/+28 | |
2018-06-13 | Update message table for clients 20180530 - 20180612. | Andrei Karas | 3 | -10587/+10641 | |
2018-06-13 | Update packets for clients 20180530 - 20180612. | Andrei Karas | 3 | -8/+23 | |
2018-06-12 | Changed returntype of skill_check_condition_castend_unknown. | Dastgir | 2 | -4/+6 | |
skill_check_condition_castend is terminated if returntype is true | |||||
2018-06-10 | Fixed rodex_sendmail_acc script command and rodex examples | Guilherme G. Menaldo | 1 | -1/+1 | |
2018-06-07 | Fix clif_parse_OpenVending with empty items list. | Andrei Karas | 1 | -4/+4 | |
Also add cast to int for packet sizes. | |||||
2018-06-07 | Fix a crash caused by removing entries in job_db | Asheraf | 1 | -2/+4 | |
2018-06-06 | typo fix clif.c | Mark Hester | 1 | -1/+1 | |
2018-06-06 | Fix typo on pc.c documentation | Mark Hester | 1 | -1/+1 | |
2018-06-05 | Update buildin instance_create to follow official behaviour | Asheraf | 1 | -13/+35 | |
2018-06-03 | Merge pull request #2004 from Asheraf/stylist | Haru | 7 | -1/+269 | |
Implementation of stylist ui | |||||
2018-06-03 | Merge pull request #2036 from Asheraf/exp-db | Haru | 3 | -185/+274 | |
Conversion of exp.txt to Libconfig | |||||
2018-06-03 | Merge pull request #2057 from 4144/pvptimer | Haru | 2 | -3/+6 | |
Fix map flag pvp_nocalcrank if use at or script command for enable pvp. | |||||
2018-06-03 | Fix the skill element for levels above the MAX_SKILL_LEVEL | Haru | 1 | -4/+0 | |
Fixes a regression in 2b4bfa5d08931530d5c9b30af10dd58c1af14883 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-06-03 | Conversion of exp.txt to libconfig | Smokexyz | 3 | -185/+274 | |
2018-06-02 | Fix map flag pvp_nocalcrank if use at or script command for enable pvp. | Andrei Karas | 2 | -3/+6 | |
Fixes #2056 | |||||
2018-06-02 | Implementation of stylist ui | Asheraf | 7 | -1/+269 | |
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 9 | -12/+144 | |
Add new *pcblock script command | |||||
2018-06-02 | Merge pull request #2055 from trojal/patch-1 | Haru | 1 | -1/+1 | |
Don't overwrite mob.range with Inherit:true | |||||
2018-06-02 | Merge pull request #2038 from 4144/msi | Haru | 11 | -86/+59385 | |
Improve msgstring table usage | |||||
2018-05-31 | Don't overwrite mob.range with Inherit:true | trojal | 1 | -1/+1 | |
Using mob_db2 and Inherit: true shouldn't override the base mob's range if it's not included. | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 71 | -71/+71 | |
2018-05-29 | Add autogenerated messages list headers with original strings and translation. | Andrei Karas | 11 | -46/+59345 | |
Also add packet version checks for used messages. | |||||
2018-05-29 | Fix wrong values in clif_messages enum. | Andrei Karas | 6 | -58/+58 | |
Also use official constant names with custom prefix in clif_messages enum. | |||||
2018-05-29 | Use enum clif_messages in functions clif_msgtable*. | Andrei Karas | 2 | -10/+10 | |
2018-05-29 | Merge pull request #1851 from mekolat/getunits2 | Haru | 1 | -19/+69 | |
Allow global unit lookups from scripts | |||||
2018-05-27 | Merge pull request #2043 from 4144/updatepackets | Haru | 5 | -8/+74 | |
Update packets | |||||
2018-05-23 | Add packet 0x0afc into packets.h | Andrei Karas | 1 | -0/+18 | |
2018-05-23 | Update shuffle packets and keys. | Andrei Karas | 4 | -8/+56 | |