Difference between revisions of "WDL ScriptHook: Changelog"

From Nomad DB
Line 5: Line 5:
 
!Version
 
!Version
 
!Build Number!!Release Date!!Changes
 
!Build Number!!Release Date!!Changes
 +
|-
 +
|'''1.1.1'''
 +
|r136
 +
|20.05.2021
 +
|'''Support for TU4.02'''<br />
 +
Fixed a bug that could cause story/uprising missions to load properly<br />
 +
UI: Fixed an issue that prevented "going back" in empty UISimpleMenu<br />
 +
Lua: Added UISimpleMenu OnActivate/OnDeactivate/OnSelection callback<br />
 +
Lua: Added UISimpleMenu:GetEntryText(idx)
 
|-
 
|-
 
|'''1.1.0'''
 
|'''1.1.0'''

Revision as of 18:48, 20 May 2021

Current Version: 2.1 (r222)

Version Build Number Release Date Changes
1.1.1 r136 20.05.2021 Support for TU4.02

Fixed a bug that could cause story/uprising missions to load properly
UI: Fixed an issue that prevented "going back" in empty UISimpleMenu
Lua: Added UISimpleMenu OnActivate/OnDeactivate/OnSelection callback
Lua: Added UISimpleMenu:GetEntryText(idx)

1.1.0 r120 04.05.2021 Support for TU4.0

Trainer: Added Vehicle Paintjob Menu
Trainer: Added Felony, Affiliation Menu
Trainer: Added WorldBroadcast
Trainer: Added "TimeShift" menu
Added EULA menu at startup, updated Privacy Policy
Lua: Added key & mouse input for Lua scripts
Lua: Increased raycast range for GetReticleHitEntity, GetReticleHitLocation from 50 to 1000
Fixed a potential issue with story missions being stuck forever

List of Lua Scripting changes

1.0.0 r109 14.04.2021 Initial public release

Related Pages