1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-19 04:22:07 +00:00
Commit Graph

3097 Commits

Author SHA1 Message Date
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
Zeno Rogue 81289b3216 set alt to NULL just in case 2019-09-12 22:42:59 +02:00
Zeno Rogue e1227bcb6e an option for hpcshapes to contain texture information 2019-09-12 22:42:59 +02:00
Zeno Rogue 10a82c544b 3d:: make monster facing correct, based on FACEUP/FACESIDE 2019-09-12 22:42:59 +02:00
Zeno Rogue b07a5a5c69 removed transparency from monsters in 3D 2019-09-12 22:42:59 +02:00
Zeno Rogue dd9f7d0275 3d:: rebalanced Asteroids, fixed shots not being displayed at their actual locations 2019-09-12 22:42:59 +02:00
Zeno Rogue ddf7f6100a fixed reading/writing hyperpoints to use the actual number of dimensions 2019-09-12 22:42:59 +02:00
Zeno Rogue a07afdc0a7 added HEAD3 placement 2019-09-12 22:42:59 +02:00
Zeno Rogue c8d2772607 fixed -M and -viewall cheats 2019-09-12 22:42:59 +02:00
Zeno Rogue 2dd5c66d7f specified CF_FACE_UP for humanoids and similar, and CF_FACE_SIDE for quadrupeds and similar 2019-09-12 22:42:59 +02:00
Zeno Rogue e95fc386e1 fixed crashes in Camelot 2019-09-12 22:42:59 +02:00
Zeno Rogue 322d2bff86 described E3 parameters 2019-09-12 22:42:59 +02:00
Zeno Rogue f507b7cf55 fixed Orb of the Warp destroyed while refactoring 2019-09-12 22:42:59 +02:00
Zeno Rogue 5b87088ade fixed a bug in twisted non-cube 2019-09-12 22:42:59 +02:00
Zeno Rogue 21985e4317 twisttest 2019-09-12 22:42:59 +02:00