1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00
Commit Graph

284 Commits

Author SHA1 Message Date
Zeno Rogue
83b49caa5f fixed multiply transmatrix * trans23 2023-08-15 15:20:46 +02:00
Zeno Rogue
27bedb19ed fixed a bug which caused the screen to disappear on switch-to-fpp 2023-08-15 15:19:50 +02:00
Zeno Rogue
757579fb18 matrix dialog now used for models::rotation 2023-08-14 17:02:34 +02:00
Zeno Rogue
3069dbd316 moved the constructor of projection_configuration to models 2023-08-14 13:49:07 +02:00
Zeno Rogue
b6f13b953b more OOP-style standard dialogs 2023-08-09 14:01:24 +02:00
Zeno Rogue
5057f10358 improved parameter animation 2023-08-09 01:01:32 +02:00
Zeno Rogue
1554caa7b4 rotations are now represented as matrices, not angles 2023-08-08 16:27:52 +02:00
Zeno Rogue
901521631f inverse_exp_newton 2023-06-10 11:05:13 +02:00
Zeno Rogue
949ee1b382 fixed bucketer 2023-05-18 13:58:02 +02:00
Zeno Rogue
fd3cc72508 added bucket_scale to fix bucketing problems 2023-05-15 02:50:41 +02:00
Zeno Rogue
a70e799081 raycaster:: should now work in plane embedded as Solv 2023-05-15 02:50:41 +02:00
Zeno Rogue
e63feddb7c added MAXMDIM guards in various places 2023-04-15 01:29:59 +02:00
Zeno Rogue
60c041e397 phi cannot be constexpr on some compilers 2023-02-05 11:38:14 +01:00
Zeno Rogue
334c4715af fix_rotation compactized 2023-02-04 19:41:10 +01:00
Zeno Rogue
2fe39a6613 embeddings:: shmup fixes 2023-02-04 19:40:49 +01:00
Zeno Rogue
5b89cfdecf embeddings:: removed smESL2 method -- smEmbedded works fine now for all non-product embeddings 2023-02-04 11:44:42 +01:00
Zeno Rogue
a14bceb681 embeddings:: simplifications 2023-02-04 10:18:01 +01:00
Zeno Rogue
0b11c9388b TAU and other constants are now declared as constexpr 2023-01-30 15:37:03 +01:00
Zeno Rogue
395cbf3668 nilv:: the Nil model is now changeable 2023-01-30 00:02:13 +01:00
Zeno Rogue
c0c6f44c19 moved kleinize from floorshapes to hyperpoint 2023-01-29 14:16:50 +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
8118ecd4f3 fixed the spin functions in hyp_in_solnih and euc_in_sl2 2023-01-08 15:59:28 +01:00
Zeno Rogue
6259815f7f refactored animation, and should now work in every embedded 2023-01-08 15:59:28 +01:00
Zeno Rogue
8e49baef0e shmup should work in euc_in_product 2023-01-07 22:19:31 +01:00
Zeno Rogue
6d0c0daa40 fixed shmup in euc_in_sph 2023-01-07 21:50:13 +01:00
Zeno Rogue
14d6e33768 fixed wolf shape in Clifford torus 2023-01-07 20:40:57 +01:00
Zeno Rogue
8136d9b554 fixed camera movement in ESL2 2023-01-07 19:41:42 +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
Zeno Rogue
b7a4997509 fixed camera movement in euc_in_sl2 2023-01-07 12:22:14 +01:00
Zeno Rogue
3f2a84be5f refactored get_logical_z 2023-01-07 11:45:40 +01:00
Zeno Rogue
f5f6bdcf3b euc_in_sl2 (still buggy) 2023-01-07 11:44:13 +01:00
Zeno Rogue
1fc48be781 fixed lta 2023-01-06 00:24:45 +01:00
Zeno Rogue
4b3bfb9932 euc_in_product 2023-01-06 00:09:12 +01:00
Zeno Rogue
2182f442d9 more detailed Euclidean embedding parameters 2023-01-05 14:01:23 +01:00
Zeno Rogue
32546cee4a Clifford torus embedding (needs to be configured manually and on a straight square for now) 2023-01-04 23:30:36 +01:00
Zeno Rogue
86492d1181 Improved the UI for 'geodesic movement' setting, and also make it work correctly in SL2 and hyperbolic geometries 2022-12-25 12:14:36 +01:00
Zeno Rogue
c2dc16f8ca made radar work in new embedded_planes, with some glitches 2022-12-17 23:59:39 +01:00
Zeno Rogue
22d4a49b68 no, that was wrong, but still renamed 2022-12-17 21:09:20 +01:00
Zeno Rogue
1ac28797de fixed autocentering in same_in_same; also renamed smIsometric to smIsotropic 2022-12-17 21:07:32 +01:00
Zeno Rogue
8884fbc11f fixed monster facing displayed in embedded_in product 2022-12-17 20:37:07 +01:00
Zeno Rogue
e68c807f68 euc_in_hyp won't be standarized 2022-12-17 20:21:33 +01:00
Zeno Rogue
72c1cf300e fixed binary tiling embedded in product 2022-12-17 19:34:03 +01:00
Zeno Rogue
0e83580199 fixup to logical_to_actual 2022-12-17 18:36:05 +01:00
Zeno Rogue
8de0f4e2e4 fixup: test removed 2022-12-17 18:00:01 +01:00
Zeno Rogue
d5e5e65745 fixed shift_object in embedded 2022-12-17 17:58:55 +01:00
Zeno Rogue
2e0b3c5811 fixed hyp_in_noniso to keep the correct orientation 2022-12-17 17:57:57 +01:00
Zeno Rogue
5f645f2f25 fixed reset and auto centering 2022-12-17 17:37:26 +01:00
Zeno Rogue
814467082f shift_method gets more possible arguments 2022-12-17 11:47:10 +01:00
Zeno Rogue
4da63f57dc renamed parallel_transport to shift_object, made it use shift_method, and made it correct for Lie movement 2022-12-17 11:35:28 +01:00