master
Commits on Jan 11, 2021
-
first commit of the year : copyright & npm dependencies !
obiot committedJan 11, 2021
Commits on Nov 28, 2020
-
obiot committed
Nov 28, 2020
Commits on Oct 29, 2020
-
obiot committed
Oct 29, 2020
Commits on Oct 26, 2020
-
Howler audio core update to 2.2.1
obiot committedOct 26, 2020
Commits on Oct 24, 2020
-
small improvements to vector classes
- optimize call stack when setting values - allow the equals function to also take numerical value
obiot committedOct 24, 2020 -
obiot committed
Oct 24, 2020
Commits on Oct 14, 2020
-
obiot committed
Oct 14, 2020
Commits on Oct 9, 2020
-
obiot committed
Oct 9, 2020
Commits on Sep 29, 2020
Commits on Sep 24, 2020
Commits on Sep 10, 2020
-
- 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
Commits on Sep 8, 2020
Commits on Sep 7, 2020
-
-
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
Commits on Sep 6, 2020
-
align shapes and matrix api with the Bounds object
translateV is now deprecated
-
Bounds.translate and Bounds.contains now accept either a vector or x,…
… y values as parameters
Commits on Sep 5, 2020
Commits on Sep 4, 2020
-
adding few convenience methods to the new Bounds object to ease the m…
…igration from me.Rect also cleaned up the corresponding generated documentation
-
Revert "workaround for instanceof not properly working in es6 mode wi…
…th Jay inheritance" This reverts commit a8523d1.
-
-
-
-
[#915] update CHANGELOG and README with information about the now ava…
…ilable es6 module
-