axx
axx
I never noticed this happening when starting a game. EDIT: BTW this irrigation bug really messes things up. My city has shrunk to size 1 and cannot grow beyond size...
Well it _looks_ good. Try to commit this into your repo and make a PR. Otherwise I'll check how this works when I have more time.
Basically trying to mimic the original the best we can + loads of stuff that people have discovered over the years (apolyton, civfanatics, ...).
I planned on adding a path to ToT folder in appsettings.json and perhaps making another parameter there which would determine which game to start (if paths to Civ2 MGE &...
Should the new sav file have a new extension (e.g. .savx) to distinguish it from the classic files?
Go ahead, I'm busy with some other stuff.
I believe IsInSameArea function is returning false when you move the unit and thus it redraws the map. I tried analyzing it some weeks ago but couldn't get to the...
You mean unit orders like build city, fortify, etc.? There's a class for each order in Eto. Do we migrate these orders to MovingPieces class like you did with sleep...
I moved orders from Eto. Didn't really know where to put it in Raylib so I made a folder in GameMode. I also renamed Order class in engine to avoid...
I'll take a look, I'm doing some styling stuff anyway.