Skip to content

Releases: natygames/naty-engine

Naty Engine 2.6

23 Nov 12:41
Compare
Choose a tag to compare

Release Naty Engine 2.6

  • Fix ShapeModifier generic type bug
  • Update DurationModifier generic to interface

Naty Engine 2.5

23 Nov 12:20
Compare
Choose a tag to compare

Release Naty Engine 2.5

  • Separate Shape and RectangleShape behavior from interface
  • Add PaintParticleInitializer
  • Rename multiple methods for consistency

Naty Engine 2.4

22 Nov 14:36
Compare
Choose a tag to compare

Release Naty Engine 2.4

  • Rename file

Naty Engine 2.3

22 Nov 12:45
Compare
Choose a tag to compare

Release Naty Engine 2.3

  • Fix null pointer caused by synchronization issue when releasing resource in engine
  • Update BitmapUtils to support creating bitmap region

Natty Engine 2.2

20 Nov 12:04
Compare
Choose a tag to compare

Release Natty Engine 2.2

  • Update TouchEventListener to support different coordinate type
  • Fix minor error

Natty Engine 2.1

20 Nov 08:51
Compare
Choose a tag to compare

Release Natty Engine 2.1

  • Fix minor error

Natty Engine 2.0

20 Nov 08:23
Compare
Choose a tag to compare

Release Natty Engine 2.0

  • Add new Movable Camera and CameraModifier
  • Add Camera CoordinateType to distinguish between ui and world entity
  • Add EngineListener to observe engine lifecycle
  • Add new debug tools and exception
  • Add new GenericParticle to support primitive shape particle
  • Add ButtonSprite and BoundTouchEventListener
  • Update canvas rendering to support rotation and scale in primitive shape
  • Update Timer and TimerEvent and remove TimerListener
  • Add Scene and SceneController
  • Add new ObjectPool
  • Remove collision checking (Will be added in the future)
  • Renaming multiple class and variable names

Natty Engine 1.9

18 Oct 09:11
Compare
Choose a tag to compare

Release Natty Engine 1.9

  • Fix showing full screen when window focus change
  • Fix Sprite not resize when set to new texture
  • Fix RunnableEntity not post runnable when removed

Natty Engine 1.8

24 Jun 13:36
Compare
Choose a tag to compare

Release Natty Engine 1.8

  • Fix collision detected after Entity removed bug
  • Add PathModifier
  • Add new ClipUtils' clipping direction
  • Update ParticleSystem and Camera

Natty Engine 1.7

05 Jun 10:15
Compare
Choose a tag to compare

Release Natty Engine 1.7

  • Fix collision area from screen size to world size