forked from mirror/Archipelago
* Init
* remove submodule
* Init
* Update docs
* Fix tests
* Update to use apcivvi
* Update Readme and codeowners
* Minor changes
* Remove .value from options (except starting hint)
* Minor updates
* remove unnecessary property
* Cleanup Rules and Region
* Fix output file generation
* Implement feedback
* Remove 'AP' tag and fix issue with format strings and using same quotes
* Update worlds/civ_6/__init__.py
Co-authored-by: Scipio Wright <scipiowright@gmail.com>
* Minor docs changes
* minor updates
* Small rework of create items
* Minor updates
* Remove unused variable
* Move client to Launcher Components with rest of similar clients
* Revert "Move client to Launcher Components with rest of similar clients"
This reverts commit f9fd5df9fd.
* modify component
* Fix generation issues
* Fix tests
* Minor change
* Add improvement and test case
* Minor options changes
* .
* Preliminary Review
* Fix failing test due to slot data serialization
* Format json
* Remove exclude missable boosts
* Update options (update goody hut text, make research multiplier a range)
* Update docs punctuation and slot data init
* Move priority/excluded locations into options
* Implement docs PR feedback
* PR Feedback for options
* PR feedback misc
* Update location classification and fix client type
* Fix typings
* Update research cost multiplier
* Remove unnecessary location priority code
* Remove extrenous use of items()
* WIP PR Feedback
* WIP PR Feedback
* Add victory event
* Add option set for death link effect
* PR improvements
* Update post fill hint to support items with multiple classifications
* remove unnecessary len
* Move location exclusion logic
* Update test to use set instead of accidental dict
* Update docs around progressive eras and boost locations
* Update docs for options to be more readable
* Fix issue with filler items and prehints
* Update filler_data to be static
* Update links in docs
* Minor updates and PR feedback
* Update boosts data
* Update era required items
* Update existing techs
* Update existing techs
* move boost data class
* Update reward data
* Update prereq data
* Update new items and progressive districts
* Remove unused code
* Make filler item name func more efficient
* Update death link text
* Move Civ6 to the end of readme
* Fix bug with hidden locations and location.name
* Partial PR Feedback Implementation
* Format changes
* Minor review feedback
* Modify access rules to use list created in generate_early
* Modify boost rules to precalculate requirements
* Remove option checks from access rules
* Fix issue with pre initialized dicts
* Add inno setup for civ6 client
* Update inno_setup.iss
---------
Co-authored-by: Scipio Wright <scipiowright@gmail.com>
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
Co-authored-by: Exempt-Medic <ExemptMedic@Gmail.com>
Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
204 lines
2.1 KiB
Plaintext
204 lines
2.1 KiB
Plaintext
.idea
|
|
.vscode
|
|
|
|
*_Spoiler.txt
|
|
*.bmbp
|
|
*.apbp
|
|
*.apcivvi
|
|
*.apl2ac
|
|
*.apm3
|
|
*.apmc
|
|
*.apz5
|
|
*.aptloz
|
|
*.apemerald
|
|
*.pyc
|
|
*.pyd
|
|
*.sfc
|
|
*.z64
|
|
*.n64
|
|
*.nes
|
|
*.smc
|
|
*.sms
|
|
*.gb
|
|
*.gbc
|
|
*.gba
|
|
*.wixobj
|
|
*.lck
|
|
*.db3
|
|
*multidata
|
|
*multisave
|
|
*.archipelago
|
|
*.apsave
|
|
*.BIN
|
|
*.puml
|
|
|
|
setups
|
|
build
|
|
bundle/components.wxs
|
|
dist
|
|
/prof/
|
|
README.html
|
|
.vs/
|
|
EnemizerCLI/
|
|
/Players/
|
|
/SNI/
|
|
/sni-*/
|
|
/appimagetool*
|
|
/host.yaml
|
|
/options.yaml
|
|
/config.yaml
|
|
/logs/
|
|
_persistent_storage.yaml
|
|
mystery_result_*.yaml
|
|
*-errors.txt
|
|
success.txt
|
|
output/
|
|
Output Logs/
|
|
/factorio/
|
|
/Minecraft Forge Server/
|
|
/WebHostLib/static/generated
|
|
/freeze_requirements.txt
|
|
/Archipelago.zip
|
|
/setup.ini
|
|
/installdelete.iss
|
|
/data/user.kv
|
|
/datapackage
|
|
/custom_worlds
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
*.dll
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
installer.log
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
|
|
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
.pybuilder/
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# vim editor
|
|
*.swp
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# Environments
|
|
.env
|
|
.venv*
|
|
env/
|
|
venv/
|
|
/venv*/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
*.code-workspace
|
|
shell.nix
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# mkdocs documentation
|
|
/site
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Pyre type checker
|
|
.pyre/
|
|
|
|
# pytype static type analyzer
|
|
.pytype/
|
|
|
|
# Cython debug symbols
|
|
cython_debug/
|
|
|
|
# Cython intermediates
|
|
_speedups.c
|
|
_speedups.cpp
|
|
_speedups.html
|
|
|
|
# minecraft server stuff
|
|
jdk*/
|
|
minecraft*/
|
|
minecraft_versions.json
|
|
!worlds/minecraft/
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
#undertale stuff
|
|
/Undertale/
|
|
|
|
# OS General Files
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Thumbs.db
|
|
[Dd]esktop.ini
|