From: brett l. <wak...@gm...> - 2007-06-24 02:39:44
|
On 6/23/07, Erik Vos <eri...@hc...> wrote: > > 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. > Ahhh... how about we relabel it as "Master Undo (for testing)" ? > > 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. > I found the problem. there's a leading forward slash on the path name. it needs to be removed. ---Brett. |