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

v1.4.3 #66

Merged
merged 31 commits into from
Apr 16, 2023
Merged

v1.4.3 #66

merged 31 commits into from
Apr 16, 2023

Conversation

GT3CH1
Copy link
Member

@GT3CH1 GT3CH1 commented Apr 11, 2023

Describe your changes

  • Extract commonalities in the GUI elements for the tracer/esp selection into a parent class
  • Extract commonalities for tracers into a parent class
  • Added option to enable/disable view bobbing for tracer mods (including Waypoints)
    • This setting controls view bobbing for all tracer related mods.
    • This setting has its own property in the TracerConfig class, and is initialized in the GuiSettings class.
  • Reworked some internals to remove unnecessary nullable properties within the mod.
  • Patched Anti Hurt disabling all viewbobbing
  • Use builtin color library for ModHealthTag

Have you tested your change?

  • Yes
  • No

What is your motivation behind this change?

See #65

* Switch Settings back to Java

* Make Waypoints work per-dimension

* Move waypoint settings to own category, add fix to put waypoints back into render in main menu

* Move waypoint settings to own category, add fix to put waypoints back into render in main menu

* Fix ESP's not showing when WorldRenderer.drawBox is overridden by other mods

* Change way to render esp's using planes instead.

* Add dimension array to Waypoints to allow for user-configurable dimensions on the fly.

Made Tracers render at the same time as ESPs
* Add new UI page for rendering mob esp

* Add new UI page for rendering mob tracer
Signed-off-by: GT3CH1 <gavinpease@gmail.com>
Signed-off-by: GT3CH1 <gavinpease@gmail.com>
Extracted common code for tracer mods into ModTracer.kt, fix view bob issue as described in #65
@GT3CH1 GT3CH1 added bug Something isn't working enhancement New feature or request labels Apr 11, 2023
@GT3CH1 GT3CH1 self-assigned this Apr 11, 2023
@GT3CH1 GT3CH1 merged commit 4c10c77 into 1.19.4 Apr 16, 2023
@GT3CH1 GT3CH1 deleted the 1.19.4-dev branch April 16, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enabling some modules disables View Bobbing
1 participant