Re: [Release] Navigation MFD 1.3.2
Posted: Thu Feb 05, 2015 7:26 pm
Careless adaptation caused ugly squeezing . Fixed in 1.3.3.spara wrote:* Snitched a better padding method from oolite-contracts-helpers.js.
For information and discussion about Oolite.
https://bb.oolite.space/
Careless adaptation caused ugly squeezing . Fixed in 1.3.3.spara wrote:* Snitched a better padding method from oolite-contracts-helpers.js.
Using the route planner? That kinda changed a couple of things when it was implemented.Anonymissimus wrote:The hyperdrive status displays "out of range" in case that the target system is several jumps away...
Thanks for the heads up . I'll put it to my todo list.Anonymissimus wrote:The hyperdrive status displays "out of range" in case that the target system is several jumps away, so, while it is correct, this would be much more useful if it used the "next system in the sequence of jumps to the final destination" - logic.
Muchas gracias, amigo!spara wrote:And done. Version 1.3.4 fixes the target system to show the next real jump destination in Oolite 1.82, when ANA is set to route.
Code: Select all
01:40:48.936 [script.javaScript.exception.ooliteDefined]: ***** JavaScript exception (navi_mfd 1.3.5): Error: System.infoForSystem: Invalid arguments (6, undefined) -- expected galaxy ID and system ID.
01:40:48.936 [script.javaScript.exception.ooliteDefined]: E:\Oolite-Trunk/oolite.app/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.spara.navigation_mfd.oxz/Config/script.js, line 120.
01:58:40.967 [script.javaScript.exception.ooliteDefined]: ***** JavaScript exception (navi_mfd 1.3.5): Error: System.infoForSystem: Invalid arguments (6, undefined) -- expected galaxy ID and system ID.
01:58:40.967 [script.javaScript.exception.ooliteDefined]: E:\Oolite-Trunk/oolite.app/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.spara.navigation_mfd.oxz/Config/script.js, line 120.
Code: Select all
13:15:33.876 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (navi_mfd 1.3.6): TypeError: system.info.routeToSystem(hyperSystemObj, mode) is null
Thanks Cody. Version 1.3.7 should fix this problem. It's the route planner that's giving the headache here. The main problem is that when you're in interstellar space, the planner calculates the route from your previous location. Even the fuel calculation in f6 screen is misleading when the planner is on (calculated from the previous system).Cody wrote:Another one, amigo...
<nods> Yeah, the RP has screwed-up the hyperspace destination in my hud too - but the RP is very, very useful.spara wrote:It's the route planner that's giving the headache here.
Code: Select all
23:26:14.908 [script.javaScript.exception.ooliteDefined]: ***** JavaScript exception (navi_mfd 1.3.7): Error: System.infoForSystem: Invalid arguments (2, undefined) -- expected galaxy ID and system ID.
23:26:14.908 [script.javaScript.exception.ooliteDefined]: E:\Oolite-Trunk/oolite.app/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.spara.navigation_mfd.oxz/Config/script.js, line 127.
Thanks, bug found and fixed in 1.3.8. The culprit was plotting the route to/from an isolated system. Haven't got around checking your previous report. If I'm lucky, this might do something about that too. Most likely not, but one can always hope .Cody wrote:Running the latest trunk nightly...... probably related to me having just been in interstellar space.Code: Select all
23:26:14.908 [script.javaScript.exception.ooliteDefined]: ***** JavaScript exception (navi_mfd 1.3.7): Error: System.infoForSystem: Invalid arguments (2, undefined) -- expected galaxy ID and system ID. 23:26:14.908 [script.javaScript.exception.ooliteDefined]: E:\Oolite-Trunk/oolite.app/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.spara.navigation_mfd.oxz/Config/script.js, line 127.