Commit Graph

7 Commits

Author SHA1 Message Date
Dan Oconnor
f4d3d65662 PR #968: Fixing PVS-Studio warnings (Contributed by PaulEremeeff)
These can be generally described as removing redundant condition checks, using logical operators instead of bitwise operators, removal of redundant parenthesis, and consistent use of pragma push and pragma pop. There is very little observable behavior change in this CL.

Changes that required further review are pending in 2489753

[CL 2489804 by Dan Oconnor in Main branch]
2015-03-24 15:51:28 -04:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Maciej Mroz
ee4921520c Data Table Row Editor first version.
Editor Utils refactored.
Some fixes in GetDataTableRow.

[CL 2369718 by Maciej Mroz in Main branch]
2014-11-25 09:36:31 -05:00
Maciej Mroz
12c7c46b50 FBlueprintGraphPanelPinFactory::CreatePin - fix for a crash.
[CL 2281715 by Maciej Mroz in Main branch]
2014-09-02 13:31:46 -04:00
Nick Darnell
dd12600b90 BP - Fixing a crash with name pins that don't have any data table metadata.
#codereview joe.conley

[CL 2267380 by Nick Darnell in Main branch]
2014-08-22 09:44:03 -04:00
Joe Conley
7875532049 Fix iOS: "#pragma once" snuck into my .cpp file
[CL 2267080 by Joe Conley in Main branch]
2014-08-22 02:47:21 -04:00
Joe Conley
413f955c2c DataTable/CurveTable Blueprint nodes: Drop down box for selecting row name
Remove requirement for blueprint node name pins to be non-numeric values (this requirement seems to no longer be present in other areas of the engine)

Modified SGraphPinNameList to use new SNameComboBox class

[CL 2266949 by Joe Conley in Main branch]
2014-08-21 23:21:25 -04:00