Commit Graph

72 Commits

Author SHA1 Message Date
Sappharad b140811080 Changes that make BSNES try to run on OS X. Can not proceed further, due to lack of support for named pipes in Mono. 2015-07-19 20:13:04 -05:00
Sappharad 74d7bf32b6 Merge branch 'master' into mono-portable
Conflicts:
	.gitignore
	Version/version.csproj
2015-07-15 21:42:53 -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
Sappharad 23ce145962 Fix Version project on OS X 10.11
Mono can’t be in /usr/bin/ anymore, so it wasn’t working.
It still doesn’t work now, because we’re not using SVN anymore so it
can’t run svnversion, but I figured it would be better to check this in
for when the version tool is fixed.
2015-06-24 19:02:36 -05:00
Sappharad 5b466e5d70 New portable branch re-created from master with hopefully all of the changes made to the old one, plus some cleanup of things that got mangled from repeated merges. 2015-06-23 22:22:11 -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