Onset 1.4.2-alpha (Protocol Compatibility 5)
Client changelog
Server changelog
Plugin changelog
Client changelog
- Add generated landscape proxies LOD3 (we now have a view distance of 250k UE units)
- Re-enable soft motion blur by default to combat AA-ghosting which is mostly noticable on cars and characters when moving fast (@andrew)
- SetDrawColor now applies color to all Draw* functions
- Remove r,g,b params from all Draw* functions (use SetDrawColor)
- Add X, Y (vector) axis alignment param to DrawCircle3D, those params control how the circle is aligned
- Add LineThickness param to DrawLine3D
- Rename SetDrawScale to SetTextDrawScale
- Remove DrawSolidBox3D
- Fix GetObjectScale returning cached server scale instead of real actor scale
- Allow "pcall" if -dev is enabled (@JanHolger)
- RemoteEvents/PropertySync: Passing invalid values (and nil values) as parameters will now result in a nil value instead of zero on the remote machine.
Server changelog
- RemoteEvents/PropertySync: Passing invalid values (and nil values) as parameters will now result in a nil value instead of zero on the remote machine.
Plugin changelog
- Fix mariadb_prepare crashing if parameter count does not match (@JanHolger)