Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: My projects: DiceBox, StarSystem maker, etc (Update:Restarted StarSystem tool)  (Read 2421 times)

Rotten

  • Bay Watcher
    • View Profile

Ok, I get it.

Now, when I try and submit a roll, the page just hangs.

Tried expression: 1(d20) as well as 1(d6)

The page loaded for 10 minutes until I gave up.
« Last Edit: May 31, 2010, 07:17:29 pm by Rotten »
Logged
True, but at a certain velocity the resulting explosion expels invader-bits at fatal speeds. You don't want to be dropping trogdolyte-shaped shrapnel bombs into your boneworks.
Only in Dwarf Fortress...

Nadaka

  • Bay Watcher
    • View Profile
    • http://www.nadaka.us

Ok... fixed a few minor issues and added a directions page that includes rolling, viewing and searching. I'll try to keep the directions page updated as I add features.

You might get a page hanging like that right after I publish.

but "1(d20)" and "1(d6)" are not valid because the sub expression "d20" and "d6" do not parse. "1d20" and "1d6" would work, as would "(1d20)", "(1)d20", "1d(20)" and "(1)d(20)".
« Last Edit: May 31, 2010, 10:30:45 pm by Nadaka »
Logged
Take me out to the black, tell them I ain't comin' back...
I don't care cause I'm still free, you can't take the sky from me...

I turned myself into a monster, to fight against the monsters of the world.

Nadaka

  • Bay Watcher
    • View Profile
    • http://www.nadaka.us

Attention Dicebox users: someone has been using the web service access option for the dice box... This is good news to me as it means that someone is likely incorporating the dicebox in their own website.

I have however recieved and error message in my auto-logging system related to this. I've seen one error so far, a duplicate namespace declaration for 'http://www.w3.org/XML/1998/namespace:lang'.

If you have been using the web service and have experienced any issues, any information you provide would be helpful. Are you creating manual SOAP packets? Using the WSDL to create an interface in .NET or PHP? Accessing through the javascript library?

Even if you are not using the web service, your feedback is both welcome and desired. I've not been doing much development on the site in the last few months, but that should change soon.
Logged
Take me out to the black, tell them I ain't comin' back...
I don't care cause I'm still free, you can't take the sky from me...

I turned myself into a monster, to fight against the monsters of the world.

Nadaka

  • Bay Watcher
    • View Profile
    • http://www.nadaka.us

OK... So inspired by some recent sci fi threads I dusted off my star generator and started converting it to java.

Got netbeans to make GUI's easier, its ok but freaks out if you move any generated code around.

Discovered that I don't remember what half the formulas I had mean (it was a experimental project in college and has crap for comments), and I no longer have university access to good journals on astronomical science where most of the math is detailed...

Reviving that project may be still born if I can't get cheap access to some good astronomy information.

oh well.
Logged
Take me out to the black, tell them I ain't comin' back...
I don't care cause I'm still free, you can't take the sky from me...

I turned myself into a monster, to fight against the monsters of the world.
Pages: 1 [2]