Thomas Zeugner

Results 6 issues of 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 ![1](https://cloud.githubusercontent.com/assets/3290888/16741881/95764f8e-47a5-11e6-8dc6-e50272cd873e.png) ![2](https://cloud.githubusercontent.com/assets/3290888/16741882/9579e23e-47a5-11e6-89db-287f95d8177c.png) ![3](https://cloud.githubusercontent.com/assets/3290888/16741883/957c7d32-47a5-11e6-958b-239cc56a5edf.png) 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...

enhancement
user interface

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