Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(love 11.0) Fix colors in demo #59

Open
wants to merge 23 commits into
base: demo
Choose a base branch
from
Open

Commits on Oct 31, 2017

  1. Fixed missing bracket on README.

    npinochet authored and vrld committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    430245f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. fix typo

    tesselode authored and vrld committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    e315dbe View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Configuration menu
    Copy the full SHA
    549f177 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    3a7ca1b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    d4e5f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07974ce View commit details
    Browse the repository at this point in the history
  3. Fix vrld#36 - Make canvas resizable

    Add width and height parameters to chain constructor.
    Add chain.resize(w, h) as Positive07 suggested.
    vrld committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    ad71650 View commit details
    Browse the repository at this point in the history
  4. Fix vrld#34

    vrld committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    cbed7a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    177f2bb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Configuration menu
    Copy the full SHA
    dc43eb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. added fog

    flamendless authored and vrld committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    1203c9d View commit details
    Browse the repository at this point in the history
  2. quickfix

    flamendless authored and vrld committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    7894b32 View commit details
    Browse the repository at this point in the history
  3. quickfix

    flamendless authored and vrld committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    2c02d1f View commit details
    Browse the repository at this point in the history
  4. added time

    flamendless authored and vrld committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    d4b5ad5 View commit details
    Browse the repository at this point in the history
  5. added sample usage

    flamendless authored and vrld committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    80bd81e View commit details
    Browse the repository at this point in the history
  6. quickfix

    flamendless authored and vrld committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b820904 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ace7c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d39271e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Use colours in [0,1]

    Update to love 11.0 colour format where all colours are normalized.
    idbrii committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    ef19b40 View commit details
    Browse the repository at this point in the history
  2. Use valid indices for colours

    Lua tables start at 1.
    idbrii committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e5adb93 View commit details
    Browse the repository at this point in the history
  3. Update suit to use colors in [0,1]

    Get latest version of suit so UI draws correctly with love 11.0's
    normalized colours.
    
    Changelog:
    Fix a sentence in docs
    Merge pull request #72 from SimonLarsen/imagebutton-fix
    [docs] better words
    Fix #70: overlapping buttons both react to hover
    Fix #68: ImageButton error on LÖVE 11.1
    Fix rockspec
    Fix vrld#62: Add rockspec
    Merge pull request vrld#64 from rodel77/master
    idbrii committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c47b93b View commit details
    Browse the repository at this point in the history
  4. Use colours in [0,1] for demo

    Update demo to love 11.0 colour format where all colours are normalized.
    idbrii committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    7fc1fbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    304d29c View commit details
    Browse the repository at this point in the history