Skip to content

Releases: DaanVanYperen/artemis-odb-contrib

artemis-odb-contrib-2.5.0

19 Apr 19:28
Compare
Choose a tag to compare

Version: 2.5.0

  • Targets Libgdx 1.9.10, Artemis-odb 2.3.0, GWT 2.8.2
  • New plugin contrib-plugin-singleton
    • Allows for singleton components that are easy to access.
    • Makes it easier to separate behaviour and data.
  • New plugin contrib-plugin-lifecycle-listener
    • Allows listening to odb component, entity and other lifecycle events.
  • New plugin contrib-plugin-debug
    • Allows debugging those nasty 'entity id' issues.
    • Can log entity lifecycle events like create, delete.
    • Can also log errors (accessing/deleting already deleted entities) and report a stacktrace to the cause.
    • Usage (pick one you like):
      WorldConfigurationBuilder.with(DebugPlugin.thatLogsErrorsIn("net.mostlyoriginal"))
      WorldConfigurationBuilder.with(DebugPlugin.thatLogsEverythingIn("net.mostlyoriginal"))
      WorldConfigurationBuilder.with(new DebugPlugin(new MyDebugLogStrategy()));
  • Fix SchedulerSystem accesses component after entity deletion.

artemis-odb-contrib-2.4.0

07 Jan 22:43
Compare
Choose a tag to compare

BREAKING CHANGES

  • Requires artemis-odb 2.2.0.
  • Requires libGDX 1.9.9 (GWT 2.8.0).

OTHER

  • #119 Add Shareable logging API and example logging implementation (libGDX).
  • Fix #118: AssetManager still uses Entity.

2.2.0 - Ludum dare release (libGDX 1.9.6, artemis-odb 2.1.0)

21 Apr 20:27
Compare
Choose a tag to compare
  • Supports LibGDX 1.9.6
  • #114 fix(eventBus): support cascade event dispatching with polling strategy
  • #115 deps: upgrade libgdx to 1.9.5 by fixing Animation typin
  • Upgraded web target to GWT 2.8.0
  • #112: Removed non-deterministic dependencies (leading to unstable builds).

2.1.0 - Ludum dare release

10 Dec 10:44
Compare
Choose a tag to compare
Pre-release

odb 2.1.0 and fluid entity support!

artemis-odb-contrib 1.2.1

26 Aug 11:26
Compare
Choose a tag to compare

Changelog

Version: 1.2.1

  • Upgraded for Artemis-odb 2.0.x, LibGDX 1.9.x.

artemis-odb-contrib 1.1.0

02 Oct 08:43
Compare
Choose a tag to compare

Changelog

Version: 1.1.0

  • Upgraded for Artemis-odb 1.0.0, LibGDX 1.7.0.
  • Now using version ranges for odb and libGDX dependencies.
  • Plugin API and WorldConfigurationBuilder now integrated with odb itself!
  • Moved to MIT license.

Version 1.0.0

14 Sep 19:49
Compare
Choose a tag to compare
  • Build against artemis-odb 0.13.0, LibGDX 1.6.5
  • ODB plugin API
  • Core
  • Jam
    • Refactored many components.
      • Implement mirrorable, tweenable.
      • Use gdx types to wrap color, coordinates.
      • Class name changes.
    • New components: Label, Scale.
    • Schedule converted to fully pooled operations plugin.
    • EntityEditor for extendable entity assembly/mutation.

0.10.1

20 Jul 15:15
Compare
Choose a tag to compare
  • Support for LibGDX 1.6.4 and Artemis-ODB 0.10.1

0.9.2

12 Jul 17:19
Compare
Choose a tag to compare

Fixes bad dependency in contrib-jam.

0.9.1

27 May 21:07
Compare
Choose a tag to compare
  • Added polling event dispatcher.
  • Artemis-odb 0.9.1-SNAPSHOT, libGDX-1.6.1
  • Event benchmarking.
  • Moved all example components and systems to contrib-jam module.