Skip to content

Releases: CodinGame/codingame-game-engine

v4.5.0

03 Apr 13:08
Compare
Choose a tag to compare

🎁 Features

  • Upgraded configuration to use Java 17

🐞 Bug fix

  • Removed "missing welcome_en.html file" warning.
  • Fixed the putMetadata function's signature

v4.4.4

05 Jan 16:30
Compare
Choose a tag to compare

🐞 Bug fix

  • Fixed Text not displaying or duplicating backslash characters in the viewer
  • Removed "missing welcome_en.html file" warning.

v4.4.3

08 Sep 09:28
Compare
Choose a tag to compare

🐞 Bug fix

  • Included more information in Buffer capacity reached erro log.

v4.4.2

03 Apr 08:51
Compare
Choose a tag to compare

🐞 Bug fix

  • Fixed BufferedGroup width calculation when no children occupy coordinates 0,0

v4.4.1

03 Apr 08:50
Compare
Choose a tag to compare

🐞 Bug fix

  • Fixed zIndex not getting updated

v4.4.0

27 Sep 07:31
Compare
Choose a tag to compare

🎁 Features

  • PIXI.js updated to v6.5.3

🐞 Bug fix

  • Fixed canvas mode fallback

v4.3.2

19 Sep 08:10
Compare
Choose a tag to compare

🐞 Bug fix

  • Enforce dependencies between certain viewer modules.

v4.3.1

16 Sep 16:23
Compare
Choose a tag to compare

🐞 Bug fix

  • Fixed EndScreenModule issue with logo size.
  • Fixed CameraModule issues. Contributed by Butanium

v4.3.0

22 Jun 13:37
Compare
Choose a tag to compare

🎁 Features

  • BufferedGroups can now be used as masks.

🐞 Bug fix

  • Children with equal zIndices are now rendered by order of insertion in Groups and BufferedGroups.

v4.2.1

30 May 14:52
Compare
Choose a tag to compare

🐞 Bug fix

  • Fixed zIndexing in BufferedGroups.