Age | Commit message (Expand) | Author | Files | Lines |
2018-10-22 | Merge pull request #2279 from Helianthella/prompt | Haru | 1 | -0/+5 |
2018-10-21 | Updated getiteminfo and setiteminfo. | Dastgir | 1 | -0/+1 |
2018-10-11 | add constants for max menu length and options | gumi | 1 | -0/+3 |
2018-10-11 | bake buildin_prompt into buildin_select and clarify the difference between th... | gumi | 1 | -0/+2 |
2018-07-30 | push constants as C_NAME in the script buffer | gumi | 1 | -1/+0 |
2018-07-30 | always set the type when doing script->add_str | gumi | 1 | -0/+1 |
2018-07-25 | Merge pull request #2093 from AnnieRuru/47-MAX_ARRAYSIZE | Haru | 1 | -1/+1 |
2018-07-24 | Merge pull request #2130 from mekolat/reloadconst | Haru | 1 | -1/+1 |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -1/+1 |
2018-07-13 | reload the const db on script reload | gumi | 1 | -1/+1 |
2018-06-19 | Fix SCRIPT_MAX_ARRAYSIZE | AnnieRuru | 1 | -1/+1 |
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 1 | -0/+16 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -1/+3 |
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 1 | -0/+16 |
2018-04-02 | Rename script->sprintf() to script->sprintf_helper() | Haru | 1 | -1/+1 |
2018-02-15 | expose script_sprintf to plugins | gumi | 1 | -0/+1 |
2017-11-12 | Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo(). | Haru | 1 | -0/+1 |
2017-11-12 | Add ITEMINFO_MATK support to getiteminfo() / setiteminfo(). | Haru | 1 | -0/+1 |
2017-11-12 | Add type constants for the getiteminfo()/setiteminfo() buildins | Haru | 1 | -0/+23 |
2017-11-04 | Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2. | Andrei Karas | 1 | -0/+2 |
2017-10-22 | Add NoAutoloot mapflag | Emistry Haoyan | 1 | -0/+1 |
2017-06-28 | Fix a compile error on ARM (Raspberry Pi 3) | Haru | 1 | -1/+2 |
2017-06-24 | make buildin_recovery more versatile | gumi | 1 | -0/+2 |
2017-05-28 | add exponentiation operator | gumi | 1 | -0/+1 |
2017-04-23 | Merge pull request #1584 from Smokexyz/master | Haru | 1 | -0/+75 |
2017-04-12 | fix a16fbb3 "allow character and account variables to reference another regis... | gumi | 1 | -0/+4 |
2017-04-04 | Implementation of unit controlling script commands. | Smokexyz | 1 | -0/+75 |
2016-09-12 | Add script command navigateto. Add packet for this command. | Andrei Karas | 1 | -0/+11 |
2016-08-19 | Ported script.conf to libconfig | Haru | 1 | -4/+4 |
2016-07-10 | HULD: Improved .po file parser to properly read concatenated strings | Haru | 1 | -0/+1 |
2016-07-04 | Add one check for possible script issue. | Andrei Karas | 1 | -1/+1 |
2016-06-25 | Added mesf() command (combination of mes() and sprintf()) | Haru | 1 | -0/+1 |
2016-06-25 | Added _$() macro to the script engine to mark a translatable string as format... | Haru | 1 | -0/+2 |
2016-06-25 | Moved translations template generator to a plugin | Haru | 1 | -7/+1 |
2016-06-25 | Split translation handling out of parse_simpleexpr_string() | Haru | 1 | -1/+2 |
2016-06-25 | Split parse_simpleexpr() in specialized sub-functions (HPM compatibility) | Haru | 1 | -4/+8 |
2016-06-25 | Correctly escaped special characters in the generated_translations.pot | Haru | 1 | -1/+1 |
2016-06-25 | Changed script->translation_buf to a VECTOR | Haru | 1 | -3/+2 |
2016-06-25 | Replaced script_code::script_buf with a VECTOR | Haru | 1 | -11/+14 |
2016-06-25 | Replaced script->buf with a VECTOR | Haru | 1 | -4/+9 |
2016-06-25 | Replaced struct script_string_buf definition with a VECTOR | Haru | 1 | -4/+4 |
2016-03-20 | Dropped typedef from DBMap | Haru | 1 | -6/+6 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -4/+4 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -2/+2 |
2016-03-20 | Added const qualifier to the value argument of script->setd_sub | Haru | 1 | -1/+1 |
2016-03-20 | Added separate char* and const char* data types to struct script_data | Haru | 1 | -11/+16 |
2016-03-20 | Changed script->get_val to return a const pointer | Haru | 1 | -1/+1 |
2016-03-11 | Hardcore Parameters from constant database to avoid synchronize issues with s... | hemagx | 1 | -0/+1 |
2016-01-29 | Merge pull request #1108 from 4144/pcreconfigure | Haru | 1 | -2/+0 |