Releases: CodinGame/codingame-game-engine
Releases · CodinGame/codingame-game-engine
v3.4.9
🐞 Bug fix
- Invalid negative values for colours no longer crash the game
- Fixed missing line breaks in the
Game Summary
console - Frames now start at
0
in local test page - Better error reporting on player agent crash
- Multiple commands can now be launched with
CommandLinePlayerAgent
- Games now require less RAM in the CodinGame IDE
v3.4.8
🐞 Bug fix
- The
turn
argument of the Referee'sgameTurn()
now starts at 1 instead of 0 - A Text can now have semicolons in it
- Improved error handling
v3.4.7
🐞 Bug fix
- Fixed
ToggleModule
and improved its API.
v3.4.6
🐞 Bug fix
- The intro replay file
demo.js
is now smaller when generated from scratch. - Improve game load performance.
⚠️ Known issues
ToggleModule
only works in local IDE
v3.4.5
🐞 Bug fix
EndScreenModule
now compatible with PIXI v4.8.5
⚠️ Known issues
ToggleModule
only works in local IDE
v3.4.4
🐞 Bug fix
- Improved error handling.
⚠️ Known issues
ToggleModule
only works in local IDE
v3.4.3
🐞 Bug fix
- The
EndScreenModule
now properly handles more than two players.
⚠️ Known issues
ToggleModule
only works in local IDE
v3.4.2
🐞 Bug fixes
Circle
entities now displayed again- Included missing
setLeagueLevel
method in theGameRunner
⚠️ Known issues
ToggleModule
only works in local IDE
v3.4.1
🎁 New features
- Added
RoundedRectangle
Shape - Added
Polygon
Shape
🐞 Bug fix
- Better display of game errors
📒 Notes
- PIXI updated from v4.4.3 to v4.8.5
⚠️ Known issues
Circle
entities no longer displayedToggleModule
only works in local IDE
v3.4.0
⛔ Broken version