teinarss
70f0075415
Use Write-Host instead of echo
2019-05-16 20:05:55 +02:00
abcdefg30
e888a235c0
Fix powershell if statements not checking the return value of calls
2019-05-16 19:41:29 +02:00
Paul Chote
ba282865f1
Replace legacy StyleCop(Plus) with StyleCopAnalyzers
...
Analyzers are enabled in the Debug configuration
only to avoid unnecessary overheads when compiling
normally.
2019-05-09 20:40:08 +02:00
Paul Chote
f0d59391b5
Remove Start-Process from make.ps1.
...
This also removes the hardcoded path
requirement for dotnet.exe, and simplifies
the utility and dotnet detection.
The nr flag is no longer needed for dotnet,
and nologo is added to reduce unnecessary output.
The Release configuration is set for consistency
with the real Makefile.
2019-05-05 23:19:04 +02:00
Paul Chote
1955cac84e
Unify Windows and mono build systems.
...
The Makefile behaviour is recreated using the new and significantly
cleaner .NET Core csproj format.
fixheader.exe is promoted to OpenRA.PostProcess.exe and now runs
on all platforms.
2019-05-05 23:19:04 +02:00
reaperrr
04a71a6c6a
Exclude OpenRA.Platforms.Default.dll.config from clean
...
OpenRA.Platforms.Default.dll.config is part of the repo.
Linux makefile already excludes the file from removal.
2019-04-21 20:31:35 +02:00
Paul Chote
d186ca38f7
Explicitly require PowerShell 3 or higher.
2018-04-28 20:29:31 +02:00
fruehstueck
65c42a68ce
Add shortcuts for make.ps1 commands
2018-03-15 17:46:39 +00:00
Matthias Mailänder
1d8a50cdab
Add build script support for the settings documentation.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
fdad5e2c48
Add weapon rules documentation.
2017-08-05 21:00:06 +02:00
Paul Chote
e38db04ab7
Move Stylecop checks to their own helper executable.
2017-07-09 21:58:21 +02:00
abcdefg30
04033e5c79
Don't iterate over an array with only one element
2017-06-29 16:56:21 +02:00
abcdefg30
841798a0a8
Don't use a broken version string when git is not found
2017-06-29 16:56:21 +02:00
abcdefg30
057c201e85
Don't echo "Invalid command" when using the version command with a parameter
2017-06-29 16:56:21 +02:00
Paul Chote
49f0e35bd7
Add engine VERSION file.
2017-06-04 13:21:27 +02:00
Zimmermann Gyula
2ca6721027
Remove the bitrot GameMonitor StyleCop check.
2017-04-22 23:17:39 +02:00
Paul Chote
84db123b93
Rename modchooser to modcontent.
2017-04-21 18:02:20 +01:00
abcdefg30
39cdf65764
Fix the make.ps1 clean command not removing all files
2017-04-12 01:14:07 +02:00
reaperrr
0c3a786d10
Merge Mods.RA into Mods.Cnc
2017-02-12 01:33:22 +01:00
reaperrr
709e2a26e1
Merge Mods.TS into Mods.Cnc
2017-02-02 21:20:31 +01:00
Jiyuu
dbea8d9515
Restructuring the make script & making the "all" command fetch dependencies as well
2016-11-03 22:49:19 +02:00
reaperrr
df0021eeed
Move check for explicit interface violations to the top
...
The interface violation check is fast, so it doesn't really delay the rest, while you don't have to wait for all other code checks to finish to check for violations.
2016-10-20 18:57:06 +02:00
Taryn Hill
a1216f8197
Remove pdb files in make.ps1's clean target
2016-09-05 16:37:44 -05:00
reaperrr
f4d5c1d755
Remove Platforms.Null from Windows style check
...
Doesn't exist anymore.
2016-04-13 18:35:17 +02:00
abcdefg30
9e799537f8
Fix make version on windows
2016-02-20 17:18:55 +01:00
Taryn Hill
e3229f4cd8
Add explicit interface checking to 'make check'
2016-01-17 17:31:36 -06:00
Pavel Penev
1d93bf0500
Update make version to change the required mod target versions
2015-11-01 22:35:39 +02:00
reaperrr
d62460cfa1
Reorder yaml testing in make.ps1 to match makefile
2015-09-19 14:28:20 +02:00
clemty
378fff75bf
don't assume luac is installed
2015-09-12 20:27:51 +02:00
Matthias Mailänder
17f3466451
untie the engine from SDL2 and MiniTK
2015-08-23 07:58:03 +02:00
abcdefg30
7e7e3723dc
Add "check-scripts" to make.ps1
2015-08-19 21:21:01 +02:00
Matthias Mailänder
e430f313a7
remove the warning in the make script
2015-08-07 20:09:59 +02:00
Matthias Mailänder
7c9a333ac4
also use the combined mod for Lua API doc generation
2015-08-02 17:12:06 +02:00
Matthias Mailänder
f2073d18aa
fix documentation not being versioned on Windows
2015-08-02 17:11:47 +02:00
Matthias Mailänder
a37e6a3625
fix TS mod not being versioned
2015-08-02 17:10:20 +02:00
Zimmermann Gyula
c111836ae3
Fix make.ps1.
2015-07-04 00:09:37 +02:00
abcdefg30
0244f394fd
Fix OpenRA.Game.exe.config being removed by 'make clean'
2015-06-13 15:54:28 +02:00
deniz1a
b8c3a7a30d
Adds checks for OpenRA.Utility.exe in make.cmd.
...
It displays a message now instead of file not found error.
2015-06-08 18:56:24 +03:00
Guido L
48c60589d4
[MSVCRT] check also for 2012 and 2013
2015-06-05 08:34:17 +01:00
penev92
4fc6ac3a15
Check for MS VC++ 2010
2015-06-02 18:04:55 +03:00
Matthias Mailänder
fbef65bae9
copy it in the make dependencies step
2015-05-24 17:28:47 +02:00
abcdefg30
e725732f69
Merge pull request #8078 from Mailaender/make-all-docs
...
Fixed the trait documentation
2015-05-20 17:05:46 +02:00
Oliver Brakmann
f251813f89
Keep downloaded files in a separate directory
...
As a side effect, this re-enables building the Windows installer on Linux hosts.
2015-05-08 20:59:24 +02:00
penev92
ccd5a56fdb
Fix the Windows Make script
2015-05-02 14:04:29 +03:00
Matthias Mailänder
ebfd6eb8f6
fix trait documentation leaving out certain namespaces
2015-05-02 10:09:22 +02:00
Matthias Mailänder
7cef5cfbfd
clean Windows dependencies as well
2015-05-01 21:49:13 +02:00
Oliver Brakmann
9aa16c95da
Set version before creating docs
...
Since the version string gets embedded into the created documentation.
2015-04-10 00:13:19 +02:00
reaperrr
d72cec6275
Fix make.ps1 'check' command
2015-04-02 23:19:49 +02:00
Matthias Mailänder
f287fb9c10
enforce UTF8 encoding for pandoc
2015-03-28 19:45:11 +01:00
Matthias Mailänder
601022f582
deploy Windows setup exe via AppVeyor only
2015-01-18 08:01:33 +01:00