Skip to content

Releases: Brov3r/Avrix

AvrixLoader v1.5.2

13 Aug 18:23
Compare
Choose a tag to compare
  • Fixed logging levels in PlayerUtils
  • Fixed clicking through the WindowWidget header
  • Fixed release version check exception text
  • Fixed a UI bug when resizing the game window

Full Changelog: v1.5.1...v1.5.2

AvrixLoader v1.5.1

11 Aug 15:20
Compare
Choose a tag to compare
  • Fixed latest release notification link
  • Fixed keyboard input interception in InputText
  • Fixed keyboard input handler

Full Changelog: v1.5.0...v1.5.1

AvrixLoader v1.5.0

11 Aug 11:55
Compare
Choose a tag to compare
  • Added notification system
  • Added the ability to block the loading of lua files (useful for replacing Lua with Java)
  • Fixed image loading logic
  • Fixed visibility area of fields, classes and methods in Widgets
  • Fixed bugs when scrolling widgets
  • Fixed a bug with absolute positioning of widgets

Full Changelog: v1.4.0...v1.5.0

AvrixLoader v1.4.0

09 Aug 11:50
Compare
Choose a tag to compare
  • Launch scripts updated
  • Fixed the custom command manager (the @CommandChatReturn annotation was removed as unnecessary)
  • Minor bugs fixed
  • Added client side plugin example
  • Added .exe executable files for Windows, allowing launch from Steam
  • Added new logging system TinyLog2
  • Added checking for new Avrix releases
  • Added a GUI system based on NanoVG
  • Added onWidgetManagerInitialized, OnPreWidgetRender, OnPostWidgetRender events
  • Added default fonts: Arial-Regular, Roboto-Regular, Montserrat-Regular, FontAwesome
  • Added basic
    widgets: Panel, Button, Scrollbar, ScrollPanel, Window, Label, InputText, Checkbox, Slider, Popup, Modal, ComboBox, HorizontalBox, VerticalBox, RadioButton, ColorPicker, Table
  • Added ResourceManager and ImageLoader
  • Event renamed: onPostTickRenderThread -> onTickRenderThread

Full Changelog: v1.3.0...v1.4.0

AvrixLoader v1.3.0

14 Jul 19:35
Compare
Choose a tag to compare
  • Updated player ban and kick events
  • Added new methods for banning and kicking players
  • Added methods for removing items from players' inventories
  • Added a method to add items to the player's inventory

Full Changelog: v1.2.1...v1.3.0

AvrixLoader v1.2.1

10 Jul 10:47
Compare
Choose a tag to compare
  • Fixed copying configs from the plugin archive

Full Changelog: v1.2.0...v1.2.1

AvrixLoader v1.2.0

09 Jul 18:51
Compare
Choose a tag to compare
  • Added getPlayerAccessLevel method
  • Added getCommandArgs method for different prefixes
  • Added sendMessageToAdmins method
  • Added tools for working with Lua
  • Added setPlayerAccessLevel method
  • Added getRoleName method in AccessLevel class
  • Fixed creation of folders when copying nested configs
  • Fixed log output when creating a new config
  • Updated plugin example

Full Changelog: v1.1.1...v1.2.0

AvrixLoader v1.1.1

30 Jun 15:58
Compare
Choose a tag to compare

Fixed adding Jar plugins to classpath

Full Changelog: v1.1.0...v1.1.1

AvrixLoader v1.1.0

30 Jun 10:51
Compare
Choose a tag to compare
  • Minor code refactoring
  • Added the ability to get a map of registered commands
  • Added command description annotation
  • Added methods for getting values from command annotations
  • Added new launch scripts
  • Fixed plugin example
  • Fixed copying configs from the plugin
  • Fixed plugin dependency version checking
  • Fixed the visibility area of the default ClassPoll

Full Changelog: v1.0.0...v1.1.0

AvrixLoader v1.0.0

28 Jun 16:03
Compare
Choose a tag to compare

The first stable version!

Full Changelog: https://github.com/Brov3r/Avrix/commits/v1.0.0