Releases: CodinGame/codingame-game-engine
Releases Β· CodinGame/codingame-game-engine
v4.2.0
π Features
- Provide a
getRandom
function to an instance ofSecureRandom
, please use this instead of creating your ownRandom
π Bug fix
- Updated links to pixi docs
- Updated log4j dependency
v4.1.6
π Bug fix
.gif
images are now supported in welcome messages.CommandLinePlayerAgent
now reports the IOException message when execution fails.- Fixed typo in the docs.
v4.1.5
v4.1.4
v4.1.3
π Features
- First community-made module:
CameraModule
.
π Bug fix
- Updated statement html sanitizer for a more recent css property whitelist.
v4.1.2
π Features
- PIXI updated from v5.3.8 to v6.0.2
π Bug fix
- Fixed missing texture errors no longer being caught
π Refactoring
- Removed unused code
- Removed link to littera tool from docs
v4.0.2
π Bug fix
- When exporting a game, folders named "node_modules" are now ignored.
- Renamed viewer modules'
name
variable tomoduleName
for consistency and future-proofing.
β οΈ Known issues
- Missing texture errors are no longer reported
v4.0.0
π Features
- PIXI updated from v4.8.5 to v5.3.8
v3.15.6
π Bug fix
- Fixed a bug in the TooltipModule causing tooltips to stay visible permanently.
- BufferedGroup will now dynamically resize to fit contents.
- Fixed outstanding CSS issues in the statement preview page.
v3.15.5
π Bug fix
- Fixed viewer sometimes crashing on startup.