Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@tomassedovic tomassedovic released this 20 Feb 23:14
· 477 commits to master since this release
  • Removed lifetime parameters for our path-finding structs

  • Implemented most Color methods:

    • RGB and HSV constructors
    • multiply, multiply scalar, add, subtract, lerp,
    • shift hue / scale hsv
  • Filled in most of the missing methods for Console get/set pairs:

    • get/set alignment
    • get char background/foreground
    • get/set background flag
    • get/set char
    • set char foreground

    - print

  • Added a few more static Console functions:

    • is_fullscreen / set_fullscreen
    • get/set fade
    • disable_keyboard_repeat
    • is_active