From: Erik V. <eri...@hc...> - 2007-06-23 21:13:11
|
> So... first question I have is in the Game Status window, in the Move > menu, why are there two undo options? There's "Undo" and "Undo!". The idea is that ultimately players will only be able to undo their own moves, but the game master will be able to undo everything. So the whole undo stack is kept, but players can only move between certain boundaries. Undo! simulates this master command; for now it is there mainly for testing. Don't expect it to work everywhere yet. > Next... it seems that I can't open the Map during the Start Round. > When I select it from the Game Status window's Options menu, I get a > ClassCastException. Fixed. > Last... it looks like there's an issue with Util.getStreamForFile(). > It's not finding any of the images for me. I'm going to try to debug > this. I have wrestled with that as well. I think the fix was to put all images in the Rails jar file. Finding property and image files clearly still needs work. Erik. |