1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00
Commit Graph

137 Commits

Author SHA1 Message Date
Zeno Rogue
78b0324a91 fixed some CAP guards 2022-05-06 19:54:55 +02:00
Zeno Rogue
31a554f077 ultra-ideal vertices should work now 2022-04-26 16:19:02 +02:00
Zeno Rogue
0acebce55a parser:: MAX_EDGE and MAX_VALENCE constants are now available 2022-04-24 22:57:35 +02:00
Zeno Rogue
0c7a429985 parser:: ifz function 2022-04-24 22:57:34 +02:00
Zeno Rogue
d82ac26ef0 parser:: removed exceptions in arcmedge since they might not work correctly with conditionals 2022-04-24 22:57:34 +02:00
Zeno Rogue
f845523bcd parser:: arcmcurv function 2022-04-24 22:57:34 +02:00
Zeno Rogue
3f8e9dde2b parser:: regangle now works with inf edges 2022-04-24 22:57:34 +02:00
Zeno Rogue
506a8b8f1b parser accepts inf 2022-04-24 22:57:34 +02:00
Zeno Rogue
592605c6e2 Arcmedge now accepts a^:b which means that a is repeated b times. Also the computations now work for real a, b 2022-04-24 22:57:34 +02:00
Zeno Rogue
7624dadb71 parser:: min and max functions 2022-04-24 22:57:33 +02:00
Zeno Rogue
be7e4ce70d tes:: preliminary implementation of (ultra)ideal vertices 2022-04-11 19:58:23 +02:00
Zeno Rogue
ec033786e1 arb:: removed legacy 2022-04-11 19:58:23 +02:00
Ammon Smith
aacea315f2 Add exception for handling of "Crossroads" in wiki links. 2022-02-12 17:57:34 -05:00
Zeno Rogue
cfcd8a5e57 fixed a bug in parsing unary - 2021-12-09 20:53:52 +01:00
Zeno Rogue
432499f903 eatchar in parser 2021-10-15 22:13:52 +02:00
Zeno Rogue
4902d2db8d fake_edgelength constant in parser 2021-08-08 18:29:49 +02:00
Zeno Rogue
ebfe0b6f48 exp_parser:: crash on unknown values starting with capital letters and _ 2021-07-31 15:14:31 +02:00
Arthur O'Dwyer
d606c3183b Replace hr::find_or_null with hr::at_or_null. 2021-07-18 17:43:03 -04:00
Arthur O'Dwyer
74052ef2bf Replace IF_KEY_EXISTS with a plain old function, not a macro. 2021-07-18 17:21:38 -04:00
Zeno Rogue
e567fa2033 IF_KEY_EXISTS used in util.cpp 2021-07-18 12:19:49 +02:00
Zeno Rogue
e9de3ac7d5 Great Walls in bch 2021-07-11 15:07:40 +02:00
Jesse Ruderman
ff7be8d4e0 Add wiki links to land help 2021-07-03 19:38:20 -07:00
Zeno Rogue
5d30ec70d3 increased the z-buffer to 10 MB 2021-05-23 16:00:50 +02:00
Zeno Rogue
b470af5d89 added ignore to prevent warnings 2021-04-07 20:00:49 +02:00
Zeno Rogue
d206656724 rogueviz:: added heatx 2021-04-07 18:15:58 +02:00
Zeno Rogue
b622a7ac42 added file_exists function 2021-04-07 18:13:45 +02:00
Zeno Rogue
953e17722d throw hr_exceptions not strings 2021-03-24 20:25:44 +01:00
Zeno Rogue
95d4e942e2 removed obsolete profiling 2021-03-09 10:45:44 +01:00
Zeno Rogue
dc20dfe648 moved replace_str to util 2021-02-07 22:55:10 +01:00
Zeno Rogue
8c5c8f2c19 util:: parseint function 2021-02-07 22:55:10 +01:00
Zeno Rogue
ea5ee7eefd fixed a crashbug when entering ../ 2021-02-01 13:42:24 +01:00
Zeno Rogue
5bd7dea231 improved help for editable values 2021-02-01 13:42:12 +01:00
Zeno Rogue
298c051beb saver enums 2021-02-01 01:35:34 +01:00
Zeno Rogue
e881f3b8cb parser:: edgelen value 2020-10-15 16:34:07 +02:00
Zeno Rogue
d64c5e338c extra guards 2020-10-15 16:33:52 +02:00
Zeno Rogue
351eda2b5d generalized PSL to ~SL (discrepancies still appear) 2020-07-24 02:30:50 +02:00
Zeno Rogue
6f2e7e90d5 expansion analyzer now can use libgmp for better analysis 2020-07-05 00:55:56 +02:00
Zeno Rogue
89585f004b fixed some guards (in progress) 2020-07-03 14:42:33 +02:00
Zeno Rogue
f2381688c5 parser:: number missing exception now includes where() 2020-06-06 18:42:21 +02:00
Zeno Rogue
3df2f6bf26 arb:: removed some debugs 2020-06-06 18:42:05 +02:00
Zeno Rogue
123b49e0f3 arb:: removed angleofs function, 'legacy' variable for the old behavior 2020-06-06 18:41:36 +02:00
Zeno Rogue
9f9752ee39 parser:: test shows more detailed value 2020-05-31 03:26:39 +02:00
Zeno Rogue
01caa6316f edge_angles function 2020-05-31 03:26:27 +02:00
Zeno Rogue
188596860a ultra_mirror_dist and step values in parser 2020-05-28 01:51:46 +02:00
Zeno Rogue
78871fc736 exp_parser:: fixed a bug with ../ 2020-05-15 11:53:30 +02:00
Zeno Rogue
cc93dd0732 exp_parser:: reals are now validated. Also regangle now accepts complex multiplication and non-integer edges. 2020-05-01 17:23:29 +02:00
Zeno Rogue
99e2d95e82 exp_parser:: fixed skipping whitespace 2020-04-29 15:13:44 +02:00
Zeno Rogue
ee014030fb fixup 2020-04-29 15:13:16 +02:00
Zeno Rogue
7cabb8aaf4 exp_parser:: user-defined variables take precedence 2020-04-29 15:13:09 +02:00
Zeno Rogue
45bffedfbb better error information from arb 2020-04-16 20:59:34 +02:00