1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 14:35:47 +00:00
Commit Graph

9603 Commits

Author SHA1 Message Date
Locria Cyber
8d3173d1a4
Remove wrong usage of noexcept
I have no idea why I added this.
2023-08-24 15:44:42 +00:00
Locria Cyber
0b0d2c2f93
Use c++14 by default
Needed for 'default value of lambda parameter'
2023-02-01 13:07:14 +00:00
Locria Cyber
5e8839f3a9
Fix bugs and C++ compilance
- use 'noexcept' for constexpr
- allocate dynamic array
- enable CAP_TEXTURE on CAP_ROGUEVIZ
2023-02-01 13:00:30 +00:00
Locria Cyber
99e3b25560
Use printf %lld, not %Ld
comply with ISO C++
2023-02-01 12:53:09 +00:00
Locria Cyber
253f0deaa6
Add more compiled files to .gitignore 2023-02-01 12:34:08 +00:00
Locria Cyber
d16317f55e
Make it compile on Linux with gcc/clang 2023-02-01 12:28:49 +00:00
Locria Cyber
4fa7da8d9e
Add generated files to .gitignore 2023-02-01 12:28:39 +00:00
Locria Cyber
e718adb7b6
Fix make file 2023-01-31 20:58:25 +00:00
Zeno Rogue
a84596a355 better isometry in Nil cylinder 2023-01-30 17:16:35 +01:00
Zeno Rogue
0b11c9388b TAU and other constants are now declared as constexpr 2023-01-30 15:37:03 +01:00
Zeno Rogue
9ce2a90c33 embedding: Nil cylinder, also fixed the product cylinder 2023-01-30 15:36:44 +01:00
Zeno Rogue
ad93a6db0b triangles in Nil Rider are now rotating 2023-01-30 01:25:40 +01:00
Zeno Rogue
98690c225c new Nil model used in Nil Rider 2023-01-30 01:20:12 +01:00
Zeno Rogue
439850f74c fixup to simple_impossible 2023-01-30 01:02:02 +01:00
Zeno Rogue
c21d5373e5 simple-impossible now works with the new model, and also rotates 2023-01-30 00:46:55 +01:00
Zeno Rogue
c468c90463 rogueviz/simple-impossible.cpp 2023-01-30 00:46:18 +01:00
Zeno Rogue
395cbf3668 nilv:: the Nil model is now changeable 2023-01-30 00:02:13 +01:00
Zeno Rogue
80c0b4bb0c rogueviz:: adjusted flocking to interface changes 2023-01-29 17:03:53 +01:00
Zeno Rogue
b11e270eb5 chasmifyPoly now uses logical coordinates 2023-01-29 17:03:25 +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
ba03d33959 embedding:: a simple general implementation of radar 2023-01-29 16:09:00 +01:00
Zeno Rogue
5c2b206433 final_coords now refers to cgi.emb->logical_to_base 2023-01-29 14:17:41 +01:00
Zeno Rogue
a6d53944cd fixup to coordinates 2023-01-29 14:17:03 +01:00
Zeno Rogue
c0c6f44c19 moved kleinize from floorshapes to hyperpoint 2023-01-29 14:16:50 +01:00
Zeno Rogue
31a5a9e5c7 floor tiles are now constructed based on logical coordinates 2023-01-29 14:14:58 +01:00
Zeno Rogue
1e6e75c7d4 embeddings:: clarified the meaning of various coordinate systems, both in a comment and in idea 2023-01-29 14:13:30 +01:00
Zeno Rogue
ce72e55353 fixup to -seo CLI option 2023-01-29 14:11:56 +01:00
Zeno Rogue
8e577bc2de embeddings:: fixup apply_always3 for CliffordTorus 2023-01-29 14:10:59 +01:00
Zeno Rogue
43b3a13dc4 embeddings:: fixed the ordering 2023-01-29 14:10:41 +01:00
Zeno Rogue
9ca8f20dc3 fixup to nicer apply_always3 2023-01-29 11:56:26 +01:00
Zeno Rogue
fd55d4de89 CLI option -seo 2023-01-28 04:08:32 +01:00
Zeno Rogue
3af71864c7 embeddings:: seCylinderSL2 2023-01-28 03:56:08 +01:00
Zeno Rogue
c155491ca2 fixup to last 2023-01-28 03:47:33 +01:00
Zeno Rogue
0873fe2088 cleaner apply_always3 2023-01-28 03:47:02 +01:00
Zeno Rogue
a45ae2cd21 embeddings:: cylinder_horo 2023-01-27 16:46:54 +01:00
Zeno Rogue
d7fe4af1e9 embeddings:: implemented the cylinderHE embedding 2023-01-27 11:16:34 +01:00
Zeno Rogue
9e2059e72b embeddings:: moved functions outside class 2023-01-27 11:15:42 +01:00
Zeno Rogue
a73f85c88a fixup to simplified and fixed 2023-01-27 10:18:39 +01:00
Zeno Rogue
9e6e8e02b0 fixup to new embeddings, pointer cgi1 in sky 2023-01-27 10:18:19 +01:00
Zeno Rogue
56f5fee8dd embeddings:: simplified and fixed euc_in_sl2 2023-01-27 10:17:54 +01:00
Zeno Rogue
e4239a11a4 embeddings:: emb_euc_cylinder simplified and generalized to hyperbolic 2023-01-27 10:07:40 +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
146c075210 removed functions which were moved elsewhere 2023-01-23 22:14:59 +01:00
Zeno Rogue
02e8dec195 12.1h changelog 2023-01-08 16:44:42 +01:00
Zeno Rogue
3013e956b9 12.1h 2023-01-08 16:44:28 +01:00
Zeno Rogue
2d21e9122a fixed list sliders not working correctly when quickmouse is off 2023-01-08 16:20:59 +01:00
Zeno Rogue
8a5e768b51 rogueviz::dhrg::loglik:: max steps 2023-01-08 16:03:20 +01:00
Zeno Rogue
4ff8f4b68a rogueviz::sag:: added CAP_SDL guards 2023-01-08 16:02:32 +01:00