Claudio Nicolotti

Results 19 issues of Claudio Nicolotti

If the obj path filled in the librain/glass_n/obj dataref is wrong, the plugin crashes, at least on Linux. Not a game stopper, but I thought it would be nice to...

Some X-Plane plugins, such XEnviro, use sim/weather/rain_percent instead of sim/weather/precipitation_on_aircraft_ratio. Directly providing the dataref as const char* via parameter/struct was not possible as fdr_find only accept literals. Moreover, the dataref...

In the init example (README.md) there's a little bug. The example code is `librain_set_debug_draw(TRUE); ... librain_init(shaderDir, glassElementsArray, 1);` While it should be `librain_init(shaderDir, glassElementsArray, 1); ... librain_set_debug_draw(TRUE);` If you set...

I run ./build_deps on Ubuntu 18.04 and after a while I get this error. Is there any way to workaround it?

https://github.com/skiselkov/libacfutils/blob/9f4b74e92d0e853b04fe437db2f38989a7b8b044/src/widget.c#L140-L168 Hi, I'm nico87 from SimCoders. I see that you're facing the same issue I faced few months ago while trying to improve the multi-monitor support in my plugin. I...

## Your Environment * Plugin version: @ionic-native/background-geolocation": "^5.28.0", "@mauron85/cordova-plugin-background-geolocation": "^3.1.0" * Platform: iOS * OS version: 13.6.1 * Device manufacturer and model: iPad Mini 2020 * Running in Simulator: no...

Add a small bump on the nosewheel touch down

After accepting https://github.com/simcodersdotcom/headshake/pull/21 and https://github.com/simcodersdotcom/headshake/pull/23 and releasing HeadShake, users reported that it didn't work with X-Camera anymore. The reasons are: 1. Once HeadShake is overridden via the simcoders/headshake/override dataref, the...