1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
Zeno Rogue
7931ced3f8 intra::switching so that you can store off an intra game 2022-08-07 03:16:24 +02:00
Zeno Rogue
7787f26bc2 added kz to some debug printouts 2022-08-07 03:16:24 +02:00
Zeno Rogue
75f58766a2 made background screen darkening consistent and optional 2022-07-05 11:51:06 +02:00
Zeno Rogue
066b683bde walking:: switch_walking function 2022-06-10 18:45:28 +02:00
Zeno Rogue
b0c34c4f2c added CAP_RAY guard to intra stuff 2022-05-09 15:09:23 +02:00
Zeno Rogue
78b0324a91 fixed some CAP guards 2022-05-06 19:54:55 +02:00
Zeno Rogue
14ed4b7603 display a hint when player hidden 2022-03-27 22:47:51 +02:00
Zeno Rogue
0e39a8a485 intra:: CLI command -walk-on 2022-02-28 17:31:46 +01:00
Zeno Rogue
73738226dd intra:: walking works with vr correctly now 2022-02-28 17:31:27 +01:00
Zeno Rogue
b022c3c84e intra:: change floor status of wallcolors 2022-02-27 15:21:58 +01:00
Zeno Rogue
50e1497405 rv:: portal demos now organized into a separate presentation 2022-02-27 14:53:22 +01:00
Zeno Rogue
ded172b0d3 intra:: fixed a crash on reloading 2022-02-27 14:50:46 +01:00
Zeno Rogue
45fb8fcb44 intra:: shift_view_portal now calls itself recursively so multiple portal passes at once work 2022-02-27 14:50:33 +01:00
Zeno Rogue
443ecf0331 intra:: correct cleanup of intra maps 2022-02-27 01:15:45 +01:00
Zeno Rogue
22fc90a30e walking:: walking in solv-h3 2022-02-27 01:15:45 +01:00
Zeno Rogue
94d660cc43 intra:: walking mode 2022-02-27 01:15:45 +01:00
Zeno Rogue
cfaa52cf42 intra:: extra debug 2022-02-27 01:15:45 +01:00
Zeno Rogue
80b9d9533c intra:: fixed portals to/from S3 and H3 2022-02-27 01:15:45 +01:00
Zeno Rogue
6b17cd6412 intra:: fixed Euclidean portals from/to product spaces 2022-02-26 09:48:49 +01:00
Zeno Rogue
67a19d93bb added missing MAXMDIM guards 2022-02-17 21:00:10 +01:00
Zeno Rogue
9f9a95059a intra:: perf/edit setting 2021-10-10 00:49:59 +02:00
Zeno Rogue
6db94b134d intra:: optimize saved maps 2021-10-10 00:40:22 +02:00
Zeno Rogue
868b75f64e intra:: set T=Id to prevent possible rendering errors 2021-10-10 00:40:22 +02:00
Zeno Rogue
32684298a0 intra:: option -intra-kill 2021-10-10 00:40:22 +02:00
Zeno Rogue
12fe1e1d54 intra:: improved debug 2021-10-10 00:40:22 +02:00
Zeno Rogue
a79d28fafe more portal fixes 2021-10-10 00:40:22 +02:00
Zeno Rogue
09655ebf9f intra:: improved be-square 2021-10-10 00:40:22 +02:00
Zeno Rogue
af18ee7ae1 intra:: become() now adds more spaces if called inside intra 2021-10-10 00:40:22 +02:00
Zeno Rogue
11aa9d0ddd intra:: improved debug 2021-10-10 00:40:22 +02:00
Zeno Rogue
57e58b3302 intra:: non-regular-shaped portals e.g. right-angled triangles 2021-10-10 00:40:22 +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
8217fb474e intra:: reduced eps to 1e-5 2021-10-10 00:40:22 +02:00
Zeno Rogue
b1774a0763 intra:: using .at instead of [] 2021-10-10 00:40:22 +02:00
Zeno Rogue
cb6226b5ab intra:: better H3/Solv portals 2021-10-10 00:40:22 +02:00
Zeno Rogue
e4ea3b9de2 intra:: portal debugging 2021-10-10 00:40:22 +02:00
Zeno Rogue
0966d5e36c more accurate portal movement 2021-10-07 12:43:45 +02:00
Zeno Rogue
4a904b73c5 intra:: fix -be-square 2021-10-03 18:07:46 +02:00
Zeno Rogue
f52b02b638 intra:: be more careful in infinite spaces 2021-10-03 18:07:32 +02:00
Zeno Rogue
74906727c6 intra:: Solv portalsP 2021-10-03 18:06:15 +02:00
Zeno Rogue
6920382634 intra:: fixed wrongly rotating portals 2021-10-03 18:04:52 +02:00
Zeno Rogue
6fea0c31e4 intra:: H3-bt portals (preliminary) 2021-10-03 10:19:45 +02:00
Zeno Rogue
e70e2fc404 intra:: fixed the mirroring on product ceiling portals 2021-10-02 14:01:22 +02:00
Zeno Rogue
486803aca6 intra:: CLI option -be-square 2021-10-01 07:56:57 +02:00
Zeno Rogue
8f0d6585cd options to create intra map 2021-09-30 19:05:15 +02:00
Zeno Rogue
8b6a745a8f intra:: more portal combinations are working (product upwards, portal to self) 2021-09-30 16:13:47 +02:00
Zeno Rogue
b3fc40a8fc intra:: fixed mirroring 2021-09-30 15:02:16 +02:00
Zeno Rogue
aa6c0cb1cd fixup to save field 3d fix 2021-09-17 13:49:31 +02:00
Zeno Rogue
23a860d405 intra:: intra maps are now saved correctly 2021-09-17 12:00:53 +02:00
Zeno Rogue
7a7198c45a mapeditor:: 3D field quotients are now saved correctly 2021-09-17 11:56:18 +02:00
Zeno Rogue
716f7684e0 intra:: portals now can be edited 2021-09-17 10:26:51 +02:00