Posted: Sat Mar 18, 2006 7:53 pm
The Amiga Elite had the best presentation in my opinion. The music and sounds were great!
For information and discussion about Oolite.
https://bb.oolite.space/
Now that's real programmer speak!Ahruman wrote:which should either fix the problem or cause entirely new interesting errors…)
Unfortunately, I think what I ended up will will not fix the problem, but cause slightly different errors. However, these errors should be handled slightly more gracefully. I’ve yet to see an error report for 1.64 confirming this, though. :-/TGHC wrote:Now that's real programmer speak!Ahruman wrote:which should either fix the problem or cause entirely new interesting errors…)
Oh. I just emailed the oolite-devs list with one.Ahruman wrote:Unfortunately, I think what I ended up will will not fix the problem, but cause slightly different errors. However, these errors should be handled slightly more gracefully. I’ve yet to see an error report for 1.64 confirming this, though. :-/
Code: Select all
/Volumes/teak/Users/giles/development/GUSTO/src/Cocoa/OOCASoundChannel.m:575: failed assertion `kState_Playing == _state'
A custom event sounds system is in place and is being expanded for the next release. You'll be able to add custom sounds to replace a large number of beeps and boops - see customsounds.plist in the latest SVN builds for more details of which events are currently looked at for custom sounds.milinks wrote:Not wanting to open up another thread, i thought I'd attach an audio type question here. Is there a way at present to attach a sound with a given keypress, such as when pressing target missile "T" then an audio file will play the linked "missile targeted" or similar? similar to what was on X-Elite. Ive been playing about with a voice synch software that i have which saves in any format, and would like to give it a try if possible.
There’s an oolite-devs list?aegidian wrote:Oh. I just emailed the oolite-devs list with one.Ahruman wrote:Unfortunately, I think what I ended up will will not fix the problem, but cause slightly different errors. However, these errors should be handled slightly more gracefully. I’ve yet to see an error report for 1.64 confirming this, though. :-/
That’s not the “more graceful” code, though. That’s the “fixed” code. :-)aegidian wrote:Gave me a quick exit from Oolite just earlier.Code: Select all
/Volumes/teak/Users/giles/development/GUSTO/src/Cocoa/OOCASoundChannel.m:575: failed assertion `kState_Playing == _state'
Oops. Switched that off now.aegidian wrote:And the Sound Inspector window appears unexpectedly too.
Incidentally, this was not a facetious question.Ahruman wrote:There’s an oolite-devs list?aegidian wrote:Oh. I just emailed the oolite-devs list with one.