Taras
Taras
fix this by add ``` instance Semigroup FeedForwardNetwork where -- mempty = emptyFeedForwardNetwork () = addFeedForwardNetworks ``` compile ok, but i get error when run xor example ``` ==> XOR...
github is open source, so you can do it, you can upgrade it :)
here that txt https://github.com/Shadowss/TravianZ/blob/master/install/templates/wdata.tpl#L20-L22 here that get param sets https://github.com/Shadowss/TravianZ/blob/master/install/process.php#L213 here begins populateWorldData func defined https://github.com/Shadowss/TravianZ/blob/master/GameEngine/Database.php#L7093 here you can found few moments, when that func returns -1 https://github.com/Shadowss/TravianZ/blob/master/GameEngine/Database.php#L7111-L7121 i think...
https://dev.mysql.com/doc/refman/8.0/en/integer-types.html 2147483647 is maximum value for INT signed type :) you can change database table fields type for resources to BIGINT :) anyway i do not know, why you really...
what means "build mode"? i do not understand
> is it possible to have the game in French? you can help, can create French translations, yep!
maybe you lost images? maybe you lost part of your nginx/apache config?
hey!) i look for code, look at server a bit, found a lot of bugs and some-scary-ux-moments and i can fix many of that are you interested in my fixes?...
Hi @AlfredoPagano ! thank you! checked and fixed :)
Hi @Shadowss ! i am not sure i really want to refactoring this ugly php code... ;( i think i can really more quickly implement this all in haskell with...