Frederik Madsen
Frederik Madsen
This is how I do it, which works without any issues so far. Suppose you want to edit a string stored in `value` (which might be null): ```c# var str...
Are you on .NET Framework? I think `Marshal.PtrToStringUTF8` was added at some point in .net standard/.net core. If you are working with only ansi characters `Marshall.PtrToStringAnsi` should do the trick.
Yes, the code is unsafe, you have to wrap it in an unsafe block (or an unsafe function, I have it in an unsafe helper function): ```cs public static unsafe...
Suggestions for the format of the config entries for the factions would be very much welcomed, especially what information etc. should be kept about each faction, infantry, vehicle and such....
In addition to the `missionConfig` we can look for factions/templates in the "_game_" config file, allowing mods to specify their own for the missions. (As could be done in etc....
I am having the same issue using PostgreSQL with timestamps stored in UTC and the local time in UTC+2. I would like to (and expect) that when I group something...
> @Zarickan - you have precisely described the issue, and there is currently no "good" way to do what you want. > > > The problem seems to be that...
Same here, not working with Processing Java installed, still get the message.