Avorion

Avorion

AzimuthLib - Library for modders
Showing 31-38 of 38 entries
< 1  2  3  >
Update: May 28, 2019 @ 12:58am

1.2.2
* Added 'azimuthlib-uiproportionalsplitter.lua'
* Changed 'AzimuthBasic.orderedPairs'

Update: May 16, 2019 @ 10:08am

1.2.1
* Fixed issue when mod created "moddata/moddata/ModName" directory.

Update: May 16, 2019 @ 7:09am

1.2
* Updated to 0.23
* Added 'CustomStats' file that allows to turn certain script variables into stats that can be boosted.

Update: May 2, 2019 @ 5:48am

1.1.3
* In an attempt to battle scripts reading configs while other script rewrites them, 'loadConfig' second return value now hints if config needs to be saved. If it equals anything but 'nil', you need to call 'saveConfig'.

Update: May 1, 2019 @ 3:11am

1.1.2
* Fixed file log spam.
* Added 'isError'..'isDebug' variables that are 'true' if message will be written in either console or log.
* Changed how 'serialize' function works. Now it uses "\n" as line breaks instead of "\r\n" by default, because "\r\n" adds extra lines in Avorion log files.

Update: Apr 28, 2019 @ 4:04pm

1.1.1
* Added logging function.
* Added 'format' config option for `loadConfig` function.

Update: Apr 25, 2019 @ 10:43am

* Added config checking options

Update: Apr 24, 2019 @ 5:55pm