summaryrefslogtreecommitdiff
path: root/src/map/script.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-14[TMW2 CHERRYPICK] Add NoPet mapflagEmistry Haoyan1-1/+2
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-2/+3
2020-09-12This is Hercules v2019.09.22Jesusaves1-0/+13
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-1/+24
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+1
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru1-1/+3
2019-05-05Extend setinitdata and getunitdata with UDT_GROUP flagAndrei Karas1-0/+1
2019-03-12Add constants to *getpetinfo, and add some new fieldsAnnieRuru1-0/+21
2019-03-11Add constants and MERCINFO_GID to *getmercinfo script commandAnnieRuru1-0/+17
2018-12-04Added mapflags 'nostorage' and 'nogstorage'Carlos Henrique1-1/+3
2018-10-22Merge pull request #2279 from Helianthella/promptHaru1-0/+5
2018-10-21Updated getiteminfo and setiteminfo.Dastgir1-0/+1
2018-10-11add constants for max menu length and optionsgumi1-0/+3
2018-10-11bake buildin_prompt into buildin_select and clarify the difference between th...gumi1-0/+2
2018-07-30push constants as C_NAME in the script buffergumi1-1/+0
2018-07-30always set the type when doing script->add_strgumi1-0/+1
2018-07-25Merge pull request #2093 from AnnieRuru/47-MAX_ARRAYSIZEHaru1-1/+1
2018-07-24Merge pull request #2130 from mekolat/reloadconstHaru1-1/+1
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-1/+1
2018-07-13reload the const db on script reloadgumi1-1/+1
2018-06-19Fix SCRIPT_MAX_ARRAYSIZEAnnieRuru1-1/+1
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-0/+16
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-04Implementation of Private AirShipAsheraf1-1/+3
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-0/+16
2018-04-02Rename script->sprintf() to script->sprintf_helper()Haru1-1/+1
2018-02-15expose script_sprintf to pluginsgumi1-0/+1
2017-11-12Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo().Haru1-0/+1
2017-11-12Add ITEMINFO_MATK support to getiteminfo() / setiteminfo().Haru1-0/+1
2017-11-12Add type constants for the getiteminfo()/setiteminfo() buildinsHaru1-0/+23
2017-11-04Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2.Andrei Karas1-0/+2
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-0/+1
2017-06-28Fix a compile error on ARM (Raspberry Pi 3)Haru1-1/+2
2017-06-24make buildin_recovery more versatilegumi1-0/+2
2017-05-28add exponentiation operatorgumi1-0/+1
2017-04-23Merge pull request #1584 from Smokexyz/masterHaru1-0/+75
2017-04-12fix a16fbb3 "allow character and account variables to reference another regis...gumi1-0/+4
2017-04-04Implementation of unit controlling script commands.Smokexyz1-0/+75
2016-09-12Add script command navigateto. Add packet for this command.Andrei Karas1-0/+11
2016-08-19Ported script.conf to libconfigHaru1-4/+4
2016-07-10HULD: Improved .po file parser to properly read concatenated stringsHaru1-0/+1
2016-07-04Add one check for possible script issue.Andrei Karas1-1/+1
2016-06-25Added mesf() command (combination of mes() and sprintf())Haru1-0/+1
2016-06-25Added _$() macro to the script engine to mark a translatable string as format...Haru1-0/+2
2016-06-25Moved translations template generator to a pluginHaru1-7/+1
2016-06-25Split translation handling out of parse_simpleexpr_string()Haru1-1/+2
2016-06-25Split parse_simpleexpr() in specialized sub-functions (HPM compatibility)Haru1-4/+8
2016-06-25Correctly escaped special characters in the generated_translations.potHaru1-1/+1
2016-06-25Changed script->translation_buf to a VECTORHaru1-3/+2
2016-06-25Replaced script_code::script_buf with a VECTORHaru1-11/+14