Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Andreia Gaita f39c8f4f4b More test fixes 2020-01-01 09:59:39 -07:00
Andreia Gaita 98c7634851 build: clean up tmp dirs, generate html test output in yamato 2019-08-15 13:29:15 +02:00
Andreia Gaita 10107350c6 Don't ignore *~, Unity uses that 2019-08-13 17:56:47 +02:00
Andreia Gaita 76825bac2e Tweak gitignores 2019-08-13 15:54:35 +02:00
Andreia Gaita 8e7c62cff8 Split upm and packman packaging 2019-08-13 15:08:27 +02:00
Andreia Gaita 2f51bec601 Ok let's try another approach to the build conundrum 2019-08-12 17:16:58 +02:00
Andreia Gaita db182ac2ed Yet more build scripts for appveyor and yamato 2019-08-12 15:29:05 +02:00
Andreia Gaita 19b868c811 Ooops, don't want to ignore these too much 2019-07-17 18:47:45 +02:00
Andreia Gaita 6615a001c1 Bug fixes
Fix progress reporting for TaskQueue/Downloader
Fix bug where download resume fails instead of restarting
Make TaskQueue/Downloader cancellable
2019-07-17 15:40:08 +02:00
Andreia Gaita 1b6a59b060 Move things around to make it easier to package 2019-06-21 11:40:28 +02:00
Andreia Gaita 84254b1118 Remove 2.0 profile, move everything under one folder that Unity can compile directly
Let VS clean up the solution file

Upgrade to .net 4.7.1, move tests out of src dir

Make things compile

Add sfw
2019-06-20 19:41:53 +02:00
Andreia Gaita 84405f28e6 Package octorun and add script to automate creating these zips 2018-07-30 16:37:28 +02:00
Andreia Gaita 5a6a09312a Making sure running processes don't hang Unity when the domain reloads, part deux
Also ensuring that we get data from git commands that output progress
in stderr
2018-06-04 14:18:57 +02:00
Andreia Gaita 6c75edb35c Add .vscode/ dir to the .gitignore 2018-05-15 15:33:23 +02:00
Andreia Gaita 2e7d9f6bbb Take out the trash 2018-04-20 11:37:10 +02:00
Stanley Goldman 5d4179db3d Merge branch 'master' into fixes/ignore-rider-idea-folder 2017-07-06 12:10:06 -04:00
Andreia Gaita e8ff209cd8 Consolidate custom build targets into separate files
VS loves to screw around with the csproj format, so move all the custom rules
into separate files that it can't screw around with.

This also gives the added benefit of shutting up the warning about duplicate
AssemblyVersionInformation types, because apparently VS doesn't show files
that are included for compilation from external targets files but it still
includes them in the compilation (bug? feature? shrug)

Add instructions for the GitHub.Unity.OctokitDebugging solution

Add mono-built versions of octokit and dotnet-http.
Octokit: 0.23.0.1
dotnet-httpClient35: 3.5.0.0 (3.5.22000.1-gfu)
2017-07-03 15:24:49 +02:00
Stanley Goldman 55ae99dbd8 Ignoring .idea folders 2017-06-29 21:13:16 -04:00
Andreia Gaita c975074607 Put the test logs somewhere that CI can find them 2017-06-26 18:55:03 +02:00
Andreia Gaita f291153e6e Tweaking gitignores 2017-02-27 15:31:03 -08:00
Stanley Goldman da314e50f0 NCrunch support 2017-01-30 13:58:45 -05:00
Andreia Gaita 409dff9a41 Move things around to support building with Unity and VS from the same source
The root solution loads the projects inside the src folder and subfolders, and
the GitHub.Unity project puts its output DLLS in the unity\TestProject folder,
which serves as a Unity test project for the compiled DLLs. If we need to debug
the code in Unity, the src\UnityExtension folder is also a Unity project, and
Unity compiles the sources files in it, so everything should magically work.

ignore rules for Unity and non-Unity projects are mutually exclusive
(csproj files being ignored, DLLs allowed, .meta files being included in
Unity projects), so we need to keep the Unity projects in a separate tree from
the rest of the .net projects in order to easily have gitignore rules that work
for both
2017-01-26 20:59:26 +01:00
Andreia Gaita cd317784d0 🎨 Reformat everything to standard
Standard:

- Use {} for blocks of GUI.Begin/End methods for explicit indentation
purposes
- Use explicit private
- Explicitly state serializable/nonserialized intent on fields in
serializable types
- Reorder methods/members by
- public enums
- public delegates
- const
- static fields
- instance fields
- constructors
- public static methods
- public instance methods
- public interface implementations
- private static methods
- private instance methods
- private interface implementations
- properties and indexers
- nested types
2017-01-11 19:22:02 +01:00
Andreia Gaita 849c9829ed Move code to its own project, deploy binaries only 2017-01-04 18:24:04 +01:00
Andreia Gaita 090c82633c Make commits work 2016-11-21 09:01:00 +01:00
Emil "AngryAnt" Johansen 3c80da088e Added Temp to gitignore. 2016-11-15 15:11:06 +01:00
Emil "AngryAnt" Johansen 25e650373f Project structure. 2016-11-14 18:20:22 +01:00