D'niWeb

Community, Project, and Forum Suggestions

Moderator: OpenUru.org Moderators

User avatar
Mac_Fife
Member
Posts: 1239
Joined: Fri Dec 19, 2008 12:38 am
Location: Scotland
Contact:

Re: D'niWeb

Post by Mac_Fife »

Gehn, lord of ages wrote:Is it possible (/technically realistic) to just open up the default browser? I mean, it wouldn't have too many bugs or hacks and wouldn't slow down the game too much?
I regularly had a browser open while I was playing and would often go "AFK/BRB" to check a forum or whatever, so I don't believe slow down would be much of an issue unless you've lots of other processes running or a sub 1.5GHz processor. In any case would it matter that much? - If you're looking up a news item, are you really paying that much attention to what the avvies around you are doing?
It'd be easy enough to do if you're running URU in windowed mode, more of a challenge in full screen, unless there's a way to open in a frameless window that you can integrate into in-game imagery.
Mac_Fife
OpenUru.org wiki wrangler
User avatar
JWPlatt
Member
Posts: 1139
Joined: Sun Dec 07, 2008 7:32 pm
Location: Everywhere, all at once

Re: D'niWeb

Post by JWPlatt »

The Uru client captures control of the desktop in windowed mode, making it difficult (relatively, for a user) to switch to the desktop or other windows. It's also annoying the way it takes control of NumLock. I've always thought it rather rude of the Uru client to do these things. Software should respect the chain of command; user control over their own computer comes first. The Second Life client, for example, is polite in contrast. So I think some fundemental work to overcome the reasons why Uru takes this control away from the user will need to be studied and a resolution implemented in the client code.
Perfect speed is being there.
Gehn, lord of ages
Member
Posts: 281
Joined: Sat Dec 13, 2008 4:17 pm

Re: D'niWeb

Post by Gehn, lord of ages »

Mac_Fife wrote:f you're looking up a news item, are you really paying that much attention to what the avvies around you are doing?
Oh yeah. So the only things to worry about slowing it down is the browser (IC realism for underground internet connection? :P ) and perhaps the in between times (because it would be nice to just be able to get up and go around [after checking the laptop] without waiting for the program to get back up to speed).
The Uru client captures control of the desktop in windowed mode, making it difficult (relatively, for a user) to switch to the desktop or other windows.
So can the Uru client switch to the desktop or other windows (to theoretically open them from in-game controls)?
My posts represent the views of me, Gehn, lord of ages, and not any companies or groups which I don't belong to. :D
realXCV
Member
Posts: 257
Joined: Sat Dec 13, 2008 2:07 am
Contact:

Re: D'niWeb

Post by realXCV »

Gehn, lord of ages wrote: So can the Uru client switch to the desktop or other windows (to theoretically open them from in-game controls)?
Yes. But where's the point of having an IC internet if it's to use it through normal browsers ?
User avatar
Mac_Fife
Member
Posts: 1239
Joined: Fri Dec 19, 2008 12:38 am
Location: Scotland
Contact:

Re: D'niWeb

Post by Mac_Fife »

Gehn, lord of ages wrote:Oh yeah. So the only things to worry about slowing it down is the browser (IC realism for underground internet connection? :P )
And you can also factor in the effect of the laptop on the local chronon density: Everyone knows that computers induce a chronon rarified atmosphere around them, making the passage of time much slower when you are close to an operating PC. This explains why when you think you've only been on your PC for ten minutes, your family think you've been there for hours or have simply died.
This effect was little understood back in the 1980s, but goes a long way to explaining why Sinclair appeared to have such a poor delivery record on the early ZX-80 machines: The staff actually thought they were delivering within two weeks, it was just that to the rest of the world it was nearer two months... :lol:
Mac_Fife
OpenUru.org wiki wrangler
realXCV
Member
Posts: 257
Joined: Sat Dec 13, 2008 2:07 am
Contact:

Re: D'niWeb

Post by realXCV »

Mac_Fife wrote:And you can also factor in the effect of the laptop on the local chronon density: Everyone knows that computers induce a chronon rarified atmosphere around them, making the passage of time much slower when you are close to an operating PC.
Does it apply to Macs too ?
User avatar
Mac_Fife
Member
Posts: 1239
Joined: Fri Dec 19, 2008 12:38 am
Location: Scotland
Contact:

Re: D'niWeb

Post by Mac_Fife »

Of course. I used the abbreviation "PC" in it's original generic meaning of Personal Computer rather than specifically an i86, IBM derived architecture ;) . Do you think time passes any more quickly at a Mac?
Mac_Fife
OpenUru.org wiki wrangler
realXCV
Member
Posts: 257
Joined: Sat Dec 13, 2008 2:07 am
Contact:

Re: D'niWeb

Post by realXCV »

No idea. I never noticed it.
User avatar
rarified
Member
Posts: 1062
Joined: Tue Dec 16, 2008 10:48 pm
Location: Colorado, US

Re: D'niWeb

Post by rarified »

No, but it certainly passes faster when working to a deadline. :shock: :lol:
One of the OpenUru toolsmiths... a bookbinder.
User avatar
D'Lanor
Member
Posts: 142
Joined: Tue Dec 23, 2008 11:23 pm

Re: D'niWeb

Post by D'Lanor »

Opening the default web browser from within Uru is easy. Cyan did it in MOUL to lead visitors to the account registration page. Make an in-game clickable (hyperlink) that calls a Python file. In that Python file import the webbrowser module (it is included in the MOUL Python pak). Add the usual Uru clickable Python stuff and then make it do something like this:

Code: Select all

webbrowser.open_new("http://forums.openuru.org/index.php")
That should do the trick.
Post Reply

Return to “Suggestions”