jwvanderbeck
jwvanderbeck
Off the top of my head, I would like to see events for PreStart/PostStart and PreEnd/PostEnd of simulations.
Also maybe a way of getting at the rates, like the build rates, the R&D rates, etc, as well as being able to query the amount of BP something takes?
> 1. Events for simulation start/end. I'm going to be redoing simulations soonTM so I will add more external controls when I do that. Also an event for when a...
Updating all my open issues and just wanted to pop in and check on this stuff.
I have a heavy workload at work as well :) I am actually refactoring my projects on GitHub to move to a weekend based sprint model, with major releases every...
The first thing that comes to mind for handling reliability in a sim is something like this. 1. KCT starts the sim, and at sim start gets the current FlightData...
Yes adding API methods to enable/disable failures or trigger them is doable, as i'm sure a lot more is once I sit down and spend some time thinking on it....
As a quick update on this, I have written a first draft of the Public API for TestFlight on my project's Wiki: https://github.com/jwvanderbeck/TestFlight/wiki/TestFlight-API-Reference-Documentation A lot of this API already exists,...
Hi magico13. I have added some more API methods to the interface specifically for you :) I think all of this is doable now, and I will be posting some...
I've added samples of using the Interface, as a new project on GitHub. Here is a link to the sample Reflection interface: https://github.com/jwvanderbeck/TestFlightAddon/blob/master/TFReflectionInterfaceExample.cs I don't know if you have used...