(01-06-2014, 03:15 PM)winbox Wrote: 1) How did you find the version number for the latest revision (latest back then) of the wiispeak branch? For example, I don't see the version number "3.5-1348" (or any version number) in Git Extensions, I only see commit hash numbers for each revision/object.
If you have a compiled Dolphin build, the About dialog tells you what the hash is.
There is a handy website: http://changes.dolphin-emu.org/ which has a table of hashes and their corresponding versions. Next page is https://changes.dolphin-emu.org/page.01.html
You can search for the commit description/date/author in gitk in git extensions.
I also sometimes search google for Dolphin 3.5-1348 wiispeak hash.
(01-06-2014, 03:15 PM)winbox Wrote: 2) When 2 branches are merged, if the purpose is personal use, does it matter which branch is merged into the other?
No, it does not really matter. It's probably better to merge the lesser updated branch into the more updated branch so you can easily update the build with new changes. i.e. merge wiispeak into master. That way you can grab updates to master without doing another merge.
(01-06-2014, 03:15 PM)winbox Wrote: 3) Did "buildbot" add/commit wiispeak 3.5-1348? I seem to have missed his name when I took a quick look down the wiispeak branch author column.
No, the buildbot adds selected branches.
(01-06-2014, 03:15 PM)winbox Wrote: 4) Was there missing material that had to be installed or option that had to be checked when you resolved the compilation errors in VS2012 for the merged object?
No. The latest revisions in the master branch compile on VS2013.
The topmost commit is the latest in the wiispeak branch: http://code.google.com/p/dolphin-emu/source/list?name=wiispeak
It has a git hash of 808c65c3f5cf470e5c9d925a67db8945b2b1e12f and is Dolphin [wiispeak] 4.0-383.
