Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Tags: factoriolib/flib

Tags

v0.11.1

Toggle v0.11.1's commit message
Changes:

  - [dictionary] Added tooltip to GUI header explaining what it is
Bugfixes:
  - [dictionary] Fixed that translations would stop being requested under certain circumstances

v0.11.0

Toggle v0.11.0's commit message
Features:

  - [area] Added `area.square()` to turn the area into a square
  - [area] Added `starting_offset` argument to `area.iterate()`
  - [dictionary] Added a GUI that shows translation progress
  - [math] Added `floored` and `ceiled` for flooring and ceiling to N decimal places.
  - [math] Added `sign` to return the signedness of a number as a multiplier
  - [math] Added `sum`, `maximum`, `minimum`, `midrange`, `range` for sets of numbers
Changes:
  - [math] Deprecated `round_to`, `ceil_to`, `floor_to`
  - [math] `clamp` defaults to clamping between 0, 1 when min or max are not set
  - [dictionary] Removed string nesting to significantly reduce network traffic
    - This makes translation take significantly longer
Bugfixes:
  - Fixed missing annotations in math and table libraries
  - [dictionary] Fixed that an empty translation would cause the translation after it to be skipped
  - [migration] Fixed a crash when loading the tutorial scenario

v0.10.1

Toggle v0.10.1's commit message

v0.10.0

Toggle v0.10.0's commit message

v0.9.2

Toggle v0.9.2's commit message

v0.9.1

Toggle v0.9.1's commit message

v0.9.0

Toggle v0.9.0's commit message

v0.8.4

Toggle v0.8.4's commit message

v0.8.3

Toggle v0.8.3's commit message

v0.8.2

Toggle v0.8.2's commit message