Notes |
|
(0003210)
|
Ivan
|
2012-11-15 17:29
|
|
Thanks for patch - this will save me some time to find out what's wrong but this is not correct location for fix.
For example you can get same bug by embarking on boat adjacent to town. |
|
|
(0003211)
|
cirdan
|
2012-11-15 18:11
|
|
Well, I just looked for a way to stop the crash, and this worked, but I understand that a more general solution may be needed to encompass all the ways that a hero can leave a town. |
|
|
|
Probably more general use of teleportHero could help here. It already sets town unvisited, but cna have only other town as target (for Town Portal).
Another option is TryMoveHero netpack. |
|
|
(0003214)
|
Ivan
|
2012-11-15 18:29
|
|
teleportHero does not suits for boats
call in TryMoveHero::applyGS caused crash in moving hero on client side (that part of code is hard to debug for me)
So far unvisit object call works fine in gameHander::moveHero but that function needs some generalization - a lot of copy-paste in it. |
|
|
(0003216)
|
Ivan
|
2012-11-16 00:13
|
|
Should be fixed in rev 3012 |
|