1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00
Commit Graph

3111 Commits

Author SHA1 Message Date
Zeno Rogue
3ac1e45130 backward compatibility after changing NODIR 2019-09-12 22:43:00 +02:00
Zeno Rogue
ea74604f34 hyper.h: some extra comments 2019-09-12 22:43:00 +02:00
Zeno Rogue
c98f58a672 removed eurad as it was the same as crossf 2019-09-12 22:43:00 +02:00
Zeno Rogue
cb164d92c2 added some comments to hyper.h 2019-09-12 22:43:00 +02:00
Zeno Rogue
5d77c86658 scrdist_text removed 2019-09-12 22:43:00 +02:00
Zeno Rogue
5895540ae9 removed mdText as it was equivalent to mdUnchanged 2019-09-12 22:43:00 +02:00
Zeno Rogue
85f4c57202 Orb of Winter no longer useless in Volcanic 2019-09-12 22:43:00 +02:00
Zeno Rogue
cf4829634f quitsaves() depends on CAP_SAVE, not havesave 2019-09-12 22:43:00 +02:00
Zeno Rogue
e22602e343 rug:: gethyper no longer finds invalid triangles 2019-09-12 22:43:00 +02:00
Zeno Rogue
2710694df7 unused applyspin function removed 2019-09-12 22:43:00 +02:00
Zeno Rogue
f65c8d5dc8 fixed crashes (?) after moving to 3D and back 2019-09-12 22:43:00 +02:00
Zeno Rogue
c19ffb3597 fixes to projection streamlining 2019-09-12 22:43:00 +02:00
Zeno Rogue
be2ac7654a increased MAX_EDGE 2019-09-12 22:43:00 +02:00
Zeno Rogue
e14ac8b321 no more weird heat in archimedean 2019-09-12 22:43:00 +02:00
Zeno Rogue
c20a0cb59e 3d:: wallradar 2019-09-12 22:43:00 +02:00
Zeno Rogue
068f825f1e fixed distlimit in Archimedean 2019-09-12 22:43:00 +02:00
Zeno Rogue
fac176bb15 geometry: replaced binary search with cosine rule (in some places) 2019-09-12 22:43:00 +02:00
Zeno Rogue
e28373448d missing functions acos_auto and edge_of_triangle_with_angles 2019-09-12 22:43:00 +02:00
Zeno Rogue
f98448464a renamed shmup::safety to delayed_safety to prevent confusion 2019-09-12 22:43:00 +02:00
Zeno Rogue
2c97b4f2aa rogueviz:: CLI option -collatz-go 2019-09-12 22:43:00 +02:00
Zeno Rogue
a11e602a9c fixup: reset camera_angle to 0 in HUD 2019-09-12 22:43:00 +02:00
Zeno Rogue
29ea282beb commandline option -gen3 2019-09-12 22:43:00 +02:00
Zeno Rogue
27ae6b3cd9 options -crot and -playerpath 2019-09-12 22:43:00 +02:00
Zeno Rogue
3c9e4db46e major cleanup of projection setting 2019-09-12 22:43:00 +02:00
Zeno Rogue
acf7883393 rogueviz:: fat_edges 2019-09-12 22:43:00 +02:00
Zeno Rogue
4bc4f80bfc rogueviz:: rainbow color specification 2019-09-12 22:43:00 +02:00
Zeno Rogue
c40d7753d0 fixed arg shifting 2019-09-12 22:43:00 +02:00
Zeno Rogue
38e1dc6a7a rogueviz:: fixed the type in perturb to color_t 2019-09-12 22:43:00 +02:00
Zeno Rogue
884ab0cd5f 3d:: 3d balls 2019-09-12 22:43:00 +02:00
Zeno Rogue
c10939fac6 rogueviz: missing index 2019-09-12 22:43:00 +02:00
Zeno Rogue
fcd9fbbcd2 rogueviz:: fixed label positioning in 3D 2019-09-12 22:43:00 +02:00
Zeno Rogue
edbf08b80c disabled color perturb if color not applicable 2019-09-12 22:43:00 +02:00
Zeno Rogue
49877fbfc9 arg::nomore(); fixes in collatz3 2019-09-12 22:43:00 +02:00
Zeno Rogue
98381f5526 animations:: frame info in animation recorder 2019-09-12 22:43:00 +02:00
Zeno Rogue
8b0c0f58c4 animated 3D birds 2019-09-12 22:43:00 +02:00
Zeno Rogue
7ed3ee6098 rogueviz:: collatz:: 3D trees 2019-09-12 22:43:00 +02:00
Zeno Rogue
5965a622b5 rogueviz:: dftcolor is now colorpair, not int 2019-09-12 22:43:00 +02:00
Zeno Rogue
1a744ffc6b rogueviz:: more vertex shapes, and improved in 3D 2019-09-12 22:43:00 +02:00
Zeno Rogue
4a3bf2b9f8 rogueviz::flocking:: check_range CLI configuragle 2019-09-12 22:43:00 +02:00
Zeno Rogue
fd03c60a85 rogueviz::flocking:: changing precision works, and CLI configurable 2019-09-12 22:42:59 +02:00
Zeno Rogue
48d6523672 rogueviz::flocking:: follow without gmatrix 2019-09-12 22:42:59 +02:00
Zeno Rogue
7548e4903b replaced atan2 and spin(alpha) by rspintox -- works in 3D now! 2019-09-12 22:42:59 +02:00
Zeno Rogue
936e7fc069 rogueviz::flocking:: flock shape can now be changed via command line 2019-09-12 22:42:59 +02:00
Zeno Rogue
514fee2176 rogueviz::flocking:: multithread support 2019-09-12 22:42:59 +02:00
Zeno Rogue
3e5fe01597 rogueviz::flocking:: no more using pat 2019-09-12 22:42:59 +02:00
Zeno Rogue
0509c82b54 rogueviz::flocking:: do not try large steps even if delta way too big 2019-09-12 22:42:59 +02:00
Zeno Rogue
2c40216e06 revolution_cut for tiny shapes 2019-09-12 22:42:59 +02:00
Zeno Rogue
596b4ce786 3d:: converting the old vector graphics into 3D models 2019-09-12 22:42:59 +02:00
Zeno Rogue
cb2e870a99 3d:: removed some unused debug messages 2019-09-12 22:42:59 +02:00
Zeno Rogue
d9c6ae14ae reduced the default vid.yshift in third person perspective 2019-09-12 22:42:59 +02:00