Minimal requirements

For test results, bug reports, announcements of new builds etc.

Moderators: another_commander, winston, Getafix

User avatar
Murgh
---- E L I T E ----
---- E L I T E ----
Posts: 454
Joined: Fri Sep 03, 2004 6:19 am
Location: Terra Firma

Post by Murgh »

Evil Juice wrote:
BTW any italians on the forum? I often think to be the only elitehead in italy.
you're the first that's ever mentioned it ;)
The man next to you is your lunch
User avatar
TGHC
---- E L I T E ----
---- E L I T E ----
Posts: 2157
Joined: Mon Jan 31, 2005 4:16 pm
Location: Berkshire, UK

Post by TGHC »

aegidian wrote:
Evil Juice wrote:
Nevertheless a textureless version (and with a bitmapped console, i know i'm just being overly retro) would be a fine option...
Actually, a texture-light version is possible to implement:


If there is a real demand for it, I suppose I could implement this, but it would be several days work in an area I'm not enthusiastic about. What do other people think?

Definitely no, us old Eliters have yearned for better graphics, it would be a retrograde step to go backwards............forward onward and upwords is the route to take.

I doubt if a new graphics card for low end users would cost very much and anyway technology is improving all the time, just tell em to upgrade!!

Your valuable time would be much better spent on other things in your Todo list.
The Grey Haired Commander has spoken!
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
User avatar
Spooky
Dangerous
Dangerous
Posts: 108
Joined: Sun Feb 12, 2006 5:05 pm
Location: Portsmouth, UK
Contact:

Post by Spooky »

I agree with TGHC. If people want Oolite-lite then let them work on it. Your valuable time can be better spent elsewhere.

3 *cough* 4 edits, and complete rewrite later... you wouldn't think english was my first language at all :roll:
Last edited by Spooky on Tue Feb 21, 2006 5:19 pm, edited 2 times in total.
Spooky
www.int13h.com
Evil Genius

The most merciful thing in all the world is the inability of the human mind to correlate all of its contents.
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1757
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Post by Rxke »

That'd be elsewhere.... :lol:

(Edit: Booh! Cheater! :wink: )
Last edited by Rxke on Tue Feb 21, 2006 5:23 pm, edited 1 time in total.
User avatar
winston
Pirate
Pirate
Posts: 731
Joined: Mon Sep 27, 2004 10:21 pm
Location: Port St. Mary, Isle of Man
Contact:

Post by winston »

Ahruman wrote:
collision detection in particular. Unlike classic Elite implementations, Oolite runs a fully-detailed simulation of everything going on in the system, which can easily result in hundreds of objects being tracked, with tens of thousands of possible collisions to check; I doubt classic Elite often got above ten, with a hundred potential collisions.
Classic Elite only detected collisions between the player and other objects - so really only a handful of potential collisions (I think the most objects that could exist simultaneously was something like 14, and as soon as an object was outside of scanner range it ceased to exist). Non player ships could pass through each other with impunity. Non player ships could also shoot through each other (this is of course really referring to 8-bit Elite, I know ArcElite had much more collision detection and much more advanced AI than all the other classic Elites, I don't know about things like Amiga Elite).

The maximum number of objects in classic Elite was also extremely limited. This is why most Thargoid battles happened in witch space - three fewer objects meant three more Thargons could fly.

Oolite's collision detection can probably be made more efficient, the algorithm is I think O(n^2), but don't ask me how to make it O(n) because I've not got the faintest idea (and in any case, I think Giles is working on reducing the collision detection overhead). I did Systems Analysis, not computer science :-)
When Fedora Core 5 is out, I'm also going to see what (if any) difference using fast-objc-dispatch makes on Oolite-Linux (apparently, the GNUstep Objective-C runtime isn't the most efficient in the world, and fast-objc-dispatch will probably help older hardware).
User avatar
winston
Pirate
Pirate
Posts: 731
Joined: Mon Sep 27, 2004 10:21 pm
Location: Port St. Mary, Isle of Man
Contact:

Post by winston »

Spooky wrote:
According to gmemusage and top the 190M is pretty much all for Oolite, with a small shared componant. I guess the architectural differences are greater than I thought.
Possibly because your IRIX system for the main uses IRIX shared libraries, and GNUstep is the only thing using glibc et al. On GNU/Linux, the stack is GNU so everything propping up GNUstep is also propping up the rest of the system too and so is shared.
User avatar
Evil Juice
Dangerous
Dangerous
Posts: 76
Joined: Mon Feb 20, 2006 7:01 pm
Location: Florence, Italy

Post by Evil Juice »

Well, surely the most interesting thing about Oolite is its expandability. The fact that this is achieved through a scripting system is without doubt a pro.

But i've lways linked Elite (talking about the original) to some hardware hack value. 3D on a 2mhz 6502 or on a z80 was a breakthrough achievement. So i have a sort of compultion to keep it simple. On the other hand i try out all the OXPs i find, so this seems to be a little controversial.

Probably the fault is more MacOSX's than oolite's, today's OS seem to eat ram by the cartload.
Target lost
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

winston wrote:
Oolite's collision detection can probably be made more efficient, the algorithm is I think O(n^2), but don't ask me how to make it O(n) because I've not got the faintest idea (and in any case, I think Giles is working on reducing the collision detection overhead). I did Systems Analysis, not computer science :-)
We just had a nice thread on that. :-)
winston wrote:
When Fedora Core 5 is out, I'm also going to see what (if any) difference using fast-objc-dispatch makes on Oolite-Linux (apparently, the GNUstep Objective-C runtime isn't the most efficient in the world, and fast-objc-dispatch will probably help older hardware).
Giles and I went through collision detection reducing method calls a while back, but depending on the library call overhead of the ABI fast-objc-dispatch might shave off a few percent. It’s off in Oolite-mac for pre-Tiger support.
User avatar
TedJ
Deadly
Deadly
Posts: 131
Joined: Tue Jan 17, 2006 3:18 am
Location: Melbourne, Australia

Post by TedJ »

Rxke wrote:
I'm getting quite good at pitched battles @ 7-9FPS, (aka slideshowfighting, heh) but still...
That's not a performance bottleneck, that's a feature! Following on from Max Payne and the various matrix games/ripoffs, comes Oolite... now with bullet-time!

For you are the One... With crappy hardware. :P
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1757
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Post by Rxke »

Now that's funny. Originally I had written bullet-time battles, but changed that, because I don't like The Matrix much.
(Edit: though I liked the Matrix XP, esp. The end of the movie... ;) )

http://www.matrix-xp.com/
User avatar
Evil Juice
Dangerous
Dangerous
Posts: 76
Joined: Mon Feb 20, 2006 7:01 pm
Location: Florence, Italy

Post by Evil Juice »

i'd like to post a follow up on my minimal system, i'm still stuck w/ ibookg3 128 mb 10.3.9 and 1.62. I've scaled colour depth down to 16 bit and the game runs much smoother, it doesn't hang anymore (i even staged a major battle with 14 laser kills with no problem. Then a pirate cove spawned a couple of offenders that chased me straight away, the game stumbled and i'm back in with no sound and no docking computers. the only thing missing are those two, but why? what's the relationship?
Target lost
User avatar
Cholmondely
Archivist
Archivist
Posts: 5005
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Post by Cholmondely »

Evil Juice wrote: Tue Feb 21, 2006 2:41 pm
BTW any italians on the forum? I often think to be the only elitehead in Italy.
If you are still about...
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
Post Reply