subchannel13 / Stareater

4X turn based strategy
GNU General Public License v3.0
32 stars 7 forks source link

Building queue accept on close #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Proposition for following:

Building queue UI accepts changes in building queue on every kind of window 
closing, not just "accept" button.

Original issue reported on code.google.com by subchann...@gmail.com on 24 Aug 2010 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by subchann...@gmail.com on 10 Apr 2011 at 10:55

GoogleCodeExporter commented 9 years ago
Additionally, order of available items has be preserved when removing items 
from building queue.

Original comment by subchann...@gmail.com on 13 Apr 2011 at 5:50

GoogleCodeExporter commented 9 years ago
Done in 30 minutes. It wasn't worth more then 5 minutes of work but the 
Microsoft has a way of making things complicated. I've chosen Listbox to 
display available buildings and that GUI control has absolutely no built in 
support for custom sorting. All it has is sort by displayed text. Well, it's ok 
at civil construction GUI (GUI code is same for civilian and military 
construction) to have available items sorted alphabetically but at military 
construction, I want ships separated from buildings. Implementing that missing 
functionality took me extra time.

Original comment by subchann...@gmail.com on 25 Apr 2011 at 3:29