Commit Graph

1324 Commits

Author SHA1 Message Date
Fabian Dill
ccefa8dc9c Merge pull request #120 from compiling/multiworld
Fix up no logic entrance rules
2020-07-10 17:26:33 +02:00
Berserker66
e6fec46265 move PORT and DEBUG into WebHost config 2020-07-10 15:32:58 +02:00
compiling
1c6e4c11c6 Merge branch 'master' into multiworld 2020-07-10 17:39:34 +10:00
compiling
e15aad356a Fix up no logic entrance rules - create all the OWG transitions, but don't apply any logic 2020-07-10 17:37:35 +10:00
Fabian Dill
02f35fcb7f bulk set locality for speed and recursion limit - for no_logic barrier 2020-07-09 16:36:10 +02:00
Fabian Dill
565a7deefa bulk set locality for speed and recursion limit 2020-07-09 16:19:52 +02:00
Fabian Dill
57fe16ab60 remove special rules for pinball room 2020-07-09 16:16:31 +02:00
Fabian Dill
baa1f1d2ba fix "l" in dungeon items to actually work 2020-07-08 23:50:08 +02:00
Fabian Dill
237fdb0670 a 2020-07-07 18:54:10 +02:00
Fabian Dill
30c0415364 update sprites 2020-07-06 06:26:03 +02:00
Fabian Dill
f998ae1a09 fix that countdown can get stuck 2020-07-05 21:46:44 +02:00
Fabian Dill
12273c396b add /countdown and !options 2020-07-05 21:45:52 +02:00
Fabian Dill
252f9600fe restore unkillable thieves in chaosthieves option 2020-07-05 03:12:28 +02:00
Fabian Dill
78dd0d4280 log enemizer errors if present 2020-07-05 02:41:42 +02:00
Fabian Dill
a45ae5deaf make shuffled thieves killable by popular request 2020-07-05 02:23:36 +02:00
Fabian Dill
346a08c3dd Use EasyModeEscape flag of upcoming Enemizer 2020-07-05 02:06:00 +02:00
Fabian Dill
fc76698997 WebHost: provide a landing page 2020-07-04 23:50:18 +02:00
Fabian Dill
11405f4b19 Merge branch 'SilverBow' 2020-06-30 23:08:27 +02:00
Fabian Dill
a7997e2282 update flask autoversion 2020-06-30 23:08:10 +02:00
Fabian Dill
5cc0c2355e handle progressive bows like other progressive items 2020-06-30 23:07:44 +02:00
Fabian Dill
d7c839ef7d try to make hint capitalization somewhat reasonable (the Capital Item, a regular item) 2020-06-30 10:15:19 +02:00
Fabian Dill
dd19834e94 implement Silver Bow as default non-progressive Bow 2020-06-30 09:51:11 +02:00
Fabian Dill
521d3b0584 make larger trackers linked tables 2020-06-30 07:32:05 +02:00
Fabian Dill
d2e3c457be restore mystery determinism 2020-06-29 03:59:16 +02:00
Fabian Dill
93199152c7 try to improve tracker on smaller screens 2020-06-28 10:51:48 +02:00
Fabian Dill
dacecc4637 optimize tracker, using more RAM, less CPU 2020-06-28 09:28:13 +02:00
Fabian Dill
36db420120 significantly increase the amount of seed numbers, reducing capability to infer source seed 2020-06-28 00:24:45 +02:00
Fabian Dill
74cbfe07a3 fix tracker auto update 2020-06-27 18:17:36 +02:00
Fabian Dill
a928340b6b fix tracker auto update 2020-06-27 18:15:36 +02:00
Fabian Dill
68e92ae5b4 assign option to correct instance 2020-06-27 16:54:07 +02:00
Fabian Dill
de2cb1692e refine option changing 2020-06-27 14:25:46 +02:00
Fabian Dill
12120ac995 implement option changing 2020-06-27 14:16:51 +02:00
Fabian Dill
e3c18be288 use a play button for video streams instead 2020-06-27 13:53:47 +02:00
Fabian Dill
6f9f5cbe14 Add twitch hyperlinking to webhost 2020-06-27 13:52:03 +02:00
Fabian Dill
e0e13ac59e move webhost over to UUID to make it nearly impossible to guess at seeds
Also introduce zip uploads and store the remaining relevant data, implemention of that still pending
2020-06-26 19:29:33 +02:00
CaitSith2
545bb8023c Add ganon triforce hunt (#117)
* Add ganon triforce hunt

* Add self to license

* Correction of help message for Local Ganon Triforce Hunt.

* if 'triforcehunt in world.goal[player]:
2020-06-26 16:18:53 +02:00
Fabian Dill
46038830c3 fix trailing could not pay notification if there was nothing left to pay for 2020-06-26 07:30:26 +02:00
Fabian Dill
f489f5f6c5 autoversion css 2020-06-25 03:42:05 +02:00
Fabian Dill
161abbe874 update tables without full page reload 2020-06-24 18:22:18 +02:00
Fabian Dill
7e4044e780 fix auto-format automatically smashing the formatting 2020-06-24 16:58:16 +02:00
Fabian Dill
d3d68fcba2 Rename Escape Dungeon to Hyrule Castle by vote on discord 2020-06-24 16:22:49 +02:00
Fabian Dill
e43230e99e remove debug log 2020-06-24 16:06:48 +02:00
Fabian Dill
1a94bcaec5 track keys 2020-06-24 16:06:19 +02:00
Fabian Dill
38fe292acb allow aliases in tracker and prevent them from causing html/js/database "stuff"
Though technically they can still do unicode "stuff"
2020-06-24 13:29:40 +02:00
Fabian Dill
f72f344860 make tracker table sortable, give it a fixedHeader and prepare it for ajax refresh 2020-06-24 09:44:56 +02:00
Fabian Dill
641bcb85b1 create some indexes 2020-06-24 08:52:02 +02:00
Fabian Dill
647c802b2f after some testing, introduce multithreading 2020-06-24 08:34:53 +02:00
Fabian Dill
8367351c62 track precollected items after first location check and add some non-progressive item handling 2020-06-23 23:50:37 +02:00
Fabian Dill
8c358a449b Merge pull request #114 from Berserker66/send_finish_on_connect
Send game finished state on connect
2020-06-23 15:07:27 +02:00
caitsith2
f6a7acad19 Send game finished state on connect 2020-06-23 06:03:21 -07:00