Skip to content

Stable Build 3761

Compare
Choose a tag to compare
@0x0ade-bot 0x0ade-bot released this 27 Jan 00:16

Changes:

  • 491f999 Fix map data processor crash when duplicate berry ID appears before any with ID -1
  • 4e753ad Merge pull request #513 from Kalobi/berryorderfix
  • b0c747d Merge pull request #542 from JaThePlayer/perf/wire-culling
  • 6ddb590 Merge pull request #534 from DemoJameson/fix_not_deregister_inputs
  • 15ebe07 Merge pull request #539 from Kalobi/fixplayerdieevent
  • 29ffcb8 Merge pull request #545 from Popax21/dev
  • 3b53dd6 Merge pull request #506 from RedFlames/log-filename-from-env
  • ac4a1b4 Slightly change module name conflict warning
  • 49ed49e Add comments to relinker
  • f44855e Fix relinked modules dict for cached assemblies
See More
  • 87d142f Fix relinker not resolving cross-mod dependencies
  • fb82ae5 Remove dead code
  • 99a2a51 Add CullHelper, add culling to TileGrids, Wires, Flaglines and Cobwebs
  • 65af67a Call Player.Die event only when player actually died
  • 75a8e21 fix: inputs are not deregistered when hot reloading
  • 683952d Fix duplicates and gaps in berry order
  • 71e7d44 Fix automatic strawberry order assignment
  • a993251 Include value of EVEREST_LOG_FILENAME in ArgumentException message.
  • 52bfcb1 Change EVEREST_LOGFILE to EVEREST_LOG_FILENAME and check against Path.GetInvalidFileNameChars(), shouldn't allow any paths. Always append '.txt' if not present.
  • a34f4e3 Don't combine log path with current working directory; use as relative path/filename instead.
  • 9b2a90a Revert change mention of 'log.txt' since this code path is effectively unchanged.
  • 5459d3f Revert changes to hard 'log.txt' paths since this code path is effectively unchanged.
  • 9cade29 Allow 'log.txt' filename to be changed via EVEREST_LOGFILE= in environment or everest-env.txt

This list of changes was auto generated.