-
I know that most programmers will crucify me, but it would be sometimes really nice to have labels and a goto call.
It would make a state persistend boot_script more readable and easier to write.
ac…
-
Now that PR #1400 is merged, we can start working on the suffixes intended for all user objects (which now all inherit from `kOS.Safe.Encapsulated.Structure`).
This issue superceeds the idea in issue…
-
Looks like there is consensus among kOS developers that we want this feature in the next release so it might be useful to have a place to discuss it. I know @Dunbaratu and @erendrake had some ideas re…
-
I was working on an android app to control a vessel some time ago (I paused it since I am a bit stressed these days) and I was able to archieve some successes. However, it would be a lot more easier i…
-
I have found that reaction to passing wrong number of parameters **when running a program** is inconsistent. (Calling functions works as expected.)
Passing too many arguments usually ignores first ar…
-
Lots of people have asked for string manipulator operations. My suggested solution is to make a new subclass of kos.Safe.Encapsulation.Structure, which contains inside it one single C# string and NO …
-
Forgive me if this worded incorrectly; I'm putting this here [at the request of Dunbaratu](https://www.reddit.com/r/Kos/comments/30m6re/back_again_with_another_issue/).
I'll run [this](http://pastebi…
-
@gisikw posted an issue, #1100 which is closed, but I'd still like to address an issue connected to it.
The problem is that since we don't check number of arguments until the bottom of the function, …
-
Raising a negative number stored in a variable to any power seems to always result in NaN, while raising a negative literal to any power works fine.
For example, the below code causes a "tried to pus…
Forkk updated
9 years ago
-
I have noticed that without user structures people are having a fun time passing lists around and having to worry about index.
So i have decided to make a new associative array structure it should h…