Andreas G.

Results 20 issues of Andreas G.

Menu click sounds for the MenuItems. 1:1 like of the original menu of the game. Not playing for checkable menu items. The sounds will end up in many modules otherwise....

Using SpriteFontPlus.Monogame we can load and bake TrueTypeFonts at runtime and convert them to a Monogame.Extended.BitmapFont using the exposed texture. Discussion ref: https://discord.com/channels/531175899588984842/536970543736291346/1147888419364687892 ## Is this a breaking change? No

stacktrace: ``` [rosbridge_tcp-1] [INFO] [1673531368.773922849] [rosbridge_tcp]: [Client 0] Subscribed to /unreal/observer_image [rosbridge_tcp-1] [ERROR] [1673531373.971018822] [rosbridge_tcp]: [Client 0] [id: publish:/unreal/observer_image:288] publish: Message type sensor_msgs/Image does not have a field header.seq [rosbridge_tcp-1]...

You could help with a longstanding problem. It is not possible to differentiate between sectors which are on top of each other when they are on different levels of a...

I am currently saving the *product name guid* into the user settings then if I load those settings I find the device index by looking up the device's product name...

## Discussion Reference https://discord.com/channels/531175899588984842/536970543736291346/1233539611368751185 ## Is this a breaking change? No. I outcommented the ranges that crash for users that do not have a specific .NET Runtime installed and run...

I am trying to call exported functions from my C++ program. However, it crashes/freezes on call. I have setup a few test methods to check if the dll works at...

question

A C# wrapper I created can be found here: https://github.com/TybaIt/vXboxInterfaceWrap

So I have this code ```csharp private async Task LoadDatabase() { var filePath = Path.Combine(this.CacheDir, "data.db"); _db = new SQLiteAsyncConnection(filePath); await _db.CreateTableAsync(); } ``` which basically is "I:\\\\Repositories\\\\github.com\\\\redacted\\\\.debug.settings\\\\data.db" or a...

I think entries in the effects array still need a "targets" field because it can happen that the Move itself targets the other team but at the same time a...

enhancement
help wanted