1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-19 10:19:36 +00:00
Commit Graph

350 Commits

Author SHA1 Message Date
Zeno Rogue
11c7d707f4 fake twisted Archimedean Euclidean should work 2024-06-29 13:04:32 +02:00
Zeno Rogue
0f8be6d9bc fixes to fake twisted products 2024-06-29 12:41:39 +02:00
Zeno Rogue
f7aca98ad9 slightly improved fake+twisted 2024-06-28 14:01:52 +02:00
Zeno Rogue
e9f68dfb4d special fake implementation for 1,1 unrectified 2024-06-28 00:37:30 +02:00
Zeno Rogue
a0016a488a set hcrossf, was needed for correct floor shapes 2024-06-27 22:22:32 +02:00
Zeno Rogue
f652992602 atz now better -- uses rotator 2024-06-22 01:47:05 +02:00
Zeno Rogue
abb75ec010 fake:: now works with higher goldberg (sometimes still buggy) 2024-06-21 21:42:37 +02:00
Zeno Rogue
5b55da3090 fake for GP(1,1) in S3==4 2024-06-21 18:34:37 +02:00
Zeno Rogue
9349d08117 twisted ray now takes angle_of_zero into account 2024-06-21 13:46:31 +02:00
Zeno Rogue
d987895171 fixup to the fake underlying map being erased while in fake+product 2024-06-18 18:43:12 +02:00
Zeno Rogue
83205b042b one more fixup to bitrunc fake 2024-06-18 18:42:43 +02:00
Zeno Rogue
263720db60 removed cgi.hepvdist, it was not even computed 2024-06-18 17:26:52 +02:00
Zeno Rogue
aae1be2191 fake on bitruncated tiling now works correctly 2024-06-18 17:25:00 +02:00
Zeno Rogue
dfd213fc73 twist:: correct plevel values for all nil 2024-06-16 23:13:49 +02:00
Zeno Rogue
6b04db89d2 made -twisted-product work with pure hex 2024-06-16 19:17:33 +02:00
Zeno Rogue
f3e1d1c447 make_wall now gets the actual wall ID 2024-06-11 00:06:16 +02:00
Zeno Rogue
b482dabb84 fixed crashes when apply_settings_light with no cgip 2024-05-29 13:51:35 +02:00
Zeno Rogue
d43b19625e scale now always can be changed, but cheater flag is set in shmup 2024-03-24 00:39:02 +01:00
Zeno Rogue
e5458c5f80 crossbow:: shapes 2023-10-28 09:51:27 +02:00
Arthur O'Dwyer
62629f3e70 Change static const to static constexpr wherever possible
Since we require C++11, most of these consts can be constexpr.

Two `static const ld` remain non-compile-time-evaluable because
they depend on the runtime `log` function. One `static const cld`
remains non-compile-time because `std::complex<T>` doesn't become
constexpr until C++14.
2023-08-23 09:47:28 -08:00
Arthur O'Dwyer
ced3bbcad4 Qualify calls to format
C++20 introduces `std::format` and we `using namespace std`,
so some of these would be ambiguous in C++20.
2023-08-21 10:18:44 -07:00
Zeno Rogue
67d38feabd camera_angle now uses matrix dialog 2023-08-14 18:08:28 +02:00
Zeno Rogue
e218b0b19f pipes for anisotropic geometries 2023-06-10 11:05:57 +02:00
Zeno Rogue
59dd09173a fixed the combinations of Archimedean, fake, and embedding 2023-06-10 10:33:42 +02:00
Zeno Rogue
3850d8dbeb 3D floors now should work in SVG 2023-05-30 18:44:03 +02:00
Zeno Rogue
3fdd6d4967 a new option for pseudohedral 2023-05-30 18:44:03 +02:00
Zeno Rogue
557166c561 embeddings:: fixed LAKE, SHALLOW, HELLSPIKE and BOTTOM to no longer exhibit extra sgn 2023-04-27 22:48:13 +02:00
Zeno Rogue
7dc21f32de changed some prepare_basics to require_basics 2023-04-27 22:47:32 +02:00
Zeno Rogue
3f1dc8a4c4 introduced new CAP, CAP_PORTALS 2023-04-15 01:30:05 +02:00
Zeno Rogue
a471025346 guards fixup 2023-04-11 17:14:19 +02:00
Zeno Rogue
8760ac4cfb more guards added 2023-04-11 17:10:04 +02:00
Zeno Rogue
1c2dbcc7d9 fixup to hat_param_imag 2023-04-11 16:43:53 +02:00
Zeno Rogue
defeaf2cc6 hat:: hat parameter 2023-03-24 23:53:13 +01:00
Zeno Rogue
b854f68a88 aperiodic hat tiling 2023-03-23 01:37:52 +01:00
Zeno Rogue
65883a53cf embeddings:: better explained altitudes 2023-02-19 01:00:15 +01:00
Zeno Rogue
573304faab more detailed 3D depth settings 2023-02-18 18:32:01 +01:00
Zeno Rogue
1eaa6d4dd9 better changing embedded settings 2023-02-18 12:55:33 +01:00
Zeno Rogue
ec4ceb5347 embeddings:: fixed items size in euc_in_hyp 2023-02-15 14:57:57 +01:00
Zeno Rogue
c5e05bd199 embeddings:: fixed setting changing 2023-02-15 14:57:57 +01:00
Zeno Rogue
fb2a3a7931 embeddings:: switching should now keep as much as possible 2023-02-10 19:04:32 +01:00
Zeno Rogue
941379ba2a embeddings:: fixed scalefactor for euc_in_noniso 2023-02-04 09:17:10 +01:00
Zeno Rogue
f09b94bfcd fixed the initialization of hpcshape 2023-02-04 09:17:10 +01:00
Zeno Rogue
d305896c96 embedding:: fixed leaving mdGeodesic 2023-02-02 19:07:02 +01:00
Zeno Rogue
85dffdbeff rewritten the embeddings more nicely 2023-01-27 00:27:10 +01:00
Zeno Rogue
8744420504 new embedding: Euclidean cylinder 2023-01-24 15:17:09 +01:00
Zeno Rogue
bab78c8179 fixed configure_product_cylinder 2023-01-24 14:54:19 +01:00
Zeno Rogue
742355433a shallow water is no longer glitched when the 3D settings are illegal 2023-01-08 15:59:28 +01:00
Zeno Rogue
5c1ab36b16 auto-configure S2xR embedding for Euclidean cylinder 2023-01-08 15:59:28 +01:00
Zeno Rogue
351ef88df7 improved embedded_space diagnostic help text 2023-01-07 23:21:03 +01:00
Zeno Rogue
e4839a19b7 fixed the coordinate system naming, and added a comment on these names 2023-01-07 16:52:24 +01:00