Skip to content
Permalink
master

Commits on Jan 11, 2021

Commits on Nov 28, 2020

  1. npm & friends update

    obiot committed Nov 28, 2020

Commits on Oct 29, 2020

  1. rollup dependencies update

    obiot committed Oct 29, 2020

Commits on Oct 26, 2020

Commits on Oct 24, 2020

  1. small improvements to vector classes

    - optimize call stack when setting values
    - allow the equals function to also take numerical value
    obiot committed Oct 24, 2020
  2. npm depencendies update

    obiot committed Oct 24, 2020

Commits on Oct 14, 2020

  1. npm dependencies update

    obiot committed Oct 14, 2020

Commits on Oct 9, 2020

  1. npm dependencies update

    obiot committed Oct 9, 2020

Commits on Sep 29, 2020

  1. npm dependencies update

    obiot committed Sep 29, 2020

Commits on Sep 24, 2020

  1. npm dependency update

    obiot committed Sep 24, 2020

Commits on Sep 10, 2020

  1. Bounds improvements

    - fix a bug in the addBounds method
    - enable different arguments type for the shift method
    - add a `center` getter returning a vector with the center x,y value
    obiot committed Sep 10, 2020

Commits on Sep 8, 2020

  1. further prettify deprecation warning when supported by the browser

    obiot committed Sep 8, 2020
  2. display the call stack in case of deprecation warning

    obiot committed Sep 8, 2020

Commits on Sep 7, 2020

  1. Update ellipse-spec.js

    obiot committed Sep 7, 2020
  2. split collision into two files, and put the SAT implemetation into it…

    …s own space
    
    also SAT implementation is not anymore exposed in me.collision
    obiot committed Sep 7, 2020

Commits on Sep 6, 2020

  1. align shapes and matrix api with the Bounds object

    translateV is now deprecated
    obiot committed Sep 6, 2020
  2. Bounds.translate and Bounds.contains now accept either a vector or x,…

    … y values as parameters
    obiot committed Sep 6, 2020
  3. allows Bounds objects to be recycled through the object pool

    obiot committed Sep 6, 2020

Commits on Sep 5, 2020

  1. npm dependency update

    obiot committed Sep 5, 2020

Commits on Sep 4, 2020

  1. adding few convenience methods to the new Bounds object to ease the m…

    …igration from me.Rect
    
    also cleaned up the corresponding generated documentation
    obiot committed Sep 4, 2020
  2. [#915] fix more internal reference to the global me namespace

    obiot committed Sep 4, 2020
  3. Revert "workaround for instanceof not properly working in es6 mode wi…

    …th Jay inheritance"
    
    This reverts commit a8523d1.
    obiot committed Sep 4, 2020
  4. workaround for instanceof not properly working in es6 mode with Jay i…

    …nheritance
    obiot committed Sep 4, 2020
  5. [#915] fix internal reference to the global me namespace

    obiot committed Sep 4, 2020
  6. simplify createTexture2D now that we can use default argument value w…

    …ith es6
    obiot committed Sep 4, 2020
  7. Update README.md

    obiot committed Sep 4, 2020
  8. missing parenthesis

    obiot committed Sep 4, 2020
  9. [#915] update CHANGELOG and README with information about the now ava…

    …ilable es6 module
    obiot committed Sep 4, 2020
  10. [#915] fix more internal references to the global me namespace

    obiot committed Sep 4, 2020
  11. [#915] fix internal reference to the me global namespace

    obiot committed Sep 4, 2020

Commits on Sep 3, 2020

  1. npm dependencies update

    obiot committed Sep 3, 2020
  2. [#915] fix internal reference to me.loader

    obiot committed Sep 3, 2020
  3. [#915] fix internal reference to me.pool

    obiot committed Sep 3, 2020
  4. [#915] fix more internal reference to the global me namespace

    this is endless :)
    obiot committed Sep 3, 2020
Older