1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

MAJOR refactoring: all geometry-dependent data (tessf, geom3::, shapes, hpc) are now contained in a structure

This commit is contained in:
Zeno Rogue
2019-05-26 18:04:02 +02:00
parent 9c5344289a
commit b6e303ec7d
35 changed files with 3893 additions and 3836 deletions

View File

@@ -323,6 +323,7 @@ ld expansion_analyzer::get_growth() {
if(!N) preliminary_grouping(), reduce_grouping();
vector<ld> eigen(N, 1);
ld total;
for(int iter=0; iter<100000; iter++) {
total = 0;
vector<ld> neweigen(N, 0);
@@ -828,7 +829,6 @@ int expansion_readArgs() {
if(x+y > 10) continue;
stop_game();
gp::param = gp::loc(x, y);
need_reset_geometry = true;
set_variation(eVariation::goldberg);
compute_coefficients();
}