Age | Commit message (Expand) | Author | Files | Lines |
2017-03-12 | Merge pull request #1610 from mekolat/timer2 | Haru | 1 | -17/+37 |
2017-03-12 | Minor optimizations for the warpguild implementation | Haru | 1 | -12/+13 |
2017-03-12 | Merge pull request #1496 from Emistry/scriptcommand_warpguild | Haru | 1 | -28/+33 |
2017-03-05 | allow to use addtimercount on another player | gumi | 1 | -2/+6 |
2017-03-05 | fix code style in buildin_addtimercount | gumi | 1 | -4/+5 |
2017-03-05 | allow to use deltimer on another player | gumi | 1 | -2/+6 |
2017-03-05 | fix code style in buildin_deltimer | gumi | 1 | -2/+3 |
2017-03-05 | allow to use addtimer on another player | gumi | 1 | -2/+6 |
2017-03-05 | make addtimer return success or failure | gumi | 1 | -2/+6 |
2017-03-05 | fix code style in buildin_addtimer | gumi | 1 | -4/+6 |
2017-03-05 | Merge pull request #1589 from mekolat/strinfo2 | Haru | 1 | -58/+77 |
2017-03-05 | Update *warpguild() script command. | Emistry Haoyan | 1 | -28/+33 |
2017-02-26 | add getvariableofpc() buildin | gumi | 1 | -2/+51 |
2017-02-26 | allow character and account variables to reference another registry | gumi | 1 | -15/+59 |
2017-02-26 | fix code style in set_reg | gumi | 1 | -19/+32 |
2017-02-26 | fix indentation in set_reg | gumi | 1 | -44/+44 |
2017-02-26 | fix code style in script_array_src | gumi | 1 | -5/+6 |
2017-02-26 | fix indentation in script_array_src | gumi | 1 | -22/+22 |
2017-02-26 | fix code style in get_val | gumi | 1 | -17/+22 |
2017-02-26 | fix indentation in get_val | gumi | 1 | -52/+52 |
2017-02-26 | Revert "allow to get vars of other players with getd" | gumi | 1 | -210/+96 |
2017-02-26 | Merge pull request #1586 from mekolat/getd2 | Ridley | 1 | -96/+210 |
2017-02-26 | Added option to show classchange only to one player (#1587) | Guilherme G. M | 1 | -8/+19 |
2017-02-25 | allow strcharinfo() and strnpcinfo() to take a GID | gumi | 1 | -58/+77 |
2017-02-25 | allow to get vars of other players with getd | gumi | 1 | -96/+210 |
2017-02-25 | add chr() and ord() buildins | gumi | 1 | -1/+26 |
2016-12-03 | Remove the platform-dependent variables from struct status_data | Haru | 1 | -1/+1 |
2016-12-03 | Ensure that pc->addfame() increments the correct fame points | Haru | 1 | -9/+9 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -6/+6 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -14/+14 |
2016-12-02 | Fixed a null-pointer dereference in BUILDIN(makeitem2) | Haru | 1 | -1/+1 |
2016-12-02 | Merge pull request #1405 from Emistry/scriptcommand_makeitem2 | Haru | 1 | -0/+85 |
2016-12-01 | Fixed areawarp cell check | Lemongrass3110 | 1 | -1/+4 |
2016-11-20 | Removed support for apostrophes in constants | Haru | 1 | -1/+1 |
2016-10-22 | Implemented SC_BITESCAR: | Dastgir Pojee | 1 | -2/+5 |
2016-10-07 | Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra) | Haru | 1 | -2/+0 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 1 | -2/+2 |
2016-09-12 | Add script command navigateto. Add packet for this command. | Andrei Karas | 1 | -0/+55 |
2016-09-11 | Clarified/rewritten part of script_array_ensure_zero() | Haru | 1 | -9/+12 |
2016-09-11 | Changed GD_MAX check to be non-inclusive | Haru | 1 | -1/+1 |
2016-09-10 | Add missing checks into script.c | Andrei Karas | 1 | -60/+208 |
2016-08-28 | Update *makeitem2 script command | Emistry Haoyan | 1 | -0/+85 |
2016-08-20 | Re-added HPM support for configuration settings | Haru | 1 | -1/+2 |
2016-08-19 | Ported script.conf to libconfig | Haru | 1 | -41/+44 |
2016-07-14 | Changed chat_data::minLvl and chat_data::maxLvl to int and renamed to min_lev... | Haru | 1 | -2/+2 |
2016-07-12 | Interface md5calc.c | hemagx | 1 | -2/+2 |
2016-07-10 | HULD: Improved .po file parser to properly read concatenated strings | Haru | 1 | -57/+141 |
2016-07-04 | Add one check for possible script issue. | Andrei Karas | 1 | -3/+15 |
2016-06-30 | Use item attribute as flags varible. Now only ATTR_BROKEN flag exists. | Andrei Karas | 1 | -6/+8 |
2016-06-25 | Corrected an issue that prevented changing default languages | Haru | 1 | -12/+26 |