Skip to content

Releases: EverestAPI/Everest

Stable Build 4436

18 Nov 18:47
Compare
Choose a tag to compare

Changes:

  • 8f49188 Remove Core from available branch list

This list of changes was auto generated.

Stable Build 4351

04 Nov 22:57
Compare
Choose a tag to compare

Changes:

  • a782688 Update French translation
  • ca21ada Fix crash when updating mod after re-entering update scene (thanks Wartori!)
  • 3888789 Revert "Fix non-even decal rendering (#624)"
  • 40232a7 Merge pull request #685 from DemoJameson/feat_add_toggle_debug_console_hotkey
  • e3260db Rename OpenDebugConsole back to DebugConsole
  • d734c4e Add 'Toggle Debug Console' hotkey, '~' as default keys
  • fda4a9c Prevent pausing when closing console with Esc
  • 3f537b5 scene.Remove(null) should be allowed
  • ff3b832 Merge pull request #665 from DemoJameson/fix-crash-when-settings-corrupted
  • fcb4c81 Merge pull request #680 eventually from l-Luna:helper/statemachine
See More
  • f312281 Merge pull request #1 from l-Luna/helper/statemachine
  • 98cfcd0 Merge pull request #654 from DemoJameson/qol_crash_asap
  • 4efe4d1 Close debug console with Esc
  • 52fe165 Fully remove vanilla debug console binds
  • 74a97b5 Print info message when first opening debug console
  • fca9481 Fix accidental renaming of AreaStats.GetSID
  • 188831c Merge pull request #650 from DemoJameson/who_like_the_empty_folder [ #651 ]
  • fca6610 Merge pull request #617 from SnipUndercover/polish-translation-update
  • 4aa3c56 Merge pull request #608 from Kalobi/lessinputhardcoding
  • e513d42 Merge pull request #581 from coloursofnoise/deprecate-classext
  • 151687b fix issue
  • 64e5a52 Update Celeste.Mod.mm/Patches/PlayerHair.cs
  • 08c702d Merge branch 'dev' into deprecate-classext
  • a5a3640 Merge pull request #673 from danesky-jp/dev
  • cf19731 Merge branch 'EverestAPI:dev' into dev
  • 155af14 minor
  • 327abd2 Update Korean font extra characters
  • fbd8081 Merge pull request #666 from lDMDiamondl/patch-2
  • 13dad2d Merge pull request #667 from GarretShadow152/dev
  • 275405c Fix non-even decal rendering (#624)
  • 9961e95 Updated Japanese localization
  • 85827ea fix incorrect namespaces on patch classes
  • f64508e implement vanilla state names + events for registering states
  • c675166 Merge remote-tracking branch 'origin/helper/statemachine' into helper/statemachine
  • 16f661f fix warnings
  • def087d fix crashes, add type-safe methods for Player/Seeker/Oshiro states
  • fe8bfff cleanup
  • 4e6cfb9 don't override names in SetCallbacks if they already exist
  • 66f4e9f actually correct namespace
  • a77dc2f now actually patches
  • 7ba9eaf work on statemachine
  • 0c959a6 Update Russian.txt
  • 99ce8b7 Update Korean.txt
  • 9b1acde Fix game crashes when everest settings file is corrupted
  • e3e5b1d Revert "Decal Registry" translation
  • 27cfed5 Clean the il code
  • 5bf82eb Corrected modifiers from internal to public
  • fbd08d8 Make Add(entity) and Remove(entity) methods to crash when entity is null, so modders can catch bug in time
  • 1deeb92 Disable FTL when launching with --dump for fixing the crash at startup
  • 758c23e Don't always create the ModDUMP folder when launching
  • d02939a fix warnings
  • 39f3907 fix crashes, add type-safe methods for Player/Seeker/Oshiro states
  • 3a96497 cleanup
  • 1c8b1cd don't override names in SetCallbacks if they already exist
  • 688fe58 actually correct namespace
  • 6ad7a09 now actually patches
  • 95dfbbb work on statemachine
  • f34080e Include legacy-only key (see #585)
  • 23f31b6 Amend some translations (part 2)
  • 1892ebe Amend some translations
  • 0d3048d Update Polish.txt translations
  • 2b4befc Remove hardcoded debug console keys
  • 5cd79bc Fix error when (de)serializing session
  • 39508c5 Replace implicit operators for casts and re-add MonoModIgnore attributes
  • 9541158 Mark more Ext classes obsolete
  • aae98f8 Mark more Ext classes obsolete
  • 2c8636e Add obsolete attributes to TextMenuExt and update references
  • 7bcf91c Mark more Ext classes obsolete
  • f629e46 Mark more Ext classes obsolete
  • dbfeca4 Deprecate and replace AreaDataExt accessor extensions
  • e26baa0 Add ____Ext class explanation to CONTRIBUTING.md

This list of changes was auto generated.

Stable Build 4335

21 Oct 21:07
Compare
Choose a tag to compare

Changes:

  • 4258fa8 Do not leave space for cassette in chapter panel if there is no cassette
  • c1acd19 Overlap strawberries in chapter panel to avoid overflowing
  • 46fbb19 Add line wrapping to strawberry tracker in pause menu

This list of changes was auto generated.

Stable Build 4265

07 Oct 19:32
Compare
Choose a tag to compare

Changes:

  • 5fdadfb Add argument to use key scancodes on FNA
  • 46fd20c Add error description in Audio.CheckFmod (#668)
  • ea8bca2 Reducing allocation and GC while iterating TimeRateModifier components
  • 51f0347 Remove weird dirmod absolute path DLL check

This list of changes was auto generated.

Stable Build 4205

09 Sep 19:44
9e691ca
Compare
Choose a tag to compare

Changes:

  • 9e691ca Merge pull request #661 from nhruo123/strawberry_seed_bug
  • 6c97339 removed redundant cursor.GotoNext()
  • 114d8d7 Update Celeste.Mod.mm/Patches/StrawberrySeed.cs
  • 8926f0e added IL patch to StrawberrySeed OnAllCollected
  • 3be84f7 Add null check on GenericStrawberrySeed OnAllCollected

This list of changes was auto generated.

Stable Build 4174

26 Aug 19:45
0609fca
Compare
Choose a tag to compare

Changes:

  • 0609fca Merge pull request #660 from microlith57/feat/better-cache-fail-warning
  • 08a228e when failing to load cached assemblies, mention that they're cached
  • cec7cf1 Fix log message doesn't flush to log.txt
  • 35af717 Fix displayed berry counts on chapter panel when checkpoints are skipped (again)
  • 7e291c6 Merge pull request #621 from Wartori54/update_menu_rework
  • dd98ea4 Fix update button not going away and being focused to disabled entries
  • 27cfcb6 Fix strawberry checkpoints being incorrect when checkpoints are skipped
  • 865c2f5 Merge pull request #655 from microlith57/microlith57/decalregistry_animation
  • 1786f60 Merge pull request #658 from nhruo123/fix-CheckForErrors
  • 94c14e3 stop LevelUpdate update chain after an error
See More
  • f2e41f7 removed redundant LevelEnter.Go call
  • 09fca26 Fixed Badeline last node crash (#657)
  • 2c272ab fix conversion to incorrect type
  • b854cc5 add <animation frames="..." /> to decal registry
  • 71a954e Check if the .NET runtime is installed before starting MiniInstaller
  • a34992f Merge pull request #633 from nhruo123/missing-room-name
  • 5cc7a9b Added try catch clause in Update around StartLevel
  • 1e16d6a Revert "Added try catch clause in StartLevel"
  • 7138c23 Merge pull request #638 from SnipUndercover/capture-stderr
  • 4f91f68 Merge pull request #599 from RedFlames/modsettings-submenu-attributes
  • 5388ac7 Merge pull request #642 from SnipUndercover/lowercase-debug-commands
  • cd6662d Merge pull request #632 from DemoJameson/feat-add-openlog-command
  • d76d06a Merge pull request #643 from Kalobi/vanillachaserstates
  • 174e44f Added try catch clause in StartLevel
  • c1b8828 Disable chaser state pause fix in vanilla
  • f918b3d Update Celeste.Mod.mm/Patches/Monocle/Commands.cs
  • 3885cf3 Use string.ToLowerInvariant()
  • 7ef5ddd Lowercase debug command names
  • 82d77f2 Add STDERR capturing in LogWriter
  • 30cbfd3 fix LoadLevel crashing on missing level
  • 3f40119 Save log file path to Everest.PathLog
  • 76af47f Add 'openlog' console command
  • fca5ead Recycle shutdown translation and swap entries
  • 4c01183 Fix #249, added option to shutdown or restart
  • 768c20e Further refractors and bugfixes
  • 9cd9ff8 remove commented code
  • f581517 Merge branch 'EverestAPI:dev' into update_menu_rework
  • 8810574 refractor OuiModUpdateList.Update
  • cbcf418 Support SettingSubHeaderAttribute and SettingSubTextAttribute within Settings SubMenus

This list of changes was auto generated.

Stable Build 4157

14 Aug 16:52
Compare
Choose a tag to compare

Changes:

  • 257ea89 Check if MonoModRules matched what they were supposed to match
  • ce87d06 Merge pull request #635 from Kalobi/updaternotif
  • 265c189 Fix update notification not showing on older installs
  • 24e413f Do not block dependency downloading if the mod dependency graph fails loading

This list of changes was auto generated.

Stable Build 4107

29 Jul 20:51
fdc6ddb
Compare
Choose a tag to compare

Changes:

  • fdc6ddb Merge pull request #598 from GaimeWolves/bugfix-textinput-wayland
  • 95fe278 Merge pull request #619 from maddie480/trans-dependencies
  • 07cd76c Bring back and generalize compressed requests
  • e164c06 Have TextInput call TextInputEXT.StopTextInput() on Everest Shutdown
  • 6a98222 max to maddie
  • 3ac3106 Better support for transitive dependencies
  • 3264aab Fix TextInput.OnInput not firing on Wayland

This list of changes was auto generated.

Stable Build 4030

03 Jun 20:14
Compare
Choose a tag to compare

Changes:

  • a7130f3 Fix leftover Celeste MacOS executable when installing over Core builds
  • 51402b4 Merge pull request #611 from DemoJameson/fix_options_right_width
  • c806336 Merge pull request #563 from microlith57/feature/decal-recoloring
  • 63e44c0 Merge branch 'dev' into feature/decal-recoloring
  • 6005ceb Merge pull request #625 from DemoJameson/improve_updatelists_performance
  • c6a82e3 Merge pull request #615 from microlith57/everest-savepath
  • 0716465 make sure the savepath file has the full save path on xna
  • 2f4d16d Swap order of operations in JumpThru.Awake for better performance
  • cee71dd Improve EntityList.UpdateLists performance
  • 2670662 write the savepath to a file during boot
See More
  • c6e53fd Fix TextMenu.Option right side is too wide
  • 456c290 don't support 2-char color-with-alpha hex strings
  • 5d5411d allow recolouring decals (with alpha channel)

This list of changes was auto generated.

Stable Build 3971

04 May 19:55
Compare
Choose a tag to compare

Changes:

  • 4c22a6e Fix .NET Core Everest update detection
  • 02825d7 Continue installation if only Celeste.dll exists
  • 86dd600 WIP: Delete residual .NET Core files
  • 2fda8ed Fix broken Tileset indexer properties
  • 8b8dc98 Make puffer boost fix less aggressive
  • d622dcd Merge pull request #528 from bigkahuna443/bigkahuna443/add-holdable-setspeed
  • 8b79017 Merge pull request #614 from Wartori54/dev
  • 939703c Fix setting the map camera movement bindings too early
  • 7acf2db Merge pull request #610 from Kalobi/pufferboostfixv2
  • 5381477 Disable spurious warnings
See More
  • eebece6 Change Puffer depth to make boosts consistent
  • 07152e2 Revert previous explosion boost leniency fix
  • a6ffcc2 Merge pull request #604 from Kalobi/introstatecheck
  • 86ddffe Merge pull request #606 from Popax21/patch
  • fa6a617 Merge pull request #592 from Kalobi/pufferboostfix
  • 6f023a6 Merge pull request #578 from JaThePlayer/solid-awake-perf-fix
  • 68ac8cb Merge pull request #537 from danesky-jp/dev
  • 5eb4160 Merge pull request #603 from Kalobi/unpatchwalljump
  • cac4265 Merge pull request #607 from microlith57/clearer-blacklist-description
  • 6ab34a1 Merge pull request #596 from caeyo/add_hidemodoptions_command
  • d215656 Merge pull request #600 from AdoHTQ/remove-hardcoded-mountain-camera-panning
  • 193f466 add a line to initial blacklist.txt explaining what it does
  • 009b09b Add SimpleCurve JIT barriers
  • 3b6b530 Fix SimpleCurve.GetLengthParametric
  • 8e7a1ee Fix SimpleCurve patch
  • 4e229e1 Patch SimpleCurve float jank
  • a14b831 Work around MonoModReplace MonoMod bug
  • 3a5677a Patch DreamBlock / MoveTo[X/Y]Naive XNA/FNA jank
  • 26bc53d Fix FinalBossMovingBlock patch
  • 305b447 Fix FinalBossMovingBlock patch movementCounter / JIT barrier
  • 40b913f Some more XNA jank patches
  • d8fe776 Patch FNA float behaviour to behave like XNA
  • 676e719 Add Farewell intros to IsIntroState
  • d063578 Remove redundant WallJump patch
  • 66bfb2e Moves code to set MountainAim to before mod input initialization
  • 97287dc IL patch ExplodeLaunch instead of wrapping
  • e2bad30 Make the debug camera controls also control the slight camera movement on the map.
  • e73f40a Add modoptions command to toggle 'Show Mod Options in Game'
  • 20f63ce Fix explosion boost leniency inconsistency
  • 9e2f7c4 Swap order of operations in Solid.Awake for better performance
  • efa1104 Some more changes in Japanese.txt
  • a45e25c Minor changes in Japanese.txt
  • 4ac47f9 Fix wrong file name for japanese-missing-debug.txt
  • 16a424a Update Japanese localization
  • 7eb9d37 Add speed setters to TheoCrystal + Glider
  • a7ae9c7 Add Holdable SetSpeed

This list of changes was auto generated.