phrohdoh
phrohdoh
AFAICT there are no such commands as the spec only lists `SetWindowRect` and `GetWindowRect`.
Oh I see, I did not understand previously. Sounds easy enough.
#707 is related.
There is currently a WIP branch [wip-gh18-empiresdb-to-json](https://github.com/ChariotEngine/Chariot/tree/wip-gh18-empiresdb-to-json) and [a gist](https://gist.github.com/Phrohdoh/e48928d763088f6d6917462ea631aff6) with usage instructions and details.
Eventually I'd like to post this to [Age of Empires Heaven](http://aoe.heavengames.com/dl-php/lister.php?category=utilities) which will, hopefully, elicit critiques and suggestions from modders instead of me endlessly dreaming up possible uses.
Hey, thanks for the link @heinezen! I actually already have dat->json done (with a few papercuts here and there). That being said I am of course all for collaboration and...
Some progress has been made over at [slp-viewer-opengl](https://github.com/Phrohdoh/slp-viewer-opengl-rs) (this link will become a 404 after being folded into the engine) which you can see here: ![screen shot 2017-05-10 at 7...
@torkleyy If you want to do this be my guest! :smile:
Thinking on this in the context of AoE's diamond (rotated) maps the units are *only* taking diagonal routes. This test fails: ```rust #[test] fn test_find_tile_path_nondiagonal_only() { let width = 3;...
Awesome, thank you!