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

Text #443

Merged
merged 28 commits into from
Apr 26, 2020
Merged

Text #443

merged 28 commits into from
Apr 26, 2020

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    9b9c905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44eef0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00749f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55b613 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05bd8bd View commit details
    Browse the repository at this point in the history
  6. assets: Some refactoring

    AstraLuma committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    0bc2cf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    445227f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c2811e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c860cd View commit details
    Browse the repository at this point in the history
  10. assetlib.py: Add MockFuture

    AstraLuma committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    5bdadaf View commit details
    Browse the repository at this point in the history
  11. assetlib.py: Rewrite MockFuture to be based on Future

    With all the possible threading problems, it was just simpler
    AstraLuma committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    574d913 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d69e22e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. assetlib.py: update __all__

    AstraLuma committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    9ee8f63 View commit details
    Browse the repository at this point in the history
  2. assetlib.py: remove unused force_background_thread

    Using the executor instead
    AstraLuma committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    de570d8 View commit details
    Browse the repository at this point in the history
  3. assets: Add chaining test

    AstraLuma committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    7401145 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    228f5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418608e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67d5f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8abe515 View commit details
    Browse the repository at this point in the history
  5. cirrus: install libsdl2-ttf

    AstraLuma committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a15ec68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa8ce44 View commit details
    Browse the repository at this point in the history
  7. Implement Text

    Currently segfaults, which is super helpful.
    AstraLuma committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d2cf780 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dca98ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7394b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df30409 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dbf81d5 View commit details
    Browse the repository at this point in the history
  12. text.py: Fix up some reprs

    AstraLuma committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    05d223c View commit details
    Browse the repository at this point in the history
  13. Add text viztest

    includes the ubuntu font https://design.ubuntu.com/font/
    AstraLuma committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e818ece View commit details
    Browse the repository at this point in the history