Oolite test release 1.68

Discussion and announcements regarding the Mac port… er, original version of Oolite.

Moderators: another_commander, winston

User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Oolite test release 1.68

Post by JensAyton »

Oolite test release 1.68 - What’s My Line Edition is now available from GURPO. The main feature of this release is the JavaScript support, but there are graphical and speed enhancements, too. The updater can be applied to 1.65, 1.67 or 1.67.1.

Changes since Oolite 1.67.1:
  • Added initial JavaScript support.
  • Improvements to shader support:
    • Shaders can be stored in separate files.
    • Shipdata.plist can set uniform variables for shaders.
    • New game-provided uniform, hull_heat_level.
    • Added predefined macros to specify availability of game-provided uniforms.
  • This version uses different blending modes for various visual effects.
  • Added error reporting for bad property lists.
  • Reporting of too-new OXPs fixed.
  • Spiffy Log System now has cross-platform spiff.
  • Fix for most XML “don’t know how to load entity” errors in custom Linux builds.
  • port_radius should now work for stations.
  • New script query method, systemEconomy_string.
  • Improvements to speed and especially smoothness.
  • Various minor bug fixes and code clean-ups.
Last edited by JensAyton on Sun Jul 01, 2007 11:07 am, edited 1 time in total.
User avatar
jonnycuba
Deadly
Deadly
Posts: 233
Joined: Fri May 21, 2004 1:04 pm
Location: Witchspace

Post by jonnycuba »

Well the planets are simply stunning - looking forward to seeing a 'Freaky Thargoid'. I must say 'contributors' I really appreciate your efforts.

The BBC key config. pitch/yay thing did throw me somewhat, any advice on altering the keys so ',' & '.' do their thing in a BBC style & fashion?

Bravo!
Team Zorg are Go!
User avatar
Uncle Reno
---- E L I T E ----
---- E L I T E ----
Posts: 648
Joined: Mon Apr 24, 2006 12:54 pm
Location: UK

Post by Uncle Reno »

All seems well but I do get the seemingly random pauses still.
"Get back or I unleash my lethal spotted batoid!!"

What I do when not reading the Oolite bulletin board!
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 »

Hmm. Known causes of slowdowns: running (old-style) scripts, every ten seconds or so; loading stuff when new ships spawn.
User avatar
Lewis
Harmless
Harmless
Posts: 1
Joined: Tue Aug 31, 2004 1:04 pm
Location: Out there...

Post by Lewis »

All fine so far. Looks OK and it is handy to be able to see thru the rocket flare.

Top stuff
ovvldc
---- E L I T E ----
---- E L I T E ----
Posts: 344
Joined: Sat Apr 02, 2005 9:32 am
Location: Netherlands

Post by ovvldc »

At the risk of sounding like a nitpicker: the readme hasn't been updated. It still says 1.65 and doesn't contain any of the changes or (for instance) the key used to turn on the textured planets code.

best wishes,
Oscar
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 »

Yep, I’m leaving that for the next “full” release. I believe this has been the pattern in the past, too.
User avatar
Wiggy
Deadly
Deadly
Posts: 222
Joined: Fri Jan 21, 2005 1:12 pm
Location: London, Engerland

Post by Wiggy »

Hello

Just downloaded 1.68 - (didn't know there was a new version since 1.65...!)

However my keyboard controls yaw instead of rolling. How can I change them back?

Thanks for all the work.
You came in that? You're braver than I thought!
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 »

Wiggy wrote:
However my keyboard controls yaw instead of rolling. How can I change them back?
Open your keyconfig.plist (in your AddOns folder) and add:

Code: Select all

key_yaw_left = 0;
key_yaw_right = 0;
if it’s a text-format plist, or

Code: Select all

<key>key_yaw_left</key>
<integer>0</integer>
<key>key_yaw_right</key>
<integer>0</integer>
if it’s XML.

…unless of course you want to be able to yaw, in which case you’ll need to select some keys to do it with. Some options: ; and ' are 59 and 39 respectively; [ and ] are 91 and 93.
User avatar
jonnycuba
Deadly
Deadly
Posts: 233
Joined: Fri May 21, 2004 1:04 pm
Location: Witchspace

Post by jonnycuba »

Wiggy wrote:
Hello

Just downloaded 1.68 - (didn't know there was any new version since Giles left...!)

However my keyboard controls yaw instead of rolling. How can I change them back?

Thanks for all the work.
Hi Wiggy,

This is how I did it...

Take your current "keyconfig.plist" (mine is the BBC keyboard style) which I have in my 'Addons' folder, open it in Textedit.

Then open the default "keyconfig.plist" found in Oolite/Contents/Resources/Config in textedit too.

Then simply copy all your settings into the default "keyconfig.plist" save it as a copy then put this file into the 'Addons folder'

I put the new 'Yaw' commands into the left/right cursors well out the way ;)

Hope this helps, if not I'll post my BBC style "keyconfig.plist" file...
Team Zorg are Go!
User avatar
Wiggy
Deadly
Deadly
Posts: 222
Joined: Fri Jan 21, 2005 1:12 pm
Location: London, Engerland

Post by Wiggy »

[quote="Ahruman"]
if it’s a text-format plist, or

Code: Select all

<key>key_yaw_left</key>
<integer>0</integer>
<key>key_yaw_right</key>
<integer>0</integer>
Yes, that's fixed it. I've used K and L for yaw, which are just above the classic , and . combination for roll.

Thanks. In the App keyconfig, yaw is left and right arrows. But changing the value of key_roll (not yaw) without a yaw variable set, caused the ship to yaw on that key.
Is that a bug or a feature...?
You came in that? You're braver than I thought!
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 »

That sounds rather buggy. What the app config should do (and does, on my system) is leave left and right arrows as roll, and , and . as yaw.
User avatar
julyy
Dangerous
Dangerous
Posts: 84
Joined: Mon May 16, 2005 9:51 am

Post by julyy »

Ahruman wrote:
That sounds rather buggy. What the app config should do (and does, on my system) is leave left and right arrows as roll, and , and . as yaw.
On my mac its also ,/. yawn and arrows roll. no problem with that.
User avatar
Wiggy
Deadly
Deadly
Posts: 222
Joined: Fri Jan 21, 2005 1:12 pm
Location: London, Engerland

Post by Wiggy »

Ah. What seems to have happened is that the roll keys were modified in the AddOns keyconfig to the same keys as the App config was using for yaw control, and the yawing took precedence over the rolling.

Adding yaw variables to the AddOn plist solved it.
You came in that? You're braver than I thought!
User avatar
johnsmith
Deadly
Deadly
Posts: 141
Joined: Fri Sep 22, 2006 10:32 am
Location: Teance
Contact:

Post by johnsmith »

The new explosions look very nice!
Locked