Skip to content

Releases: OoMrFlibble/oolite-debug-console-flibble

Debug Console v2.14.205

06 Jul 14:36
148127f
Compare
Choose a tag to compare
Pre-release
More readme fluffing.

Debug Console v2.14.203

25 Jun 12:00
cfe2b55
Compare
Choose a tag to compare
Pre-release

Made MacOS builder use an app name with spaces.

Added clues for MacOS app users to be able to run this from a terminal, invoking with arguments.

Improved README.md

removed --deref when tarballing MacOS app.

Debug Console v2.14.200

25 Jun 03:34
1f3fe21
Compare
Choose a tag to compare
Pre-release

LISTEN UP!!!

Default filenames and paths have changed on all platforms: In preparation for rollout of the v2.

Default paths are now:
Config and history ~/.Oolite/Configs
Logs ~/.Oolite/Logs.

Both were previously at ~/Oolite/DebugConsole2

Basename for those files has changed from 00DebugConsole to DebugConsole2.

You may want to copy your config and history to the new names & locations. If you run the console, then close it, the relevant directories should be created.

Adapt this for your platform: Should work as-is on Mac and Linux.
cp ~/.Oolite/DebugConsole2/OoDebugConsole.cfg ~/.Oolite/Configs/DebugConsole2.cfg
cp ~/.Oolite/DebugConsole2/OoDebugConsole.dat ~/.Oolite/Configs/DebugConsole2.dat

When you reload the console, you should have your normal history and config. If all is well, you can now delete the obsolete ~/.Oolite/DebugConsole2

Debug Console v2.14.118

25 Jun 03:02
e166086
Compare
Choose a tag to compare
Pre-release

Save on close change detect fixed.

Aliases patch had been missed, now included, still some oddness in the behaviour.

Debug Console v2.14.117

24 Jun 21:59
d7263fe
Compare
Choose a tag to compare
Pre-release

MacOS:
Switched to in-tree build scripts. Created icns file.
Removed unnecessary icons from pybuild.
Switched to app mode.

Debug Console v2.14.114

24 Jun 19:54
523c4a5
Compare
Choose a tag to compare
Pre-release

Moved images into a dir.
Fixed cliArgs to work on Python2.
#2 seem to be behaving since my kludge. True cause still eludes.
Added some debug prints in DebugDebugConsole.py to help track down #4.

Debug Console v2.14.106

22 Jun 03:50
Compare
Choose a tag to compare
Pre-release

Mac builder had not been uploaded.
There was an error in the Linux builder inherited from dev version. It was creating a desktop file with the wrong name.
Left the MacOS x86_64 binary at 2.14.104 as there's really no change there.