Commit Graph

49 Commits

Author SHA1 Message Date
Asnivor 3e8326da50 Lua: client.getversion() - #1314
fix #1271
2018-09-10 19:24:36 +03:00
adelikat 22d1818641 DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -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
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 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
hegyak c575328350 Update Version/VersionInfo.cs 2016-04-16 06:31:54 -07:00
nattthebear 2a0e859a85 Add 64 bit build (doesn't work yet), move SlimDX.dll 2016-02-28 15:06:03 -05:00
hegyak 41ba4b6927 This is a DeveloperBuild. 2015-12-20 14:41:17 -08:00
hegyak c53c841d94 Update the ReleaseDate to be the 20th of December 2015-12-20 14:40:03 -08:00
hegyak b25f7d65e2 Version 1.11.4 2015-12-20 12:46:37 -08:00
hegyak 55eef165aa Add one to the VersionInfo.cs 2015-12-20 12:44:50 -08:00
Hathor86 f70a2c8c6c Merge from TASVideo 2015-11-01 22:01:19 +01:00
adelikat 105cd1c61f Update version info for 1.11.3 2015-10-14 19:11:25 -04:00
Hathor86 b55a175556 Merge remote-tracking branch 'refs/remotes/TASVideos/master' into NewrRelease
Conflicts:
	Version/VersionInfo.cs
2015-10-11 19:51:03 +02:00
Hathor86 8f123527e8 Merge remote-tracking branch 'refs/remotes/TASVideos/master' into NewrRelease 2015-10-11 19:40:46 +02:00
adelikat a44cf5a067 Update version info for the 1.11.2 release 2015-10-10 10:09:30 -04:00
zeromus e5de3bdaa7 make aboutboxes more informational while simultaneously removing svn revision 2015-10-03 20:26:30 -05:00
hegyak cedc7d4451 We are at Version 1.11.0 2015-07-15 09:27:16 -07:00
hegyak 9253ebee42 It's a Release Branch! 2015-07-14 18:57:37 -07:00
zeromus 4cce5c2cf7 get (and use) shorthash 2015-06-24 21:44:03 -05:00
zeromus 1c4a067547 adjust template and aboutboxes to use the following format: branchname-revision. for example: "GIT master-9058" 2015-06-24 21:19:42 -05:00
zeromus 8847a35425 employ git build tool in veersion project building 2015-06-24 20:45:08 -05:00
zeromus 9497991fcd my visual studio keeps wanting to update this. it looks better so i guess i'll keep it. 2015-06-23 17:20:58 -05:00
hegyak f2bcbf8502 VersionInfo.cs updated for 1.10.0 release 2015-06-15 17:08:08 +00:00
hegyak 9e296df8c8 Update the VersionInfo.cs to reflect the 1.9.4 release 2015-04-03 23:39:46 +00:00
zeromus e7fe6252c6 * Added a project which can contain build-related tools (and msbuild tasks if we ever need them) and gave it responsibility for managing the svn revision stuff.
* With a little more work, it could handle unix and git checkouts too.

* It could pull revisions from submodules as well, if they werent useless gibberish in git

* Unaddressed: theres still a problem where depending on how emuhawk is built, the version project might not trigger
2015-03-04 09:33:04 +00:00
hegyak bd4024d580 Update Version Info. It's now 1.9.2 2015-03-04 00:01:00 +00:00
adelikat 837e1053b5 revert a line in 8998, msbuild now works, I don't know if this broke anything 8998 was trying to do though 2015-02-01 18:43:56 +00:00
zeromus c2621e798d fix subwcrev stuff. this time, fixes stale versions on f5 or ctrl+f5 builds.
in the future, we should use svn msbuild community tasks for even cleverer and leaner solutions (which dont depend on subwcrev.exe...)
2015-02-01 03:01:31 +00:00
jdpurcell 0a345b0084 Issue 368: Set all platform targets to x86, rename build platforms to match, and remove unused build platforms. 2015-01-13 15:28:58 +00:00
hegyak f97dff593c Fix Version/VersionInfo.cs
We released 1.9.1
2015-01-11 01:02:26 +00:00
jdpurcell 8c41af53d1 Option to automatically check for and notify of new versions. 2015-01-04 15:04:44 +00:00
zeromus facb9457b1 fix subwcrev.bat again, it was missing some (most) revisions 2014-12-16 19:44:55 +00:00
zeromus 3ce7d48cc5 fix svn r0 bug. blame subwcrev 2014-12-12 19:47:29 +00:00
zeromus e0c09a553b redo how subwcrev stuff is done, so that the subwcrev process doesnt have to run for every project. improves build times. 2014-12-09 19:20:22 +00:00