busbey / project-z

a system for testing agent-based goal seeking strategies in a simple and intuitive game world.
Other
0 stars 0 forks source link

display doesn't redraw fully #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the display doesn't redraw the full screen at startup nor on window 
resize.  this is problematic.

Original issue reported on code.google.com by sean.bus...@gmail.com on 20 Oct 2007 at 12:46

GoogleCodeExporter commented 9 years ago
if i maximize, i think it works.  only if there are people moving around it 
exists 
with 

./display.rb:274:in `each': can't convert false into String (TypeError)
        from ./display.rb:245:in `connect'
        from ./display.rb:274

Original comment by sean.bus...@gmail.com on 27 Oct 2007 at 7:49

GoogleCodeExporter commented 9 years ago
force a full redraw every 5 seconds, just in case

Original comment by bradley....@gmail.com on 27 Oct 2007 at 8:19

GoogleCodeExporter commented 9 years ago
BTW, the error you got was because you didn't parenthesize a parameter 
properly, and
it was treating the ?: operator incorrectly

Original comment by bradley....@gmail.com on 27 Oct 2007 at 8:38