Commit Graph

35 Commits

Author SHA1 Message Date
Frank Fella
278f1b40d6 Add support for the 64-bit git executable to the GitSourceControl plugin on windows.
From Pull Request: #1538

[CL 2686929 by Frank Fella in Main branch]
2015-09-10 16:01:39 -04:00
Wes Hunt
001c2dc843 Fixed possible shadow variable.
#codereview:Richard.TalbotWatkin
Richard, It's not clear if this was an accidental shadow, or if you really meant to use the States member variable here.

[CL 2656595 by Wes Hunt in Main branch]
2015-08-14 15:42:06 -04:00
Richard TalbotWatkin
b6fbc40050 Fixed issues where assets pending delete were sometimes not showing up in the list of files to commit.
#jira UE-19982 - Deleted assets don't appear on the list of assets to submit to SVN

[CL 2656297 by Richard TalbotWatkin in Main branch]
2015-08-14 13:07:16 -04:00
buildmachine
ce42430211 Code documentation from CL#2636592
[CL 2636758 by buildmachine in Main branch]
2015-07-29 07:47:34 -04:00
Matt Kuhlenschmidt
51de66500a Fix crash executing syncronous source control commands with the GitHub plugin.
https://jira.ol.epicgames.net/browse/UE-18909

[CL 2629098 by Matt Kuhlenschmidt in Main branch]
2015-07-22 12:41:22 -04:00
Steve Robb
cbac34aabd Deprecated delegate code removed.
Some fixes for deprecated code.

#codereview robert.manuszewski

[CL 2617562 by Steve Robb in Main branch]
2015-07-11 05:10:03 -04:00
SRombauts
c62785cb3b PR #1219: [4.8] (Git Plugin) added "*.opensdf" and "*.xcodeproj" to the ".gitignore" file (Contributed by SRombauts)
[CL 2578069 by Matt Kuhlenschmidt in Main branch]
2015-06-04 23:38:12 -04:00
Dmitry Rekman
9a74aadade Linux: re-enable git plugin (UE-13628).
- Crash was apparently caused by fork()ing inside ExecProcess.
- Replacing ExecProcess implementation from PR #1112 (also known as PR #1110) with some changes kills two birds with a single stone.
- Also enabled source control in the Linux editor.

[CL 2534983 by Dmitry Rekman in Main branch]
2015-05-02 17:41:25 -04:00
Mike Fricker
a3443c81d5 Fixed C++ variable shadowing in Windows-specific code
- Two actual bugs were fixed (GitSourceControlUtils.cpp, VisualStudioSourceCodeAccessor.h)
- (These errors were found by using the Clang compiler on Windows platform)

#codereview marc.audy

[CL 2532216 by Mike Fricker in Main branch]
2015-04-30 13:50:55 -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
Ben Marsh
cbf8b979ed First pass on tidying up all the plugin categories. Reduced everything to a single-level hierarchy, and attempt to group things by broad categories rather than implementation details.
[CL 2521430 by Ben Marsh in Main branch]
2015-04-22 14:40:16 -04:00
SRombauts
7a0a7f0e5c PR #1056: (Git plugin) Option to initialize new local repository for current project (Contributed by SRombauts)
[CL 2514888 by Matt Kuhlenschmidt in Main branch]
2015-04-16 16:13:48 -04:00
SRombauts
69d26a1d3a PR #1043: Git plugin merge support (Contributed by SRombauts)
[CL 2514847 by Matt Kuhlenschmidt in Main branch]
2015-04-16 15:51:35 -04:00
Dmitry Rekman
18adb27627 Temporarily disable Git plugin on Linux until UE-13628
[CL 2509677 by Dmitry Rekman in Main branch]
2015-04-11 18:49:08 -04:00
Marc Audy
4562acb429 Fix shadow variables
[CL 2507160 by Marc Audy in Main branch]
2015-04-09 15:23:52 -04:00
Matt Kuhlenschmidt
3ed7a4fed3 Remove Git source control plugin log spam
[CL 2506757 by Matt Kuhlenschmidt in Main branch]
2015-04-09 09:59:26 -04:00
SRombauts
5f3b859e81 PR #1029: (Git Plugin) improved status with user name and e-mail (Contributed by SRombauts)
[CL 2506709 by Matt Kuhlenschmidt in Main branch]
2015-04-09 09:14:58 -04:00
SRombauts
4bae6ad230 PR #966: (Git Plugin) shearch more paths for git executable if not found in standard path (Contributed by SRombauts)
[CL 2506700 by Matt Kuhlenschmidt in Main branch]
2015-04-09 08:55:39 -04:00
PaulEremeeff
3d878d5a79 PR #996: Fixing PVS-Studio warnings (Contributed by PaulEremeeff)
I have reviewed each change carefully, but it is a large change and I could have missed something! Here is a summary of the types of changes in this CL:
 * Made nullptr checks consistent (the plurality of the changes are of this type)
 * Completed switch statements (IE, switch did not explicitly handle default case, but had unhandled enum entries - this is the second most popular type of fix)
 * Removed unused variables
 * Removed redundant initializations
 * WidgetNavigationCustomization.cpp was fixed by the owner
 * integers converted to floats where result was stored in a float
 * Removed redundent null checks (e.g. before delete statements)
 * Renamed variables to prevent non-obvious shadowing
 * Fixed use of bitwise & when checking for equality to an enum entry (which is often 0)
 * Fixes for some copy paste errors (e.g. FoliageEdMode.cpp)

[CL 2498053 by Dan Oconnor in Main branch]
2015-03-31 20:12:31 -04:00
Chris Gagnon
f19a0c65b1 Fix for crash if you don't have Git.
#codereview Matt.Kuhlenschmidt

[CL 2488160 by Chris Gagnon in Main branch]
2015-03-23 14:51:25 -04:00
Matt Kuhlenschmidt
f900cc9b03 PR #958: Fix git commit batching (commit could have failed for large number of files) (Contributed by SRombauts)
[CL 2487736 by Matt Kuhlenschmidt in Main branch]
2015-03-23 09:49:22 -04:00
Matt Kuhlenschmidt
02f9df1643 PR #956: (Git Plugin) Search for the git executable into the GitHub folder if not found as standalone installation path (Contributed by SRombauts)
[CL 2487732 by Matt Kuhlenschmidt in Main branch]
2015-03-23 09:46:54 -04:00
Dmitry Rekman
de842c0fda Fix for double pipe calls in DesktopPlatform/GitSCC.
- PR #873 contributed by yaakuro

https://github.com/EpicGames/UnrealEngine/pull/873

[CL 2472497 by Dmitry Rekman in Main branch]
2015-03-09 11:45:35 -04:00
Max Preussner
52e12116c2 Rollback //depot/UE4/Engine/Content/Editor/Slate/Icons/AssetIcons/TileMap_64x.png to revision 1
These files were accidentally deleted as a result of a failed integration between Main and LauncherDev.

[CL 2466855 by Max Preussner in Main branch]
2015-03-02 16:08:07 -05:00
Saul Abreu
79a26091bf Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
#codereview Steve.Robb, Robert.Manuszewski

[CL 2466824 by Saul Abreu in Main branch]
2015-03-02 15:51:37 -05:00