Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -693/+867 | |
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-01 | Merge pull request #2086 from AnnieRuru/42-queueopt | Haru | 1 | -3/+3 | |
Fix *queueopt documentation | |||||
2018-06-30 | add support for send target in unittalk | Asheraf | 1 | -5/+19 | |
2018-06-30 | add option to hide names from unittalk() and npctalk() | Murilo_Bio | 1 | -6/+24 | |
2018-06-29 | Fix packet 836 (search in stores). | Andrei Karas | 1 | -1/+1 | |
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-29 | Merge pull request #2081 from EyesOfAHawk/buildin_setparam | Haru | 1 | -2/+45 | |
Adds setparam(), change optional param for readparam() | |||||
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 #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 | 1 | -1/+3 | |
update packets and message table for clients 20180530 to 20180612 | |||||
2018-06-16 | Fix *queueopt documentation | AnnieRuru | 1 | -3/+3 | |
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 | Split enum zc_ui_types by supported packet versions. | Andrei Karas | 1 | -0/+2 | |
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 | 1 | -1/+1 | |
2018-06-10 | Fixed rodex_sendmail_acc script command and rodex examples | Guilherme G. Menaldo | 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 | 1 | -0/+12 | |
Implementation of stylist ui | |||||
2018-06-02 | Fix map flag pvp_nocalcrank if use at or script command for enable pvp. | Andrei Karas | 1 | -2/+4 | |
Fixes #2056 | |||||
2018-06-02 | Implementation of stylist ui | Asheraf | 1 | -0/+12 | |
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 1 | -3/+95 | |
Add new *pcblock script command | |||||
2018-06-02 | Merge pull request #2038 from 4144/msi | Haru | 1 | -1/+4 | |
Improve msgstring table usage | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 | |
2018-05-29 | Add autogenerated messages list headers with original strings and translation. | Andrei Karas | 1 | -0/+3 | |
Also add packet version checks for used messages. | |||||
2018-05-29 | Fix wrong values in clif_messages enum. | Andrei Karas | 1 | -1/+1 | |
Also use official constant names with custom prefix in clif_messages enum. | |||||
2018-05-21 | add support for global lookups in buildin_getunits | gumi | 1 | -19/+69 | |
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -1/+31 | |
2018-05-04 | Quick Fix *getunitdata | AnnieRuru | 1 | -1/+1 | |
- this script command always return false; even it is on true condition | |||||
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 1 | -3/+95 | |
thanks to @MishimaHaruna for the updated syntax | |||||
2018-05-01 | Merge pull request #2019 from Asheraf/mskillconf | Haru | 1 | -0/+54 | |
Convert mob_skill_db into libconf format | |||||
2018-04-19 | Convert mob_skill_db into libconf format | Asheraf | 1 | -0/+54 | |
2018-04-11 | *delwall now give a friendly warning to remind non-existent wall | AnnieRuru | 1 | -2/+8 | |
2018-04-08 | Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fix | Haru | 1 | -5/+5 | |
Fix HPMHooking compilation when sprintf() is a macro | |||||
2018-04-03 | Merge pull request #1965 from dastgir/2018/3-hateffect | Haru | 1 | -0/+39 | |
Implemented HatEffect | |||||
2018-04-02 | Rename script->sprintf() to script->sprintf_helper() | Haru | 1 | -5/+5 | |
This prevents compile errors in HPMHooking in case sprintf is defined as a macro by the C library Fixes #2003 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-03-28 | don't throw a warning in buildin_getmapinfo when the map is not found | gumi | 1 | -2/+2 | |
2018-02-15 | expose script_sprintf to plugins | gumi | 1 | -0/+1 | |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -10/+10 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-09 | Implemented hatEffect. | Dastgir | 1 | -0/+39 | |
Allows the player to have hatEffect specialeffects. Base taken from rAthena | |||||
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -18/+127 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2018-01-25 | Implementation of 'constants.inc' file | Murilo Pereti Tavares | 1 | -0/+1 | |
This file will help to make constants that are only accessible on src to be accessible on scripts too. | |||||
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -7/+7 | |
Add support for new drop packet 0xadd for zero clients | |||||
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -7/+7 | |
2017-12-11 | Add support for packet ZC_PROGRESS_ACTOR | Asheraf | 1 | -0/+23 | |
2017-11-18 | Merge pull request #1902 from MishimaHaruna/getiteminfo-fix | Haru | 1 | -31/+65 | |
getiteminfo() / setiteminfo() fixes | |||||
2017-11-18 | Merge pull request #1896 from MishimaHaruna/skill_id_idx | Haru | 1 | -2/+2 | |
Skill ID / IDX fixes | |||||
2017-11-18 | Merge pull request #1469 from dastgir/2016-3_IOT_NONE | Haru | 1 | -26/+44 | |
Fixes #1397 |