Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix itemskill() script command
|
|
Fix (un)equip script execution for map zone restrcited items
|
|
Extend getiteminfo() script command
|
|
Increase MAX_MOB_LIST_PER_MAP to 115 in pre-RE mode
|
|
Add new return values to pc_setpos() function
|
|
Add unitiswalking() script command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
guidelines
|
|
|
|
|
|
|
|
|
|
|
|
This removes a lot of duplicated code, especially related to people not using the arrays dirx and diry.
Assertions for whenever these arrays are used have been added as well, to ensure valid index range.
Some trailing white space has been removed as well.
|
|
Without a doubt the readability of code will be increased by this greatly
|
|
|
|
|
|
|
|
|
|
|
|
|