Skip to content

Releases: makamys/MAtmos

MAtmos 36.0.1

14 Feb 08:33
Compare
Choose a tag to compare
  • Added @MCVersion annotation to core plugin to fix warning (by @glowredman)

MAtmos 36

27 Oct 17:40
Compare
Choose a tag to compare
  • Made some improvements that allow sound packs to be more accurate (e.g. less missed/misfired weapon hit sounds)
    • Modules other than the scanners are now updated every tick rather than every other tick
    • Ticking is now done on client ticks, rather than on the first render tick following a client tick
    • ply_action.swinging is now set on the same tick the player clicks (which is one tick earlier than before), and stays on as long as the player is digging or spam clicking
    • Fixed sqrt values in ply_motion being 1000 times smaller than intended
    • (1.7) Fixed legacy_hitscan module using a wrong Y coordinate. (Fixes mat_default2016-1.2.1 playing whack sounds when clicking a vanilla chest with a sword.)
  • Greatly reduced default log verbosity. Log messages are now split into four groups:
    • Essential messages. Always visible.
    • Soundpack-related messages. Visible when in dev/editor mode, or when the -Dmatmos.log.soundpack=true JVM flag is set.
    • Alias map-related messages. Visible when the log.category.aliasmap config option is enabled.
    • Messages used for debugging MAtmos itself. Visible when the -Dmatmos.log.engine=true JVM flag is set.
  • Removed the configvars module (which created dataconfigvars.cfg), since it was unused and seemingly broken since its inception.

MAtmos 35.4.8

12 May 17:49
Compare
Choose a tag to compare
  • Removed useless error message about _DYNAMIC module missing

MAtmos 35.4.7

04 Sep 19:10
Compare
Choose a tag to compare
  • Fixed crash when initializing config that happened on Linux systems

MAtmos 35.4.6

01 Sep 18:46
Compare
Choose a tag to compare
  • Fixed crash when initializing config that happened on some systems

Build changes

Versions that do not embed Mixin are now also provided (their file names end with +nomixin). Using these versions can solve compatibility issues that can arise when using Mixin bootstrap mods such as MixinBooter.

-mixin0.7 versions are no longer provided, since using +nomixin versions should fix the same issue they did.

MAtmos 35.4.5

24 Aug 15:38
Compare
Choose a tag to compare
  • Fixed update checker config getting reset every launch

MAtmos 35.4.4

24 Aug 13:02
Compare
Choose a tag to compare
  • Added config option for changing the number of sound system channels.
  • Increased the default number of normal (sound effect) channels from 21 to 53
  • MAtmos will now preserve the values set by other mods that change the number of sound system channels (e.g. Dynamic Surroundings, ExtendPolyphonyLimit).

MAtmos 35.4.3

17 Jun 22:29
Compare
Choose a tag to compare
  • Added some missing blocks to the TFC+ alias map (Thanks facetorched! Also thanks to RollerMobster for helping with the previous TFC+ alias map, who I forgot to credit in the changelog back then.)
  • Fixed crash when returning to the MAtmos GUI from the resource packs screen (this happened when MAtmos was started with no sound packs enabled, and the resource pack screen was entered using the button in the MAtmos GUI)
  • Fixed sound effects not respecting expansion volume (this happened with the Zen 2020: Sound effects expansion)
  • (1.12) Fixed empty item stacks not getting detected properly. This caused item switch sounds to re-trigger when switching between empty hotbar slots.
  • Optimized various things under the hood, like the 1.7.10 version's tick handler running twice per tick due to a mistake. Tick time has been reduced from 4.77% to 1.69% on that version according to LagGoggles - almost one third of the previous value.
  • Removed MAtmos from the F3 profiler pie chart, since the results there were inaccurate and misleading. A simple tick profiler was added instead, which prints tick times to the log. It is disabled by default, and can be activated via the -Dmatmos.tickProfiler=true JVM flag.

MAtmos 35.4.2.4

11 Dec 17:03
Compare
Choose a tag to compare
  • Fixed incorrect version number (the previous release had 35.4.2.2 as the version number due to a mistake)

MAtmos 35.4.2.3

11 Dec 00:29
Compare
Choose a tag to compare
  • Fixed crash when reloading sound system on its own (using e.g. RandomTweaks).
  • Changed default keybind to F4 (fixing the conflict with NEI's overlay)