Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
87a1f10
Change repair status messages
witcher112 Mar 1, 2019
50648bb
Update changelog
witcher112 Mar 1, 2019
8e4627a
Update changelog
witcher112 Mar 1, 2019
64ee3a8
Update project for newer versions of Unity
witcher112 Mar 1, 2019
5de6fed
Update changelog
witcher112 Mar 1, 2019
fe244fa
Update changelog
witcher112 Mar 1, 2019
146fea9
Omit stalled state at the start of download
witcher112 Mar 1, 2019
3755cf8
Update changelog
witcher112 Mar 1, 2019
3e39a93
Update changelog
witcher112 Mar 1, 2019
30c0e94
Merge pull request #115 from patchkit-net/feature/v3.x.x/1191-adjust-…
witcher112 Mar 7, 2019
02f0d6e
Merge pull request #116 from patchkit-net/feature/v3.x.x/1179-omittin…
witcher112 Mar 7, 2019
8b47ec8
Merge pull request #114 from patchkit-net/feature/v3.x.x/1177-new-rep…
witcher112 Mar 7, 2019
b9242cb
Support for lowest_content_version_id
witcher112 Mar 7, 2019
a38be12
Update changelog and version
witcher112 Mar 7, 2019
cd59e4f
Update CHANGELOG.md
witcher112 Mar 7, 2019
6dc0b65
Fix compilation errors
witcher112 Mar 7, 2019
4440d07
Fix compilation errors #2
witcher112 Mar 7, 2019
5f92521
Fix compilation errors 3
witcher112 Mar 7, 2019
ed46959
Fix compilation errors 4
witcher112 Mar 7, 2019
cd32e4a
Fix compilation errors 5
witcher112 Mar 7, 2019
29bc4b7
Fix starting game in offline mode
witcher112 Mar 12, 2019
10088fb
Fix Linux args passing
witcher112 Mar 13, 2019
1903139
Update changelog
witcher112 Mar 13, 2019
4e85421
Update changelog
witcher112 Mar 13, 2019
a0bd1d3
Fix Linux args passing
witcher112 Mar 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.vs/
/Library/
/Temp/
/Logs/
/obj/
/*.sln
/*.suo
Expand All @@ -12,3 +13,5 @@
*.DotSettings*
*.CSharp.ruleset
_ReSharper*
/*.sublime-project
/*.sublime-workspace
Binary file removed Assets/AssetStoreTools/Editor/AssetStoreTools.dll
Binary file not shown.
22 changes: 0 additions & 22 deletions Assets/AssetStoreTools/Editor/AssetStoreTools.dll.meta

This file was deleted.

Binary file not shown.
22 changes: 0 additions & 22 deletions Assets/AssetStoreTools/Editor/AssetStoreToolsExtra.dll.meta

This file was deleted.

Binary file removed Assets/AssetStoreTools/Editor/DroidSansMono.ttf
Binary file not shown.
16 changes: 0 additions & 16 deletions Assets/AssetStoreTools/Editor/DroidSansMono.ttf.meta

This file was deleted.

Binary file removed Assets/AssetStoreTools/Editor/icon.png
Binary file not shown.
53 changes: 0 additions & 53 deletions Assets/AssetStoreTools/Editor/icon.png.meta

This file was deleted.

4 changes: 2 additions & 2 deletions Assets/Editor/BuildScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ public static void BuildWindows64Development()

public static void BuildOSX64Release()
{
Build(BuildTarget.StandaloneOSXIntel64, false);
Build(BuildTargetOsx.Get(), false);
}

public static void BuildOSX64Development()
{
Build(BuildTarget.StandaloneOSXIntel64, true);
Build(BuildTargetOsx.Get(), true);
}

public static void BuildLinux32Release()
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading