Andrew Rodham
55751770b2
Changed EditorUserSettings config classes to EditorPerProjectUserSettings
...
EditorUserSettings had been renamed just as these classes went in
[CL 2529966 by Andrew Rodham in Main branch]
2015-04-29 06:07:22 -04:00
Michael Noland
4fa0f50a6e
Tile Set Editor: Added a 'swap views' button to the tile set editor toolbar, which swaps the position of the 'Single Tile Editor' and 'Tile Set Viewer' tabs
...
- Added an alternate layout and a button to toggle between them
- Renamed the Viewport tab to 'Tile Set View'
[UE-14614]
[CL 2529521 by Michael Noland in Main branch]
2015-04-28 20:09:59 -04:00
Michael Noland
a65da9ac3f
Tile Set Editor: Fixed an issue where the color picker would immediately close when click-dragging in the color wheel [UE-14616]
...
[CL 2529490 by Michael Noland in Main branch]
2015-04-28 19:53:01 -04:00
Dinesh Kumar
13ee687a7b
Paper2D - Fixed missing collision on Paper Terrain spline [UE-11445]
...
[CL 2529419 by Dinesh Kumar in Main branch]
2015-04-28 19:14:31 -04:00
Michael Noland
172847803e
Tile Set Editor: Fixed a rare crash when changing the active tile [UE-14612]
...
[CL 2529358 by Michael Noland in Main branch]
2015-04-28 18:39:13 -04:00
Michael Noland
27d4d42a86
Paper2D: Added support for F to zoom to fit in the tile selector viewport and a good default zoom
...
- Added more zoom ranges to SPaperEditorViewport (16x, 32x, 1:16, 1:32)
- Reparented SPaperEditorViewport to SEditorViewport and removed some duplicated code
- Remove obsolete dependencies on GraphEditor and LevelEditor from Paper2DEditor
[UE-14428]
[CL 2529357 by Michael Noland in Main branch]
2015-04-28 18:39:09 -04:00
Marc Audy
3a4ebd94ca
Fixed tile map ed mode consuming all input when control was down
...
Fixed crash when pressing shift while already painting
#codereview Michael.Noland
[CL 2529253 by Marc Audy in Main branch]
2015-04-28 17:30:08 -04:00
Jamie Dale
64ba302a5f
Fixed some bad font references
...
UE-8718 - Warning about loading font darta from Roboto-Regular.ttf & Roboto-Bold.ttf
[CL 2528291 by Jamie Dale in Main branch]
2015-04-28 06:28:21 -04:00
Michael Noland
84acfdadd4
Tile Map Editor: Added respect for the AdvancedDisplay flag when adding per-instance properties to the details customization
...
Tile Set Editor: Ditto for per-tile metadata properties
[UE-14446]
[CL 2528125 by Michael Noland in Main branch]
2015-04-28 03:57:47 -04:00
Michael Noland
e321f11d07
Tile Maps: Refreshed the details customization when promoting an instance to an asset or vis versa [UE-14445]
...
[CL 2528118 by Michael Noland in Main branch]
2015-04-28 03:50:21 -04:00
Michael Noland
2c44aa2155
Tile Set Editor: Added a customization to narrow down the metadata display to only it for the tile currently being edited
...
- Added a UserDataKey metadata property and exposed a filter for set tags (along the same lines as the collision filter)
- Exposed some properties of UTileSet as readable from Blueprints
- Removed the Experimental tag on the per-tile metadata
[UE-13623]
[CL 2528098 by Michael Noland in Main branch]
2015-04-28 03:34:45 -04:00
Dmitry Rekman
2f93fb365d
Killing warnings about out-of-order initialization.
...
#codereview Gil.Gribb, Michael.Noland
[CL 2527993 by Dmitry Rekman in Main branch]
2015-04-27 23:54:37 -04:00
Dmitry Rekman
46f7815dc2
NullSourceCodeAccessor: add an explicit check for clang-3.5.
...
- UBT will pick clang++-3.5 even if clang++ is not available, so creating C++ projects should be allowed in this case (UE-14407).
[CL 2527991 by Dmitry Rekman in Main branch]
2015-04-27 23:52:16 -04:00
Ben Marsh
78f6199447
Add a separate category for "installed" plugins, and hide categories if they're empty.
...
[CL 2527764 by Ben Marsh in Main branch]
2015-04-27 20:08:52 -04:00
Ben Marsh
6e0e3dfd27
Enable leap motion plugin by default, and include it in the binary release (Also fixes a crash running the cooker with the plugin creator plugin enabled).
...
[CL 2527677 by Ben Marsh in Main branch]
2015-04-27 19:06:20 -04:00
bwiklund
efada1883d
PR #1101 : Fixed indentation (Contributed by bwiklund)
...
[CL 2527663 by Ben Marsh in Main branch]
2015-04-27 18:53:21 -04:00
Ben Marsh
f5fecbf914
Remove hard-coded reference to game plugins directory in template.
...
[CL 2527419 by Ben Marsh in Main branch]
2015-04-27 16:40:47 -04:00
SRombauts
b39e2d7f00
PR #1096 : (Git plugin) restore connect error popup message (Contributed by SRombauts)
...
[CL 2526806 by Matt Kuhlenschmidt in Main branch]
2015-04-27 08:48:50 -04:00
Michael Noland
42b5b71466
Tile Maps: Improved rendering and interaction behavior for HexagonalStaggered tile maps
...
- Added storage of the hex side length
- Added adjustment of the map tile height by the hex side length when importing from Tiled
- Added a hexagonal cursor (still draws a second incorrect cursor as the brush preview however)
[CL 2526736 by Michael Noland in Main branch]
2015-04-27 06:04:06 -04:00
Michael Noland
4f9b3ff89c
Tile Maps: Fixed the flipped direction of DrawingOffset.Y [UE-14450]
...
[CL 2526724 by Michael Noland in Main branch]
2015-04-27 05:54:54 -04:00
Michael Noland
d5daeb9942
Tile Maps: Improved rendering and interaction behavior for IsometricStaggered tile maps
...
[CL 2526703 by Michael Noland in Main branch]
2015-04-27 05:30:59 -04:00
bruce nesbit
2ba9f8c3b2
Fixed unity compile errors
...
#codereview Ben.Marsh,Frank.Fella
[CL 2526700 by bruce nesbit in Main branch]
2015-04-27 05:30:16 -04:00
Michael Noland
c6f87acec6
Tile Maps: Fixed the pivot show flag not working in the stand-alone tile map editor [UE-14440]
...
[CL 2526656 by Michael Noland in Main branch]
2015-04-27 05:04:42 -04:00
Michael Noland
a967600a71
Tile Set Editor: Clarified the purpose of TileIndex by renaming it
...
[CL 2526655 by Michael Noland in Main branch]
2015-04-27 05:04:34 -04:00
Michael Noland
3146661398
Tile Sets: Allow negative values for DrawingOffset [UE-14442]
...
[CL 2526620 by Michael Noland in Main branch]
2015-04-27 04:29:41 -04:00