sebastian kowalczyk
41a5bab8e2
Fixed crash in Visual Logger tool. It fixes UE-UE-20796 issue.
...
Fixed issue with missing debug geometry after PIE game.
[CL 2687750 by sebastian kowalczyk in Main branch]
2015-09-11 09:02:06 -04:00
Mike Fricker
65e7557229
[INTEGRATE] Compile times: Working on eliminating <Module>Classes.h header files
...
- This checkin eliminates use of all <Module>Classes.h files in Engine, with the exception of UnrealEdClasses.h
- Compilation speed-ups for all of the modules affected, now that they are including what they use
- No effective changes other than C++ includes
[CL 2686054 by Mike Fricker in Main branch]
2015-09-10 08:48:03 -04:00
Marc Audy
d25958e352
Use SizeSquared comparisons instead of Size where trivially replaceable
...
[CL 2681970 by Marc Audy in Main branch]
2015-09-06 12:42:18 -04:00
Guillaume Abadie
89aee9dfa9
Changes FPrimitiveSceneProxy::GetViewRelevance(const FSceneView* View) to FPrimitiveSceneProxy::GetViewRelevance(const FSceneView* View) const
...
#code_review: Martin.Mittring
[CL 2676297 by Guillaume Abadie in Main branch]
2015-09-01 18:01:22 -04:00
Dmitry Rekman
413918f1bc
Fix non-unity build.
...
#codereview Sebastian.Kowalczyk
[CL 2673534 by Dmitry Rekman in Main branch]
2015-08-28 22:47:38 -04:00
sebastian kowalczyk
283672f9db
Fixes for monolitic build.
...
[CL 2671050 by sebastian kowalczyk in Main branch]
2015-08-27 11:56:42 -04:00
Terence Burns
ad39e2d2e3
Fix for Shadow variable issue in LogVisualizer.
...
#CodeReview Sebastian.Kowalczyk
[CL 2670775 by Terence Burns in Main branch]
2015-08-27 08:50:21 -04:00
Terence Burns
7b04942a21
Fixing compiler issues in LogVisualizer.
...
#CodeReview Sebastian.Kowalczyk
[CL 2670766 by Terence Burns in Main branch]
2015-08-27 08:43:39 -04:00
sebastian kowalczyk
18a03fec98
CIS compilation fix.
...
[CL 2670751 by sebastian kowalczyk in Main branch]
2015-08-27 07:56:40 -04:00
sebastian kowalczyk
744de33fbd
Next CIS compilation fix.
...
[CL 2670735 by sebastian kowalczyk in Main branch]
2015-08-27 06:48:49 -04:00
sebastian kowalczyk
e62ab9a730
Fixed CIS compilation for OSX.
...
[CL 2670728 by sebastian kowalczyk in Main branch]
2015-08-27 06:24:01 -04:00
sebastian kowalczyk
49aba11ae5
Optimizations to Visual Logger edytor tool:
...
Much faster filters due to Async framework, it's paraller now,
Optimizations to items rendered on sequencer,
Optimization to graphs rendered on canvas,
Changed as much as possible to event driven flot, to update data only when needed.
[CL 2670708 by sebastian kowalczyk in Main branch]
2015-08-27 05:21:28 -04:00
Max Chen
e13bdf56ec
Sequencer: Fix for expanding clamp range when zooming to a section.
...
[CL 2636421 by Max Chen in Main branch]
2015-07-28 21:23:23 -04:00
Max Chen
d624b61fed
Sequencer: Time range slider
...
- An optional slider at the bottom of the timeline that show a start/end and in/out range. When enabled, adjusting the timeline (panning/zooming) will be locked to the start/end range. This is another option which is on by default.
- Added project settings for the time range. For the level editor sequencer, it defaults to frames 101-200.
- When the slider is not visible (the default for UMG), there should be no change in behavior.
[CL 2633917 by Max Chen in Main branch]
2015-07-27 11:14:09 -04:00
Jeff Farris
9f93bca6f0
Refactored colliison handling when spawning an actor. Users have 4 options, choosable in the actor class and overrideable at spawn time. Old content should upgrade cleanly to new system.
...
#docs
[CL 2621989 by Jeff Farris in Main branch]
2015-07-15 13:13:35 -04:00
Matt Kuhlenschmidt
b7b1352760
Prevent TaskGraph style from looking for style resources in cooked builds
...
[CL 2618707 by Matt Kuhlenschmidt in Main branch]
2015-07-13 15:39:52 -04:00
Matt Kuhlenschmidt
435e695154
Remove invalid sequencer todo's
...
[CL 2603900 by Matt Kuhlenschmidt in Main branch]
2015-06-29 10:01:44 -04:00
Nick Darnell
d287c6143f
More Gamma Correction - Didn't catch this on the previous pass, apparently there was an implicit constructor allowing FLinearColor to FColor that was doing pow(2.2) gamma conversion inversion. Rather than leave the implicit constructor, I'm making it private and making people use ToFColor(true). Which is slightly more expensive, but performs the proper sRGB conversion. While fixing this, I found several terrible uses of the implicit constructor, when Hashing FLinearColors we were converting them to FColors first, when clearing FCanvas we were manually gamma correcting but leaving it as an FLinearColor, then implicitly converting to FColor, double gamma corrrecting. Neither of which should even be required as the RHI Clear command expects an FLinearColor. Additionally fixing a myriad of Slate widgets that were all doing FColor conversions needlessly only to convert back to FLinearColor when queuing slate draw commands.
...
#codereview nick.penwarden, martin.mittring, andrew.brown, gareth.martin
[CL 2593605 by Nick Darnell in Main branch]
2015-06-19 11:17:11 -04:00
Andrew Rodham
ac6ad9ec5c
Sequencer improvements:
...
- Reworked UI hierarchy to better afford input on its constituent panels
- Added scroll-zoom/pan support to the track area and curve editor (using CTRL and SHIFT mouse wheel modifiers)
- View range no longer zooms when changing the size of the sequencer window
[CL 2585565 by Andrew Rodham in Main branch]
2015-06-12 08:55:27 -04:00
sebastian kowalczyk
ac74f84d72
Bunch of fixes to have better control over Visual Logger tool with keyboard.
...
[CL 2584112 by sebastian kowalczyk in Main branch]
2015-06-11 09:51:31 -04:00
sebastian kowalczyk
5af129c02d
Fixed status view categories in Visual Logger tool.
...
[CL 2582759 by sebastian kowalczyk in Main branch]
2015-06-10 11:02:43 -04:00
sebastian kowalczyk
926f592b50
Added more debug data about EQS to Visual Logs
...
Fixed issue with visual logger colors - something was broken with them for filters/categories.
[CL 2582355 by sebastian kowalczyk in Main branch]
2015-06-10 03:23:45 -04:00
sebastian kowalczyk
17d8b3e007
Added multiple logs selection to Visual Logger tool. It should partially fill UE-16336 task.
...
[CL 2573695 by sebastian kowalczyk in Main branch]
2015-06-02 06:51:31 -04:00
sebastian kowalczyk
e155e3c72b
Forgot about one change for CL #2570444 .
...
[CL 2570445 by sebastian kowalczyk in Main branch]
2015-05-29 09:57:30 -04:00
sebastian kowalczyk
451025a1ba
Added LogNavOctree command line parameter, to log navoctree as debug geometry to visual logger on stop logging. It fixes UE-16335.
...
[CL 2570444 by sebastian kowalczyk in Main branch]
2015-05-29 09:56:45 -04:00