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

[WIP] Video extension #934

Closed
wants to merge 33 commits into from
Closed

[WIP] Video extension #934

wants to merge 33 commits into from

Commits on Feb 5, 2019

  1. same properties in IDE and preview

    with add extraInitializationFromInitialInstance
    custom size now supported
    Bouh committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    9b63ad1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. try add action

    Bouh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    31466eb View commit details
    Browse the repository at this point in the history
  2. .

    Bouh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    d37f193 View commit details
    Browse the repository at this point in the history
  3. Add action play

    problem with access to object pixi on scene
    Bouh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    49fdf82 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Action Play, Pause, Loop

    Bouh committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    aed23d8 View commit details
    Browse the repository at this point in the history
  2. todolist

    Bouh committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    95da98f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

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

Commits on Feb 12, 2019

  1. add opacity

    action condition expression
    Bouh committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    7fc70e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Add playbackSpeed

    Bouh committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    a896ade View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Try catch error file not found

    Bouh committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    dd5eb4a View commit details
    Browse the repository at this point in the history
  2. Prettier

    Bouh committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    03bfa2d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Replace t("") with _("")

    For localization in GD5
    Bouh committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    08d1535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a8856 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    afa0803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f704bf View commit details
    Browse the repository at this point in the history
  3. Wording

    _("Choose an object video")
    to _("Choose a video object")
    Bouh committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    581e175 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Fix feedback

    The others fix in next commit
    Bouh committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    a80c5ce View commit details
    Browse the repository at this point in the history
  2. Various fixes

    4ian committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    c4fdf44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea7259 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    b0ec9d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac6162 View commit details
    Browse the repository at this point in the history
  3. Show instance variables in panel + inherited object variables + fix c…

    …rash
    
    * Show instance variables in InstancePropertiesEditor
    * Display parent variables (not editable) and overriden variables in italic.
    * Also Fix (existing) crashes when deleting variables.
      This was wrongly written:
        * no recursive search (`contains` 2nd argument not passed)
        * comparing a VariableAndName with a gdVariable made no sense.
    blurymind authored and Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    7125cbf View commit details
    Browse the repository at this point in the history
  4. Fix edition button for children variables

    4ian authored and Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    eab6b11 View commit details
    Browse the repository at this point in the history
  5. Fix typos

    4ian authored and Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    285c3fe View commit details
    Browse the repository at this point in the history
  6. Add VideoResource

    4ian authored and Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    016574e View commit details
    Browse the repository at this point in the history
  7. Improve Flow typing and fix tests

    4ian authored and Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    0cab323 View commit details
    Browse the repository at this point in the history
  8. Fix Prettier

    4ian authored and Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    26750eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0974e94 View commit details
    Browse the repository at this point in the history
  10. Add image resource to the dummy example object

    4ian authored and Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    0ee3ad9 View commit details
    Browse the repository at this point in the history
  11. Select video ressource

    And trying callback
    Bouh committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    471d7c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Select video ressource

    And trying callback
    Bouh authored and 4ian committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    3946a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509d9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2750911 View commit details
    Browse the repository at this point in the history