It seems like thumbnails aren't regenerated upon uploading a new version of an image. I ran the manual purge action on the image description pages, which should clear old thumbnails (though you still need to clear the page cache on your device), and looks like it helped.
The page cbr linked, Oolite embeds the image directly - [[File:oolite-logo3.png]], while Oolite Main Page uses (if omit some template substitution) [[Image:oolite-logo3.png|128px|link]], that use thumbnails.
I am pretty sure there are some 'content' thingies that we can do - and then there still are logo and favicon stuff that require phpbb admin privileges.
The github project's avatar has been switched to the new icon. If you still see the old avatar when visiting the page, try refreshing the browser cache (Ctrl+F5 should do it).
Edit: The debug console will also need its icon updated to the new design.
Debug Console v1.6.1 has been released on github. This is a minor release and there are no functional changes to the previous one. There is, however, the brand new red icon.
How did you get from the repository content to the executable?
I used pyinstaller to create a self-contained executable, This has always been the method of generating the Windows console releases.
In a bit more detial: In a fresh Python 2.7.18 installation, just run pip install twisted==20.3.0 (last version of twisted for Python 2.7), pip install pywin32 and pip install pyinstaller==4.5. This installs all the dependencies necessary for building the console application. Then execute pyinstaller fron the console app source code root folder with the command line pyinstaller --onefile --icon=OoJSC.ico --add-data "OoJSC.ico;." --windowed DebugConsole.py
How did you get from the repository content to the executable?
I used pyinstaller to create a self-contained executable, This has always been the method of generating the Windows console releases.
In a bit more detial: In a fresh Python 2.7.18 installation, just run pip install twisted==20.3.0 (last version of twisted for Python 2.7), pip install pywin32 and pip install pyinstaller==4.5. This installs all the dependencies necessary for building the console application. Then execute pyinstaller fron the console app source code root folder with the command line pyinstaller --onefile --icon=OoJSC.ico --add-data "OoJSC.ico;." --windowed DebugConsole.py
Thank you for that insight.
Since Github only offers Python 3 I can only setup automatic builds once the project has been migrated.
Gimp version of splash screen project: splash.xcf (I have no idea if this will work!)
Paint.net version of splash screen project: splash.pdn
Planet image used in splash screen: oolite-planet-for-splash.png
Download the raw file from the button on the top right hand side of the page.
Is there any point?
The 3 usually downloaded versions do not have the new logo (last stable version: v.1.90). Neither do the 3 Developer releases. And of the nightlies, it only applies to one of the three, no?
Just noticed something about the new icon. Loaded up the latest nightly and I see the new icon appearing like this in the main game window:
Notice the black background? This was not the case before. Here is how it looked with the old icon:
Not a big problem, but I think the transparent background is better. I also note that the black background appears only on the game window, everywhere else it appears that the icon's background is transparent as it would be expected.