#TTP 335966 Image not centered/cut off in "Fullscreen" mode on Tappy Chicken page.
#codereview peter.sauerbrei
[CL 2096214 by Ankit Khare in Main branch]
- also fixed const correctness on getters
- renamed localization for time spans to FText::AsTimespan (time spans are not times of day!)
- documentation improvements
#CodeReview: michael.schoell, justin.sargent
[CL 2095117 by Max Preussner in Main branch]
Fixes issues with culture invariant FTexts appearing in LEET in the game/editor.
#codereview Justin.Sargent, Jamie.Dale
[CL 2094721 by Michael Schoell in Main branch]
* Provides mid-range stable AO for dynamic rigid meshes
* Movable sky lights are now supported, and distance field AO is used for shadowing Movable sky lighting from dynamic scenes
* Static meshes are preprocessed into signed distance field volumes at mesh build time when the r.AllowMeshDistanceFieldRepresentations project setting is enabled
* Non-uniform scaling does not work with this method (mirroring is fine), animating through world position offset also causes artifacts as the two representations diverge
* Occlusion is computed along cones to reduce over-shadowing, object distance fields are operated on directly (no hierarchy) to obtain enough resolution to prevent leaking, visibility traces are done with cone stepping to allow better parallelization, and shading is done adaptively in space and time using the surface cache.
[CL 2093556 by Daniel Wright in Main branch]
AddedFTextHistory (and child classes) to manage the history of an FText's creation.
#ttp 243860 - L10N: FText should efficiently maintain a list of it's creation parameters making it possible for traditionally transient text to be safely serialized
#codereview Justin.Sargent
[CL 2093138 by Michael Schoell in Main branch]
For atos specify the architecture and properly escape the path. When parsing the results read all the digits from the line number, not just the first. Don't abandon opening the file when only a filename is specified as atos only returns filenames, not filepaths.
#codereview michael.trepka
[CL 2093090 by Mark Satterthwaite in Main branch]
Makes it even more collision-resistant - crash report server can have reports from multiple machines and just pid is not enough.
(Part of TTP #309293).
[CL 2088800 by Dmitry Rekman in Main branch]