Skip to content

Roadmap

Aaron McLeod edited this page Feb 8, 2015 · 13 revisions

melonJS development roadmap

A quick look at some of the features we want to have completed by certain milestones. Including some API-breaking changes we expect.

2.1.0

Improvements

  • WebGL Optimizations: Ticket #591

API breaks

0.9.7

Features

  • Entity Groups: Ticket #59

Improvements

API breaks

  • ObjectEntity will not inherit from AnimationSheet, it will have an array of AnimationSheets: Ticket #15

0.9.6

Features

  • Audio volume and mute control settings and other improvements : Ticket #153

0.9.5

Features

  • Plugin API: Ticket #85
  • Debug panel: Ticket #108
  • ImageLayer objects for parallax scrolling backgrounds: Tickets #12 and #100

Improvements

  • Support for screen auto-resize: Ticket #4

API breaks

  • me.GUI_Object.onClicked -> onClick: Ticket #120
  • Normalize arguments passed to me.TiledLayer.[getTile|getTileId|setTile|clearTile]: Ticket #107
  • Treat floating object position in screen coordinates, and non-floating object positions in world coordinates: Ticket #119