Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.1.7
Date: 18.12.2021
Changes:
- Improved stability
- Refactored slightly
Notes:
- This version was updated for Factorio 1.1 by ZwerOxotnik
Version: 0.1.6
Date: 18.12.2021
Changes:
- Improved stability
- Optimized slightly
- Slightly refactored
Notes:
- This version was updated for Factorio 1.1 by ZwerOxotnik
Version: 0.1.5
Date: 28.10.2021
Changes:
- Optimized
- Refactored (I'm not done, so much stuff etc)
- Fixed some bugs
Notes:
- This version was updated for Factorio 1.1 by ZwerOxotnik
Version: 0.1.4
Date: 26.04.2021
Changes:
- Optimized images
- Fixed and refactored some code
- Works properly with icon_mipmaps now
Notes:
- This version was updated for Factorio 1.1 by ZwerOxotnik
- I'll change/update GitHub repository later (remind me though)
Version: 0.1.3
Date: 16.08.2020
New:
- 1.0 - factorio Version
Version: 0.1.2
Date: 27.01.2020
New:
- 0.18 - factorio Version (not tested)
Version: 0.1.1
Date: 25.07.2019
Improvements:
- function ezlib.log.print
Version: 0.1.0
Date: 26.02.2019
New:
- 0.17 - not tested
Version: 0.0.15
Date: 16.02.2019
New:
- thumbnail
Version: 0.0.14
Date: 7.02.2019
Improvements:
- Log print
Bugfixes:
- Bug fix
Version: 0.0.13
Date: ?.02.2019
New:
- DeBug self
Version: 0.0.12
Date: 16.12.2018
Bugfixes:
- Some bug fixes
Version: 0.0.11
Date: 16.12.2018
New:
- Green screen/chroma key
Version: 0.0.10
Date: 16.12.2018
New:
- table ezlib.item.not_item is all items types (Ex. gun or tool)
- Changelog in game
Improvements:
- function ezlib.item.get.list have not_items type
Bugfixes:
- function ezlib.item.get.list
Version: 0.0.9
Date: 14.12.2018
New:
- if item dont have icon or icon_size add it
Changes:
- debug => ezlib.debug
Version: 0.0.8
Date: 14.12.2018
Changes:
- function ezlib.entity.add.falg => ezlib.entity.add.flag
- function ezlib.entity.remove.falg => ezlib.entity.remove.flag
- function ezlib.item.add.falg => ezlib.item.add.flag
- function ezlib.item.remove.falg => ezlib.item.remove.flag
Version: 0.0.7
Date: 14.12.2018
New:
- function ezlib.entity.add.falg (name, type, flag)
- function ezlib.entity.remove.falg (name, type, flag)
- function ezlib.item.add.falg (name, flag)
- function ezlib.item.remove.falg (name, flag)
Bugfixes:
- function ezlib.log.print
Improvements:
- function ezlib.log.print
Version: 0.0.6
Date: 14.12.2018
Bugfixes:
- function ezlib.tech.find.unlock_modifer => log fix
- function ezlib.tech.find.unlock_recipe => log fix
Version: 0.0.5
Date: 13.12.2018
New:
- function ezlib.add.string1(string1, string2, string3, string4, string5)
- debug mode
Changes:
- function ezlib.recipe.ingredient.remove => ezlib.recipe.remove.ingredient
- function ezlib.recipe.ingredient.add => ezlib.recipe.add.ingredient
- function ezlib.recipe.ingredient.replace => ezlib.recipe.replace.ingredient
- function ezlib.recipe.ingredient.get => ezlib.recipe.get.ingredient
- function ezlib.recipe.result.remove => ezlib.recipe.remove.result
- function ezlib.recipe.result.add => ezlib.recipe.add.result
- function ezlib.recipe.result.replace => ezlib.recipe.replace.result
- function ezlib.recipe.result.get => ezlib.recipe.get.result
- function ezlib.log_tbl => ezlib.log.print
Version: 0.0.4
Date: 12.12.2018
New:
- function ezlib.entity.get.list(type,table)
Bugfixes:
- function ezlib.tbl.add(list1, list2, list3, list4, list5) => bug fixes
Version: 0.0.3
Date: 11.12.2018
Changes:
- function ezlib.item.get.list () => ezlib.item.get.list (table)
- function ezlib.recipe.get.list () => ezlib.recipe.get.list (table)
- function ezlib.tech.get.list () => ezlib.tech.get.list (table)
- function ezlib.tbl.add(list1, list2) => ezlib.tbl.add (list1, list2, list3, list4, list5)
Bugfixes:
- function ezlib.tbl.remove(list1, list2) => bug fixes
Version: 0.0.2
Date: 10.12.2018
New:
- function ezlib.item.get.list ()
- function ezlib.recipe.get.list ()
- function ezlib.tech.get.list ()
- function ezlib.tbl.add(list1, list2)
- function ezlib.tbl.remove(list1, list2)