Releases: CodinGame/codingame-game-engine
Releases Β· CodinGame/codingame-game-engine
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
skewX
andskewY
interpolation method. - Fixed the next frame button no longer updating the view
v3.5.1
π Bug fix
- Fixed the
skewX
andskewY
properties for allEntities
.
β οΈ Known issues
skew
property 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
skew
in 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
skew
property is not functional, to use it please move to 3.5.2 or higher- the next frame button no longer updates the view
v3.4.10
π New features
- Added an optional export to
config.js
calledstepByStepAnimateSpeed
which lets you set whether to animate the view when stepping from one frame to the next
π Bug fix
- Fixed Tooltip not showing all texts of stacked sprites below the cursor
- Fixed viewer not updating on mouse wheel event