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

Fix #4272 #4312

Merged
merged 3 commits into from
Jan 6, 2024
Merged

Fix #4272 #4312

merged 3 commits into from
Jan 6, 2024

Conversation

bruh1273
Copy link
Contributor

@bruh1273 bruh1273 commented Jan 6, 2024

Type of change

  • Bug fix
  • New feature

Description

A summary of the changes along with the reasoning behind the changes.
Adds in a simple check in freecam to only stop scrolling if your screen is in game.

Related issues

#4272

Mention any issues that this pr relates to.

How Has This Been Tested?

Works perfectly, I am now able to scroll in GUIs no problem, and in Freecam, I can still scroll speed normally.

Videos or screenshots of the changes if applicable.

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

@bruh1273
Copy link
Contributor Author

bruh1273 commented Jan 6, 2024

I accidentally forgot to make a new branch to commit it on, so that's why there's 3 commits. Honest mistake.

@Wide-Cat Wide-Cat linked an issue Jan 6, 2024 that may be closed by this pull request
2 tasks
@Wide-Cat Wide-Cat merged commit 2c5e8ed into MeteorDevelopment:master Jan 6, 2024
1 check passed
JohnTWD pushed a commit to JohnTWD/meteor-client that referenced this pull request Feb 3, 2024
GuiMove improvements (MeteorDevelopment#4282)

Fix AutoBrewer crash (MeteorDevelopment#4329)

Damage utils refactor (MeteorDevelopment#4083)

Implement ColorListSetting text parser (MeteorDevelopment#4365)

Correct BlockUtils#isValidMobSpawn (MeteorDevelopment#4367)

fix bow aimbot not working in creative mode

Fix Notebot align center on a slab (MeteorDevelopment#4354)

Revert Fabric loader bump

Sodium 0.5.7 compat + bump dependencies

Marked <0.5.6 as breaking, seeing the mixin changes.

Extend range of characters rendered by the custom font renderer (MeteorDevelopment#4362)

Fix PlayerModelHud not rendering when minecraft GUI scale is not 1 (MeteorDevelopment#4332)

Allow any characters in cracked names

Fix ReflectInit exception message (MeteorDevelopment#4317)

Freecam  improvements

Add Disconnect command

Allows users to disconnect from a server, and specify a `reason` message too.

Fix scrolling with freecam (MeteorDevelopment#4312)

Fix Jesus preventing players from using a boat (MeteorDevelopment#4277)

Stuff (MeteorDevelopment#4301)

- destroy mesh buffers when switching fonts
- only flip font buffer once
- turn CharData into a record
- fail-fast when game would crash due to side effects
- use getEnumConstants() instead of reflection
- fix typos

update incompatibilities

Fix Flight underwater movement (MeteorDevelopment#4288)

Fix Better Tooltips with suspicious stew (MeteorDevelopment#4291)

AutoBreed mob age filter

Add the option to target only babies, adults, or both.

KillAura mob age filter

Add the option to target only babies, adults, or both.

Also, retrieve `CrystalAura`'s status via the `Modules` getter.

Dropping 1.20.3 support

Addons are already developing for 1.20.4 since our template targets that version.
Also, the critical decorated pots bug makes 1.20.3 unappealing to use overall.

Autonametag patch. (MeteorDevelopment#4278)

Sort the favorites category (MeteorDevelopment#4265)

Make chest swap close inventory because anticheats

Reapply "1.20.4 update (MeteorDevelopment#4249)"

This reverts commit 4cc4104.

Future version 0.5.6

Update Orbit to 0.2.4

Revert "1.20.4 update (MeteorDevelopment#4249)"

This reverts commit b0a927b.

1.20.4 update (MeteorDevelopment#4249)

prevent leading spaces

fix bookbot text wrapping

prevent crash on book copy

Fixed bug where the selection wouldn't get deleted when you are at the last index

Update Names.java

faster maps

Optimise PotionTimersHud (MeteorDevelopment#4211)

i guess it looks better like this

Remove useless sqrt-ing once and for all

Add "Sign" setting to BookBot (MeteorDevelopment#4193)

Chat fix

fix small hud details (MeteorDevelopment#4190)

Improve AutoLog code (MeteorDevelopment#4202)

Fix PlayerHeadTexture memory leaks (MeteorDevelopment#4196)

Add helper subcommands to .input (MeteorDevelopment#4197)

reload when switching fullbright mode

fix not showing capes from other sources

add local time to corrupted system config backups

catch corrupted files

Improve WaypointCommand

Allow the usage of relative coords, via `Vec3ArgumentType`.
Thanks to Crosby for carrying me as always.

Fix autoclicker delay visibility (MeteorDevelopment#4185)

fix anti packet kick

fixed drop all not dropping off hand (MeteorDevelopment#4176)

Update ServerCommand

Add option to create waypoint with coords

Note: the passed values are absolute coords.

Make Freecam work with F3+G (chunk borders)

Add levers, rails and redstone gates to SpawnProofer

Bump dependencies

Simplify MC and FL version updates

Automatically update the fabric.mod.json based on gradle.properties

Make LightOverlay & SpawnProofer faster (MeteorDevelopment#4164)

dont run `Waypoints.render()` if waypoints are off (MeteorDevelopment#4165)

fullbright luminance mode - fixes and new setting

Add IPathManager.ISettings.save method

Make Baritone optional and not bundled with Meteor (MeteorDevelopment#4155)

call on main thread

Fix Meteor logo when using BetterChat with Player Heads and Timestamps

Echest memory patch (MeteorDevelopment#4153)

Update issue templates (MeteorDevelopment#4152) [skip ci]

Make Infinite Chat Box compatible with ViaFabricPlus

Reconfiguration phase disables modules.

fix .server info command

Fix crash, add icons to spoofed potions screen

Fix publishing to maven

Future version 0.5.5
tyrannus00 pushed a commit to tyrannus00/meteor-client that referenced this pull request Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Freecam Prevents Scrolling
2 participants