Search found 664 matches

by Commander_X
Mon Apr 22, 2024 4:58 pm
Forum: Expansion Pack
Topic: [Beta] Release of Telescope 2.0
Replies: 128
Views: 67922

Re: [Beta] Release of Telescope 2.0

[...] How does OoliteStarter know a command needs to be run, and which one? Have we ensured there is a suitable Python version installed? AFAIK Oolite does not have any dependency on Python other than the Telescope expansion. If I remember correctly, OoliteStarter is a Java app. Bundling jython cou...
by Commander_X
Sat Apr 20, 2024 5:15 am
Forum: Expansion Pack
Topic: [WIP] new GUI for debug console
Replies: 79
Views: 8859

Re: [WIP] new GUI for debug console

Couple of things that might also help here: find . -name \*.pyc | xargs rm (that is, get rid of any cache that might interfere). [...] I have the mscorefonts, so have Courier_New in four flavours. $ find /usr/share/fonts | grep -i courier /usr/share/fonts/truetype/msttcorefonts/Courier_New.ttf /usr/...
by Commander_X
Fri Apr 19, 2024 10:52 pm
Forum: Expansion Pack
Topic: [WIP] new GUI for debug console
Replies: 79
Views: 8859

Re: [WIP] new GUI for debug console

[...] $ sed -n 2770p DebugConsole.py self.updateFontBox(self.fontList.index(face)) grep -ri courier * in the OoliteDebugConsole2 directory returns blank. The absence of 'Courier' in the .py file seems to happen because it's being picked from a plist file in the Debug OXP. E.g. in my instance, in Co...
by Commander_X
Fri Apr 19, 2024 9:01 pm
Forum: Expansion Pack
Topic: [WIP] new GUI for debug console
Replies: 79
Views: 8859

Re: [WIP] new GUI for debug console

For the python 2, due to the [...] File "DebugConsole.py", line 2829, in initClientSettings self.setFontFace(value, plist=True, skipUpdate='font-size' in settingsKeys) File "DebugConsole.py", line 2770, in setFontFace self.updateFontBox(self.fontList.index(face)) exceptions.Value...
by Commander_X
Tue Apr 16, 2024 6:50 pm
Forum: Expansion Pack
Topic: [Beta] Release of Telescope 2.0
Replies: 128
Views: 67922

Re: [Beta] Release of Telescope 2.0

For some reasons the messages after the one I posted were not picked by the rss/atom feed. [...] I've got Python 2.7.16 on my 2020 AppleMac. [...] Yes, it seems there is a bit of love/hate relationship between Apple and Python community -- you might be able to pick more current versions from homebre...
by Commander_X
Sun Apr 14, 2024 8:55 pm
Forum: Expansion Pack
Topic: [Beta] Release of Telescope 2.0
Replies: 128
Views: 67922

Re: [Beta] Release of Telescope 2.0

[...] Tried using python 2.7 and 3.10. Both spit out an error like this and give a Pdb prompt. _load_effects, Error: name 'load' is not defined Traceback (most recent call last): File "/tmp/collect_shipdata.py", line 486, in _load_effects parsed = load( fp ) NameError: name 'load' is not ...
by Commander_X
Tue Mar 12, 2024 5:08 am
Forum: Discussion
Topic: New BB test
Replies: 123
Views: 1351

Re: New BB test

timer wrote: Mon Mar 11, 2024 8:37 pm
[...]
app.php/feed
is this enough?
phpBB has only feed in Atom format - no RSS :(
Enough (Is Enough ;) ) to be properly configured with Seamonkey/Thunderbird (and I'd presume other mail apps too).
by Commander_X
Mon Mar 04, 2024 3:02 pm
Forum: Outworld
Topic: Science Fiction Trivia
Replies: 7361
Views: 1756209

Re: Science Fiction Trivia

Zakalwe in Use Of Weapons by Iain M. Banks.
by Commander_X
Sun Mar 03, 2024 7:05 pm
Forum: Discussion
Topic: New BB test
Replies: 123
Views: 1351

Re: New BB test

timer wrote: Sun Mar 03, 2024 3:01 pm
somehow suspiciously quiet...
There is a thread for that ;)
by Commander_X
Wed Feb 28, 2024 7:34 pm
Forum: Discussion
Topic: New BB test
Replies: 123
Views: 1351

Re: New BB test

Joining the praise, and also +1 for having RSS enabled too!
<busily updating bookmarks>
by Commander_X
Wed Feb 21, 2024 8:15 pm
Forum: Outworld
Topic: Science Fiction Trivia
Replies: 7361
Views: 1756209

Re: Science Fiction Trivia

Torin Kerr the main character of the Valor and Peacekeeper series by Tanya Huff . Up to gunnery sergeant during the Valor series, and mostly mercenary/soldier of fortune in Peacekeeper.
by Commander_X
Wed Feb 07, 2024 4:07 pm
Forum: Outworld
Topic: Science Fiction Trivia
Replies: 7361
Views: 1756209

Re: Science Fiction Trivia

I'd guess one of our "sweetheart" sci-fi TV series: Farscape (mentioned in most of the places as an "American-Australian television series").
by Commander_X
Wed Jan 31, 2024 3:15 pm
Forum: Testing and Bug reports
Topic: Issue with Taranis dock
Replies: 26
Views: 1601

Re: Issue with Taranis dock

I've had the dat to obj convertor script produce obj's where the polygon normals were all flipped from what i would have expected them to be but i'm not sure if it was something in the script doing that or the way my 3d app was interperating the obj model when it loaded it, just wondering if the da...
by Commander_X
Tue Jan 30, 2024 6:19 pm
Forum: Outworld
Topic: Science Fiction Trivia
Replies: 7361
Views: 1756209

Re: Science Fiction Trivia

Disembodied wrote: Tue Jan 30, 2024 12:45 pm
In the TTRPG Space: 1889[...]
#5

+MBP for not using The Expanse (novel series or TV series), which is the more recent example I had in mind; the "Epstein" drive is developed on Mars and advances the solar system volume where the humans spread.

+You're getting the chalice! ;)
by Commander_X
Mon Jan 29, 2024 10:55 pm
Forum: Discussion
Topic: External Docking
Replies: 41
Views: 2316

Re: External Docking

[...] Fair dibs. But then what about cim's multiple docking oxp? Should be the same. As long as they are aligned with the Z axis of the station, their position doesn't really matter. When the docking is triggered, only the corresponding docking box' alignment with the ship/camera (i.e., the OpenGL ...