Skip to content

Releases: filipovskis/gfconsole

1.4.4

14 May 16:29
e05c575
Compare
Choose a tag to compare
  • Fixed element spacing issue in print function
  • Removed unused stuff
  • Minor tweaks

1.4.3

28 Apr 17:38
7d48c38
Compare
Choose a tag to compare

Accent Color Settings

1.4.2

27 Apr 22:01
3668b8f
Compare
Choose a tag to compare

Bot Management

Screenshot

1.4.1

27 Apr 21:05
9e78b03
Compare
Choose a tag to compare

Timestamps and different tweaks

1.4

27 Apr 19:40
3d8ae77
Compare
Choose a tag to compare
1.4

Settings and UI tweaks

1.3.1

27 Apr 17:29
3e5dd76
Compare
Choose a tag to compare

Hotfixes

1.3.0

27 Apr 16:42
4161aba
Compare
Choose a tag to compare

Performance Improvements

Filter System Rework

All filters are identified by their integer indexes in a list, so when a server sends message to players' console it uses net.WriteUInt instead of net.WriteString, also the number of bits in WriteUInt operation corresponds to the amount of filters.

Message Handling Optimization

Very major performance improvements and a bit of micro optimization things.

1.2.2

14 Nov 15:30
Compare
Choose a tag to compare

Hotfix and UI changes

  • Added a safeguard for retry extension
  • Changed UI a little
  • Now messages are differently colored depending on realm

1.2.1

14 Nov 14:21
Compare
Choose a tag to compare

New extension

NOTE: The new extension is disabled by default and requires LuaError (check this section for an installation guide)

  • Added a function to send windows notifications to players (requires them to install win_toast).
  • Added a new extension called retry, this one reconnects a player when a new clientside file is trying to be loaded.
    • Checks if a file exists to exclude the infinite loop.
    • Searches a file globally and relatively to a source.

1.2.0

14 Nov 12:06
Compare
Choose a tag to compare

Huge overhaul

  • Made file restructuring
  • Made an extension library
  • Simplified networking process
    • Removed VNet
    • Added pON to serialize tables
    • Now we use default net library
  • Cleaned up the init file
  • Set convar values, which are used for autocreation and autosubscription to "false" by default