5 Commits

Author SHA1 Message Date
PoryGone
b7c4fcb4c6 DKC3: Delete DKC3 (#6097)
Some checks failed
Build / build-win (push) Waiting to run
ctest / Test C++ windows-latest (push) Waiting to run
Build and Publish Docker Images / build (arm64, arm64, ubuntu-24.04-arm, arm64) (push) Blocked by required conditions
Build and Publish Docker Images / manifest (push) Blocked by required conditions
Analyze modified files / flake8 (push) Successful in 1m51s
Analyze modified files / mypy (push) Successful in 1m33s
Build / build-ubuntu2204 (push) Failing after 1m8s
CodeQL / Analyze (actions) (push) Failing after 18m57s
CodeQL / Analyze (javascript) (push) Failing after 1m30s
CodeQL / Analyze (python) (push) Failing after 1m31s
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
2026-04-08 21:35:43 +02:00
Nicholas Saylor
04928bd83d DKC3: Remove unused variables and imports #4302 2025-01-14 10:49:30 +01:00
PoryGone
36cee91a2c DKC3: Long-overdue World code cleanup (#2820)
Co-authored-by: Silvris <58583688+Silvris@users.noreply.github.com>
2024-02-28 04:53:13 +01:00
PoryGone
7760034ff7 DKC3 and SMW: Remove relative imports (#1472) 2023-02-19 09:10:32 +01: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