Age | Commit message (Expand) | Author | Files | Lines |
2020-04-11 | Add missing constants for global skill assignment | Kenpachi Developer | 1 | -0/+5 |
2020-04-06 | Merge pull request #2682 from HerculesWS/questinfo_memory_fixes | Haru | 1 | -2/+3 |
2020-04-05 | Merge pull request #2668 from Kenpachi2k13/extend_pcblock_commands | Haru | 1 | -5/+8 |
2020-04-05 | Apply code style to BUILDIN(setunitdata) function | Kenpachi Developer | 1 | -284/+343 |
2020-04-05 | Add pet_set_hunger() function | Kenpachi Developer | 1 | -1/+1 |
2020-04-05 | Add enum for pet intimacy levels and use its constants | Kenpachi Developer | 1 | -0/+9 |
2020-04-05 | Add enum for pet hunger levels and use its constants | Kenpachi Developer | 1 | -1/+9 |
2020-04-05 | Merge pull request #2657 from Kenpachi2k13/autocast_clean_up | Haru | 1 | -17/+19 |
2020-04-05 | Fixed a memory violation in quest info caused by accessing -1 index when qi_l... | Ibrahim Zidan | 1 | -2/+3 |
2020-03-28 | Add optional paramter <account id> to checkpcblock() script command | Kenpachi Developer | 1 | -2/+2 |
2020-03-28 | Add return values to setpcblock() script command | Kenpachi Developer | 1 | -1/+4 |
2020-03-28 | Add optional paramter <account id> to setpcblock() script command | Kenpachi Developer | 1 | -2/+2 |
2020-03-14 | Remove skillitem and skillitemlv variables and use map_session_data->autocast... | Kenpachi Developer | 1 | -5/+3 |
2020-03-14 | Remove map_session_data->state.itemskill_* and use map_session_data->autocast... | Kenpachi Developer | 1 | -6/+1 |
2020-03-14 | Remove itemskill_id and itemskill_lv helper variables, since they are not use... | Kenpachi Developer | 1 | -4/+0 |
2020-03-14 | Add pc_autocast_clear() function calls | Kenpachi Developer | 1 | -0/+6 |
2020-03-14 | Rename function pc_itemskill_clear() to pc_autocast_clear() | Kenpachi Developer | 1 | -7/+7 |
2020-03-14 | Add map_session_data->autocast.itemskill_* assignments | Kenpachi Developer | 1 | -0/+4 |
2020-03-14 | Add map_session_data->autocast.skill_id/_lv assignments | Kenpachi Developer | 1 | -0/+2 |
2020-03-14 | Add map_session_data->autocast.type assignments | Kenpachi Developer | 1 | -0/+1 |
2020-03-12 | Use script_pushstrcopy() instead of script_pushstr() for returning item names | Kenpachi Developer | 1 | -2/+2 |
2020-03-09 | Merge pull request #2648 from Kenpachi2k13/itemskill_fix | Haru | 1 | -3/+5 |
2020-03-09 | Merge pull request #2639 from Kenpachi2k13/getiteminfo_extension | Haru | 1 | -22/+53 |
2020-03-08 | Merge pull request #2628 from Kenpachi2k13/unitiswalking | Haru | 1 | -0/+33 |
2020-03-08 | Change the name of all functions which got their return-value meaning changed | skyleo | 1 | -14/+14 |
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-03-06 | Change validation of itemskill_check_conditions according to new name | Kenpachi Developer | 1 | -1/+1 |
2020-03-06 | Rename itemskill_no_conditions to itemskill_check_conditions | Kenpachi Developer | 1 | -2/+2 |
2020-03-06 | Rename ISF_IGNORECONDITIONS to ISF_CHECKCONDITIONS | Kenpachi Developer | 1 | -2/+2 |
2020-03-06 | Add pc_itemskill_clear() calls to BUILDIN(itemskill) | Kenpachi Developer | 1 | -0/+2 |
2020-02-21 | Apply code style to BUILDIN(getiteminfo) function | Kenpachi Developer | 1 | -19/+32 |
2020-02-21 | Add new ITEMINFO_* constants to getiteminfo() script command | Kenpachi Developer | 1 | -0/+9 |
2020-02-21 | Add ITEMINFO_ID, ITEMINFO_AEGISNAME and ITEMINFO_NAME constants | Kenpachi Developer | 1 | -0/+3 |
2020-02-21 | Make getiteminfo() script command usable with item name, too | Kenpachi Developer | 1 | -3/+9 |
2020-02-11 | Add unitiswalking() script command | Kenpachi Developer | 1 | -0/+33 |
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 |