Avorion

Avorion

AzimuthLib - Library for modders
Showing 11-20 of 38 entries
< 1  2  3  4 >
Update: Jan 31, 2020 @ 10:42am

Fixed error in serialization of mixed arrays

Update: Jan 28, 2020 @ 7:26pm

'serialize' - making sure that non-number keys are strings.

Update: Jan 19, 2020 @ 8:24am

1.3.7
* Rolled back an old performance optimization that could've caused problems in the past. We'll see.
* Added 'minify' argument to the 'Azimuth.saveConfig' method.
* Added custom 'UICollection' that allows to add elements on creation as well as pass multiple elements to the 'insert' method.
* Added experimental 'getFloat' and 'getInt' methods to the '-basic.lua' as well as 'getString' to the '-utf8.lua'. These functions should help with checking variables for correct values (for example when received from a client).
* Logging functions (experimental) - auto-convert boolean and nil values to strings.

Update: Jan 5, 2020 @ 10:23pm

Pushed supported version to 0.30.*

Update: Oct 9, 2019 @ 2:01pm

Still 1.3.6 even though it should be 1.3.7
* Azimuth.serialize:
** Shortened display of empty tables
** Removed leading commas
** Added 'minify' argument
** Fixed: Missing escapes for double qoutes and slash in key names

Update: Oct 9, 2019 @ 10:48am

1.3.6
* Tables are now automatically serialized in log functions(Error, Warn, Info, Debug).
Before:
Log.Debug("result: %s", Azimuth.serialize(myTable))
After:
Log.Debug("result: %s", myTable)

Update: Oct 6, 2019 @ 6:03pm

Fixed file logs not always working

Update: Sep 10, 2019 @ 8:16am

* Updated to 0.26.1

Update: Aug 26, 2019 @ 11:41pm

* Updated to 0.26

Update: Aug 13, 2019 @ 9:05am

* Fixed the issue where client configs in folders didn't save