Zeno Rogue
3e8d00f097
fixup EX coverage
2020-04-15 11:49:43 +02:00
Zeno Rogue
f150245a72
basic WRL export (no menus)
2020-04-15 11:49:29 +02:00
Zeno Rogue
4413743ff3
rug:: fixed start_game after PHASE in -rugon
2020-04-15 01:43:45 +02:00
Zeno Rogue
c2d70bb61c
rug:: rugsave and rugload options
2020-04-15 01:43:28 +02:00
Zeno Rogue
bcbdc8c838
fixup: debug removed
2020-04-15 01:43:14 +02:00
Zeno Rogue
7e58a718e2
fixup: flat to native in crystal
2020-04-15 01:42:46 +02:00
Zeno Rogue
f903d3c8ea
rug:: using HyperRogue general renderer
2020-04-14 17:46:40 +02:00
Zeno Rogue
9bf1a76a8b
rug:: using HyperRogue standard 3D geometry routines
2020-04-14 16:44:56 +02:00
Zeno Rogue
fef6894bbd
geo_dist_q : like geo_dist but gives correct distance in elliptic space
2020-04-14 16:42:11 +02:00
Zeno Rogue
5c96a82f80
removed Janko from the web version since it does not work for some reason
2020-04-12 20:42:48 +02:00
Zeno Rogue
85a404bfe8
CA awards Orb of Aether automatically
2020-04-12 20:38:17 +02:00
Zeno Rogue
493be6c55b
simulate CA on every step if animating
2020-04-12 20:35:16 +02:00
Zeno Rogue
6619586efa
rogueviz:: updated to inverse_exp changes
2020-04-12 20:35:00 +02:00
Zeno Rogue
37ceb0bcbc
fixup export chessvalue
2020-04-12 20:34:45 +02:00
Zeno Rogue
68ee90fcba
export get_acceleration
2020-04-12 20:34:39 +02:00
Zeno Rogue
ce441eb4bc
more accurate lazy for SolNih
2020-04-12 20:34:16 +02:00
Zeno Rogue
8f99715f0d
CLI option -smooths 1
2020-04-12 20:34:02 +02:00
Zeno Rogue
11d119766d
CA for infinite
2020-04-12 20:33:53 +02:00
Zeno Rogue
43e1204e18
CLI option -carun
2020-04-12 20:33:31 +02:00
Zeno Rogue
4cbffbd8df
chessboard/threecolor pattern for CA
2020-04-12 20:32:37 +02:00
Arthur O'Dwyer
d1458b3ee5
Replace the hookset
typedef with a full-blown class type. NFC.
...
This restricts the "API surface area" of `hookset` to just these three
accessor methods; there's no longer any way to break into a hookset and
iterate it manually, or erase elements from a hookset, or ask for its
size, or anything else that you could have done given the raw `std::map *`.
2020-04-12 10:50:43 -04:00
Arthur O'Dwyer
961a8919c6
Use callhandlers() instead of manual loop in menus.cpp. NFCI.
2020-04-12 10:50:19 -04:00
Arthur O'Dwyer
83f5412916
Use callhandlers() instead of manual loop in commandline.cpp. NFCI.
2020-04-12 10:50:19 -04:00
Arthur O'Dwyer
0d42168139
Make hookset<T> a pointer type, just like purehookset.
...
No more declaring `hookset<T> *hooks_foo`; now it's just
`hookset<T> hooks_foo` at global scope. This clears the way to
make `hookset<T>` into a class type if we want.
2020-04-12 10:50:18 -04:00
Arthur O'Dwyer
934e3d9a42
Consistently name every hookset with prefix hooks_
. NFC.
...
I'm sure this causes massive merge-conflicts in the non-public code,
but I think it'd be a good idea, if only to avoid confusion between
e.g. `clearMemory` and the-variable-formerly-known-as `clearmemory`.
2020-04-12 10:49:32 -04:00
Arthur O'Dwyer
84881f0e04
Remove a stray #include <functional>
from hyper.h.
...
This seems to be causing `hookset` to use `std::function` instead of
`hr::function`. Removing this one line shrinks the normal hyperrogue
binary from 9695484 bytes to 9669956 bytes.
2020-04-12 10:49:00 -04:00
Zeno Rogue
71513369ea
RK4 in raycaster
2020-04-12 00:40:15 +02:00
Zeno Rogue
825a8aba82
nisot:: parallel_transport now also uses RK4
2020-04-11 15:28:22 +02:00
Zeno Rogue
e4a8b73819
nisot:: nicer precision setting
2020-04-11 15:08:24 +02:00
Zeno Rogue
c5d7479d00
nisot:: geodesic_step is now based on RK4 instead of midpoint
2020-04-11 15:01:01 +02:00
Zeno Rogue
85443a14ab
Grigorchuk slide and improvements
2020-04-11 01:37:17 +02:00
Zeno Rogue
5ae5395ce1
added the Janko group
2020-04-11 00:43:43 +02:00
Zeno Rogue
85c45ccf8c
rogueviz::grigorchuk::improved
2020-04-11 00:43:22 +02:00
Zeno Rogue
50c6a4d366
added hooks_initialize
2020-04-11 00:42:53 +02:00
Zeno Rogue
721a4beddc
auto-switch to pure
2020-04-11 00:42:41 +02:00
Zeno Rogue
c0e0e1562f
export wrap_drawfullmap
2020-04-11 00:41:57 +02:00
Zeno Rogue
1688bfcfb0
compute Euler characteristics when worldsize known
2020-04-11 00:41:48 +02:00
Zeno Rogue
9914ddf3ee
rogueviz::banachtarski:: revived
2020-04-11 00:00:31 +02:00
Zeno Rogue
d00498ad0b
fixed unused capture warning
2020-04-10 12:14:43 +02:00
Zeno Rogue
9a0024b1c4
fixed compiling with MAXMDIM==3
2020-04-10 10:52:24 +02:00
Zeno Rogue
4d77c25dba
changed VLA to vector
2020-04-10 02:13:38 +02:00
Zeno Rogue
ac6548684c
parser:: ../ for spline interpolation
2020-04-09 08:09:11 +02:00
Zeno Rogue
64914067dc
option ..| to specify animations with sharp changes
2020-04-09 07:46:39 +02:00
Zeno Rogue
19c7c63677
rug:: a change to -rugv CLI option now acts immediately
2020-04-09 07:40:47 +02:00
Zeno Rogue
cb25dd27be
removed rogueviz::cspin (conflicts with hr::cspin and unused)
2020-04-09 07:40:12 +02:00
Zeno Rogue
d5b46839cd
rogueviz: 🌻 :more improvements
2020-04-08 17:38:21 +02:00
Zeno Rogue
ee4f38e0c9
rogueviz:: rvtour priorities
2020-04-08 17:33:57 +02:00
Zeno Rogue
3515117aa8
rogueviz: 🌻 : correct colors
2020-04-08 01:36:22 +02:00
Zeno Rogue
fca3a79839
rogueviz: 🌻 : RogueViz slide, infer one of three parameters from the other two, auto-adjust rug scale when changing density, auto-resize arrays
2020-04-08 01:36:08 +02:00
Zeno Rogue
2fbccb4a84
rogueviz:: added Impossible Triangle slides
2020-04-08 00:39:44 +02:00