hyperrogue/rogueviz
Arthur O'Dwyer f2b7746c1b Move all defaulting-of-`CAP_FOO` to sysconfig.h.
- The phrase `#ifdef CAP_` should never appear anywhere.

- The phrase `#ifndef CAP_` should appear only in sysconfig.h.

- The phrases `#if CAP_` and `#if !CAP_` may appear wherever,
    as long as "sysconfig.h" is included first.

The rules for `CAP_FOO` equally apply to `ISFOO`.

There are many one-off macros still tested with `#ifdef`,
including `HAVE_ACHIEVEMENTS`, `PRINT_ACHIEVEMENTS`,
`FAKEWEB`, `FAKE_SDL`, `EASY`, and `WHATEVER`. I don't
have much grasp on what these are used for or how they're
configured, so I'm leaving them alone.
2020-05-03 15:12:12 -04:00
..
banachtarski.cpp rogueviz:: adjusted to pconf 2020-04-17 20:45:00 +02:00
collatz.cpp one more to rogueviz 2020-04-17 20:49:08 +02:00
cvl.cpp adjusted RogueViz 2019-11-14 20:26:07 +01:00
flocking.cpp rogueviz:: updated to inverse_exp changes 2020-04-12 20:35:00 +02:00
fullnet.cpp fixup fullnet comment 2020-03-29 15:15:18 +02:00
functions.cpp rogueviz.cpp now includes only rogueviz core while rogueviz-all includes all; rogueviz modules can be included separately now 2020-03-29 16:03:31 +02:00
fundamental.cpp rogueviz.cpp now includes only rogueviz core while rogueviz-all includes all; rogueviz modules can be included separately now 2020-03-29 16:03:31 +02:00
grigorchuk.cpp Grigorchuk slide and improvements 2020-04-11 01:37:17 +02:00
impossible-ring.cpp rogueviz:: fixes in noniso visualizations 2020-05-01 10:49:06 +02:00
janko.cpp removed Janko from the web version since it does not work for some reason 2020-04-12 20:42:48 +02:00
kohonen.cpp rogueviz.cpp now includes only rogueviz core while rogueviz-all includes all; rogueviz modules can be included separately now 2020-03-29 16:03:31 +02:00
magiccube.cpp adjusted Rogueviz to HR changes 2019-12-27 12:50:56 +01:00
newconf.cpp Move all defaulting-of-`CAP_FOO` to sysconfig.h. 2020-05-03 15:12:12 -04:00
pentagonal.cpp Merge branch 'master' into hooks-naming 2020-04-19 13:39:07 +02:00
qtm.cpp adjusted rogueviz 2019-11-30 19:01:01 +01:00
rewriting.cpp Silence a warning to fix the build break on `clang++ -std=c++11 -Wall`. 2020-02-14 13:14:48 -05:00
rogueviz-all.cpp added the Janko group 2020-04-11 00:43:43 +02:00
rogueviz.cpp Move all defaulting-of-`CAP_FOO` to sysconfig.h. 2020-05-03 15:12:12 -04:00
rogueviz.h Make hookset<T> a pointer type, just like purehookset. 2020-04-12 10:50:18 -04:00
sag.cpp subcategory 'hyperbolic geometry and data' 2020-04-07 14:07:41 +02:00
snow.cpp rogueviz:: fixes in noniso visualizations 2020-05-01 10:49:06 +02:00
spiral.cpp rogueviz:: spiral to a separate file 2020-03-29 15:36:43 +02:00
staircase.cpp rogueviz:: adjusted to pconf 2020-04-17 20:45:00 +02:00
sunflower.cpp rogueviz:: adjusted to rug naming changes 2020-04-16 21:01:03 +02:00
tree.cpp fixed CLI for tree to -tree not -tol 2020-04-16 20:59:05 +02:00
triangle.cpp rogueviz:: growthrate improvements 2020-05-01 11:34:53 +02:00
ts2.cpp Twisted S2xE 2020-03-29 17:38:37 +02:00