Zach Parks
b3c1c0bbe8
RogueLegacy: Moved world definition from "legacy" to "rogue-legacy" to avoid confusion with deprecation terms
2022-01-04 04:27:51 +01:00
Chris Wilson
5a064b0979
[WebHost] weighted-settings: Ranges with a total distance <= 10 are always printed in full
2022-01-03 19:56:54 -05:00
Zach Parks
f06e565441
Add Rogue Legacy to Archipelago ( #180 )
2022-01-03 19:12:32 +01:00
Chris Wilson
27c528a6b3
[WebHost] weighted-settings: Add random, random-low, and random-high to range options
2022-01-02 19:57:26 -05:00
Chris Wilson
9623c1fffd
[WebHost] weighted-settings: Add collapse/expand buttons to game divs
2022-01-02 18:55:38 -05:00
Chris Wilson
d4e0347d1d
[WebHost] weighted-settings: Fix footer style and clean up yaml download
2022-01-02 18:45:45 -05:00
Chris Wilson
74bb057314
Implemented range settings
2022-01-02 18:31:15 -05:00
Chris Wilson
08a0871168
Add game-jumping and hint text css to weighted-settings
2022-01-02 16:31:49 -05:00
Chris Wilson
d98d693369
Remove debug logging
2022-01-01 17:05:08 -05:00
Chris Wilson
c7e8692964
Fix merge conflict. Very minor difference.
2022-01-01 17:02:51 -05:00
Chris Wilson
0431c3fce0
Much more work on weighted-setting page. Still needs support for range options and item/location settings.
2022-01-01 16:59:58 -05:00
Fabian Dill
f8893a7ed3
WebHost: check uploads against zip magic number instead of .zip
2022-01-01 17:18:48 +01:00
Fabian Dill
93ac018400
SNIClient: make SNI finder a bit smarter
2022-01-01 15:46:08 +01:00
Fabian Dill
6b852d6e1a
WebHost Options: hidden games should remain functional, just hidden.
2022-01-01 03:12:32 +01:00
Chris Wilson
06dc76a78b
Added locations to generated weighted-settings.json. In-progress /weighted-settings page available on WebHost, currently non-functional as I work on JS backend stuff
2021-12-31 14:42:04 -05:00
Chris Wilson
c550fdaee8
WebHost now generates a weighted-settings.json file for use with the upcoming weighted-settings page.
2021-12-31 13:22:23 -05:00
Fabian Dill
6e4b255be5
Options: make common options overridable in a game section
...
WebHost: add prog balancing and accessibility to settings page
2021-12-28 18:43:52 +01:00
Hussein Farran
2e56c226db
WebHost: Patch downloads now prompt you with a dialog box/file save dialog.
2021-12-28 14:18:49 +01:00
Hussein Farran
844ff402cd
WebHost: Improve player enumeration performance in upload.py
2021-12-28 14:18:49 +01:00
Hussein Farran
ec570be178
WebHost: Improve performance in player slot tracking during upload.
2021-12-28 14:18:49 +01:00
Hussein Farran
3508cf21c7
WebHost: Add game listing for all players on room info page.
2021-12-28 14:18:49 +01:00
alwaysintreble
1f4ddc295a
tutorials: Point lttp tutorial to SNC instead of Z3. Update some deprecated text.
2021-12-27 22:34:57 +01:00
wafflesoup
6eab838a70
Update plando_en.md
...
fixed capitalization in Timespinner example
2021-12-25 22:44:07 +01:00
black-sliver
5fa1185d6d
SoE: make doc point to upstream guide.md
2021-12-19 15:22:19 +00:00
TauAkiou
f003c7130f
[WebHost] Add Super Metroid support to Web Tracker ( #153 )
...
* [WebHost]: Added Super Metroid tracker, based on TimeSpinner & OOT
2021-12-14 17:04:24 +01:00
CaitSith2
0558351a12
Allow update_sprites to work on strict text only systems
2021-12-13 20:24:54 +01:00
Fabian Dill
3f20bdaaa2
WebHost: split autolaunch and autogen services
2021-12-13 05:48:33 +01:00
Fabian Dill
3bf367d630
WebHost: don't bother queuing empty commands
2021-12-13 01:38:07 +01:00
alwaysintreble
706fc19ab4
tutorials: place a missing / oops
2021-12-11 17:04:07 +00:00
jtoyoda
21fbb545e8
Adding in missing comas in ff1 game info
2021-12-08 14:23:01 +00:00
jtoyoda
6cd08ea8dc
Updating ff1 gameinfo
2021-12-08 14:23:01 +00:00
Fabian Dill
33477202b9
WebHost: remove outdated data
2021-12-04 22:12:09 +01:00
Fabian Dill
c1a73e7839
WebHost: document how to bring up a slot tracker
2021-12-03 20:54:19 +01:00
Fabian Dill
21d465bcb8
CommonClient: add docstring to /ready
2021-12-03 07:04:17 +01:00
Fabian Dill
e7d8149d74
LttP Docs: reword instructions to not accidentally overwrite the SNI Connector with an empty file.
2021-12-03 07:01:21 +01:00
eudaimonistic
a3220ac72d
Add known safe MSU-1 list
...
List assembled for use in competitive Zelda restreams. Permission sought and granted by author Amarith via DM.
2021-12-03 05:08:34 +00:00
Fabian Dill
3110763052
WebHost: allow switching out "/tracker/" for "/generic_tracker/" in a tracker url to get the generic tracker for that slot.
...
No idea where a good place is to sick a link for it. Maybe on the individual trackers pages?
2021-12-03 02:41:56 +01:00
espeon65536
3fa253bac5
MC: 1.17 support ( #120 )
...
* MC: add death_link option
* Minecraft: 1.17 advancements and logic support
* Update Minecraft tracker to 1.17
* Minecraft: add tests for new advancements
* removed jdk/forge download install out of iss and into MinecraftClient.py using flag --install
* Add required_bosses option
choices are none, ender_dragon, wither, both
postgame advancements are set according to the required boss for completion
* fix docstring for PostgameAdvancements
* Minecraft: add starting_items
List of dicts: item, amount, nbt
* Update descriptions for AdvancementGoal and EggShardsRequired
* Minecraft: fix tests for required_bosses attribute
* Minecraft: updated logic for various dragon-related advancements
Split the logic into can_respawn and can_kill dragon
Free the End, Monsters Hunted, The End Again still require both respawn and kill, since the player needs to kill and be credited with the kill
You Need a Mint and Is It a Plane now require only respawn, since the dragon need only be alive; if killed out of logic, it's ok
The Next Generation only requires kill, since the egg spawns regardless of whether the player was credited with the kill or not
* Minecraft client: ignore prereleases unless --prerelease flag is on
* explicitly state all defaults
change structure shuffle and structure compass defaults to true
update install tutorial to point to player-settings page, as well as removing instructions for manual install
* Minecraft client: add Minecraft version check
Adds a minecraft_version field in the apmc, and downloads only mods which contain that version in the name of the .jar file.
This ensures that the client remains compatible even if new mods are released for later versions, since they won't download a mod for a later version than the apmc says.
Co-authored-by: Kono Tyran <Kono.Tyran@gmail.com>
2021-12-01 02:37:11 +01:00
black-sliver
c083716627
SoE: update tutorial for 0.2.1
2021-11-29 23:29:50 +00:00
Jarno Westhof
8363d1749b
[Timespinner] New seed options and new locations checks ( #140 )
2021-11-28 22:59:34 +01:00
jtoyoda
6566dde8d0
Initial FF1R implementation ( #123 )
...
FF1R
2021-11-28 22:32:08 +01:00
Fabian Dill
7b0b243607
MultiServer: remove promp_toolkit
2021-11-28 04:06:30 +01:00
Fabian Dill
5ca737886b
SoE: fix gameinfo typo
2021-11-27 22:58:12 +01:00
Fabian Dill
5b5d96971e
WebHost: cleanup tracker.py #2
2021-11-25 21:10:28 +01:00
Fabian Dill
71767e8b79
WebHost: cleanup tracker.py
2021-11-25 21:04:02 +01:00
Fabian Dill
bd0b7ea80a
WebHost: fix some PEP8
2021-11-25 20:48:58 +01:00
Fabian Dill
5a03c0edd6
WebHost: remove /hosted redirect, all current rooms should be migrated.
2021-11-24 23:49:00 +01:00
Chris Wilson
33c8d307ed
Update Factorio Setup tutorial
2021-11-23 02:25:34 -05:00
Fabian Dill
fbd5bfd382
WebHost: remove duplicate zfile read
2021-11-22 17:57:23 +01:00
Fabian Dill
3e40de72b2
WebHost: add random choice to options
2021-11-20 17:37:08 +01:00