Point of clarification
Moderators: winston, another_commander
- ClymAngus
- ---- E L I T E ----
- Posts: 2514
- Joined: Tue Jul 08, 2008 12:31 am
- Location: London England
- Contact:
Point of clarification
I've been ho humming my way around the internet recently and I've been noticing several other games that seen to use the same kind of languages that oolite does.
Now I know we're in a "fresh stuff" freeze at the moment but is there any point making a note of these games so they could have their coding ripped in the future?
Now I know we're in a "fresh stuff" freeze at the moment but is there any point making a note of these games so they could have their coding ripped in the future?
Re: Point of clarification
Maybe not 'ripped', but 'borrowed', 'used to inspire' etc. Sounds nicer...
- drew
- ---- E L I T E ----
- Posts: 2190
- Joined: Fri May 19, 2006 9:29 am
- Location: In front of a laptop writing a book.
- Contact:
Re: Point of clarification
Nah, let's go with 'eviscerated'.Zireael wrote:Maybe not 'ripped', but 'borrowed', 'used to inspire' etc. Sounds nicer...
Cheers,
Drew.
- Sarin
- ---- E L I T E ----
- Posts: 264
- Joined: Sat Sep 13, 2008 11:26 am
- Location: Out there, searching for truth
Re: Point of clarification
In a short, use part of compatible coding from another game written in same language....Spock.
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Re: Point of clarification
In general, that would be entirely impractical. Unless games are written using the same middleware, features can’t simply be copied between them (and Oolite doesn’t use any middleware).
E-mail: [email protected]
- drew
- ---- E L I T E ----
- Posts: 2190
- Joined: Fri May 19, 2006 9:29 am
- Location: In front of a laptop writing a book.
- Contact:
Re: Point of clarification
No middleware? You sure about that? I always wear my cummerband when in the pilot's chair, and very dashing I look too.Ahruman wrote:In general, that would be entirely impractical. Unless games are written using the same middleware, features can’t simply be copied between them (and Oolite doesn’t use any middleware).
Cheers,
Drew.
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Re: Point of clarification
We would like to make clear that no member of the Oolite team has taken a public stance against middlewear.
E-mail: [email protected]
- aegidian
- Master and Commander
- Posts: 1161
- Joined: Thu May 20, 2004 10:46 pm
- Location: London UK
- Contact:
Re: Point of clarification
Indeed, we favour a belt and braces approach.Ahruman wrote:We would like to make clear that no member of the Oolite team has taken a public stance against middlewear.
- ClymAngus
- ---- E L I T E ----
- Posts: 2514
- Joined: Tue Jul 08, 2008 12:31 am
- Location: London England
- Contact:
Re: Point of clarification
Middle wear? Sounds like wedgee talk to me. Ok I realise that variables being fairly specific things that cut and plonk ain't an option. But coming from a minor programming background we do use a lot of "operators" in my line of work that do specific things and are kept as a palette when we need one of our programmes to do some "clever shit".
So I suppose I'm talking about saving some time by reverse engineering (with permission of course) certain aspects of other games. Active cameras, that kind of thing. You know take a mooch around and see if anything fits. I take it objective-c doesn't work that way?
So I suppose I'm talking about saving some time by reverse engineering (with permission of course) certain aspects of other games. Active cameras, that kind of thing. You know take a mooch around and see if anything fits. I take it objective-c doesn't work that way?
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
Re: Point of clarification
I think we would be saving ourselves a lot more time if we were to just sit down and write it from scratch rather than reverse engineer anything. And that does not mean that doing so would take a little time.ClymAngus wrote:So I suppose I'm talking about saving some time by reverse engineering (with permission of course) certain aspects of other games. Active cameras, that kind of thing.
- ClymAngus
- ---- E L I T E ----
- Posts: 2514
- Joined: Tue Jul 08, 2008 12:31 am
- Location: London England
- Contact:
Re: Point of clarification
That's fair, as my father used to say you never learn if you don't ask.
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Re: Point of clarification
I’m not aware of any games in Objective-C that do things I don’t know how to do. The problem with implementing a good camera model is not designing it, but updating all the bits of Oolite that make assumptions about cameras.ClymAngus wrote:So I suppose I'm talking about saving some time by reverse engineering (with permission of course) certain aspects of other games. Active cameras, that kind of thing.
E-mail: [email protected]