View Issue Details

IDProjectCategoryView StatusLast Update
0005113Spring engineGeneralpublic2016-02-27 16:12
ReporterFloris Assigned ToKloot  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version100.0+git 
Fixed 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

Activities

hokomoko

2016-02-25 18:49

developer   ~0015891

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

Floris

2016-02-27 12:42

reporter   ~0015905

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

2016-02-27 13:48

developer   ~0015908

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

2016-02-27 14:03

developer   ~0015909

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

Kloot

2016-02-27 14:04

developer   ~0015910

the required gl.LoadIdentity's are also missing

hokomoko

2016-02-27 14:10

developer   ~0015911

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

Kloot

2016-02-27 16:11

developer   ~0015912

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

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
2016-02-27 12:43 Floris Note Edited: 0015905
2016-02-27 13:48 Kloot Note Added: 0015908
2016-02-27 13:51 Kloot Note Edited: 0015908
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