Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix overflowing pointer in getiteminfo() script command
|
|
Fix memory leak in npc_expanded_barter_fromsql() function
|
|
Add proper backtrace logging even if functions is hidden.
|
|
It's currently only tested on linux, and doesn't work yet on macOS (tested on 10.15). Further work is necessary
Signed-off-by: Haru <haru@dotalux.com>
|
|
different executable format than elf
|
|
|
|
|
|
This bugged aggressive monsters for example, as they wouldn't move to
you and just do a move animation on 1 cell, stationary.
Introduced by fe378985d5267bee1f73049c826ad4f1e9c2b9c4
|
|
|
|
|
|
Item with favorite flag can't sell to NPC.
|
|
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
|