Commit Graph

8742 Commits

Author SHA1 Message Date
Zeno Rogue ff16f35e0b added some missing guards for CAP_RACING and CAP_COMMANDLINE 2022-07-12 14:46:31 +02:00
Zeno Rogue de5e0505a3 honeycomb rules for 345 and 355 2022-07-12 14:46:31 +02:00
Zeno Rogue 45d1675d8f rulegen:: improved troubleshooting 2022-07-12 14:46:31 +02:00
Zeno Rogue 4bbf4a1a88 rulegen:: fixed get_aid 2022-07-12 14:46:31 +02:00
Zeno Rogue 8fdbe7714a rulegen3:: fixed for ultra 2022-07-12 14:46:31 +02:00
Zeno Rogue 81248f0558 rogueviz:: anygraph removed since it is in dhrg now 2022-07-12 14:46:31 +02:00
Zeno Rogue 9a916f1ef3 rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
Zeno Rogue e04a6bc49a rogueviz:: reads hidden dependencies 2022-07-12 14:46:31 +02:00
Zeno Rogue b3728b109f devmods/tests updated 2022-07-12 14:46:31 +02:00
Zeno Rogue 85b4785447 devmods/solv-table updated 2022-07-12 14:46:31 +02:00
Zeno Rogue 0b29dc3964 devmods/musictable updated 2022-07-12 14:46:31 +02:00
Zeno Rogue b8ad184d70 devmods/honeycomb-rule-generator updated 2022-07-12 14:46:31 +02:00
Zeno Rogue c914dfbeb4 devmods/edit-shaders updated 2022-07-12 14:46:31 +02:00
Zeno Rogue a0abdb6f6f devmods/manual-animations:: updated 2022-07-12 14:46:31 +02:00
Zeno Rogue 9c9726249a update devmods/knuth-bendix.cpp 2022-07-12 14:46:31 +02:00
Zeno Rogue b3c3cc331e rogueviz:: readLabel 2022-07-12 14:46:31 +02:00
Zeno Rogue 9002ef2681 rogueviz:: max_line_splits parameter 2022-07-12 14:46:31 +02:00
Zeno Rogue 1cdf638128 rogueviz;: nilcompass:: fixup 2022-07-12 14:46:31 +02:00
Zeno Rogue 37f8479629 rulegen-tests:: -urq now has a parameter detailing what you want to do 2022-07-12 14:46:31 +02:00
Zeno Rogue 98d95a520c rulegen-tests:: -gen-honeycomb minimizes 2022-07-12 14:46:30 +02:00
Zeno Rogue dbb02d6bc9 rulegen:: a fixup for substates becoming a map 2022-07-12 14:46:30 +02:00
Zeno Rogue ae170378f5 mobile:: fixed an incorrect button shown in the game menu 2022-07-12 14:46:30 +02:00
Zeno Rogue dabc227cbe hprint:: some extra functions 2022-07-12 14:46:30 +02:00
Zeno Rogue ea66cb9706 rulegen-tests:: generate honeycombs 2022-07-12 14:46:30 +02:00
Zeno Rogue cdb2a001ca rulegen3 2022-07-12 14:46:30 +02:00
Zeno Rogue 3318c1e4b4 reg3:: fixed origins 2022-07-12 14:46:30 +02:00
Zeno Rogue a5c67624fd reg3:: fixed hrmap_h3 pure 2022-07-12 14:46:30 +02:00
Zeno Rogue 6113e0fd56 reg3:: improved strafe test 2022-07-12 14:46:30 +02:00
Zeno Rogue ef712a3b4f rulegen:: also number_of_types 2022-07-12 14:46:30 +02:00
Zeno Rogue c3ba88cb6c hrmap_h3 supports extra_origins 2022-07-12 14:46:30 +02:00
Zeno Rogue a920b837e1 reg3:: hrmap_h3 now works with subcells 2022-07-12 14:46:30 +02:00
Zeno Rogue a6116d678e reg3:: factored gen_quotient_map 2022-07-12 14:46:30 +02:00
Zeno Rogue 3f56f158ee rulegen:: tests:: animation of the algorithm 2022-07-12 14:46:30 +02:00
Zeno Rogue 1cd8abd011 rulegen:: tests:: view_actual_seq 2022-07-12 14:46:30 +02:00
Zeno Rogue 46cf751200 rulegen-tests:: fix gamescreen 2022-07-12 14:46:30 +02:00
Zeno Rogue c775936970 rulegen:: generalize to work with other maps than arbi 2022-07-12 14:46:30 +02:00
Zeno Rogue fb9bf4263a rulegen:: call hooks to animate the algorithm 2022-07-12 14:46:30 +02:00
Zeno Rogue 220a4b1a88 12.0t1 2022-07-12 14:46:30 +02:00
Zeno Rogue 710ae06e03
Merge pull request #310 from Technochips/master
FRENCH: more gender fixes (-e...)
2022-07-07 20:51:50 +02:00
Technochips efa8567a2b FRENCH: added "de" / "d'" 2022-07-05 23:16:56 +02:00
Technochips d69f4e868d FRENCH: more gender fixes (-e...) 2022-07-05 23:00:10 +02:00
Zeno Rogue c652b6bd00 made flags in hyper.h consistent with langen.cpp 2022-07-05 21:20:21 +02:00
Zeno Rogue 7fda3c08c4
Merge pull request #309 from Technochips/master
WIP: French improvements
2022-07-05 21:12:59 +02:00
Technochips 3881da340c FRENCH: fixed strings in language.cpp 2022-07-05 21:04:28 +02:00
Zeno Rogue 78b2482bbb
Merge pull request #308 from Quuxplusone/fixups
Various small compiler-warning fixes
2022-07-05 20:43:33 +02:00
Arthur O'Dwyer 1b8296a1f8 Fix Clang error where lambdas can't capture structured bindings until C++20
./rogueviz/nil-compass.cpp:98:10: error: reference to local binding 'i'
    declared in enclosing function 'rogueviz::nilcompass::draw_compass'
          if(i == _i && is == _is) return col;
             ^
2022-07-05 14:14:53 -04:00
Technochips 3dc7c3b086 FRENCH: gender flags, fixed a bunch of small stuff 2022-07-05 19:57:02 +02:00
Arthur O'Dwyer 2ec10ff7f2 Fix -Wsuggest-override on Clang 2022-07-05 13:28:00 -04:00
Arthur O'Dwyer ad47db4240 Suppress -Wchar-subscripts on Clang
For example:

    ./rogueviz/platformer.cpp:388:14: error: array subscript is
    of type 'char' [-Werror,-Wchar-subscripts]
      if(keystate['3'])
                 ^~~~
2022-07-05 13:28:00 -04:00
Arthur O'Dwyer 559301e69f Fix -Wmisleading-indentation warning on Clang 2022-07-05 13:28:00 -04:00