Stuff that I use in my mods to make my life easier...
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.1.16
Date: 2025-05-20
Bugfixes:
- crash when entering sandbox mode (more specifically when tyrying to execute events from nil mods)
Version: 0.1.15
Date: 2025-03-19
Bugfixes:
- crash in some cases with other mods
Version: 0.1.14
Date: 2025-03-18
Bugfixes:
- recursively_clear_handlers not clearing handlers properly
Version: 0.1.13
Date: 2024-12-09
Changes:
- Window close button now destroys instead of hiding the gui
Bugfixes:
- Windows close button was missing a sprite
Added:
- PANE gui component
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