Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | Fix a compiler warning in 32 bit builds | Haru | 1 | -2/+2 |
2020-06-01 | Merge pull request #2758 from Kenpachi2k13/loudhailer | Haru | 1 | -0/+45 |
2020-06-01 | Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npc | Haru | 1 | -9/+68 |
2020-06-01 | Merge pull request #2671 from Helianthella/binliteral | Haru | 1 | -25/+107 |
2020-06-01 | Fix crash in npcshopdelitem script command | Andrei Karas | 1 | -1/+8 |
2020-05-31 | Merge pull request #2699 from Kenpachi2k13/multi_itemskill | Haru | 1 | -14/+15 |
2020-05-31 | Implement loudhailer() script command | Kenpachi Developer | 1 | -0/+45 |
2020-05-27 | Merge pull request #2733 from Kenpachi2k13/msc_magicattacked | Haru | 1 | -0/+1 |
2020-05-27 | Merge pull request #2142 from Helianthella/export2 | Haru | 1 | -148/+405 |
2020-05-22 | Implement MSC_MAGICATTACKED cast condition for monster skills | Kenpachi Developer | 1 | -0/+1 |
2020-05-13 | Add skill_enabled_npc battle flag and implement usage | Kenpachi Developer | 1 | -0/+5 |
2020-05-13 | Add optional parameter <flag> to enable_items() and disable_items() script co... | Kenpachi Developer | 1 | -9/+58 |
2020-05-13 | Extend item_enabled_npc battle flag with option for usable items | Kenpachi Developer | 1 | -0/+5 |
2020-05-10 | Don't abort auto-cast skills if sd->ud.skilltimer is not INVALID_TIMER | Kenpachi Developer | 1 | -1/+1 |
2020-05-10 | Use auto_cast_current instead of autocast | Kenpachi Developer | 1 | -12/+12 |
2020-05-10 | Add data to auto-cast vector | Kenpachi Developer | 1 | -0/+3 |
2020-05-10 | Remove misplaced pc_autocast_clear() calls from BUILDIN(itemskill) | Kenpachi Developer | 1 | -2/+0 |
2020-05-10 | Merge pull request #2705 from Kenpachi2k13/string_var_size | Haru | 1 | -0/+39 |
2020-05-09 | Validate length of value for permanent string variables in set_reg() function | Kenpachi Developer | 1 | -0/+12 |
2020-05-09 | Add script_is_permanent_variable() function | Kenpachi Developer | 1 | -0/+27 |
2020-05-07 | add support for number separators | gumi | 1 | -28/+67 |
2020-05-04 | Merge pull request #2062 from AnnieRuru/36-PCBLOCK_COMMANDS | Haru | 1 | -4/+4 |
2020-05-03 | add a config flag to allow to local functions to be event handlers | gumi | 1 | -0/+2 |
2020-05-03 | add a config flag to allow local functions to be public by default | gumi | 1 | -2/+8 |
2020-05-03 | allow local NPC functions to be public or private | gumi | 1 | -149/+398 |
2020-05-03 | Free dummy_sd in all code paths | Kenpachi2k13 | 1 | -0/+2 |
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 support for binary and octal number literals | gumi | 1 | -23/+66 |
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 |