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

Rename color constants #41019

Closed
wants to merge 29 commits into from
Closed

Commits on Aug 4, 2020

  1. Correct C# named color constants

    Vivraan committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ed9cdc5 View commit details
    Browse the repository at this point in the history
  2. Correct C++ named colors

    Vivraan committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e0dedf8 View commit details
    Browse the repository at this point in the history
  3. Correct Color GDScript docs

    Vivraan committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4e1e13e View commit details
    Browse the repository at this point in the history
  4. Add the pedantic versions of color names

    Vivraan committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3b11808 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c37a4df View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Replace the weird comment

    Vivraan committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    530e98d View commit details
    Browse the repository at this point in the history
  2. Arrange entries in lexicographic order

    Vivraan committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    65d3e2e View commit details
    Browse the repository at this point in the history
  3. Replace with UPPERCASE_NAMES

    Vivraan committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bd709b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b0617e View commit details
    Browse the repository at this point in the history
  5. Acknowledge Microsoft .NET docs

    Vivraan committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    7458a37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5992d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Remove commented code from color.cpp

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    502186e View commit details
    Browse the repository at this point in the history
  2. Implement _to_uppercase_name for transforming normalised names to UPP…

    …ERCASE_NAMING
    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    b23e333 View commit details
    Browse the repository at this point in the history
  3. Fix wrong index

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    479201d View commit details
    Browse the repository at this point in the history
  4. Rename append -> insert

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    814aa76 View commit details
    Browse the repository at this point in the history
  5. Use Godot Vectors

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    2c5d7d9 View commit details
    Browse the repository at this point in the history
  6. Debug using print

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    534d434 View commit details
    Browse the repository at this point in the history
  7. Debug using prints

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d8ce60c View commit details
    Browse the repository at this point in the history
  8. Correct implementation

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d098dc1 View commit details
    Browse the repository at this point in the history
  9. Make alpha of "transparent: a float literal

    Vivraan committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    1059469 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Separate the transformation code to a new .inc file to prevent linker…

    … errors
    Vivraan committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    63526de View commit details
    Browse the repository at this point in the history
  2. Add deepksyblue as an edge case

    Vivraan committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    2f3f285 View commit details
    Browse the repository at this point in the history
  3. Make _to_uppercase_name() static as intended

    Vivraan committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    f63dab2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Add descriptive comments and remove Vectors

    Vivraan committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    ec06353 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from godotengine/master

    Sync upstream
    Shivam Mukherjee authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    b321a2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85312e9 View commit details
    Browse the repository at this point in the history
  4. Adopt changes with new code organisation

    Vivraan committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    50fb362 View commit details
    Browse the repository at this point in the history
  5. Remove to_lower transformation

    Vivraan committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    d2033a2 View commit details
    Browse the repository at this point in the history
  6. Remove transformation code

    Vivraan committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    acd7168 View commit details
    Browse the repository at this point in the history