diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100755 index 9096371..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 9edfb8c..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: CI - -on: - push: - branches: [ main ] - workflow_dispatch: {} - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: git checkout - uses: actions/checkout@v5 - - - name: Generate olympusnews/index.txt - run: | - pushd olympusnews - rm -f index.txt - for f in *; do - echo $f >> index.txt - done - popd - - - name: git && git add && git commit - run: | - git config user.name '0x0ade'\''s bot' - git config user.email 'nuda1998+ghbot@gmail.com' - git branch -d gh-pages || true - git checkout -b gh-pages - git add . - git commit -m 'Automatically update gh-pages' - - - name: git push - uses: ad-m/github-push-action@v0.8.0 - with: - github_token: ${{ secrets.PUSH_TOKEN }} - branch: gh-pages - force: true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0a03bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +############### +# folder # +############### +/**/DROP/ +/**/TEMP/ +/**/packages/ +/**/bin/ +/**/obj/ +_site +_exported_templates diff --git a/.nojekyll b/.nojekyll deleted file mode 100755 index e69de29..0000000 diff --git a/.well-known/org.flathub.VerifiedApps.txt b/.well-known/org.flathub.VerifiedApps.txt deleted file mode 100644 index 4d60b52..0000000 --- a/.well-known/org.flathub.VerifiedApps.txt +++ /dev/null @@ -1 +0,0 @@ -e8616967-af9f-4117-8f75-95f1e0c0d28d \ No newline at end of file diff --git a/_config.yml b/_config.yml deleted file mode 100644 index db186b3..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -include: [".well-known"] \ No newline at end of file diff --git a/api/.gitignore b/api/.gitignore new file mode 100644 index 0000000..e8079a3 --- /dev/null +++ b/api/.gitignore @@ -0,0 +1,5 @@ +############### +# temp file # +############### +*.yml +.manifest diff --git a/api/index.md b/api/index.md new file mode 100644 index 0000000..949a8a9 --- /dev/null +++ b/api/index.md @@ -0,0 +1 @@ +Start exploring the Everest API - select a class from the table on the left. diff --git a/docfx.json b/docfx.json new file mode 100644 index 0000000..a67d564 --- /dev/null +++ b/docfx.json @@ -0,0 +1,75 @@ +{ + "metadata": [ + { + "src": [ + { + "files": [ + "Celeste.Mod.mm/bin/Debug/net452/**.mm.dll" + ], + "src": "../Everest/" + } + ], + "dest": "api", + "disableGitFeatures": false + } + ], + "build": { + "content": [ + { + "files": [ + "api/**.yml", + "api/index.md" + ] + }, + { + "files": [ + "tutorials/**" + ] + }, + { + "files": [ + "toc.yml", + "*.md" + ] + } + ], + "resource": [ + { + "files": [ + "index.html", + "index.js", + "google89671ac36d966366.html", + "main/**", + "images/**", + "fonts/**", + "downloads/**", + "logo*", + "favicon*", + "modupdater.txt" + ] + } + ], + "overwrite": [ + { + "files": [ + "apidoc/**.md" + ], + "exclude": [ + "obj/**", + "_site/**" + ] + } + ], + "dest": "_site", + "globalMetadataFiles": ["global.json"], + "fileMetadataFiles": [], + "template": [ + "template_everest" + ], + "postProcessors": [], + "noLangKeyword": false, + "keepFileLink": false, + "cleanupCacheHistory": false, + "disableGitFeatures": false + } +} \ No newline at end of file diff --git a/everestupdater.txt b/everestupdater.txt deleted file mode 100755 index 9535547..0000000 --- a/everestupdater.txt +++ /dev/null @@ -1 +0,0 @@ -https://maddie480.ovh/celeste/everest-versions diff --git a/favicon.png b/favicon.png old mode 100755 new mode 100644 index 65eb20d..769faa2 Binary files a/favicon.png and b/favicon.png differ diff --git a/fonts/Renogare-Regular.otf b/fonts/Renogare-Regular.otf old mode 100755 new mode 100644 diff --git a/fonts/Renogare-Regular.woff b/fonts/Renogare-Regular.woff old mode 100755 new mode 100644 diff --git a/fonts/renogare license.pdf b/fonts/renogare license.pdf old mode 100755 new mode 100644 diff --git a/global.json b/global.json new file mode 100644 index 0000000..333ed3f --- /dev/null +++ b/global.json @@ -0,0 +1,13 @@ +{ + "_appTitle": "Everest", + "_appFooter": "Baked with 🍓 by the Everest Team", + "_description": "Unofficial mod loader for the retro-style 2D platformer Celeste.", + "author": "Everest Team", + "url": "https://everestapi.github.io/", + "image": "https://everestapi.github.io/logo.png", + "twitter": "@everestapi", + "_appLogoPath": "logo-small.png", + "_appFaviconPath": "favicon.png", + "_enableSearch": true, + "_enableNewTab": true +} \ No newline at end of file diff --git a/google89671ac36d966366.html b/google89671ac36d966366.html old mode 100755 new mode 100644 diff --git a/images/invite.png b/images/invite.png old mode 100755 new mode 100644 index 023a776..e8979c9 Binary files a/images/invite.png and b/images/invite.png differ diff --git a/images/olympus-main.png b/images/olympus-main.png deleted file mode 100644 index d9f457e..0000000 Binary files a/images/olympus-main.png and /dev/null differ diff --git a/images/olympus-run-macos-1.png b/images/olympus-run-macos-1.png deleted file mode 100644 index 5096d85..0000000 Binary files a/images/olympus-run-macos-1.png and /dev/null differ diff --git a/images/olympus-run-macos-2.png b/images/olympus-run-macos-2.png deleted file mode 100644 index 62e10d8..0000000 Binary files a/images/olympus-run-macos-2.png and /dev/null differ diff --git a/images/olympus-run-macos-3.png b/images/olympus-run-macos-3.png deleted file mode 100644 index 841dbd5..0000000 Binary files a/images/olympus-run-macos-3.png and /dev/null differ diff --git a/index.html b/index.html old mode 100755 new mode 100644 index f294c23..a9bb24f --- a/index.html +++ b/index.html @@ -49,8 +49,8 @@ @@ -59,7 +59,7 @@

Features

granny laughing - We're too busy and don't have time to update this list.
+ We're too busy improving Everest and don't have time for this list.
It would also be longer if that Berry guy would've ignored us!

  • TASBot-verified
  • -
  • Easily switch between Everest and vanilla Celeste from the title screen or Olympus
  • +
  • Easily switch between Everest and vanilla Celeste from the title screen + +
  • +
  • Fixes for certain game-breaking bugs: + +
  • Load mod files without messing with your original files:
  • @@ -134,25 +144,13 @@

    Olympus - Cross-platform Everest Installer

    Download the latest autobuild.
    Click the "5 published" button under "Related", then "macos.main" to download it.
    -
  • Unzip the zip inside of the zip.
  • +
  • Unzip the zip inside of the zip. Zipception!
  • +
  • Drag the Olympus app into your Applications folder.
  • - Drag the Olympus app into your Applications folder.
    - If you leave it in your Downloads folder, some things like self-updating might not work!
    - - Instructions for running the unverified app - + Hope that it works.
    + Sadly our code monkeys top scientists aren't trained with Macs.
    + You might need to right-click, open, then allow running applications from unverified developers.
    + If you are a macOS user and are willing to help us test stuff: let us know on Discord!

  • @@ -160,31 +158,21 @@

    Olympus - Cross-platform Everest Installer

  • If you are on Linux:
  • No matter what platform you are on: