YAFLA - Yet Another Factorio Library Attempt


Stuff that I use in my mods to make my life easier...

Internal
16 days ago
1.1 - 2.0
7.30K

Changelog

Version: 0.1.12
Date: 2024-12-03
  Bugfixes:
    - gui_builder was missing player index inside gui_components
Version: 0.1.11
Date: 2024-11-18
  Added:
    - flag to disable debug messages
  Bugfixes:
    - fixed spam of debug messages I forgot to remove
Version: 0.1.10
Date: 2024-11-16
  Bugfixes:
    - Patched (probably) the ability to have a function be called from the wront mod
Version: 0.1.9
Date: 2024-11-14
  Added:
    - Function to clear handlers
Version: 0.1.8
Date: 2024-10-22
  Changes:
    - Better error notification for duplicate handlers
Version: 0.1.7
Date: 2024-10-22
  Bugfixes:
    - mutiplayer event handling
Version: 0.1.6
Date: 2024-10-21
  Bugfixes:
    - Bumped factorio version to 2.0
Version: 0.1.5
Date: 2024-10-20
  Bugfixes:
    - fixed handlers missing in some cases
Version: 0.1.4
Date: 2024-10-20
  Bugfixes:
    - fixed handlers missing in some cases
Version: 0.1.3
Date: 2024-10-20
  Changes:
    - small fixes
Version: 0.0.2
Date: 2024-03-26
  Changes:
    - extnded_math2d
    - extended_table
Version: 0.0.1
Date: 2024-01-15
  Added:
    - delayed_actions: to set function to be called on a later date (measured on tick), check: 
    - extended_math2d: set of functions to work with 2D stuff, check:
    - extended_table: set of functions to work with lua tables, check:
    - some sprites
  Experimental:
    - gui_builder & gui_components: a set of functions to build ui, DON'T USE IT STUFF WILL CHANGE!
  Notes:
    - I'm working on a wiki to explain how to use the library, but it's not ready yet, if you have any requests or want to help please contact me on Discord/Telegram.
Version: 0.0.0
Date: 2023-11-17
  Added:
    - Placeholder