1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 13:48:15 +00:00
Commit Graph

201 Commits

Author SHA1 Message Date
Zeno Rogue
f2efc6f295 in hrmap_h3_subrule, better debugging of conficts 2022-07-17 14:41:57 +02:00
Zeno Rogue
7c6fece132 reg3:: removed some debug 2022-07-17 14:41:57 +02:00
Zeno Rogue
48702739fd reg3:: support for >= 32 move directions 2022-07-13 20:59:20 +02:00
Zeno Rogue
f25379ca7d reg3:: removed/improved some debug 2022-07-13 20:59:11 +02:00
Zeno Rogue
58c78220df reg3:: subrule:: remove non-branching NLES 2022-07-13 20:58:42 +02:00
Zeno Rogue
0e14d06e40 reg3:: made extra_origins more distant to prevent accidental crash 2022-07-13 20:56:49 +02:00
Zeno Rogue
4c4120e4f0 fixes to hrmap_subrule 2022-07-13 19:56:32 +02:00
Zeno Rogue
906ad4ab90 less-states 2022-07-13 19:33:00 +02:00
Zeno Rogue
6bc3dc9d6f subrule 3D maps implemented 2022-07-13 19:30:36 +02:00
Zeno Rogue
5ef8092af2 further ruleset refactoring 2022-07-13 18:51:31 +02:00
Zeno Rogue
91e405e421 reg3:: factored off ruleset, and disabled the special handling of Space535 2022-07-13 17:34:29 +02:00
Zeno Rogue
de5e0505a3 honeycomb rules for 345 and 355 2022-07-12 14:46:31 +02:00
Zeno Rogue
4bbf4a1a88 rulegen:: fixed get_aid 2022-07-12 14:46:31 +02:00
Zeno Rogue
cdb2a001ca rulegen3 2022-07-12 14:46:30 +02:00
Zeno Rogue
3318c1e4b4 reg3:: fixed origins 2022-07-12 14:46:30 +02:00
Zeno Rogue
a5c67624fd reg3:: fixed hrmap_h3 pure 2022-07-12 14:46:30 +02:00
Zeno Rogue
6113e0fd56 reg3:: improved strafe test 2022-07-12 14:46:30 +02:00
Zeno Rogue
c3ba88cb6c hrmap_h3 supports extra_origins 2022-07-12 14:46:30 +02:00
Zeno Rogue
a920b837e1 reg3:: hrmap_h3 now works with subcells 2022-07-12 14:46:30 +02:00
Zeno Rogue
a6116d678e reg3:: factored gen_quotient_map 2022-07-12 14:46:30 +02:00
Arthur O'Dwyer
0ae74aad62 Fix more instances of Clang's -Wunqualified-std-cast-call 2022-07-05 13:28:00 -04:00
Zeno Rogue
75f58766a2 made background screen darkening consistent and optional 2022-07-05 11:51:06 +02:00
Zeno Rogue
94c7cf6b03 more guard fixes 2022-05-10 08:53:58 +02:00
Zeno Rogue
f97282099c intra:: binary x Z now connects to Solv/H3, fixes to product vertical 2021-10-10 00:40:22 +02:00
Zeno Rogue
1458929a5d clearer functions bt::bt_to_minkowski and bt::minkowski_to_bt 2021-10-02 19:49:29 +02:00
Zeno Rogue
501f5c59bc fixed the interesting dodecahedral quotient spaces (535c, 535s, 533s) 2021-08-07 11:32:54 +02:00
Zeno Rogue
0b5a32d1c1 fixed the raycaster in elliptic S3 2021-08-04 15:28:17 +02:00
Zeno Rogue
bc79fd05df changed names generateAlts to extend_altmap and createAlternateMap to create_altmap 2021-07-31 15:13:44 +02:00
Zeno Rogue
64947fe456 reg3:: fixed a bug in link_alt 2021-07-31 15:12:06 +02:00
Zeno Rogue
1c31a987a8 refactored link_alt 2021-07-31 15:12:06 +02:00
Zeno Rogue
c53b60adf5 reg3:: exit -> exception 2021-07-18 11:14:29 +02:00
Zeno Rogue
0701a5e194 reg3:: removed debug that called exit while all was OK 2021-07-18 11:14:22 +02:00
Zeno Rogue
cc80bc7b3a Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2021-07-13 21:32:55 +02:00
Zeno Rogue
5c21b64060 reg3:: new variation, bch_oct 2021-07-13 15:12:03 +02:00
Zeno Rogue
81ea3d75f5 fake:: works with coxeter 2021-07-13 02:34:24 +02:00
Arthur O'Dwyer
0ee6ce8c83 Eliminate -Woverloaded-virtual warnings from Clang. NFCI. 2021-07-12 17:51:39 -04:00
Zeno Rogue
2215e07fca created cellshapes for other 3D geometries 2021-07-12 12:23:34 +02:00
Zeno Rogue
8215ac74ee fixup 2021-07-12 11:34:51 +02:00
Zeno Rogue
6e6d0a7839 the main (heptagon) cellshape now also uses subcellshape; removed dirdist and get_vertices and introduced get_cellshape instead 2021-07-12 11:07:22 +02:00
Zeno Rogue
48bccdbd70 get_sphere_loc function 2021-07-12 10:01:16 +02:00
Zeno Rogue
06ec86347c reg3:: vertices_only_local was not computed 2021-07-12 10:01:05 +02:00
Zeno Rogue
7c9bea6e1b conflict resolved 2021-07-12 09:55:25 +02:00
Arthur O'Dwyer
db762ff21a Fix or suppress a bunch of Clang warnings. NFCI. 2021-07-11 17:22:00 -04:00
Zeno Rogue
e9de3ac7d5 Great Walls in bch 2021-07-11 15:07:40 +02:00
Zeno Rogue
0e0e4d0212 reg3:: strafe and dirs_adjacent with subcubes -- Great Wall generation works 2021-07-11 11:48:33 +02:00
Zeno Rogue
5f54bf2888 reg3:: compute dirs_adjacent and strafe data for subcubes 2021-07-11 11:03:35 +02:00
Zeno Rogue
0aa1d45287 moved ray_iadj from hybrid to hrmap method 2021-07-09 22:32:00 +02:00
Zeno Rogue
f9a55d13c8 reg3:: added at for debugging and fixed a bug with shvid called for incorrect map 2021-07-09 22:32:00 +02:00
Zeno Rogue
064c6015b6 reg3:: fixed an issue with subcubes not working for low subcube_counts 2021-07-09 22:32:00 +02:00
Zeno Rogue
3c7e64c66d reg3:: faster va analysis 2021-07-09 22:32:00 +02:00