Releases: CodinGame/codingame-game-engine
Releases Β· CodinGame/codingame-game-engine
v4.7.7
π Features
- Added
Timebankmode. Contributed by eulerscheZahl - Updated timeout handling, including a 3-strike rule. Contributed by eulerscheZahl
- Added a method to Player to get execution time for current frame.
v4.5.0
v4.4.4
π Bug fix
- Fixed
Textnot displaying or duplicating backslash characters in the viewer - Removed "missing welcome_en.html file" warning.
v4.4.3
π Bug fix
- Included more information in Buffer capacity reached erro log.
v4.4.2
π Bug fix
- Fixed
BufferedGroupwidth calculation when no children occupy coordinates 0,0
v4.4.1
π Bug fix
- Fixed zIndex not getting updated
v4.4.0
π Features
PIXI.jsupdated to v6.5.3
π Bug fix
- Fixed canvas mode fallback
v4.3.2
π Bug fix
- Enforce dependencies between certain viewer modules.
v4.3.1
v4.3.0
π Features
BufferedGroupscan now be used as masks.
π Bug fix
- Children with equal
zIndicesare now rendered by order of insertion inGroupsandBufferedGroups.