-
It would nice to have the possibility to define keys oder keycombinations that when hit trigger some action in my script
For example: a program that implement some sort of autopilot that should accept…
Voidi updated
8 years ago
-
While writing kOS code to do some of my own orbit prediction code, I discovered that vectors subjected to ANGLEAXIS() and other rotation mechanisms were particularly imprecise.
I suspect that this is…
-
There's been enough people trying to use multiple kOS parts in conjunction as a sort of multi-threaded approach that I guess it's time to try to support at least *some* sort of crude model that will a…
-
R language isn't included in markdown-gfm-recognized-languages
## Expected Behavior
The list in `markdown-gfm-recognized-languages` includes the item "R"
## Actual Behavior
It does not exi…
-
Starting gedit in standalone mode `gedit -s` I get the following message:
```
/home/treyzania/.local/share/gtksourceview-4/language-specs/kerboscript.lang:50: parser error : Specification mandates…
-
The vim plugin should set the commentstring for folding purposes (and for commenters like nerdcommenter)
As a workaround this can be done in .vimrc:
autocmd FileType kerboscript setlocal commentst…
-
An expression like `local lock tgtVel to cancelVec().` is not correctly recognized by IntelliJ IDEA.
Shows an error that `IS or TO expected, but got 'tgtVel'`.
The expression without `local` don't…
-
Hello, I'm not sure if it is a good idea to post this as an issue, but I found not FAQ in the thread nor anything similar in the documentation.
My question is, why doesn't kOS switch to Lua? There a…
-
Discussion on #31 raised an interesting idea of creating a system for custom add-ons, i.e. modules that could be added to PEGAS to enhance its capabilities without modifying its own code. Let's discus…
-
In the PIDLoop function, the kerboscript equivalent code has no logic for anti-windup on the integram term. There is minimum and maximum output logic, but it would be nice if we could also set paramet…