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

103 Commits

Author SHA1 Message Date
Zeno Rogue
9647cbd47e added #include hyper.h to all cpp files 2019-09-12 22:50:16 +02:00
Zeno Rogue
a03eb0d913 fixed new geometry handling for Archimedean 2019-09-12 22:50:15 +02:00
Zeno Rogue
e5fb06e6cd product:: HUD items displayed correctly 2019-09-12 22:50:14 +02:00
Zeno Rogue
96bf478482 renamed DIM to GDIM 2019-09-12 22:50:13 +02:00
Zeno Rogue
8b1c7bffe4 initial reformatting of comments for Doxygen 2019-09-12 22:50:13 +02:00
Zeno Rogue
5ea055b39e split namespace conformal into models and history 2019-09-12 22:50:12 +02:00
Zeno Rogue
c2d56fb9bc autohdr.h applied in more files 2019-09-12 22:50:12 +02:00
Zeno Rogue
d0589fc1e4 racing:: some junk removed 2019-09-12 22:50:11 +02:00
Zeno Rogue
4b3ada46fd racing:: distance not displayed in unknown 2019-09-12 22:50:11 +02:00
Zeno Rogue
b6c2457a13 racing::standard_centering auto-disabled in Solv 2019-09-12 22:50:11 +02:00
Zeno Rogue
a9f02623d5 racing:: track generation in Solv 2019-09-12 22:50:11 +02:00
Zeno Rogue
0720c93974 racing:: in set_view(), reduce steps to 10 in PURE geometreis 2019-09-12 22:50:11 +02:00
Zeno Rogue
fc143970c0 racing:: disabled track-relative centering in kitedart3 2019-09-12 22:50:11 +02:00
Zeno Rogue
cbce59d5d2 fixed race generation in complex Euclidean tilings 2019-09-12 22:50:11 +02:00
Zeno Rogue
8830770982 fixed celldistance parameter order (to a more popular c1) in two instances 2019-09-12 22:50:11 +02:00
Zeno Rogue
aa9d9cf54a racing:: increased byat array size just in case 2019-09-12 22:50:11 +02:00
Zeno Rogue
dd212d756b fixed the monster color in the minimap for Dragons etc 2019-09-12 22:50:08 +02:00
Zeno Rogue
b6e303ec7d MAJOR refactoring: all geometry-dependent data (tessf, geom3::, shapes, hpc) are now contained in a structure 2019-09-12 22:50:03 +02:00
Zeno Rogue
9630ca9663 fixed reading vernum from officials.data; also no more crashes/RACEWONs if that file does not exist 2019-09-12 22:50:02 +02:00
Zeno Rogue
008cfc220d racing:: progress bar live in 3D 2019-09-12 22:50:02 +02:00
Zeno Rogue
6012cbc8e2 racing: in SpaceRocks 2019-09-12 22:50:02 +02:00
Zeno Rogue
1b93ecd5a3 vernum uniformization 2019-09-12 22:50:02 +02:00
Zeno Rogue
ae100b1e72 removed some obsolete debug printfs 2019-09-12 22:50:02 +02:00
Zeno Rogue
148161c07d 3D:: fixes in racing::set_view() 2019-09-12 22:50:00 +02:00
Zeno Rogue
eec99b96df 2d3d:: adjusted racing 2019-09-12 22:49:54 +02:00
Zeno Rogue
d994c92ab6 fixed centering in racing 2019-09-12 22:49:53 +02:00
Zeno Rogue
3da6090320 dialog:: addBoolItem_action, addBoolItem_action_neg, addBoolItem_choice used when applicable 2019-09-12 22:43:00 +02:00
Zeno Rogue
44495852ad hr_exception, currently used for build_shortest_path 2019-09-12 22:42:58 +02:00
Zeno Rogue
80d14c0196 add_action_push consistently; improved some menu hotkeys and ordering; improved some naming 2019-09-12 22:42:58 +02:00
Zeno Rogue
b875853232 racing:: changes in TWIDTH: no more +1 in 3D binary; +1 if it would be 1; increases per each 8 race_tries 2019-09-12 22:38:47 +02:00
Zeno Rogue
d9b90d8a8e 3D:: two-player uses split screen 2019-09-12 22:38:45 +02:00
?
e47ad880a0 racing:: missing CAP_FILES guard 2019-09-12 22:38:42 +02:00
?
2f66a64ce3 3d:: racing:: increased TWIDTH in binary3, as otherwise it could not create paths 2019-09-12 22:38:42 +02:00
?
c797d4ccba racing:: fixed a potential crash if goal not found 2019-09-12 22:38:42 +02:00
?
c5e87f1d2d racing:: history is saved in 3D 2019-09-12 22:38:42 +02:00
?
71ef823c43 racing:: reduced setdist parameter 2019-09-12 22:38:42 +02:00
?
365b6595d3 racing:: added CAP_CRYSTAL guards 2019-09-12 22:38:42 +02:00
?
0d795e60bf 3d::racing:: 3d racing (partial) 2019-09-12 22:38:42 +02:00
?
e88db219b8 racing:: CAP_FILES employed 2019-09-12 22:38:39 +02:00
Zeno Rogue
8575bd8ef6 racing:: no more splitscreen outside of racing mode 2019-09-12 22:38:39 +02:00
Zeno Rogue
f8cd171bb2 reset the starting land after disabling the Racing mode 2019-09-12 22:38:39 +02:00
Zeno Rogue
f6092de56f fixed crash on changing projection while not in race 2019-09-12 22:38:39 +02:00
Zeno Rogue
c80df92acb text fixes, PL translation updated 2019-09-12 22:38:39 +02:00
Zeno Rogue
d6b79162c0 racing:: fixed a bug with official races generating incorrectly 2019-09-12 22:38:39 +02:00
Zeno Rogue
e42abbbf24 racing:: finish message 2019-09-12 22:38:39 +02:00
Zeno Rogue
5db477390c racing:: fixed not configuring track correctly when started from CLI 2019-09-12 22:38:39 +02:00
Zeno Rogue
9ecf07755d racing:: side display 2019-09-12 22:38:39 +02:00
Zeno Rogue
46b87a20b2 racing:: myname added to scores 2019-09-12 22:38:39 +02:00
Zeno Rogue
8756b8e27a racing::standard_centering 2019-09-12 22:38:39 +02:00
Zeno Rogue
294d287518 racing:: fixed hotkey clash for 'best scores to show as ghosts' vs 'guiding line' 2019-09-12 22:38:39 +02:00