1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00
Commit Graph

1234 Commits

Author SHA1 Message Date
Zeno Rogue
14f9c3b325 10.3v 2018-05-15 23:21:12 +02:00
Zeno Rogue
cf003afe17 fixed the Hive pattern 2018-05-09 21:39:37 +02:00
Zeno Rogue
d2814d0f6d fixed compiler warning 2018-05-09 21:33:10 +02:00
Zeno Rogue
25cfc499fa getEuclidCdata now uses 'vector' as a parameter, not heptagon* 2018-05-09 21:32:59 +02:00
Zeno Rogue
39db828a38 Fixed the bugs with computing fieldpattern not in hyperbolic geometry (memory error + canvas crashes) 2018-05-09 21:32:31 +02:00
Zeno Rogue
03db677d66 10.3u 2018-05-09 21:31:21 +02:00
Zeno Rogue
09722ca2f6 fixed crash in Palace on Zebra 2018-05-08 02:07:50 +02:00
Zeno Rogue
95896cba5a fixed crash in Halloween on square grid 2018-05-08 02:07:36 +02:00
Zeno Rogue
469530d321 fixed the floor patterns in non-bitrunc square grid 2018-05-08 01:59:57 +02:00
Zeno Rogue
081913fc4e fixed the Kraken movement (kraken_pseudohept not used in one place) 2018-05-08 01:59:29 +02:00
Zeno Rogue
935d519cbe one more debug removed 2018-05-08 01:15:29 +02:00
Zeno Rogue
abb81410f4 removed debug 2018-05-08 01:14:38 +02:00
Zeno Rogue
9a76d44000 fixed the non-bitruncated order-4 tilings 2018-05-07 21:47:10 +02:00
Zeno Rogue
de01907cd6 one fix 2018-05-07 21:44:57 +02:00
Zeno Rogue
7835fbcdf8 added missing 0 in pre-initialized array 2018-05-07 20:14:29 +02:00
Zeno Rogue
94cb0f82bb silenced clang warning about unused capture 2018-05-07 20:14:14 +02:00
Zeno Rogue
666ddb007e MAJOR REWRITE of floor patterns 2018-05-07 20:13:56 +02:00
Zeno Rogue
6cf86f9604 silence the clang warning about char index 2018-05-07 20:11:29 +02:00
Zeno Rogue
c0d0a17c9d silence the clang warning about 'y=y' 2018-05-07 20:11:04 +02:00
Zeno Rogue
e1675c55ee silence missing case warnings for now 2018-05-07 20:10:16 +02:00
Zeno Rogue
d0dc017ce3 fixed disabling CAP_RUG and CAP_TOUR 2018-05-07 20:09:58 +02:00
Zeno Rogue
b6969bca22 improved the Escher-style tesselations on GP(big) cube 2018-05-04 18:09:48 +02:00
Zeno Rogue
63bed379fa Halloween now uses the correct FULLFLOOR 2018-05-04 18:09:04 +02:00
Zeno Rogue
c8bc90ea86 fixed the computation of gp::alpha (was visibly bad on GP(2,2) cube) 2018-05-04 18:05:26 +02:00
Zeno Rogue
94c72f5d89 fixed the Kraken size 2018-05-04 12:55:18 +02:00
Zeno Rogue
130587e2ba gp:: reduce the line quality in spherical geometry (rendered too slow) 2018-05-04 12:55:10 +02:00
Zeno Rogue
447470814f auto-disabling of Escher if it does not look well 2018-05-04 12:50:04 +02:00
Zeno Rogue
e3c3a4202e Kraken variant of pseudohept 2018-05-04 12:49:50 +02:00
Zeno Rogue
4bf892442f Raiders take pseudohept into account 2018-05-04 12:41:36 +02:00
Zeno Rogue
1c07230f88 on-demand building of plainshapes 2018-05-04 12:20:50 +02:00
Zeno Rogue
abe16f6bd3 Krakens are always supposed to be able to reach the player on the sphere 2018-05-04 02:48:01 +02:00
Zeno Rogue
79b6af41ff improved the Kraken graphics in various geometries 2018-05-04 02:47:33 +02:00
Zeno Rogue
77403ac0bc missing from last commit 2018-05-04 02:47:14 +02:00
Zeno Rogue
c721851db1 general non-special-floor cleanup; standard and full floors are now perfect in gp 2018-05-04 02:46:44 +02:00
Zeno Rogue
4aa73c560c started the 'Brownian' land 2018-05-04 02:43:25 +02:00
Zeno Rogue
81e7dfcad0 fix for the export commit 2018-05-04 02:41:30 +02:00
Zeno Rogue
6b3bb78a19 cellgfxdist and cellrelmatrix work correctly in gp 2018-05-04 02:41:09 +02:00
Zeno Rogue
a72dca5bc9 more exports 2018-05-04 02:40:46 +02:00
Zeno Rogue
98a6255ca2 ESC clears the viewdistance option 2018-05-03 13:14:43 +02:00
Zeno Rogue
86077105b1 fixed the crash with four... geometries (appeared on OSX) 2018-05-03 13:14:21 +02:00
Zeno Rogue
09adfbdc45 texture:: fixed some problems with saving 2018-05-03 12:43:05 +02:00
Zeno Rogue
920a3a91fd fixed the 'cancel texture' option 2018-05-03 12:15:58 +02:00
Zeno Rogue
43a22ca135 texture:: fixed some situations where texture where not remapped after changing parameters 2018-05-03 12:15:48 +02:00
Zeno Rogue
c1f22b4ac5 conformal:: calcparam 2018-05-03 11:29:25 +02:00
Zeno Rogue
c11dc8229a fixed the 'land mirages' appearing in the Ocean 2018-05-03 11:27:37 +02:00
Zeno Rogue
6739a14eda fixed the Crossroads IV/Camelot/Warped problem 2018-05-03 11:23:55 +02:00
Zeno Rogue
0049a65be6 fixed the chessboard pattern 2018-05-03 11:06:31 +02:00
Zeno Rogue
c8b1ea8ee6 fixed treasure/monster generation in randomized palaces 2018-05-03 11:00:09 +02:00
Zeno Rogue
4b0a63120a disabled quest in weirdhyperbolic palaces 2018-05-03 10:59:43 +02:00
Zeno Rogue
194cc2bd2e fixed the Princess Challenge activation 2018-05-01 22:43:02 +02:00