Avorion

Avorion

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

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

Update: 16 May, 2019 @ 10:08am

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

Update: 16 May, 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: 2 May, 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: 1 May, 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: 28 Apr, 2019 @ 4:04pm

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

Update: 25 Apr, 2019 @ 10:43am

* Added config checking options

Update: 24 Apr, 2019 @ 5:55pm