Avorion

Avorion

AzimuthLib - Library for modders
Viser 11-20 af 38 forekomster
< 1  2  3  4 >
Opdatering: 31. jan. 2020 kl. 10:42

Fixed error in serialization of mixed arrays

Opdatering: 28. jan. 2020 kl. 19:26

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

Opdatering: 19. jan. 2020 kl. 8:24

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.

Opdatering: 5. jan. 2020 kl. 22:23

Pushed supported version to 0.30.*

Opdatering: 9. okt. 2019 kl. 14:01

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

Opdatering: 9. okt. 2019 kl. 10:48

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)

Opdatering: 6. okt. 2019 kl. 18:03

Fixed file logs not always working

Opdatering: 10. sep. 2019 kl. 8:16

* Updated to 0.26.1

Opdatering: 26. aug. 2019 kl. 23:41

* Updated to 0.26

Opdatering: 13. aug. 2019 kl. 9:05

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