View Issue Details

IDProjectCategoryView StatusLast Update
0003065Spring engineGeneralpublic2016-02-15 19:36
ReporterLicho Assigned ToKloot  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version88.0 
Summary0003065: To ready up in the GameSetup() callin you need to disable default playerlist drawing
Descriptionreturning ready makes whole GUI (list of loading players) disappear
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Licho

2012-04-16 00:35

reporter   ~0008617

How to hide it before returning "ready"?

jK

2012-04-16 00:36

developer   ~0008618

Last edited: 2012-04-16 00:59

it has 2 return arguments:
1. is "set ready" (can only be used if the 2. is true, too!)
2. is "disable GUI"

Licho

2012-04-16 01:56

reporter   ~0008623

hmm docs say that first one is "success" and second one is "ready"
widget handler only returns value if first value is true.

So i can only ready when disabling gui but i can disable gui without ready?
wont it kill startpos selector too?

jK

2012-04-16 02:02

developer   ~0008624

Last edited: 2012-04-16 02:02

ah k it's the other way around
still GUI must be disabled to ready up

Licho

2012-05-01 02:31

reporter   ~0008645

It can be closed as wont fix or something, because we worked around by coding own rendering.

Kloot

2016-02-15 19:36

developer   ~0015789

that's the idea

for completeness: return (*, false) does not allow a state change and keeps engine rendering, return (*, true) does but expects custom code

Issue History

Date Modified Username Field Change
2012-04-16 00:11 Licho New Issue
2012-04-16 00:31 jK Summary Setting ready in GameSetup hides load "GUI" => To ready up in the GameSetup() callin you need to disable default playerlist drawing
2012-04-16 00:35 Licho Note Added: 0008617
2012-04-16 00:36 jK Note Added: 0008618
2012-04-16 00:59 jK Note Edited: 0008618
2012-04-16 01:56 Licho Note Added: 0008623
2012-04-16 02:02 jK Note Added: 0008624
2012-04-16 02:02 jK Note Edited: 0008624
2012-05-01 02:31 Licho Note Added: 0008645
2016-02-15 19:36 Kloot Note Added: 0015789
2016-02-15 19:36 Kloot Status new => closed
2016-02-15 19:36 Kloot Assigned To => Kloot
2016-02-15 19:36 Kloot Resolution open => no change required