summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-08Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fixHaru1-5/+5
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+39
2018-04-02Rename script->sprintf() to script->sprintf_helper()Haru1-5/+5
2018-03-28don't throw a warning in buildin_getmapinfo when the map is not foundgumi1-2/+2
2018-02-15expose script_sprintf to pluginsgumi1-0/+1
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-10/+10
2018-02-09Implemented hatEffect.Dastgir1-0/+39
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-18/+127
2018-01-25Implementation of 'constants.inc' fileMurilo Pereti Tavares1-0/+1
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru1-7/+7
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-7/+7
2017-12-11Add support for packet ZC_PROGRESS_ACTORAsheraf1-0/+23
2017-11-18Merge pull request #1902 from MishimaHaruna/getiteminfo-fixHaru1-31/+65
2017-11-18Merge pull request #1896 from MishimaHaruna/skill_id_idxHaru1-2/+2
2017-11-18Merge pull request #1469 from dastgir/2016-3_IOT_NONEHaru1-26/+44
2017-11-12Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo().Haru1-0/+7
2017-11-12Add ITEMINFO_MATK support to getiteminfo() / setiteminfo().Haru1-0/+7
2017-11-12Add type constants for the getiteminfo()/setiteminfo() buildinsHaru1-31/+51
2017-11-05Fix/clarify various incorrect modulo operationsHaru1-1/+1
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-1/+1
2017-11-04Refresh npc after changing fields in setunitdata.Andrei Karas1-1/+2
2017-11-04Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2.Andrei Karas1-0/+10
2017-11-04Add view_data related fields to npc into setunitdata/getunitdata.Andrei Karas1-0/+37
2017-11-04Merge pull request #1894 from Asheraf/qtypeHaru1-18/+24
2017-11-04Merge pull request #1865 from dastgir/2017-1_equipoption_modHaru1-15/+20
2017-11-02update qtype constants to support new 2017 client icons.Asheraf1-18/+24
2017-10-23Fix warning with gcc-7.Andrei Karas1-1/+1
2017-10-22Fix an incorrect null check in BUILDIN(logmes)Haru1-2/+3
2017-10-21Merge pull request #1833 from Emistry/mapflag_noautolootHaru1-0/+3
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-0/+3
2017-10-20Merge pull request #1852 from mekolat/getmapinfo2mekolat1-0/+78
2017-10-20Merge pull request #1843 from mekolat/logmes2mekolat1-9/+31
2017-10-20Modified setequipoption to allow removal of equip options.Dastgir1-15/+20
2017-10-05add buildin_getmapinfogumi1-0/+78
2017-10-04add buildin_dressroomEdwin1-0/+49
2017-09-21allow buildin_logmes to log to the atcommand tablegumi1-9/+31
2017-09-19allow buildin_getgroupid to take a GIDMurilo_Bio1-7/+15
2017-09-18fix rogue whitespaces in rodex buildinsgumi1-3/+3
2017-09-18deprecate buildin_useatcmdgumi1-1/+1
2017-09-17Add support for bitmask arrays in the item_db Loc fieldHaru1-0/+9
2017-09-17Add support for bitmask arrays in the item_db Upper fieldHaru1-0/+10
2017-09-17Move other view-related variables to `sd->status.look`Haru1-4/+4
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-1/+1
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-1/+1
2017-09-17Split 'View' in two different fields in the item databaseHaru1-2/+2
2017-09-17Reimplement getiteminfo/setiteminfo in a safer and more maintainable wayHaru1-58/+113
2017-09-17Add item subtype (weapon/ammunition type) constantsHaru1-0/+37
2017-07-30Implementation of RoDEXKirieZ1-0/+181
2017-07-27Fix possible buffer overflows with snprintf.Andrei Karas1-1/+1
2017-07-12Merge pull request #1790 from mekolat/channel2Haru1-3/+5