Skip to content

Update main to AP core v0.6.7#124

Merged
Omnises merged 84 commits intomainfrom
APmain
Apr 1, 2026
Merged

Update main to AP core v0.6.7#124
Omnises merged 84 commits intomainfrom
APmain

Conversation

@Andrewki44
Copy link
Copy Markdown
Member

No description provided.

Mysteryem and others added 30 commits February 21, 2026 15:16
* Core: Better scaling explicit indirect conditions

When the number of connections to retry was large and `queue` was large
`new_entrance not in queue` would get slow.

For the average supported world, the difference this change makes is
negligible.

For a game like Blasphemous, with a lot of explicit indirect conditions,
generation of 10 template Blasphemous yamls with
`--skip_output --seed 1` and progression balancing disabled went from
19.0s to 17.9s (5.9% reduction in generation duration).

* Create a new variable for the new set created from the intersection
…rchipelagoMW#5990)

* fix(undertale): prevent massive bounce msg spam for position updates

* make sure player is removed on leaving / timing out

* do not check for tags: online, as bounce evaluation is or'd
…MW#5971)

* Docs: Don't serve non-static files in example_nginx.conf

`try_files` will serve the file as long as it exists, which means I could `GET /autolauncher.py` and be served the file.

* Use root instead of alias, add route for favicon

* Update deploy/example_nginx.conf
XxDERProjectxX and others added 14 commits March 29, 2026 23:34
Solved indentation error to return to intended functionality
…chipelagoMW#5999)

* Remove space before comma

* Factorio authors update

* Simplify template
* Import Buffer from typing_extensions instead of collections.abc for 3.11 compat

* always re-set sound volumes before playing

* fix game window scaling if parent is vertical

* make default volume lower
…ipelagoMW#6073)

* CI: reduce default permissions to minimum

* CI: update pin actions

Most of them. CodeQL and action-gh-release is untouched for now.
Immutable actions and actions/* are pinned to version,
other actions are pinned to hash.

* CI: make use of archive: false in upload-artifact

also set compression level and error behavior for scan-build upload.

* CI: update codeql and enable scanning actions
…uired when the box is rotated (ArchipelagoMW#5889)

* Unbeatable seed: 11 lasers + redirect when the box is rotated

* naming
* Tap to move

* inputs

* cleanup

* oops
@Omnises Omnises merged commit 56752c2 into main Apr 1, 2026
49 of 52 checks passed
@Omnises Omnises deleted the APmain branch April 1, 2026 23:01
@Andrewki44 Andrewki44 restored the APmain branch April 1, 2026 23:07
Andrewki44 added a commit that referenced this pull request Apr 1, 2026
Andrewki44 added a commit that referenced this pull request Apr 1, 2026
@Andrewki44 Andrewki44 deleted the APmain branch April 1, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apworld: v0.7.0 Release Prep