Bertrand Coconnier
Bertrand Coconnier
Sorry @cryptik, I had lost sight of this ticket. The issue you have reported should now be fixed by the PR #1048 which has been merged in the `master` branch....
I'd suggest that you add the property `forces/fbx-prop-lbs` to your state: * If this property reports a value of 0 then the engine is not started and you should investigate...
> I'm assuming you didn't go through all the aircraft in the repo and change the order manually? No I did change the order manually. It should indeed be feasible...
I'm in total agreement with @seanmcleod As a side note, OOP and C++ were all the rush in the late 90's early 2000's - when JSBSim was started - the...
> @bcoconni out of interest what language would you choose if you were starting from scratch? Well, that's a very personal question :smile: And this kind of discussion can quickly...
> I want to set a challenge for both of us: What do you think if we work together to try to completely rewrite JSBSim in Rust utilizing cutting-edge tools...
Hi @RazaZaidi2802 This repo is hosting the reference manual of JSBSim. For questions and discussions regarding the usage of JSBSim itself, you should go to the [JSBSim-Team/jsbsim](https://github.com/JSBSim-Team/jsbsim) repo in which...
@agodemar What about the Doxygen documentation ? At the moment, it is copied manually to http://jsbsim.sourceforge.net but we might consider including it to this project as well ?
Hi @hocai, Unfortunately not at the moment: `valgrind-ci` cannot handle multiple input in one row: https://github.com/bcoconni/ValgrindCI/blob/f825a326cc758fcd6b4af59c65cb3cdd55919f54/ValgrindCI/__init__.py#L53-L55 However it would be quite easy to iterate over the files with the `glob`...
Not sure about the feasibility of merging all HTML into one but you could certainly overload the class `HTMLRenderer` so that its method `_unique_html_filename` would pick a new name if...