Skip to content

Releases: psiberx/cp2077-codeware

Codeware 1.14.1

07 Jan 23:06
Compare
Choose a tag to compare
  • Fixed crashes when using callback system with entity targets
  • Updated native types imports

Codeware 1.14.0

04 Jan 23:15
Compare
Choose a tag to compare
  • Added Entity/Extract callback
  • Added ability to filter Entity/Initialize callback by record ID
  • Added Component/Toggle callback
  • Added Widget/Spawn callback
  • Added OS clipboard support for text inputs
  • Added access to world widget component from controllers
  • Added EngineTime methods to work with ticks
  • Added NodeRef utilities

Codeware 1.13.0

26 Nov 09:31
Compare
Choose a tag to compare
  • Support patch 2.2
  • Added function to resize and initialize curve data
  • Added function to get all journal entries
  • Added function to synchronize dependencies of visual controller
  • Improved compatibility with ArchiveXL
  • Fixed game instance failing to resolve in some cases
  • Updated native types imports

Codeware 1.12.9

23 Oct 09:40
Compare
Choose a tag to compare
  • Added string to number conversion functions
  • Updated entity lifecycle events to be more accurate
  • Updated native types imports

Codeware 1.12.8

15 Sep 11:47
263ec67
Compare
Choose a tag to compare
  • Updated ink widget style bindings
  • Updated native types imports

Codeware 1.12.7

10 Sep 14:49
Compare
Choose a tag to compare
  • Support patch 2.13

Codeware 1.12.6

07 Sep 09:59
Compare
Choose a tag to compare
  • Fixed inherited properties resolving for native structs

Codeware 1.12.5

25 Aug 16:18
Compare
Choose a tag to compare
  • Updated native types imports

Codeware 1.12.4

21 Aug 17:55
Compare
Choose a tag to compare
  • Fixed appearance name in reassemble event callback
  • Updated native types imports

Codeware 1.12.3

04 Aug 17:56
Compare
Choose a tag to compare
  • Changed callbacks to synchronous mode