Commit Graph

5014 Commits

Author SHA1 Message Date
Zeno Rogue e5d99582ee print hrmap* 2019-12-08 20:07:02 +01:00
Zeno Rogue e5a2116958 fixed hunting flashes 2019-12-08 20:07:02 +01:00
Zeno Rogue 26fb19e7a8 subdivided game.cpp; split movepcto into separate functions 2019-12-08 20:07:02 +01:00
Zeno Rogue 2fb1210811 irr torus works only in orientable for now -- disabled for other 2019-12-08 20:07:02 +01:00
Zeno Rogue f03c5b5c1d Euclidean irregular maps can now be mapped to supergroups 2019-12-08 20:07:02 +01:00
Zeno Rogue 3a5a2236de euc:: fixed adj(c,i) in 3D 2019-12-08 11:25:27 +01:00
Zeno Rogue 206dc25ed6 euc:: further cleanup 2019-12-08 11:25:14 +01:00
Zeno Rogue e8a39e6663 replaced euclid3:: with euc:: 2019-12-08 11:01:28 +01:00
Zeno Rogue ddb5d07ff6 cleanup in Euclidean 2019-12-08 10:59:09 +01:00
Zeno Rogue fe180cb6c3 fixed facing in E^3 2019-12-07 11:13:58 +01:00
Zeno Rogue 2678ac4743 neon mode (see the 'line width' setting in graphics) 2019-12-07 11:13:09 +01:00
Zeno Rogue 17cd694952 improved CA simulator 2019-12-07 11:12:46 +01:00
Zeno Rogue 0b385dd7f4 fixed renderer problem 2019-12-06 14:45:35 +01:00
Zeno Rogue 225c43b141 11.2n 2019-12-06 14:14:36 +01:00
Zeno Rogue e092690448 subtler default out-of-range color in raycasting 2019-12-06 14:14:27 +01:00
Zeno Rogue 1a6516196f subtler default out-of-range color 2019-12-06 14:09:03 +01:00
Zeno Rogue f2efa016d0 updated landscapes_when 2019-12-06 14:07:11 +01:00
Zeno Rogue 30e5353e42 added Ralith to credits 2019-12-06 14:07:04 +01:00
Zeno Rogue 59e58693f4 mapeditor:: correct and efficient ghosts when using a larger range or quotient spaces 2019-12-06 14:03:54 +01:00
Zeno Rogue 1539d85a45 added <unordered_set> 2019-12-06 14:03:12 +01:00
Zeno Rogue 8386a14d6a 'circles' are now drawn on all copies in quotient geometries 2019-12-06 14:03:02 +01:00
Zeno Rogue c8db8a328d invalid_matrix in product spaces now allows very small values 2019-12-06 13:06:32 +01:00
Zeno Rogue e9a0d7f817 removed fixing hdist0 in elliptic spaces 2019-12-06 13:06:11 +01:00
Zeno Rogue 415922ff1b fixed precise_mouseover for hybrid (something weird there?) and confusing spaces 2019-12-06 13:05:54 +01:00
Zeno Rogue 49460ba379 changed the default axes3 to true 2019-12-06 13:05:11 +01:00
Zeno Rogue 9ed9c84b33 changed gmatrix to simply use hdist0 instead of case-based 2019-12-06 13:04:57 +01:00
Zeno Rogue 8ce6135599 fixed optimization in S2xE 2019-12-06 13:04:17 +01:00
Zeno Rogue dafb4ae582 correctly display/rotate the PC in product 2019-12-06 12:15:33 +01:00
Zeno Rogue 90926c3bc6 disable setdist in afterplayermoved in racing 2019-12-06 12:15:14 +01:00
Zeno Rogue bfe78fece7 racing:: generate less cells 2019-12-06 12:15:04 +01:00
Zeno Rogue 6b90261f2f fixed celldistance in sl2 2019-12-06 12:14:03 +01:00
Zeno Rogue 56a96581eb updated manual-animation 2019-12-06 12:13:47 +01:00
Zeno Rogue 63c4886722 replaced product drawing with the general routine 2019-12-06 12:13:09 +01:00
Zeno Rogue ac9d18adfb simplified the drawing algo for product 2019-12-06 11:47:26 +01:00
Zeno Rogue 99ab57086b in_wallopt(): auto in racing 2019-12-06 11:45:19 +01:00
Zeno Rogue 4d5928fcc0 fixed a potential crash caused by reentrant hybrid::link 2019-11-30 19:45:43 +01:00
Zeno Rogue 56e9f95656 fixed freeze when enabling cspin/cmirror without enabling csteps 2019-11-30 19:32:43 +01:00
Zeno Rogue 6e7cf99d07 too long dialog values are now reduced size 2019-11-30 19:28:55 +01:00
Zeno Rogue f243b61d72 fixed a crash when changing to product 2019-11-30 19:28:28 +01:00
Zeno Rogue 31f6f28012 fixup to Rogueviz 2019-11-30 19:02:43 +01:00
Zeno Rogue 568593d7f8 11.2m 2019-11-30 19:01:01 +01:00
Zeno Rogue ab3992f58f adjusted rogueviz 2019-11-30 19:01:01 +01:00
Zeno Rogue 0cc24cf982 removed MAXMDIM == 4 guards in Euclidean 2019-11-30 18:55:02 +01:00
Zeno Rogue f46967efb9 removed assignment of gp::loc to tie as Clang does not like it 2019-11-30 18:55:02 +01:00
Zeno Rogue 56e575369b missing override markers 2019-11-30 18:48:44 +01:00
Zeno Rogue 89cfc2bce1 adjusted for older compilers 2019-11-30 18:48:44 +01:00
Zeno Rogue 42125679a7 added shnourok to credits 2019-11-30 18:06:48 +01:00
Zeno Rogue c3b12328e0 renamed hrmap_rotation_space::relative_matrix to adj 2019-11-30 18:06:48 +01:00
Zeno Rogue f69ea5ec8d irr:: Euclidean guarding 2019-11-30 18:06:48 +01:00
Zeno Rogue b8cf027b7a fixed GP(n,n) on minimal 2019-11-30 18:06:48 +01:00