-
kmo got it running on his linux fedora machine with very little trouble. He had to download java 6, which was downloaded from the sun website with no trouble. It seemed to run correctly, and we did not find anything that didn't work. Although we didn't get a chance to test things too indepth.
2007-05-12 06:27:22 UTC in D20 Chat
-
Ah, and that was posted by me. I seem to always forget that this machine doesn't log me in automatically. I tested this a bit with kmo, we'll do further testing later.
We used the string: 你好
which he tells me means 'hello', roughly. It displays as boxes on my screen, but the proper chinese characters on his. Saving the transcript produced an HTML file with the unicode characters replaced...
2007-05-12 06:25:36 UTC in D20 Chat
-
Hmm. Theoretically we could setup the parser to look for things starting in http:// and turn that into a link. Or perhaps we should invent some sort of inline code similar to some BB's and forums use. If we got really ambitious we could have the parser actually accept HTML, but wow, that'd be a big chore (would be cool though). Maybe have a GM option of allowing/disallowing HTML... hrm... so...
2007-05-08 05:38:14 UTC in D20 Chat
-
In the v1.0 we included a small text file called blanksheet.txt that is basically a simple character sheet with blank spots. It's based on something Ancilla has been using for our regular games and it's been working pretty good. I'm sure most people will want to tweak it to their preferences, but it's a starting point. To load it all you need to do is hit "open" in the character sheet pull down...
2007-05-08 05:34:07 UTC in D20 Chat
-
Dude, yes. That would rock. Saving will need a slight overhaul (there is only "save as" no "save"), but once that's done, it should be easy to add in.
2007-05-08 05:26:49 UTC in D20 Chat
-
Would a compromise such as "BlueSun (Evil Wizard dude Bob) says I eat the pumpkin with a spoon" work? (where BlueSun is the username, and Evil Wizard dude Bob is the charactername? That would allow people to know who to send tells to easily (/tell BlueSun) as well as their current charactername?.
2007-05-08 05:24:13 UTC in D20 Chat
-
Hmm, where do you think would be a good spot to put such a thing? Such as when you right click inside the chat entry box? or some sort of pull down menu above it (maybe next to the dice buttons)?.
2007-05-08 05:20:27 UTC in D20 Chat
-
Ah sorry. I think it was added in the CVS but not in the download site. It should be there now though. In v1.0 the GM should always be able to view other character sheets. I checked it just now to be totally sure. So this feature should be added.
I'm gonna go ahead and close this since now it should be added for real. But if for some reason it still doesn't work on yours with the v1.0, let us...
2007-05-08 05:18:27 UTC in D20 Chat
-
this has shown up a few other times. It's weird, and hard to replicate. It seems to mostly happen with a flakey connection, such as a wireless connection. I don't know WHY it's doing it though, and it's hard to track it down since my connection is rather stable (lucky for me I guess!)
So if anyone else has this happen, please let us know any details! For example, were you on a wireless...
2007-05-08 05:13:16 UTC in D20 Chat
-
It would appear that the Server.java code inside of someoneLeft is the reason. When the server is shutting down, it kicks everyone. Whenever someone leaves, it removes them from the server list. If the GM leaves, it looks for someone else to make GM. Well, if EVERYONE is gone, even the GM, it runs over the bounds of the player listing (because it's empty).
So I made a special case check to...
2007-05-08 05:09:29 UTC in D20 Chat