Felix Scheffer

Results 6 issues of Felix Scheffer

Should be 4 sec, not 5 sec. https://wiki.factorio.com/Battery

Godot has recently released version 3.5 beta 3 and unfortunatly it seems to break Scatter. When enabling Scatter in the plugins tab, I get: ``` res://addons/scatter/plugin.gd:141 - Invalid call. Nonexistent...

This one is tricky. ``` generateCoordinatesFromBearingAndDistance(bearing, distance) { const R = PHYSICS_CONSTANTS.EARTH_RADIUS_NM; const θ = bearing + this._magneticNorth; // true bearing, in radians const d = distance; const δ =...

refactor

from environmentConstants.js: `DENSITY_ALT_INCREASE_FACTOR_PER_FT: 0.000016 // 0.16% per thousand feet ` It's 0.016 per thousand feet or 1.6% per thousand feet.

refactor

My understanding is that in IVAO, it is considered bad practice to call ATC with "DAL123 **with you** at flight level 330". Instead, one is supposed to say something like...

discussion

The pr adds a variance-threshold setting to control the variance threshold parameter of the subtractor. I mainly use this to filter out compression issues and to a certain degree exposure...