You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#lockdown Nick.Penwarden
==========================
MAJOR FEATURES + CHANGES
==========================
Change 2860430 on 2016/02/09 by Aaron.McLeran
UE-26216 EQ Settings are incorrect, unable to produce a LPF setting
- Fix is to expose the xaudio2 eq effect parameters actually used
- Added support for real-time previewing of EQ parameter changes (interpolates from current to new values)
Platform code:
- CoreAudio's EQ AU effects have identical settings as well, translated the params to the mac code
- PS4 code was disabled before -- this change is a first-pass implementation for PS4, but its still not enabled
Change 2867932 on 2016/02/15 by Aaron.McLeran
Some adjustments and cleanups to recent dev-framework features
- Removing change to ObjectVersion in favor of a TaggedPropertyRedirect in BaseEngine.ini for EQSettings variables
- Adding bIsTraceDelegateBound bool for flagging need to add delegate binding for async traces
- Reverse iteratoing through PendingSoundsToDelete for deferred delete for async occlusion checks and using RemoveAtAtSwap
#rb marc.audy
Change 2894543 on 2016/03/04 by Ori.Cohen
When doing stricmp only convert to lower if characters are not already equal
#rb Robert.Manuszewski
Change 2896383 on 2016/03/06 by Mieszko.Zielinski
Fixed duplicating EQS queries copying query name as well #UE4
#rb Lukasz.Furman
Change 2897688 on 2016/03/07 by Ori.Cohen
Fix particle emitter post load not calling post load on its modules.
#rb Olaf.Piesche
#JIRA UE-27778
Change 2897806 on 2016/03/07 by Zak.Middleton
#ue4 - Protect against MTD sometimes returning negative distance when it should be positive.
#rb Jeff.Farris
Change 2897815 on 2016/03/07 by Zak.Middleton
#ue4 - Avoid multiple iterations with axis flipping in FindTeleportSpot unless we are spawning something. Otherwise the teleport spot could be placed on the other side of a wall. Also avoid using a partial MTD result in EncroachingBlockingGeometry() when one of the MTD tests fails.
#rb Jeff.Farris, Matt.Oelfke
Change 2897819 on 2016/03/07 by Zak.Middleton
#ue4 - FInterpTo() now treats negative values as instant speed as well as zero, consistent with other *InterpTo() functions. Previously it only treated zero as instant, and negative speeds returned the "Current" value.
#rb Laurent.Delayen
Change 2898891 on 2016/03/08 by Marc.Audy
Don't dirty level when launching standalone from editor
Rework spawning temporary spawn here player start when launching standalone from editor to use a transaction and undo it rather than spawn and destroy
Add a mechanism to squelch notification messages
Add the ability for a undo to say that the transaction cannot be undone
#jira UE-25702
#rb Nick.Darnell
Change 2898902 on 2016/03/08 by Ori.Cohen
Fix budget mode not showing up
#rb Gil.Gribb
Change 2898968 on 2016/03/08 by Tom.Looman
Added OnComponentTransformChanged delegate to editor. (UE-27305) #rb marc.audy
Change 2899511 on 2016/03/08 by Joe.Graf
Changed AllocateNameEntry to be template based instead of branching off of whether the string is ansi or wide in multiple places
Removed the load time hashing of FNameEntry as they are loaded which improves FLinkerLoad::SerializeNameMap() perf
#rb: robert.manuszewski, ori.cohen
#test: everything since this is FName, PS4
Change 2899525 on 2016/03/08 by Marc.Audy
Add an IsGamepadAttached function to Platform and Slate Application.
Implemented for XInputInterface and PS4/WinDualShock plugin
#jira UE-25059
Change 2899672 on 2016/03/08 by Marc.Audy
Expose setting vertical alignment for text render component to blueprints
Change 2899693 on 2016/03/08 by Ori.Cohen
- Increase name bucket count to 65k
- Increase name pool alocator to 256kb
#rb Gil.Gribb
Change 2901383 on 2016/03/09 by Jurre.deBaare
Adding Alembic TPS file
#codereview Wes.Hunt
Change 2901520 on 2016/03/09 by Zak.Middleton
#ue4 - Make "checkCode(Code)" macro work without requiring a semicolon in the code block.
Example:
checkCode(ensure(SomeTest);); // previous requirement:
checkCode(ensure(SomeTest)); // now supported
#rb Dan.OConnor
Change 2901532 on 2016/03/09 by Zak.Middleton
#ue4 - Add DiagnosticCheckNaN() version taking a string to FRotator and FQuat.
[CL 2910439 by Marc Audy in Main branch]