Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 1.2.0
Major Features:
- Implemented keyboard input
Version: 1.1.3
Info:
- Added description to the mod portal page.
Fix:
- 1/3 * 30 returned 9 99/100 instead of 10.
Change:
- Exponantiation now always return a decimal.
Version: 1.1.2
Fix:
- Added rounding to results.
- Numbers pulled from memory do not change on memory change.
- Reaplying operation with '=' will only write the first and last result to the memory.
Change:
- Divison by zero returns fcd_MAX, instead of sign(a).
Version: 1.1.1
Info:
- Added changelog.txt.
Version: 1.1.0
Major Features:
- Implemented a custom library for more precice numbers.
- Button handler is now called throug pcall(), any errors are printed to the console instead of crashing.