Commit Graph

80 Commits

Author SHA1 Message Date
adelikat f5e9e8eecd cleanup VersionInfo.cs a bit 2020-02-26 15:33:50 -06:00
YoshiRulz 8de0355228
Prepare for nullability annotation in BizHawk.Common
attributes: https://docs.microsoft.com/en-us/dotnet/csharp/nullable-attributes
2020-01-23 14:54:29 +10:00
YoshiRulz 24f69abb1b
Return to manually listing <Compile/> in Version
Fixes bug from 5b4b85d2b
2020-01-20 07:08:47 +10:00
YoshiRulz 5b4b85d2b2
Remove svnrev.cs from repo and just assume it's there
Reverts 4e5f7e40e. In hindsight this was the obvious, easy solution to the error
in fresh clones. For the record, VS will still complain that the class is
missing on a fresh clone *before compiling*, but now the first compile will
succeed as well as subsequent compiles.
2020-01-19 13:02:02 +10:00
adelikat 3414cc1d33 Merge branch 'release' 2020-01-18 16:19:03 -06:00
adelikat 16f5da9f9c update version info 2020-01-18 16:16:18 -06:00
YoshiRulz 4e5f7e40e9
Add (nearly) empty file to ensure implicit **/*.cs glob matches it 2020-01-19 04:49:33 +10:00
YoshiRulz e435fb807b
Migrate to "new csproj", remove unnecessary tags/info, and dedupe
Didn't want to mess with resource generation so the execuable projects didn't
get migrated, just cleaned up
2020-01-19 01:43:39 +10:00
adelikat 69cc3ab3fd meh, might as well update version info to match release branch 2020-01-12 15:05:49 -06:00
adelikat f61189f141 BizBox - show text that indicates it is a developer build, if it is a developer build 2020-01-12 15:05:19 -06:00
adelikat 75c62d6b32 update version info 2020-01-12 13:12:23 -06:00
James Groom fcc0bc19a4
Change build config to support the Core build system (for #1415)
squashed PR #1702
2019-12-03 16:58:33 +00:00
YoshiRulz f8379d9fd4
Bump ReSharper analysis to C# 8.0 2019-10-31 03:30:00 +10:00
J.D. Purcell 69edada441 Set LangVersion to 8.0. Requires Visual Studio 2019 with 16.3+ update installed. 2019-10-27 12:14:19 -04:00
adelikat 924618ee8f Set resharper language level to 7, add some emulator lingo to the resharper dictionary 2019-10-27 10:54:29 -05:00
adelikat 2fece04b5a set DeveloperBuild back to true 2019-10-27 10:35:29 -05:00
feos b12b061a83 version and date 2019-06-18 19:43:06 +03:00
feos 2174f1d305 nice 2019-01-06 18:26:31 +03:00
feos 2e52f765bc update the RELEASEDATE date to be up-to-date 2019-01-06 18:11:44 +03:00
feos 457850d46a Merge branch 'Branch_2b7014f' into release 2019-01-05 23:08:10 +03:00
Asnivor 3e8326da50 Lua: client.getversion() - #1314
fix #1271
2018-09-10 19:24:36 +03:00
adelikat bb9858d478 update version info 2018-06-23 13:49:48 -05:00
adelikat aa114694d4 Merge branch 'master' into release 2018-06-23 13:43:33 -05:00
adelikat 22d1818641 DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -05:00
adelikat 218d75c940 Update release info for the 2.2.2 release 2018-03-16 13:19:10 -05:00
adelikat 2577ccf503 Merge branch 'master' into release 2018-03-16 13:14:33 -05:00
frequem 71ba3024b7 Fixed linux build 2018-02-21 20:19:33 -05:00
frequem d0d73766bd Fixed some filenames causing problems on case-sensitive systems 2018-02-21 20:19:33 -05:00
adelikat 8ad49eacad 2.2.1 version info 2017-10-29 09:59:17 -05:00
adelikat cb67251858 update release info 2017-08-05 13:55:18 -05:00
adelikat 76682db136 update version info 2017-07-23 10:52:16 -05:00
adelikat 848fc694a0 Update version info 2017-07-15 22:40:46 -05:00
adelikat 25306c2d2b update release info to 2.0.1 2017-06-29 18:07:35 -05:00
adelikat cf70160dcd Merge branch 'master' into release 2017-06-29 18:05:13 -05:00
zeromus 0085729392 delete x64 build configuration, use anycpu instead. take care to set Prefer32Bit false in exe csproj, since visualstudio's gui preference doesn't work. 2017-06-26 17:47:51 -05:00
adelikat 2e97c7401a DeveloperBuild = false 2017-06-25 12:12:55 -05:00
adelikat 49d067a665 Update version info to 2.0, even though this info is always updated for releases, it is nice to update this on master once in awhile 2017-06-25 10:39:50 -05:00
zeromus 0942d4f498 remove x86 project configurations 2017-06-12 01:24:35 -05:00
adelikat 5fec117b68 Roll back to .NET 4.6.1 (instead of 4.6.2) to avoid a dependency on Windows 10 Anniversary Update for Windows 10 users 2017-06-06 10:24:21 -05:00
nattthebear 76022f66f9 update to framework 4.6.2. Since Windows XP 64 was very rarely used, there's no loss in switching to this if we're going to 64 bit. Add `FrameworkZipWriter` based on the 4.5 framework's built in zip writer. It shaves a decent amount of time off savestate save time, but rolling our own off of DeflateStream would be even faster. 2017-05-27 18:15:15 -04:00
adelikat b98d428a64 cleanup VersionInfo.cs 2017-04-27 11:30:22 -05:00
adelikat 76b9367378 more misc cleanups 2017-04-24 07:43:02 -05:00
feos 4a52b60ca5 Version: add a dummy source file so that some versions of csc.exe won't give error 2008, killing the build scripts 2017-02-24 14:03:12 +03:00
zeromus c7b639be28 apply ArcadePit idea: Let user change the string in the emulator title bar via a file
(but changed the format of the string to be more generally useful, and changed it to dll/custombuild.txt)
2016-11-12 18:49:03 -06:00
adelikat 420d8452f4 update version info on master branch 2016-10-22 11:58:26 -05:00
adelikat 89d857aee6 put back DeveloperBuild = true 2016-09-02 11:48:01 -04:00
feos 869f7519f9 proper date and version 2016-09-01 22:49:56 +03:00
hegyak 8be0c6fe51 Update Version/VersionInfo.cs 2016-08-29 10:46:25 -04:00
hegyak 4bd8f93c03 Update VersionInfo.cs to 1.11.6 and Merge Commit 9e3d57341f 2016-08-29 10:46:24 -04:00
hegyak 4687f29edc Merged d4f2eae8eb into Branch/RELEASE
Updated VersionInfo.cs to 1.11.5
2016-08-29 10:45:07 -04:00