arunkumarmunusamy / bitfighter

Automatically exported from code.google.com/p/bitfighter
Other
0 stars 0 forks source link

/idle problems #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Sparks freeze after doing /idle 
2. Message display looks wrong
3. Fixed items (like text or lines) disappear from screen after a second or so

All are regressions since 019

Original issue reported on code.google.com by watusim...@bitfighter.org on 8 Feb 2014 at 12:47

GoogleCodeExporter commented 9 years ago
These are possible regressions from 018a, not 019:

1.  This is probably a legit bug
2.  This is an issue with rendering when switching between fullscreen/windowed 
mode, if that's what you mean by 'looks wrong'.  This may be difficult to fix, 
see:  https://code.google.com/p/bitfighter/issues/detail?id=353#c2
3.  This happens because ghostable objects disappear when your ship (control 
object) disappears.  This has always been with the game, just that it was not 
noticeable in 018a and earlier because we blacked out the screen when you died

Original comment by buckyballreaction on 8 Feb 2014 at 3:45

GoogleCodeExporter commented 9 years ago
All three of my assessments were wrong.  The proper ones are:

1. This only happens when hosting and you are the only client (so intended 
behavior?)
2. Text size issue that was introduced with the read warning message box 
refactor
3. Introduced when fixing the 'show enemy mines/textitems when /idle' bug

Original comment by buckyballreaction on 8 Feb 2014 at 5:18

GoogleCodeExporter commented 9 years ago
#3 is fixed in rf976ebb11676

Original comment by buckyballreaction on 8 Feb 2014 at 6:19

GoogleCodeExporter commented 9 years ago
#1 does not happen in 019 even if you are self-hosting and are the only client.

Original comment by watusim...@bitfighter.org on 8 Feb 2014 at 10:35

GoogleCodeExporter commented 9 years ago
I tested #1 again, and even though the sparks continue in 019, bots do come to 
a halt if your the only human connected (and self-hosting).  So yes, it is a 
regression...  but it's not apparent yet why.

Original comment by buckyballreaction on 9 Feb 2014 at 1:19

GoogleCodeExporter commented 9 years ago
Fixed part 2... now renders nicely

Original comment by watusim...@bitfighter.org on 9 Feb 2014 at 11:55

GoogleCodeExporter commented 9 years ago
Fixed, probably, but not positive my last checkin had no side effects.  Marking 
this as complete since all reported (and known) symptoms are fixed.

Original comment by watusim...@bitfighter.org on 9 Feb 2014 at 2:10