MantisBT - VCMI | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001732 | VCMI | AI - Adventure Map | public | 2014-02-26 17:07 | 2014-06-02 10:59 |
| Reporter | xyz | ||||
| Assigned To | Warmonger | ||||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | 0.94f | ||||
| Target Version | Fixed in Version | 0.95 | |||
| Summary | 0001732: Typo in AIUtility.cpp (?) | ||||
| Description | for (int x = hpos.x - DIST_LIMIT; x <= hpos.y + DIST_LIMIT; ++x) //get only local objects instead of all possible objects on the map { for (int y = hpos.y - DIST_LIMIT; y <= hpos.y + DIST_LIMIT; ++y) Shouldn't first line be "for (int x = hpos.x - DIST_LIMIT; x <= hpos.x + DIST_LIMIT; ++x)"? | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2014-02-26 17:07 | xyz | New Issue | |||
| 2014-02-26 17:07 | xyz | Status | new => assigned | ||
| 2014-02-26 17:07 | xyz | Assigned To | => Tow | ||
| 2014-02-26 17:18 | Warmonger | Note Added: 0004528 | |||
| 2014-02-26 17:30 | Warmonger | Note Added: 0004529 | |||
| 2014-02-26 17:30 | Warmonger | Status | assigned => resolved | ||
| 2014-02-26 17:30 | Warmonger | Fixed in Version | => 0.95 | ||
| 2014-02-26 17:30 | Warmonger | Resolution | open => fixed | ||
| 2014-02-26 17:30 | Warmonger | Assigned To | Tow => Warmonger | ||
| 2014-02-26 17:33 | Warmonger | Note Edited: 0004529 | bug_revision_view_page.php?bugnote_id=4529#r2539 | ||
| 2014-06-02 10:59 | Kantor | Note Added: 0004732 | |||
| 2014-06-02 10:59 | Kantor | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||