From: Erik V. <eri...@hc...> - 2006-06-25 21:21:18
|
I have added a basic game end report: only the players ranking and their final worth, both in a separate pop-up and in the Log window. All windows are made visible, but all buttons are disabled, except for a "Close all windows" button in the Status window. This is now correctly handled both after bankruptcy and after a normal game end. Erik. |
From: brett l. <wak...@gm...> - 2006-06-26 05:16:17
|
Sounds good, I'll check it out later. How is your progress on the forced stock sale? That's the last thing blocking the ability to play a complete game. ---Brett. On 6/25/06, Erik Vos <eri...@hc...> wrote: > I have added a basic game end report: > only the players ranking and their final worth, > both in a separate pop-up and in the Log window. > > All windows are made visible, but all buttons are disabled, > except for a "Close all windows" button in the Status window. > > This is now correctly handled both after bankruptcy > and after a normal game end. > > Erik. > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Erik V. <eri...@hc...> - 2006-06-26 22:37:47
|
> How is your progress on the forced stock sale? That's the last thing > blocking the ability to play a complete game. That was already done a while ago. The bankruptcy detection was the next step after that. When publishing the whole thing, I would suggest to include the 1830 files only, as this is the only fully playable game so far. As I see it, Save/Load and Undo/Redo are now getting urgent, but these are big subjects and will not be ready soon. I have some thoughts about these, but that's for another post. Erik. |
From: brett l. <wak...@gm...> - 2006-06-26 22:53:30
|
On 6/26/06, Erik Vos <eri...@hc...> wrote: > > > How is your progress on the forced stock sale? That's the last thing > > blocking the ability to play a complete game. > > That was already done a while ago. > The bankruptcy detection was the next step after that. > Ahh... that's right. Where are we with that? I'm eager to get that finished. > When publishing the whole thing, I would suggest to include > the 1830 files only, as this is the only fully playable game so far. Agreed. > As I see it, Save/Load and Undo/Redo are now getting urgent, > but these are big subjects and will not be ready soon. > I have some thoughts about these, but that's for another post. Definitely. There's a bunch of ground to cover here, but I'd like to save that for after finishing off the couple of things that are missing from the game mechanics. Once 1830 is fully playable, I want to get a list going of where we should go next, what features to prioritize, etc. |
From: Erik V. <eri...@hc...> - 2006-06-27 19:02:09
|
> > > How is your progress on the forced stock sale? That's > the last thing > > > blocking the ability to play a complete game. > > > > That was already done a while ago. > > The bankruptcy detection was the next step after that. > > > > Ahh... that's right. Where are we with that? I'm eager to > get that finished. Hmm, it seems my previous work-done reports were not as clear as they should have been.... As far as I am aware, it's all done now. Erik. |
From: brett l. <wak...@gm...> - 2006-06-27 19:07:10
|
On 6/27/06, Erik Vos <eri...@hc...> wrote: > > > > How is your progress on the forced stock sale? That's > > the last thing > > > > blocking the ability to play a complete game. > > > > > > That was already done a while ago. > > > The bankruptcy detection was the next step after that. > > > > > > > Ahh... that's right. Where are we with that? I'm eager to > > get that finished. > > Hmm, it seems my previous work-done reports were not as clear > as they should have been.... > > As far as I am aware, it's all done now. > Ah ha! Ok, I'll do some testing and, if everything works out, do a release. ---Brett. |
From: brett l. <wak...@gm...> - 2006-06-27 20:27:49
|
> Ah ha! Ok, I'll do some testing and, if everything works out, do a release. > Ok, so the bankruptcy code works great. Unfortunately, now I'm having difficulties making a JAR. It's giving "file not found" errors on all the tiles. Can you see if you get the same problem on your end when you try running from a JAR? ---Brett |
From: Erik V. <eri...@hc...> - 2006-06-28 21:50:14
|
> Ok, so the bankruptcy code works great. Unfortunately, now I'm having > difficulties making a JAR. It's giving "file not found" errors on all > the tiles. > > Can you see if you get the same problem on your end when you try > running from a JAR? No, it works, after I had updated my jardesc to include the tiles.svg directory, and added that endless list of batik jars to the classpath. BTW I hate that long batik jars list. Erik. |
From: brett l. <wak...@gm...> - 2006-06-28 21:53:51
|
On 6/28/06, Erik Vos <eri...@hc...> wrote: > BTW I hate that long batik jars list. > I don't think you need all of them in the classpath right now. I think we're only using the transcoder. ---Brett. |
From: Erik V. <eri...@hc...> - 2006-06-28 22:40:55
|
> > > BTW I hate that long batik jars list. > > > > > I don't think you need all of them in the classpath right now. I think > we're only using the transcoder. Well, I tried a while ago, and got ClassNotFound exceptions until I had included all of them. What is your classpath then? Erik. |
From: brett l. <wak...@gm...> - 2006-06-29 00:09:35
|
On 6/28/06, Erik Vos <eri...@hc...> wrote: > > > > > BTW I hate that long batik jars list. > > > > > > > > > I don't think you need all of them in the classpath right now. I think > > we're only using the transcoder. > > Well, I tried a while ago, and got ClassNotFound exceptions > until I had included all of them. > > What is your classpath then? > These are the only Batik classes that are in my classpath: batik batik-awt-util batik-bridge batik-dom batik-ext batik-gvt batik-parser batik-rasterizer batik-script batik-swing batik-transcoder batik-util There's around 10 others that aren't currently necessary. ---Brett. |