1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-29 00:23:21 +00:00
Commit Graph

8102 Commits

Author SHA1 Message Date
Zeno Rogue
25c636c54a rulegen:: improved shortcut generation 2021-08-24 03:36:50 +02:00
Zeno Rogue
4d127e824a rulegen:: tests:: use clock() 2021-08-24 00:34:35 +02:00
Zeno Rogue
9174a8210b rulegen:: tests:: new features 2021-08-24 00:34:25 +02:00
Zeno Rogue
cda7d2337a rulegen:: origin_id can be changed now 2021-08-24 00:33:52 +02:00
Zeno Rogue
61c400c459 rulegen:: debuglist for solid errors 2021-08-24 00:33:38 +02:00
Zeno Rogue
0c6b6e4b8e rulegen:: improved handling of distance errors 2021-08-24 00:33:24 +02:00
Zeno Rogue
6215039f9d rulegen:: export ufind 2021-08-24 00:32:53 +02:00
Zeno Rogue
ea44116beb rulegen:: tests:: fixed set_dir 2021-08-23 15:57:22 +02:00
Zeno Rogue
cd1f421c70 rulegen:: tests:: changing colors and some other new features for making screenshots 2021-08-23 15:57:12 +02:00
Zeno Rogue
e5aa10df83 move_to function 2021-08-23 15:56:45 +02:00
Zeno Rogue
711ae44605 rulegen:: handle dead roots 2021-08-23 15:50:08 +02:00
Zeno Rogue
308ed5cbb1 rulegen:: fixed branch conflicts handled incorrectly 2021-08-23 15:49:48 +02:00
Zeno Rogue
9e04e053df rulegen:: do not include conversion time 2021-08-23 12:07:18 +02:00
Zeno Rogue
c36116f125 rulegen:: tests:: precision testing, report solid_err 2021-08-23 12:06:52 +02:00
Zeno Rogue
b41785d671 mymake:: quiet option -q 2021-08-22 23:42:12 +02:00
Zeno Rogue
6c9f7e71e1 better handling of precision errors in arcm and arb 2021-08-22 23:41:38 +02:00
Zeno Rogue
c6aa583a3d
Merge pull request #296 from jruderman/rose_crash
Erase rosemap entries for deleted cells
2021-08-22 23:35:18 +02:00
Zeno Rogue
5e87f08f54 walker::peek() is now const 2021-08-22 23:34:19 +02:00
Zeno Rogue
536c1c21ea sidecache was not cleared -- added 2021-08-22 19:42:25 +02:00
Zeno Rogue
59aed89f96 rulegen:: w_bfs option 2021-08-22 19:42:07 +02:00
Zeno Rogue
320ff44ef3 fixup to export flag names 2021-08-22 19:41:44 +02:00
Zeno Rogue
565d43665e rulegen:: fixup to numerical 2021-08-22 14:31:30 +02:00
Zeno Rogue
c5c8d4a928 rulegen:: fixup to time computation 2021-08-22 14:31:23 +02:00
Zeno Rogue
359227c84a rulegen:: fix weird errors 2021-08-22 14:31:13 +02:00
Zeno Rogue
d361d2bf61 rulegen:: report all_solid_errors 2021-08-22 14:30:52 +02:00
Zeno Rogue
1c08b5500f rulegen:: implemented w_numerical 2021-08-22 14:30:24 +02:00
Zeno Rogue
75e637be30 rulegen:: epxort flag names 2021-08-22 14:28:54 +02:00
Jesse Ruderman
34537282f8 Erase rosemap entries for deleted cells 2021-08-22 02:00:04 -07:00
Zeno Rogue
489c930ced rulegen:: new test value 2021-08-22 00:28:52 +02:00
Zeno Rogue
3616221118 rulegen:: updated tests to use new features 2021-08-22 00:23:51 +02:00
Zeno Rogue
29f2570662 rulegen:: timeout feature 2021-08-22 00:12:22 +02:00
Zeno Rogue
db28ca7c4a stats fixup 2021-08-22 00:10:14 +02:00
Zeno Rogue
6db8f857e1 rulegen:: flags to test variants of the algorithm 2021-08-22 00:10:02 +02:00
Zeno Rogue
3654ca58aa rulegen:: more fixes in reporting 2021-08-21 23:40:50 +02:00
Zeno Rogue
7f33024321 fixup to dlbonus removal 2021-08-21 23:38:42 +02:00
Zeno Rogue
60a8992b29 rulegen:: extra stats, extra cleanup 2021-08-21 23:38:36 +02:00
Zeno Rogue
a272bb399d rulegen:: removed dlbonus as it is unused 2021-08-21 23:35:04 +02:00
Zeno Rogue
5f1f10c79f Merge branch 'master' of https://github.com/zenorogue/hyperrogue 2021-08-20 11:40:09 +02:00
Zeno Rogue
c999d4c314 rulegen:: tests:: now can test regular and Archimedean tessellations and their variations 2021-08-20 11:37:38 +02:00
Zeno Rogue
566f05a6d0 arb::convert:: had debug lines which caused conversion to end up even if it worked correctly 2021-08-20 11:35:09 +02:00
Zeno Rogue
647f7132dd improved find_single_live_branch 2021-08-20 01:36:14 +02:00
Zeno Rogue
78ee00ddea fixed problems in resolve_confusion 2021-08-20 01:35:19 +02:00
Zeno Rogue
1135aaab7e set try_to_resolve_confusion to true 2021-08-20 01:34:00 +02:00
Zeno Rogue
71d416f78d max_getside configurable 2021-08-20 00:48:09 +02:00
Zeno Rogue
25aa5d62e1 rulegen:: do not repeat importants 2021-08-20 00:46:22 +02:00
Zeno Rogue
153a639337 rulegen:: removed junk 2021-08-20 00:45:46 +02:00
Zeno Rogue
40792a3aa1 faster get_side hard case 2021-08-20 00:44:24 +02:00
Zeno Rogue
0d60ff6bdc find_new_shortcuts fix hid original shortcuts 2021-08-20 00:44:12 +02:00
Zeno Rogue
e80782be87 converted wrongcode from rulegen_failure to rulegen_retry 2021-08-19 13:22:31 +02:00
Zeno Rogue
0ed4b8f367 rulegen-tests:: improvements 2021-08-19 13:19:32 +02:00