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

9468 Commits

Author SHA1 Message Date
Zeno Rogue
14fd283dd2 fixed shmup with wall_height < 0 to correctly swap the 'X' coordinate 2022-12-17 17:40:42 +01:00
Zeno Rogue
436f782541 fixed shmup::fix_to_2 2022-12-17 17:38:04 +01:00
Zeno Rogue
5f645f2f25 fixed reset and auto centering 2022-12-17 17:37:26 +01:00
Zeno Rogue
b2f9038cd4 fixed default eyepos in sph_in_low 2022-12-17 17:31:05 +01:00
Zeno Rogue
814467082f shift_method gets more possible arguments 2022-12-17 11:47:10 +01:00
Zeno Rogue
5da1b8f88e removed obsolete CLI options -solgeo and -solnogeo 2022-12-17 11:35:46 +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
Zeno Rogue
e1301e10bd fixup to shift: moved the shift methods to hyperpoint, also removed _auto 2022-12-17 11:16:47 +01:00
Zeno Rogue
70718b2602 switching nisot::geodesic_movement now automatically switches the perspective -- basically, light also moves as chosen 2022-12-16 23:08:54 +01:00
Zeno Rogue
1210de672e fixed shift in nonisotropic embeddings; also you can now choose between geodesic or embed-aware, for both manual and auto camera movement 2022-12-16 23:03:00 +01:00
Zeno Rogue
dfbf553608 euc_in_nil has sky errors too 2022-12-16 01:26:28 +01:00
Zeno Rogue
78356114c1 Euclid embed scale editable 2022-12-16 01:26:11 +01:00
Zeno Rogue
4f0d16f9ed faster bt grid rendering, and also works correctly in embedded_plane 2022-12-16 01:05:18 +01:00
Zeno Rogue
a525de9759 shmup works in embedded_plane product 2022-12-16 01:00:08 +01:00
Zeno Rogue
e1ce20cabe correct map geometry displayed in welcome message, and both displayed in EwG 2022-12-16 00:41:17 +01:00
Zeno Rogue
db43ea9de8 fixed sky over irregular map 2022-12-16 00:36:44 +01:00
Zeno Rogue
68b7beb753 simplified a bit 2022-12-15 23:16:49 +01:00
Zeno Rogue
d61e498d4b kite-and-dart working correctly in embedded_plane 2022-12-15 23:13:38 +01:00
Zeno Rogue
5edb1dba04 fixup to tes working 2022-12-15 23:13:00 +01:00
Zeno Rogue
16a2aa0f4b removed debug from full-screen dialog display 2022-12-15 23:00:40 +01:00
Zeno Rogue
7195d688d0 also fixed kite-and-dart in standard spatial embedding 2022-12-15 22:58:43 +01:00
Zeno Rogue
ad7cbac338 fixed tes in standard spatial embedding 2022-12-15 22:48:29 +01:00
Zeno Rogue
90977aacaf minor style changes 2022-12-15 21:18:39 +01:00
Zeno Rogue
74b59d3331 fixed raycaster in sph_in_low; seems to still need fixing in non-regular 2022-12-15 21:17:08 +01:00
Zeno Rogue
9b91d46f47 list_setting::show_edit_option for very large lists 2022-12-15 21:14:36 +01:00
Zeno Rogue
735db2bcc4 fixed horo_ok to use mhyperbolic 2022-12-15 21:03:36 +01:00
Zeno Rogue
6473ff8b45 sph_in_low function 2022-12-15 21:03:20 +01:00
Zeno Rogue
a20ee8e716 fixed the euc_in_noniso function 2022-12-15 19:21:16 +01:00
Zeno Rogue
585ab12e4f reverted sky fixup 2022-12-15 19:20:56 +01:00
Zeno Rogue
a67081adf8 fixed slime size 2022-12-15 19:20:49 +01:00
Zeno Rogue
e8b93600f7 fixup to last: euc in sol actually works 2022-12-15 19:00:41 +01:00
Zeno Rogue
33380fba89 noniso skies 2022-12-15 18:59:20 +01:00
Zeno Rogue
839beabbc9 vertical_vector in same-in-same 2022-12-15 18:20:13 +01:00
Zeno Rogue
6b262104fd fixed vertical in embedded_plane in noniso 2022-12-15 18:15:26 +01:00
Zeno Rogue
3233ecbfde fixup inverse/flat flags no longer set to true by default 2022-12-15 18:14:09 +01:00
Zeno Rogue
91ac8a600b flat and invert are now separate flags 2022-12-15 13:11:23 +01:00
Zeno Rogue
9498a1de03 more intuitive 3D setting 2022-12-15 12:48:25 +01:00
Zeno Rogue
18cc8cbba3 small fix in euc_in_noniso 2022-12-15 11:43:43 +01:00
Zeno Rogue
10e543a44e binary-like tilings can now be embedded in Solv and variants 2022-12-15 11:43:26 +01:00
Zeno Rogue
7dac26a85a fixed wall shadows in embedded_plane 2022-12-15 10:14:06 +01:00
Zeno Rogue
3b1b263c95 fixed the variants of binary tiling in embedded_plane 2022-12-15 10:03:11 +01:00
Zeno Rogue
4e3c72551a fixed random walls to appear in embedded_plane 2022-12-15 09:59:02 +01:00
Zeno Rogue
62ffefc0cc fixed the binary tiling to use correct straight lines on the vertical edges; also grid lines now work correctly 2022-12-15 09:58:47 +01:00
Zeno Rogue
f9552eb74e fixed forward direction 2022-12-13 23:51:28 +01:00
Zeno Rogue
d7f7f567f7 fixed mousedist with nonisotropic mouseaim_sensitivity 2022-12-13 23:28:48 +01:00
Zeno Rogue
45d2a2c4bb fixed to point2 instead of hpxy in mousedist and shmup 2022-12-13 23:27:59 +01:00
Zeno Rogue
1b8e2623ac fixup to Nil 2022-12-13 23:27:04 +01:00
Zeno Rogue
4356f41621 other noniso embeddings of Euclidean 2022-12-13 23:26:44 +01:00
Zeno Rogue
e9c04e1e77 Sol/NIH geometries now have separate gc constants 2022-12-13 19:46:57 +01:00
Zeno Rogue
557d3206a8 cheatdest_list 2022-12-13 19:05:39 +01:00