Nothing on numpads, please, since laptops don't have them. I'd suggest something on the right side of the main keyboard instead...Ahruman wrote:Yeah, that was expected. Any suggestions for key assignments?
Oolite test release 1.67
Moderators: winston, another_commander
Re: Oolite test release 1.67
Author of Tales from the Frontier - official Elite 4 anthology.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
Re: Oolite test release 1.67
I don't think the "[" and "]" keys are used for anything else, seem reasonably placed to me.Ahruman wrote:Yeah, that was expected. Any suggestions for key assignments?
"Get back or I unleash my lethal spotted batoid!!"
What I do when not reading the Oolite bulletin board!
What I do when not reading the Oolite bulletin board!
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
I’m leaning towards , and .. , is currently the default for key_previous_target, while key_next_target is N; moving key_previous_target to M seems reasonable.
E-mail: [email protected]
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Of course, it could be that part of the reason yaw control wasn’t working (even after changing the key settings) was that it was set to only build under GNUstep. This would also explain a compilation problem dajt e-mailed me about. *headdesk*
E-mail: [email protected]
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
…or not. I missed a remapping step in the key handling process. I now have yaw working with , and .. What are next/previous target mapped to, though?Ahruman wrote:, is currently the default for key_previous_target, while key_next_target is N;
E-mail: [email protected]
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
Isn't it "-" and "="?Ahruman wrote:What are next/previous target mapped to, though?
"Get back or I unleash my lethal spotted batoid!!"
What I do when not reading the Oolite bulletin board!
What I do when not reading the Oolite bulletin board!
- aegidian
- Master and Commander
- Posts: 1161
- Joined: Thu May 20, 2004 10:46 pm
- Location: London UK
- Contact:
Re: Oolite test release 1.67
The desired performance optimisation would be to roll the procedural texture into a GLSL shader. (I was working on this when my brain crashed.)Ahruman wrote:[*] Giles’s experimental procedural textures (not dajt’s). Activate by pausing (P), then pressing T. The change will take effect when a new planet texture is generated, i.e. it won’t affect the planet in the current system. This feature is, er, in need of additional performance optimization.
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
Now that you mention it, yes. But it’s not consistently to the right, just off a bit.johnsmith wrote:Maybe this is just me, but does the laser sight on my Cobra appear to have moved slightly to the right with this update?
E-mail: [email protected]
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
The actual sight itself or the laser fire point? The sight I can't see any change but if its the laser fire point it could explain something that I was blaming on my combat skills.johnsmith wrote:Maybe this is just me, but does the laser sight on my Cobra appear to have moved slightly to the right with this update?
EDIT.
Knew I forgot something. I've had a couple of instances of sleeping pirates who then woke up and attacked me, so not proper zombie ships but perhaps a related problem.
"Get back or I unleash my lethal spotted batoid!!"
What I do when not reading the Oolite bulletin board!
What I do when not reading the Oolite bulletin board!
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
The laser problem appears to have been an accuracy issue in a the function FastInvSqrt(), which has also caused headaches for the Windows build. I’ve disabled it for now. Selective re-application may be appropriate at some point.
Ships failing to respond to stimuli is an old problem, and unrelated to the ghost ship issue. I think it’s one of the things Giles was planning to fix with the new AI code. I’m not at all familiar with that side of things, though.
Ships failing to respond to stimuli is an old problem, and unrelated to the ghost ship issue. I think it’s one of the things Giles was planning to fix with the new AI code. I’m not at all familiar with that side of things, though.
E-mail: [email protected]
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
On the subject of possible AI changes, I have seen more ships run away from me in the last week than I can remember ever seeing. Now, that could be just down to coincidence but I thought it was worth mentioning.
Also on a connected but different subject, these ships running away are apparently able to outrun me, even when I use fuel injectors. Normally I wouldn't mind but I'm flying an Eel Rapier with a top speed of .495lm (according to the Wiki)! I've had both an Asp and a Mussurana outpace me this way!
Also on a connected but different subject, these ships running away are apparently able to outrun me, even when I use fuel injectors. Normally I wouldn't mind but I'm flying an Eel Rapier with a top speed of .495lm (according to the Wiki)! I've had both an Asp and a Mussurana outpace me this way!
"Get back or I unleash my lethal spotted batoid!!"
What I do when not reading the Oolite bulletin board!
What I do when not reading the Oolite bulletin board!
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
OK, I think I’ve diagnosed and fixed this, but the conditions for the crash never manifest on my system. Am I correct in guessing you’ve got a multiprocessor/multicore Mac?Uncle Reno wrote:Also had a number of crashes to desktop, the last few lines in the console report are ...
In any case, so I don’t forget to mention it later, I’d like some assistance with verifying this bug when the bug-fix release comes out (tonight or tomorrow). To help with testing, use the following commands (in Terminal):
Code: Select all
defaults write org.aegidian.oolite max_buffered_sound -int 0
defaults write org.aegidian.oolite logging-enable -dict-add \$soundDebug -bool yes
defaults write org.aegidian.oolite logging-enable -dict-add \$soundDebugVerbose -bool no
Code: Select all
defaults write org.aegidian.oolite max_buffered_sound -int 4000000
Code: Select all
defaults delete org.aegidian.oolite max_buffered_sound
E-mail: [email protected]