Commit Graph

1763 Commits

Author SHA1 Message Date
Chris Wilson ca873958ec Fix duplicate and outright wrong data in playerSettings page. 2020-10-29 21:02:48 -04:00
Fabian Dill 39e602ea0e interpret race flag when it comes as text 2020-10-30 01:55:59 +01:00
Fabian Dill 93ddb1d5cf increment version 2020-10-30 00:10:41 +01:00
Fabian Dill aab3a3496a Webhost race support as a non-breaking change 2020-10-30 00:09:47 +01:00
CaitSith2 5f535012f3 Remove debug info 2020-10-29 15:32:23 -07:00
CaitSith2 d79147fc58 Remove doors specific argument. 2020-10-29 15:32:05 -07:00
CaitSith2 008e84c9a0 Add Location to area data to multidata 2020-10-29 15:28:18 -07:00
CaitSith2 58765a18d3 Retrieve location_to_data area from multidata if present. 2020-10-29 15:20:41 -07:00
CaitSith2 e48838151b Fix 2nd easy item pool silverbow not counting towards the 216 when it is your own. 2020-10-28 20:49:47 -07:00
Fabian Dill e6f158b73a add race parameter to form data 2020-10-29 03:34:25 +01:00
Fabian Dill 67ee244bbe report get_yaml_data problems back to api 2020-10-29 02:56:26 +01:00
Fabian Dill c8c14a079b default to non-race api generation 2020-10-29 02:52:29 +01:00
CaitSith2 d3ee3a84c1 Fix Random sprite on event bug where a sprite that was not in user pool was added. 2020-10-28 18:31:32 -07:00
Fabian Dill c5f3b47327 url_for expects names, not actual functions 2020-10-29 01:59:44 +01:00
Fabian Dill 726406a75e fix to_url instance 2020-10-29 01:51:30 +01:00
Fabian Dill 99dc16895e add file upload to api 2020-10-29 01:43:23 +01:00
Kaito Sinclaire 41a58084f1 Options for amount of time given in timer modes
(Primarily to make Timed OHKO a viable multiworld and/or mystery option,
but also works with other timer modes as well)
2020-10-28 16:20:59 -07:00
Fabian Dill 3eca405595 add expected urls to api response 2020-10-28 20:53:19 +01:00
Fabian Dill 2ee913f0ce add multiworld size limit to rolling endpoint 2020-10-28 19:44:43 +01:00
Fabian Dill 1afdd473ca add already encoded seed id to api answer 2020-10-28 19:36:51 +01:00
CaitSith2 b1fe3d3e7b Insert key drop locations in alphabetical order. 2020-10-28 01:49:38 -07:00
Fabian Dill cea83559f0 An api endpoint for rolling
WIP
2020-10-28 09:09:15 +01:00
Fabian Dill 1e480648b9 use individual palette for sprite if it exists 2020-10-28 07:55:29 +01:00
Fabian Dill dbb4acf045 fix accidental sprite palette overrides 2020-10-28 07:53:31 +01:00
Fabian Dill 7f4978c4b3
Merge pull request #146 from KScl/missing_ellipsis
Fix missing ellipsis in credits text
2020-10-28 07:51:17 +01:00
CaitSith2 7e3e2134e0 Add option to client for actually forcing item sending safety off. 2020-10-27 16:27:39 -07:00
CaitSith2 66894dbd86 Add further safeties to sending of location checks.
This safety is able to be turned off, but has to be done so on EVERY connection explicitly.
2020-10-27 16:24:21 -07:00
Kaito Sinclaire b83b98b19c Fix missing ellipsis in credits text 2020-10-27 15:26:46 -07:00
CaitSith2 5c403086d9 Get server side missing list on connect.
This initial missing list does NOT report all of its missing locations into the console.  It is however used for a couple of things.
* Client now uses this to determine if it should send the location check to the server. No point in doing so if the server isn't going to register it anyways.
* Allows an easy view of previously visited locations in the case of a save wipe.
2020-10-27 12:08:35 -07:00
CaitSith2 6ff4b20d81 Only save reported locations that actually exist in the multidata. 2020-10-27 02:20:56 -07:00
CaitSith2 7cf4ad35a9 Encrypt most of the remaining items, and all player IDs 2020-10-27 01:43:32 -07:00
CaitSith2 83db79815a Make multiclient/multiserver/tracker keydropshuffle aware 2020-10-27 00:53:32 -07:00
Fabian Dill 0c681c8903 add missing program group name to setup
Why does the compiler not warn about this...
2020-10-26 08:40:05 +01:00
Fabian Dill 2d43cae88e palette fixes 2020-10-24 05:33:52 +02:00
Fabian Dill 0c6943fc6a palette fixes 2020-10-24 02:46:18 +02:00
Edos512 b91a627b32
Added options from Maseya Palette Randomizer (#145)
Add remaining palette shuffle options
2020-10-24 02:44:27 +02:00
CaitSith2 b2a60ac926 Fix "LOCKED" always showing on file select screen. 2020-10-21 02:29:38 -07:00
CaitSith2 651e1a1901 Changes
* Fix chests always being for yourself AND intended recipient for Race Rom seeds.
* Fix MultiMystery not being able to correctly pack Race Rom seeds into a zip file.
* Add tags to multidata for Race rom, Spoiler log, and Playthrough if spoiler log was generated.
2020-10-21 02:02:13 -07:00
Fabian Dill 963abac2d7 make PyCharm shut up about xxtea version 2020-10-20 22:49:40 +02:00
Fabian Dill 1d2d17537a Merge remote-tracking branch 'origin/master' 2020-10-20 20:35:43 +02:00
Fabian Dill e6e7431892 update flask compress
(cxFreeze also has an update but is not a requirement for running, only compiling)
2020-10-20 20:35:36 +02:00
CaitSith2 ad765659dd Add Race rom encryption. 2020-10-20 01:16:20 -07:00
CaitSith2 e72b74d476 Fix non-determistic random sprite (due to multithreading.) 2020-10-19 22:35:08 -07:00
Fabian Dill 6e46887c4b Add a blind pun by Malmo 2020-10-19 06:26:27 +02:00
Fabian Dill 9b237795f3 more "normal" english on the 1 crystal sign 2020-10-18 23:33:17 +02:00
Fabian Dill 2ae5f316dc increment version 2020-10-18 21:42:56 +02:00
Fabian Dill 8609d9be07
Merge pull request #144 from Fischfilet89/patch-1
Updated tutorial_de.md
2020-10-18 21:41:41 +02:00
Fischfilet89 a730a4b597
Updated tutorial_de.md
fixed minor typos and tidied up a bit
2020-10-18 21:03:24 +02:00
Fabian Dill 5436c062d3 Cast to number types explicitly in case they come as string from yaml in Mystery.py 2020-10-18 07:12:09 +02:00
Chris Wilson c714131b37 Fix the player settings page generating yaml files with string keys containing integers 2020-10-18 00:51:50 -04:00