Releases: CodinGame/codingame-game-engine
Releases · CodinGame/codingame-game-engine
v3.10.1
🐞 Bug fix
- Removed accidental console.log from app.js
- Fixed
SpriteAnimationthat would sometimes not animate
v3.10.0
🎁 Features
- Added game statement editor with preview
🐞 Bug fix
- Report malformed JSON error instead of crashing when there are invalid JSON files in assets folder
- Fixed game replay where output always shown at player 0 for games in which not all players act each turn
v3.9.0
🎁 Features
- Added EASE_IN and EASE_OUT curves
v3.8.3
🐞 Bug fix
- SpriteAnimation: fix wrong current frame when the animation duration is changed
v3.8.2
🐞 Bug fix
- ViewportModule: don't reset zoom when playing
v3.8.1
🎁 New features
- The ViewportModule has been added
v3.6.0
🎁 New features
- Add
TilingSprite
⚠️ Known issues
- Referee and player output improperly displayed
- Game Errors not displayed
v3.5.2
🐞 Bug fix
- Fixed the
skewXandskewYinterpolation method. - Fixed the next frame button no longer updating the view
v3.5.1
🐞 Bug fix
- Fixed the
skewXandskewYproperties for allEntities.
⚠️ Known issues
skewproperty is not functional, to use it please move to 3.5.2 or higher- the next frame button no longer updates the view
v3.5.0
🎁 New features
- Added methods to change an entity's
skewin theGraphicEntityModule - Added methods to change the player timeout of the first round of a game.
🐞 Bug fix
- Updated the test page's player to match the codingame IDE
⚠️ Known issues
skewproperty is not functional, to use it please move to 3.5.2 or higher- the next frame button no longer updates the view