Die Suche ergab 122 Treffer

von gawalione
14. Juni 2019, 20:22
Forum: Fixed
Thema: [SOLVED, 0.73-dev2] Berechnung von Formeln
Antworten: 6
Zugriffe: 15519

Re: [SOLVED, 0.73-dev2] Berechnung von Formeln

Das sollte nach den letzten Änderungen in 0.73-dev2 funktionieren.
Aber Vorsicht!
Der Parser nimmt Leerzeichen nicht als Trennzeichen!
Es ist besser, die einzelnen Teile der Formel einzuklammern, ansonsten kommt z.B. für Nord ein falscher Wert heraus.
von gawalione
14. Juni 2019, 08:42
Forum: Discussion
Thema: Development version
Antworten: 8
Zugriffe: 25549

Re: Development version

Today i uploaded 0.73-dev2 under the same link as above. Changes: New Parser for formulas with "x" instead of "*". To avoid ambiguity always prefer "*"! Formulas do not return 0 anymore, if not complete. Added • (bullet) as multiplication sign. Weaker requirements for the boundary check if results o...
von gawalione
14. Juni 2019, 08:00
Forum: Fixed
Thema: [SOLVED, 0.73-dev2] Formel gibt falsches Resultat
Antworten: 2
Zugriffe: 13576

Re: Formel gibt falsches Resultat

Du läufst hier in den internen Längen-Check für die Werte und bekommst einen Überlauf. Wenn ich darüber nachdenke, brauchen wir den aber an der Stelle gar nicht, meistens sind es ja Zwischenwerte, die da rauskommen. Ich werde den Check in der nächsten DEV-Version und dann 0.73 ausweiten. Dann sollte...
von gawalione
14. Juni 2019, 07:14
Forum: Fixed
Thema: [SOLVED, 0.73-dev3] Formulas in waypoints for stages do not get parsed automatically
Antworten: 4
Zugriffe: 14443

Re: Formulas in waypoints for stages do not get parsed automatically

How did you import the cache into Locus?
I tried with PQ and there are only3 stages predefined (Parking, Stage 1 and Final).
What are your settings for the solver?
If i select a formula for Stage 2 and create a standard waypoint the formulas get parsed and the variables show up instantly.
von gawalione
11. Juni 2019, 21:47
Forum: Discussion
Thema: Development version - Questions and Answers
Antworten: 7
Zugriffe: 20165

Re: Development version

1) I copied the behavoir from the the variable view to the new input boxes. It will be in dev2. 2) The variable gets deleted. But you cannot see it, because the parser will recreate it instantly, because it needs the variable. 3) You should see this in the detail view. In the list view is no space f...
von gawalione
11. Juni 2019, 18:55
Forum: Bugs
Thema: Formula with trailing whitespace always returns 0
Antworten: 2
Zugriffe: 16979

Re: Formula with trailing whitespace always returns 0

I tried this in 0.73-dev1 and the problem does not occur.
Are you sure, you have a normal whitespace there (Code 0x20) and not something different?
von gawalione
11. Juni 2019, 16:27
Forum: Fixed
Thema: [SOLVED, 0.73] formula returns 0 when not complete
Antworten: 2
Zugriffe: 14657

Re: formula returns 0 when not complete

This will be fixed in 0.73-dev2.
von gawalione
11. Juni 2019, 12:52
Forum: Fixed
Thema: [FIXED][DEV3] Wegpunkte verschwinden
Antworten: 8
Zugriffe: 18889

Re: Wegpunkte verschwinden

Hast du den Cache neu geladen nach den Änderungen in Locus? Der Solver übernimmt Änderungen von Locus nicht automatisch... stattdessen erscheint unten ein Balken, der mitteilt, dass der Cache in Locus geändert wurde, und dort gibt es einen Button "Update". Dieser importiert die Daten neu aus Locus u...
von gawalione
25. Mai 2019, 15:54
Forum: Discussion
Thema: Development version
Antworten: 8
Zugriffe: 25549

Development version

Hi there, In the last weeks i reordered my git repo and decided to dump some of the more heavy changes i made to the addon to other branches, and to restart development by finishing the new listview, that i started two years ago... It was the main reason, why development of a new version was stalled...