Thomas Zeugner
Thomas Zeugner
for mission.cc - possibility to define winning conditions for a mission or tutorial. - possibility to define mission instructions - possibility to define mission win/lose screen    this...
I create a sub branch (of feature_original_maps https://github.com/tomsoftware/settlers-remake/tree/add_decorations_objects) to implement map-decoration-objects. May you can create a branch in the remake so anyone can help? Or may I Push this in...
Hi, cause webpack is packing all together it is quiet difficult to find the source of an error. I thought this would be easy to fix / config but I...
Hi, FYI: you use a 8086 emulator (Cool !!) to get adlib op-codes from lemmings music / sound file. You can find an interpreter for the Sound-Image-Format at: https://github.com/tomsoftware/Lemmings.ts/tree/master/src/resources/sound may...
Some Float-Point Numbers are not Deserialize correctly Example: var x = JsonSerializer.Deserialize("{\"a\":59.08634249999999}"); will result in {[a, 5.90863425E+15]}
Problem was some missing System.Globalization.CultureInfo.InvariantCulture so on a non English system the "." was interpreted as a 1000-seperator not as a decimal seperator in the fallback code of ComputeGuess
add webgl chart libs