Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for a few old windows builds
05-02-2013, 10:48 PM
Post: #1
Looking for a few old windows builds
Hey, I'm looking to find out what build broke a game I'm interested in but I can't find the builds I'm looking for on the automated page. So I was hoping may someone might have it on their computer but just forgot to delete it.

I'm looking for any build between v0.7-537-g57dabfb to v0.7-543-gdea37e5. I know their really old but there is a chance someone still have it some where.
Find all posts by this user
Quote this message in a reply
05-02-2013, 11:16 PM
Post: #2
RE: Looking for a few old windows builds
Why you not search it manually in:
http://buildbot.orphis.net/ppsspp/
?

Cya~
Find all posts by this user
Quote this message in a reply
05-03-2013, 12:13 AM
Post: #3
RE: Looking for a few old windows builds
(05-02-2013 10:48 PM)nightmesh Wrote:  Hey, I'm looking to find out what build broke a game I'm interested in but I can't find the builds I'm looking for on the automated page. So I was hoping may someone might have it on their computer but just forgot to delete it.

I'm looking for any build between v0.7-537-g57dabfb to v0.7-543-gdea37e5. I know their really old but there is a chance someone still have it some where.

try the following site: http://www.emucr.com/search?q=PPSSPP+Git+%282013

That site will probably have have them somewhere, just have to work out when the updates you are looking for, were released.
Find all posts by this user
Quote this message in a reply
05-03-2013, 12:58 AM (This post was last modified: 05-03-2013 12:59 AM by nightmesh.)
Post: #4
RE: Looking for a few old windows builds
(05-02-2013 11:16 PM)Lunos Wrote:  Why you not search it manually in:
http://buildbot.orphis.net/ppsspp/
?

Cya~


(05-02-2013 10:48 PM)nightmesh Wrote:  Hey, I'm looking to find out what build broke a game I'm interested in but I can't find the builds I'm looking for on the automated page. So I was hoping may someone might have it on their computer but just forgot to delete it.

I'm looking for any build between v0.7-537-g57dabfb to v0.7-543-gdea37e5. I know their really old but there is a chance someone still have it some where.

The emucr site wont help because those releases were before I joined the site so I wouldn't know when the one I'm looking for got released. Also they pick at random when to upload an automated build there and not each one individually it seems.
Find all posts by this user
Quote this message in a reply
05-03-2013, 01:07 AM
Post: #5
RE: Looking for a few old windows builds
http://buildbot.orphis.net/ppsspp/index....indows-x86
http://buildbot.orphis.net/ppsspp/index....indows-x86
http://buildbot.orphis.net/ppsspp/index....indows-x86
http://buildbot.orphis.net/ppsspp/index....indows-x86
http://buildbot.orphis.net/ppsspp/index....indows-x86

These are the ones between those two versions. Git isn't completely linear. I found them just by doing a compare against the part after the "-g" in those versions (which is called the sha1 commit id):

https://github.com/hrydgard/ppsspp/compa......dea37e5

-[Unknown]
Find all posts by this user
Quote this message in a reply
05-03-2013, 01:35 AM
Post: #6
RE: Looking for a few old windows builds
Oh, okay. So their isn't a v0.7-538? It just skips to v0.7-543? Only asking because I've tested each of those builds already up still v0.7-537 and none of them crashed.
Find all posts by this user
Quote this message in a reply
05-03-2013, 02:05 AM (This post was last modified: 05-03-2013 02:06 AM by [Unknown].)
Post: #7
RE: Looking for a few old windows builds
Well, what it means is there are actually multiple -533's. Here's how it works:

0.7-532
-> [Unknown] starts working on GPU signals.
-> raven02 starts working on pause screen options.

The "0.7-532" is "# of commits since 0.7." If both me and raven02 commit at this point, we don't have each other's changes yet, so we're BOTH at 533 (even though my 533 is very different from his 533.)

Anyway, let's say that we both do 3 commits That means we're both at 0.7-535.

Now we both submit pull requests. Henrik merges raven02's pull first, then mine. Here's what happens:
0.7-532 (was there before.)
0.7-533 raven02's first commit.
0.7-534 raven02's second commit.
0.7-535 raven02's third commit.
0.7-536 "merge" commit (in this case does nothing.)
0.7-533 [Unknown]'s first commit - DOES NOT INCLUDE raven02's commits.
0.7-534 [Unknown]'s second commit - DOES NOT INCLUDE raven02's commits.
0.7-535 [Unknown]'s third commit - DOES NOT INCLUDE raven02's commits.
0.7-540 "merge" commit (splices the two separate pulls together.)

As you see, there were a total of 8 commits (from 533 - 540), but they aren't numbered linearly.

I know it's a bit complicated but maybe that makes some sense. Anyway, point is that if my 533 broke something, then if you tested raven02's 534 and it worked, that wouldn't tell you that my 533 is innocent.

This is why git comes with a "bisect" feature, which is awesome. Unfortunately, when you're downloading builds, it's harder to get this, so you have to be careful when the numbers get close together.

-[Unknown]
Find all posts by this user
Quote this message in a reply
05-03-2013, 02:22 AM (This post was last modified: 05-03-2013 03:41 PM by nightmesh.)
Post: #8
RE: Looking for a few old windows builds
That actually made a lot of sense to me. I was under the impression that if one thing was change a new build was upload for that one change. So if maybe five new things could be add to ppsspp a build was made for each new change.
The comment system explains a couple I things I wanted to ask with is awesome. I'll have one other question but I'll wait til later to ask it since I'm about to go sleep.

Edit: Never mind on the question I wanted to ask I figured it out with google.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: