View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002151 | Spring engine | General | public | 2010-09-26 22:07 | 2013-10-27 19:57 | ||||
Reporter | bobthedinosaur | ||||||||
Assigned To | Kloot | ||||||||
Priority | normal | Severity | tweak | Reproducibility | have not tried | ||||
Status | closed | Resolution | no change required | ||||||
Product Version | 0.82.5 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002151: Build Distance Min Limit is too large | ||||||||
Description | Builddistance is set to 128 min: " buildDistance = std::max(128.0f, buildDistance); " which is far too large for some developers games/ mods, when smaller units are building at a significant distance (to their scale). Suggest to change the min to 32. | ||||||||
Additional Information | forum Thread: http://springrts.com/phpbb/viewtopic.php?f=21&t=24145 | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
hoijui (reporter) 2010-09-26 23:02 |
could this not be made relative to the size of the unitdef? |
FLOZi (reporter) 2010-09-27 01:17 |
I'm not sure what that would achieve really? I think buildings tend to be larger than builders, which I guess is the reasoning behind this minimum (units need to reach centre of large structures) |
hoijui (reporter) 2010-09-27 13:01 |
did this, windows build can be found here: http://springrts.com/dl/buildbot/default/master/0.82.3-707-gca83a6b/ my own tests with S44 showed severe problems. try to build a tank barrier with german infantry for example. |
FLOZi (reporter) 2010-09-27 17:46 |
German HQ engineer has a builddistance of 0.1, so that's very much silly values on our end. |
FLOZi (reporter) 2013-10-27 12:28 |
Default is 128, minimum is now 38 => Can be closed |
Kloot (developer) 2013-10-27 19:57 |
Minimum value should be generated by a formula based on footprint size and build radius, "38" is much too irregular of a constant to have in the source. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-09-26 22:07 | bobthedinosaur | New Issue | |
2010-09-26 23:02 | hoijui | Note Added: 0005664 | |
2010-09-27 01:17 | FLOZi | Note Added: 0005665 | |
2010-09-27 09:20 | hoijui | Additional Information Updated | |
2010-09-27 13:01 | hoijui | Note Added: 0005669 | |
2010-09-27 17:46 | FLOZi | Note Added: 0005672 | |
2013-10-27 12:28 | FLOZi | Note Added: 0011857 | |
2013-10-27 19:57 | Kloot | Note Added: 0011861 | |
2013-10-27 19:57 | Kloot | Status | new => closed |
2013-10-27 19:57 | Kloot | Assigned To | => Kloot |
2013-10-27 19:57 | Kloot | Resolution | open => no change required |