Skip to content

Releases: kkEngine/NirnLabUIPlatform

Version 3.2 PR

27 Nov 17:11

Choose a tag to compare

Version 3.2 PR Pre-release
Pre-release

THIS VERSION IS FOR TESTING ONLY

  • Fixed lang input switching issue
  • Added native menu language switching setting

Version 3.0

19 Nov 15:56

Choose a tag to compare

  • Updated CEF to 141 version
  • Added new methods to get API
  • Changed CEF cache to temp folder. Different folders for different versions
  • Fixed: Browser was not rendering when CEF and the game were running on a different GPU (likely to happen on machines with hybrid graphics)
  • Fixed: Mouse cursor didn't disappear if browser unfocus is requested after two subsequent focus requests
  • Fixed: Player controls were getting stuck if the character/camera was moving when enabling browser focus
  • Removed explicit shortcut handling
  • Added new crash detector
  • Fixed numerous key input issues

Version 2.2

13 May 18:10

Choose a tag to compare

  • Added push events from c++ to js
    Create special "event function", subscribe in js and send events from c++. See README.md for example.

Version 2.1

14 Feb 12:50

Choose a tag to compare

  • Added shutdown callback to prevent a crash when closing the game

Version 2.0

08 Jan 11:18

Choose a tag to compare

  • Changed API and Lib version to 2.0 (incompatible with 1.* versions)
  • Fixed "flickering" render artifacts
  • Added custom settings (debugging port, frame rate)
  • Code format changes

Version 1.1

12 Aug 17:33

Choose a tag to compare

Allow browser to load local files (insecure, but no need http server). API is not changed.

Version 1.0

28 Jul 15:54

Choose a tag to compare

- Released version 1.0

- Modified README