4 Commits

Author SHA1 Message Date
PoryGone
b7c4fcb4c6 DKC3: Delete DKC3 (#6097)
Some checks failed
Analyze modified files / flake8 (push) Successful in 1m51s
Analyze modified files / mypy (push) Successful in 1m33s
Build / build-ubuntu2204 (push) Failing after 1m8s
ctest / Test C++ ubuntu-latest (push) Failing after 19s
Build and Publish Docker Images / prepare (push) Successful in 38s
Native Code Static Analysis / scan-build (push) Successful in 4m46s
type check / pyright (push) Successful in 45s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 3m48s
unittests / Test Python 3.12 ubuntu-latest (push) Failing after 6m2s
unittests / Test Python 3.13 ubuntu-latest (push) Failing after 5m42s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 4m13s
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
Analyze modified files / mypy (pull_request) Has been cancelled
Analyze modified files / flake8 (pull_request) Has been cancelled
ctest / Test C++ ubuntu-latest (pull_request) Has been cancelled
ctest / Test C++ windows-latest (pull_request) Has been cancelled
unittests / Test Python 3.13 macos-latest (pull_request) Has been cancelled
unittests / Test Python 3.11.2 ubuntu-latest (pull_request) Has been cancelled
unittests / Test Python 3.12 ubuntu-latest (pull_request) Has been cancelled
unittests / Test Python 3.13 ubuntu-latest (pull_request) Has been cancelled
unittests / Test Python 3.11 windows-latest (pull_request) Has been cancelled
unittests / Test Python 3.13 windows-latest (pull_request) Has been cancelled
unittests / Test hosting with 3.13 on ubuntu-latest (pull_request) Has been cancelled
type check / pyright (pull_request) Has been cancelled
Native Code Static Analysis / scan-build (pull_request) Has been cancelled
Build / build-win (pull_request) Has been cancelled
Build / build-ubuntu2204 (pull_request) Has been cancelled
Build and Publish Docker Images / build (amd64, amd64, ubuntu-latest, amd64) (push) Failing after 2m21s
Build / build-win (push) Has been cancelled
ctest / Test C++ windows-latest (push) Has been cancelled
Build and Publish Docker Images / build (arm64, arm64, ubuntu-24.04-arm, arm64) (push) Has been cancelled
Build and Publish Docker Images / manifest (push) Has been cancelled
CodeQL / Analyze (actions) (push) Failing after 1m39s
CodeQL / Analyze (javascript) (push) Failing after 1m19s
CodeQL / Analyze (python) (push) Failing after 1m19s
2026-04-08 21:35:43 +02:00
PoryGone
9bbc49204d DKC3: Fix List Out of Range Error on Level Shuffle Hint extension (#3077) 2024-04-12 00:53:52 +02:00
PoryGone
a074d16297 DKC3 v1.1.0 (#938)
Features:

* KONGsanity option (Collect all KONG letters in each level for a check)
* Autosave option
* Difficulty option
* MERRY option
* Handle collected/co-op locations


Bugfixes:

 * Fixed Mekanos softlock
 * Prevent Brothers Bear giving extra Banana Birds
 * Fixed Banana Bird Mother check sending prematurely
 * Fix Logic bug with Krematoa level costs
2022-08-20 16:46:44 +02:00
PoryGone
cabbe0aaf6 Donkey Kong Country 3 Implementation (#798)
* Baseline patching and logic for DKC3

* Client can send, but not yet receive

* Alpha Test Baseline

* Bug Fixes and Starting Lives Option

* Finish BBH, add world hints

* Add music shuffle

* Boomer Costs Text

* Stubbed in Collect behaviour

* Adjust Gyrocopter option

* Add Bonus Coin junk replacement and tracker support

* Delete bad logs

* Undo host.yaml change

* Refactored SNIClient

* Make Swanky Free

* Fix Typo

* Undo SNIClient run_game hack

* Fix Typo

* Remove Bosses from Level Shuffle

* Remove duplicate kivy Data

* Add DKC3 Docs and increment Data version

* Remove dead code

* Fix mislabeled region

* Add Dark Souls 3 to README

* Always force Cog on Rocket Rush Flag

* Fix Single Ski lock and too many DK Coins

* Update Retroarch version number

* Don't send DKC3 through LttP Adjuster

* Comment Location ROM Table

* Change ROM Hash prefix to D3

* Remove redundant constructor

* Add ROM Change Safeguards

* Properly mark WRAM accesses

* Remove outdated region connect

* Fix syntax error

* Fix Game description

* Fix SNES Bank Access

* Add isso_setup for DKC3

* Double Quote strings

* Escape single quotes I guess
2022-07-22 00:02:25 -05:00