Age | Commit message (Expand) | Author | Files | Lines |
2015-12-25 | Implemented NoViewID | Dastgir | 1 | -1/+2 |
2015-12-20 | Add script->id2sd function to throw error properly if player not found | AnnieRuru | 1 | -0/+3 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_script | Haru | 1 | -1/+1 |
2015-11-14 | Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent... | Haru | 1 | -3/+3 |
2015-11-14 | Changed struct script_queue::item into a VECTOR and Renamed to ::entries | Haru | 1 | -5/+4 |
2015-11-14 | Renamed hQueue/hQueueIterator/hQueueOpt to latest standards | Haru | 1 | -23/+30 |
2015-11-14 | Changed script->hq and script->hqi into VECTOR type | Haru | 1 | -3/+2 |
2015-10-01 | Split function set_reg and get_val into functions based on variable types. | Andrei Karas | 1 | -0/+16 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -3/+3 |
2015-08-10 | Add script interface function run_pet. It do same thing as run. | Andrei Karas | 1 | -0/+1 |
2015-08-10 | Add script interface function run_npc. It do same thing as run. | Andrei Karas | 1 | -1/+2 |
2015-08-10 | Move unequip item script function call into function script_run_item_unequip_... | Andrei Karas | 1 | -0/+1 |
2015-08-10 | Move equip item script function call into function script_run_item_equip_script. | Andrei Karas | 1 | -0/+2 |
2015-08-10 | Move use item script function call into function script_run_use_script. | Andrei Karas | 1 | -0/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -7/+7 |
2015-03-15 | Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46 | shennetsind | 1 | -0/+1 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -0/+52 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 |
2014-12-16 | Add function what call OnUntouch event. | Andrei Karas | 1 | -0/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -9/+9 |
2014-11-14 | Add ability to add deprecated command from scripts and plugins. | Andrei Karas | 1 | -1/+1 |
2014-10-28 | Removed some temporary case-check error messages. | Haru | 1 | -2/+1 |
2014-10-28 | Removed some temporary case-check error messages. | Haru | 1 | -1/+0 |
2014-10-27 | Added source support to mark script commands as deprecated | Haru | 1 | -0/+4 |
2014-10-18 | Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is... | Haru | 1 | -3/+3 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-05-16 | Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3 | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -5/+7 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -7/+5 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -5/+7 |
2014-05-09 | Return EXIT_FAILURE if a script parse error occurred. | Haru | 1 | -1/+1 |
2014-03-17 | Added regular expression matching script commands and operators | Haru | 1 | -0/+4 |
2014-03-14 | Added internal awareness of active script instances | shennetsind | 1 | -1/+2 |
2014-03-10 | Fixed a crash caused by NPC variable references in callfunc | Haru | 1 | -0/+3 |
2014-03-05 | Corrected same-reference check to work on vars with the same name in differen... | Haru | 1 | -0/+7 |
2014-03-05 | Ref redesign, part 3 | Haru | 1 | -13/+13 |
2014-03-05 | Ref redesign, part 2 | Haru | 1 | -12/+18 |
2014-03-05 | Ref redesign, part 1 | Haru | 1 | -11/+0 |
2014-02-26 | Improved mapindex_name2id errors for scripts | shennetsind | 1 | -0/+1 |
2014-02-26 | Removed Option_ constants from const.txt, now input directly from the source | shennetsind | 1 | -0/+2 |
2014-02-11 | Fixed issue with referenced array operations | shennetsind | 1 | -3/+3 |
2014-02-09 | Follow-up to 7b19f964b88dffcfdc8c12648d5e4ee8a26a9504 | Haru | 1 | -1/+0 |
2014-02-09 | Improved script case check reports to include more accurate source info. | Haru | 1 | -2/+4 |
2014-02-08 | Improvements on the script commands sscanf, axtoi. Added strtol. | Haru | 1 | -1/+0 |
2014-02-02 | Introducing HPM Datacheck | shennetsind | 1 | -3/+3 |
2014-01-13 | Improved overwriting priority of variables/constants/parameters | Haru | 1 | -1/+0 |
2014-01-12 | Adjusted indexing of vars with index 0 | shennetsind | 1 | -0/+1 |
2014-01-11 | Hercules 1st 2014 MegaPatch | shennetsind | 1 | -20/+53 |
2013-12-30 | Added support for string vars on commands that require a string | Haru | 1 | -1/+3 |