Age | Commit message (Expand) | Author | Files | Lines |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -7/+7 |
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 |
2017-11-18 | Merge pull request #1896 from MishimaHaruna/skill_id_idx | Haru | 1 | -2/+2 |
2017-11-18 | Merge pull request #1469 from dastgir/2016-3_IOT_NONE | Haru | 1 | -26/+44 |
2017-11-12 | Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo(). | Haru | 1 | -0/+7 |
2017-11-12 | Add ITEMINFO_MATK support to getiteminfo() / setiteminfo(). | Haru | 1 | -0/+7 |
2017-11-12 | Add type constants for the getiteminfo()/setiteminfo() buildins | Haru | 1 | -31/+51 |
2017-11-05 | Fix/clarify various incorrect modulo operations | Haru | 1 | -1/+1 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -1/+1 |
2017-11-04 | Refresh npc after changing fields in setunitdata. | Andrei Karas | 1 | -1/+2 |
2017-11-04 | Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2. | Andrei Karas | 1 | -0/+10 |
2017-11-04 | Add view_data related fields to npc into setunitdata/getunitdata. | Andrei Karas | 1 | -0/+37 |
2017-11-04 | Merge pull request #1894 from Asheraf/qtype | Haru | 1 | -18/+24 |
2017-11-04 | Merge pull request #1865 from dastgir/2017-1_equipoption_mod | Haru | 1 | -15/+20 |
2017-11-02 | update qtype constants to support new 2017 client icons. | Asheraf | 1 | -18/+24 |
2017-10-23 | Fix warning with gcc-7. | Andrei Karas | 1 | -1/+1 |
2017-10-22 | Fix an incorrect null check in BUILDIN(logmes) | Haru | 1 | -2/+3 |
2017-10-21 | Merge pull request #1833 from Emistry/mapflag_noautoloot | Haru | 1 | -0/+3 |
2017-10-22 | Add NoAutoloot mapflag | Emistry Haoyan | 1 | -0/+3 |
2017-10-20 | Merge pull request #1852 from mekolat/getmapinfo2 | mekolat | 1 | -0/+78 |
2017-10-20 | Merge pull request #1843 from mekolat/logmes2 | mekolat | 1 | -9/+31 |
2017-10-20 | Modified setequipoption to allow removal of equip options. | Dastgir | 1 | -15/+20 |
2017-10-05 | add buildin_getmapinfo | gumi | 1 | -0/+78 |
2017-10-04 | add buildin_dressroom | Edwin | 1 | -0/+49 |
2017-09-21 | allow buildin_logmes to log to the atcommand table | gumi | 1 | -9/+31 |
2017-09-19 | allow buildin_getgroupid to take a GID | Murilo_Bio | 1 | -7/+15 |
2017-09-18 | fix rogue whitespaces in rodex buildins | gumi | 1 | -3/+3 |
2017-09-18 | deprecate buildin_useatcmd | gumi | 1 | -1/+1 |
2017-09-17 | Add support for bitmask arrays in the item_db Loc field | Haru | 1 | -0/+9 |
2017-09-17 | Add support for bitmask arrays in the item_db Upper field | Haru | 1 | -0/+10 |
2017-09-17 | Move other view-related variables to `sd->status.look` | Haru | 1 | -4/+4 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a Subtype (part 2) | Haru | 1 | -1/+1 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a weapon Subtype | Haru | 1 | -1/+1 |
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 1 | -2/+2 |
2017-09-17 | Reimplement getiteminfo/setiteminfo in a safer and more maintainable way | Haru | 1 | -58/+113 |
2017-09-17 | Add item subtype (weapon/ammunition type) constants | Haru | 1 | -0/+37 |
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+181 |
2017-07-27 | Fix possible buffer overflows with snprintf. | Andrei Karas | 1 | -1/+1 |
2017-07-12 | Merge pull request #1790 from mekolat/channel2 | Haru | 1 | -3/+5 |
2017-07-11 | merge meko/set-sd2 | gumi | 1 | -4/+5 |
2017-07-11 | Added getcalendartime script command | KirieZ | 1 | -0/+96 |
2017-07-11 | Added time limit parameter to setquest | KirieZ | 1 | -4/+6 |
2017-07-11 | Merge pull request #1788 from mekolat/type2 | Haru | 1 | -0/+64 |
2017-07-10 | fix setting pc var on another pc | gumi | 1 | -4/+5 |
2017-07-04 | Merge pull request #1773 from dastgir/bug/item-options | smokexyz | 1 | -6/+6 |
2017-06-28 | Fix a compile error on ARM (Raspberry Pi 3) | Haru | 1 | -8/+17 |
2017-06-25 | fix guild leader change in 2017 clients. Based on rathena commit: | Andrei Karas | 1 | -1/+1 |
2017-06-24 | make buildin_recovery more versatile | gumi | 1 | -14/+48 |