Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove need to convert audio files to mono, Remove need for sound fix resource pack. 1.12.2 #4

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2017

  1. Put in all my build specific stuff

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    232a650 View commit details
    Browse the repository at this point in the history
  2. .player and .world and clamp due to new mappings

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    90f628c View commit details
    Browse the repository at this point in the history
  3. Cleanup some of the unnecessary code

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    d2ad69f View commit details
    Browse the repository at this point in the history
  4. Unneeded class

    This mod needs a lot of clean up!
    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    508815b View commit details
    Browse the repository at this point in the history
  5. Remove unsafe event registering, access event bus properly

    Woah, git does not even see my changes properly...
    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    f2850d3 View commit details
    Browse the repository at this point in the history
  6. Just patch in my previous bytecode edited update

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    5b3cc6e View commit details
    Browse the repository at this point in the history
  7. Target version 1.11.2

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    8a4c46a View commit details
    Browse the repository at this point in the history
  8. Shrink classes, automatic cleanup

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    501c2a8 View commit details
    Browse the repository at this point in the history
  9. Make mod compliant with Java 1.6

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    2c0f3e7 View commit details
    Browse the repository at this point in the history
  10. Update README, sorry Sonic Ether, but it is true...

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    a9ba7a8 View commit details
    Browse the repository at this point in the history
  11. Remove Int3 (Used redundantly for BlockPos)

    daipenger committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    61c0ac4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Link Opcodes again, further clean up

    daipenger committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    6c7fc30 View commit details
    Browse the repository at this point in the history
  2. Further clean up

    daipenger committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    5697cba View commit details
    Browse the repository at this point in the history
  3. Remove yet another set of unneeded methods

    daipenger committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    c43f1d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. A lot of cleanup of the main algorithm

    Needs some rethinking (especially the direct line of sight affects sound
    too much and is buggy in its current state)
    daipenger committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    7e65ae1 View commit details
    Browse the repository at this point in the history
  2. Version 1.0.1, mcmod.info cleaned up

    daipenger committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    89c7d1d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Complete refactoring

    daipenger committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    6fb2a1a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Failed to commit without noticing

    daipenger committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    b957155 View commit details
    Browse the repository at this point in the history
  2. Build upon the latest forge version

    daipenger committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    55f5c19 View commit details
    Browse the repository at this point in the history
  3. Fix git lowercase bug, step 1

    daipenger committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    949c6be View commit details
    Browse the repository at this point in the history
  4. Fix git lowercase bug, step 2

    daipenger committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    7bd0d50 View commit details
    Browse the repository at this point in the history
  5. Add back suppressing deprecation

    daipenger committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    b035597 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Update to 1.12

    JAD3N committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    2b2053a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from JAD3N/master

    Update to 1.12
    daipenger authored Jun 18, 2017
    Configuration menu
    Copy the full SHA
    dc5db56 View commit details
    Browse the repository at this point in the history
  3. Match mappings with forge build, build with 1.8

    daipenger committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    d35d778 View commit details
    Browse the repository at this point in the history
  4. Include gradle directory (Issue #4)

    daipenger committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    e0ede37 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    d3cfc8b View commit details
    Browse the repository at this point in the history
  2. Change logging

    daipenger committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    2a16629 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Clean up patchMethod

    daipenger committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    9b61ffb View commit details
    Browse the repository at this point in the history
  2. Fix the pesky stereo sound files bug

    #8 and #9 are related to this
    daipenger committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    d14442e View commit details
    Browse the repository at this point in the history
  3. Version 1.0.4

    daipenger committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    7918cb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Update to 1.12.1, small stuff

    clientSideOnly set
    Added me as author
    daipenger committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    b732f33 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Revert "Fix the pesky stereo sound files bug"

    This reverts commit d14442e.
    daipenger committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    090dcbf View commit details
    Browse the repository at this point in the history
  2. Forge update

    daipenger committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    bc4bb85 View commit details
    Browse the repository at this point in the history
  3. Remove redundant values, move stuff around

    daipenger committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    0c817bb View commit details
    Browse the repository at this point in the history
  4. Remove all logging

    I guess no one uses this anyways (and for testing purposes just revert
    this locally)
    So no one needs that extra branching
    daipenger committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    9538e55 View commit details
    Browse the repository at this point in the history
  5. Altering default material absorption values

    daipenger committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    ab8fec2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Precompile regex patterns

    daipenger committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    1aafd1a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. 1.12.2

    daipenger committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    6d0037e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Update README.md

    daipenger authored May 9, 2019
    Configuration menu
    Copy the full SHA
    0161754 View commit details
    Browse the repository at this point in the history