2025-07-31 21:42 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0005113Spring engineGeneralpublic2016-02-27 16:12
ReporterFloris 
Assigned ToKloot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
Product Version100.0+git 
Target VersionFixed in Version100.0+git 
Summary0005113: pregame initial queue shows no more com buildrange and unit groundspace indicators
Descriptionhttps://youtu.be/VTXEk2PVaXs?t=25

I dont believe the previous testbuilds had this bug
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes

~0015891

hokomoko (developer)

as this seems to be a game issue at first glance, please make sure there's an engine bug before posting an issue.

~0015905

Floris (reporter)

Last edited: 2016-02-27 12:43

View 3 revisions

setting unitshape() params 3,5,6 to 'false true false' is causing this, 'false true true' has no issue for example

~0015908

Kloot (developer)

Last edited: 2016-02-27 13:51

View 2 revisions

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)

~0015909

hokomoko (developer)

from a fast check, if toScreen is false nothing is drawn :S

~0015910

Kloot (developer)

the required gl.LoadIdentity's are also missing

~0015911

hokomoko (developer)

ok, with LoadIdentity it is drawn, although groundcircles are still not drawn after drawing alpha shapes

~0015912

Kloot (developer)

engine side is fixed now, but you (floris) may want to go over your UnitShape's again.
+Notes

-Issue History
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
+Issue History