Michael Enßlin
Michael Enßlin
Good catch. Whenever a tile is edited, the surrounding tiles should be checked for water-land borders, and replaced by beach if one is found. Harder mode: Beach sometimes needs to...
Related issue: #50
@franciscod I guess you can start with it The plan is to game objects a `log(message, timeout)` method that (a) forwards the message to the global logger and (b) prints...
This would indeed be great for reproducing bugs, and for automatic testing of in-game stuff.
Some background information: of course, the code that was broken by isort in my case was badly-written (due to the unused shadowed import), should have and has been fixed. The...
Let's not make it too complicated :D ideally it should remain somewhat recognizable in a 16x16 favicon.
What about this?
Users should be able to request file-like objects from the asset system by specifying an asset path, and optionally pass a callback method that would be invoked when the file...
That code will certainly be helpful when it comes to writing the OSX and win32 code.
As part of the `dist` folder? I guess that would be OK... but don't forget the bash completions file for our more poorly-equipped friends :P Also what's the folder on...