Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Can be used from chat or from custom item menu from items.xml
|
|
Separate menus supproted for inventory, storage, cart.
|
|
|
|
|
|
|
|
|
|
|
|
Also add chat command for add skill shortcut by skill id into free slot.
|
|
|
|
|
|
|
|
particle -> missile-particle
castingParticle -> castingMissile-particle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add also enum for badge draw type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For legacy server aka tmwa, it allow all commands.
|
|
|
|
|
|
|
|
In most case it equal to std::vector except debug modes.
Now it can be also mse::mstd::vector, but sadly this class not support
all required features.
|
|
Also replace <vector> include into "utils/vector.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|