View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0005113 | Spring engine | General | public | 2016-02-25 18:25 | 2016-02-27 16:12 | ||||
Reporter | Floris | ||||||||
Assigned To | Kloot | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 100.0+git | ||||||||
Target Version | Fixed in Version | 100.0+git | |||||||
Summary | 0005113: pregame initial queue shows no more com buildrange and unit groundspace indicators | ||||||||
Description | https://youtu.be/VTXEk2PVaXs?t=25 I dont believe the previous testbuilds had this bug | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
hokomoko (developer) 2016-02-25 18:49 |
as this seems to be a game issue at first glance, please make sure there's an engine bug before posting an issue. |
Floris (reporter) 2016-02-27 12:42 Last edited: 2016-02-27 12:43 |
setting unitshape() params 3,5,6 to 'false true false' is causing this, 'false true true' has no issue for example |
Kloot (developer) 2016-02-27 13:48 Last edited: 2016-02-27 13:51 |
re: http://imolarpg.dyndns.org/trac/balatest/browser/trunk/luaui/widgets/unit_initial_queue.lua why are all the UnitShape calls passing toScreen=true instead of toScreen=false? (DrawUnitDef and DrawBuilding are reached from DrawWorld) |
hokomoko (developer) 2016-02-27 14:03 |
from a fast check, if toScreen is false nothing is drawn :S |
Kloot (developer) 2016-02-27 14:04 |
the required gl.LoadIdentity's are also missing |
hokomoko (developer) 2016-02-27 14:10 |
ok, with LoadIdentity it is drawn, although groundcircles are still not drawn after drawing alpha shapes |
Kloot (developer) 2016-02-27 16:11 |
engine side is fixed now, but you (floris) may want to go over your UnitShape's again. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-25 18:25 | Floris | New Issue | |
2016-02-25 18:49 | hokomoko | Note Added: 0015891 | |
2016-02-25 18:49 | hokomoko | Assigned To | => hokomoko |
2016-02-25 18:49 | hokomoko | Status | new => feedback |
2016-02-27 12:42 | Floris | Note Added: 0015905 | |
2016-02-27 12:42 | Floris | Status | feedback => assigned |
2016-02-27 12:42 | Floris | Note Edited: 0015905 | View Revisions |
2016-02-27 12:43 | Floris | Note Edited: 0015905 | View Revisions |
2016-02-27 13:48 | Kloot | Note Added: 0015908 | |
2016-02-27 13:51 | Kloot | Note Edited: 0015908 | View Revisions |
2016-02-27 14:03 | hokomoko | Note Added: 0015909 | |
2016-02-27 14:04 | Kloot | Note Added: 0015910 | |
2016-02-27 14:10 | hokomoko | Note Added: 0015911 | |
2016-02-27 14:28 | Kloot | Assigned To | hokomoko => Kloot |
2016-02-27 16:11 | Kloot | Note Added: 0015912 | |
2016-02-27 16:11 | Kloot | Status | assigned => resolved |
2016-02-27 16:12 | Kloot | Fixed in Version | => 100.0+git |
2016-02-27 16:12 | Kloot | Resolution | open => fixed |