veloren/world
Imbris d29a1ec052 Switch back to 100 attempts for each site, optimization of
find_site_loc, and fix pre-existing bugs.

* In two spots, there were suspicious conversions between chunk positions
  / world positions that I removed. Everything, here should just be in
  chunk positions afaict!
* Optimized by skipping further checks if `in_suitable_loc` is false
  (main optimization (10x speedup for desert city site location finding
  attempts)) as well as only computing `in_suitable_loc` once (minor
  optimization).
2023-05-02 06:12:33 -04:00
..
benches Fixed clippy warnings and fmt 2021-03-07 14:25:07 +00:00
examples mess (server startup time related experimentation, in particular with 2023-04-20 21:53:59 -04:00
src Switch back to 100 attempts for each site, optimization of 2023-05-02 06:12:33 -04:00
Cargo.toml mess (server startup time related experimentation, in particular with 2023-04-20 21:53:59 -04:00
economy_testinput2.ron separate orders by professions and everyone 2022-06-07 18:30:05 +02:00