Commit Graph

79 Commits

Author SHA1 Message Date
Zeno Rogue d0d354b53a removed debug from intra 2024-03-14 19:29:36 +01:00
Zeno Rogue ffc06b981f used the same string in some places for easier translation 2023-12-03 14:29:50 +01:00
Zeno Rogue 7802194248 deconfused translation checker 2023-12-03 14:29:02 +01:00
Zeno Rogue c69bed4d12 intra:: cleaner scale changing 2023-11-30 12:34:41 +01:00
Zeno Rogue 79165ae014 intra:: fixed product spaces 2023-11-23 22:11:15 +01: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 3f1dc8a4c4 introduced new CAP, CAP_PORTALS 2023-04-15 01:30:05 +02:00
Zeno Rogue d108f27dcf added some missing CAP_ guards 2023-02-18 12:53:52 +01:00
Zeno Rogue e3b87792aa walking mode adds 'make_actual_view' to know whether local_perspective_used 2023-02-04 23:05:49 +01:00
Zeno Rogue 40ad4f04d2 walk parameters are now prefixed by walk -- eye_level vs eyelevel was confusing 2023-01-29 17:03:12 +01:00
Zeno Rogue 85dffdbeff rewritten the embeddings more nicely 2023-01-27 00:27:10 +01:00
Zeno Rogue 3e733ae6e9 Big change: spatial_embedding option 2022-12-09 02:33:15 +01:00
Zeno Rogue bf001926c2 refactored the vertical movement functions 2022-12-09 02:33:15 +01:00
Zeno Rogue 06523e063e used cyclefix and raddif in more places; (c)spin90, (c)spin180 and spin180 functions; rephrased M_PI in terms of TAU and x._deg when applicable 2022-11-13 16:22:55 +01:00
Zeno Rogue ba009a80b2 intra:: reset raycaster on changes; do not try to change scalefactor automatically 2022-11-04 23:42:48 +01:00
Zeno Rogue 0639c9c027 intra:: select edge ratio 2022-10-27 16:06:39 +02:00
Zeno Rogue 64a613572a fixed through_wall 2022-10-27 16:06:39 +02:00
Zeno Rogue 0c22ab2b4b intra:: allow panning, edit inside walls, and draw the portal to edit 2022-10-27 16:06:39 +02:00
Zeno Rogue 6ef282173f map editor:: building mode 2022-10-27 16:06:39 +02:00
Zeno Rogue 3ce5597cc1 editing map/portals now changes map_version 2022-10-27 16:06:39 +02:00
Zeno Rogue f4282e1118 intra:: create/manage portal maps from the map editor 2022-10-27 16:06:39 +02:00
Zeno Rogue a83228cd15 display some help for portal maps 2022-10-27 16:06:39 +02:00
Zeno Rogue efe7eea3de intra:: an option to set recommended settings 2022-10-27 16:06:39 +02:00
Zeno Rogue 1791190493 intra:: unconnected portals form a list 2022-10-27 16:06:39 +02:00
Zeno Rogue c2acb4f271 intra:: select world for a list, or load another world from a saved map 2022-10-27 16:06:39 +02:00
Zeno Rogue db8c4ee0b9 intra:: export ticks 2022-08-07 03:16:24 +02:00
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