Skip to content

Tags: GregHib/void-client

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Convert to Gradle project (#17)

* Convert to Gradle project

* Include resources

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix scroll zoom when debug console is open (#16)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Client Zoom & Render Distance (#11)

* - Add Constant.java — centralized zoom/FOV tuning constants.
- Change Class320.java to use Constant.ZOOM_OFFSET_DEFAULT.
- Change Class348_Sub42_Sub3.java — linear FOV offset zoom, clamping, and offset re-sync.
- Change client.java — mouse‑wheel zoom handling (direction + step, range).

* Rename changes and move constants into Loader

* Change zoom only when over the toplevel interface

* Add support for increased render distance and culling

* Fix scroll zoom when ctrl shift teleporting

---------

Co-authored-by: GregHib <greghib@users.noreply.github.com>

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add console history recall, control moving and deletion (#9)

* Add console history recall

* Add control backspace word deleting

* Add control arrow key word moving

* Add control delete words

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add console autocomplete, ip address customising and logo (#8)

* Allow commands and help passthrough

* Add set console input message type

* Prevent console command resetting on tab

* Add ip and port setting to application arguments closes #7

* Add icons

* Remove debug outputs

* Send regular player commands to server

0.0.10

Toggle 0.0.10's commit message
Fix right click debug coords for npcs

0.0.9

Toggle 0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use `java.awt.GraphicsDevice` instead of `sun.awt.Win32GraphicsDevice` (

#5)

0.0.7

Toggle 0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip reflection library load to support newer java versions (#3)

0.0.6

Toggle 0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add improved lobby skipping (#2)

* Improve lobby skipping

* Don't split ports

0.0.4

Toggle 0.0.4's commit message
Add debug and trace flags