Anonymous | Login | 2024-11-21 14:59 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000771 | VCMI | GUI - Adventure Map | public | 2011-07-23 06:16 | 2014-05-30 17:40 | ||||
Reporter | Warmonger | ||||||||
Assigned To | Tow | ||||||||
Priority | high | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 0.86 | Fixed in Version | 0.86 | ||||||
Summary | 0000771: Hero path is not refreshed on new turn | ||||||||
Description | When we begin new turn with the same hero which was selected previously, his path remains brown and no move is possible. Only selecting another hero and coming back refreshes it. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001899) lssjbrolli (reporter) 2011-08-04 20:27 |
maybe it's related to an workaround made in r2215 in CCallback.cpp: - cl->gs->calculatePaths(static_cast<const CGHeroInstance *>(obj), *cl->pathInfo); + if(cl->pathInfo->hero != obj) //calculate new paths only if we selected a different hero |
(0001930) Tow (developer) 2011-08-25 15:27 |
Fixed in r2306. |
(0001936) ubuntux (developer) 2011-08-26 00:48 |
Still present in r2309. If a hero path takes more than one turn, at the end of the turn the path becomes red (correct), but at the beginning of the next turn, the path is still red, and the horse cursor still indicates 2 turns. |
(0001937) Tow (developer) 2011-08-26 23:47 |
Thank you for the fast notice :) With r2319 it should be really fixed. |
Issue History | |||
Date Modified | Username | Field | Change |
2011-07-23 06:16 | Warmonger | New Issue | |
2011-08-04 20:27 | lssjbrolli | Note Added: 0001899 | |
2011-08-25 15:27 | Tow | Note Added: 0001930 | |
2011-08-25 15:27 | Tow | Status | new => resolved |
2011-08-25 15:27 | Tow | Fixed in Version | => 0.89 |
2011-08-25 15:27 | Tow | Resolution | open => fixed |
2011-08-25 15:27 | Tow | Assigned To | => Tow |
2011-08-26 00:47 | ubuntux | Note Added: 0001935 | |
2011-08-26 00:48 | ubuntux | Note Added: 0001936 | |
2011-08-26 00:48 | ubuntux | Status | resolved => feedback |
2011-08-26 00:48 | ubuntux | Resolution | fixed => reopened |
2011-08-26 00:48 | ubuntux | Note Deleted: 0001935 | |
2011-08-26 23:47 | Tow | Note Added: 0001937 | |
2011-08-26 23:47 | Tow | Status | feedback => resolved |
2011-08-26 23:47 | Tow | Resolution | reopened => fixed |
2014-05-30 17:40 | beegee | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |