Age | Commit message (Expand) | Author | Files | Lines |
2020-03-08 | Change returning error-code in unit->walktoxy to obey code-style guidelines | skyleo | 1 | -7/+10 |
2020-03-08 | Refactor code using directions to use enum unit_dir | skyleo | 1 | -13/+13 |
2020-03-08 | Added Item Bound Type constants | Emistry Haoyan | 1 | -0/+7 |
2020-02-09 | Added pc_itemskill_clear() function. | Kenpachi Developer | 1 | -6/+5 |
2020-02-09 | Applied code style to BUILDIN(itemskill). | Kenpachi Developer | 1 | -23/+29 |
2020-02-09 | Added itemskill option flags to the script constants. | Kenpachi Developer | 1 | -0/+6 |
2020-02-09 | Added a new option flag to itemskill() script command to be able to forcefull... | Kenpachi Developer | 1 | -2/+3 |
2020-02-09 | Added a new option flag to itemskill() script command, to be able to cast a s... | Kenpachi Developer | 1 | -1/+2 |
2020-02-09 | Fixed skill conditions check and <flag> parameter in itemskill() script command. | Kenpachi Developer | 1 | -7/+18 |
2020-02-09 | Merge pull request #2586 from Asheraf/madostatueffect | Haru | 1 | -3/+16 |
2020-02-09 | Merge pull request #2619 from dastgirp/getunits/fix | Haru | 1 | -0/+7 |
2020-02-09 | Merge pull request #2590 from Kenpachi2k13/issue#2530 | Haru | 1 | -58/+91 |
2020-02-09 | Add script command achievement_iscompleted to check for achievement status | Asheraf | 1 | -0/+18 |
2020-02-09 | Add new script commands cloakonnpc/cloakoffnpc | Asheraf | 1 | -0/+52 |
2020-02-09 | Applied code style to touched script commands. | Kenpachi Developer | 1 | -58/+91 |
2020-02-09 | Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no... | Kenpachi Developer | 1 | -3/+3 |
2020-02-09 | Add script commands for expanded barter shops | Andrei Karas | 1 | -27/+294 |
2020-02-09 | Add expanded barter shop constant | Andrei Karas | 1 | -0/+1 |
2020-01-29 | Implement support for switching madogear type | Asheraf | 1 | -3/+16 |
2020-01-25 | Added a check in getunits to not proceed if mapname is invalid. | Dastgir | 1 | -0/+7 |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 |
2020-01-12 | Merge pull request #2604 from Kenpachi2k13/issue#1861 | Haru | 1 | -123/+159 |
2020-01-12 | Merge pull request #2606 from Ridley8819/pcblocknpc | Haru | 1 | -0/+7 |
2020-01-12 | Adds buildin_resetfeel, buildin_resethate and acmd_hatereset. | EyesOfAHawk | 1 | -0/+34 |
2020-01-09 | Moved variable declarations out of the for loops, as requested. | Kenpachi Developer | 1 | -40/+27 |
2020-01-09 | Adding PCBLOCK_NPC to setpcblock script command | Ridley | 1 | -0/+7 |
2020-01-08 | Added missing argument qualifier to the definitions of `warpparty()` and `war... | Kenpachi Developer | 1 | -2/+2 |
2020-01-08 | Re-added mapflag restrictions to warpguild() and introduced a flag to disable... | Kenpachi Developer | 1 | -6/+30 |
2020-01-07 | Re-added mapflag restrictions to warpparty() and introduced a flag to disable... | Kenpachi Developer | 1 | -9/+33 |
2020-01-05 | Applied code style to warpparty() and warpguild() script commands. | Kenpachi Developer | 1 | -116/+125 |
2020-01-05 | Removed nowarp and noreturn mapflag restrictions from warpparty() and warpgui... | Kenpachi Developer | 1 | -16/+8 |
2019-12-12 | Add script function specialeffectnum | Andrei Karas | 1 | -0/+51 |
2019-11-17 | Merge pull request #2577 from Asheraf/dehardcodestatusicons | Haru | 1 | -2/+1 |
2019-11-17 | Merge pull request #2569 from guilherme-gm/fix-huld-r | Haru | 1 | -0/+12 |
2019-11-17 | Merge pull request #2566 from Helianthella/guild | Haru | 1 | -7/+108 |
2019-11-06 | Dehardcode Status Icons | Asheraf | 1 | -2/+1 |
2019-10-27 | Makes HULD .po files read \r as a control character | Guilherme Menaldo | 1 | -0/+12 |
2019-10-20 | deprecate buildin_getguildmasterid | gumi | 1 | -1/+1 |
2019-10-20 | deprecate buildin_getguildmaster | gumi | 1 | -1/+1 |
2019-10-20 | deprecate buildin_getguildname | gumi | 1 | -1/+1 |
2019-10-20 | add buildin_getguildinfo | gumi | 1 | -4/+105 |
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 1 | -1/+2 |
2019-10-18 | Merge pull request #2492 from dastgirp/huld/split | Haru | 1 | -40/+83 |
2019-10-18 | Merge pull request #2540 from dastgirp/fix/buffer-overflow-npcshopdel | Haru | 1 | -3/+5 |
2019-10-05 | Dehardcodes db files base path so the db folder can be easily moved | Guilherme Menaldo | 1 | -1/+2 |
2019-10-02 | Fixed MultiLine support for translations | Dastgir | 1 | -16/+25 |
2019-10-02 | Load translations from a directory rather than a file | Haru | 1 | -24/+58 |
2019-10-02 | Fixed heap-buffer-overflow on npcshopdelitem | Dastgir | 1 | -3/+5 |
2019-09-23 | Merge pull request #2336 from Asheraf/lapineddukddak | Haru | 1 | -0/+37 |
2019-09-23 | Merge pull request #2536 from MishimaHaruna/compile-fixes | Haru | 1 | -1/+1 |