Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This change allows players to talk to multiple NPCs at a time (if the server agrees). Manaserv's netcode allows multiple commerce instances too. eAthena's is limited to one commerce instance, due to protocol limitations.
|
|
Also added the update copyright tool from the Wormux Team.
( And not forgetting credit's due. :P )
|
|
|
|
Also remove some extra new lines and fix eAthena's PartyTab define guards.
|
|
The move up and move down keys will now let you navigate the list mode
and change the value on the integer mode.
|
|
In doing so, NPC Dialogs now show the resize grip again.
|
|
Warnings were about initialization order and signed variables compared
to unsigned variables. Please pay attention to these things.
Also made some getters const and turned some std::string parameters into
const std::string &.
|
|
Added plus and minus buttons on NPC Integer input.
No server side modifications.
|
|
Also add a reset button for the string and integer input modes.
|
|
|
|
|