OpenXcom Forum

OpenXcom => Offtopic => Topic started by: Markus Ramikin on February 13, 2015, 05:04:39 pm

Title: Git builds history?
Post by: Markus Ramikin on February 13, 2015, 05:04:39 pm
Is there a way to see it all, and if there is, is it known to the community? This page (https://openxcom.org/git-builds/) seems to only show a few latest ones, unless I'm missing something obvious. And the CHANGELOG.txt that comes with the game only goes up to the 1.0 milestone.

Reason I'm wondering is that you have things like the 02_12 fix to the dogfight timer, which says
Quote
mod authors: double your ufo break-off times and reload rates for both ufos
and craft weapons.
But it'll be gone from the page soon and those mod authors who didn't happen to look during that time won't know to do this.
Title: Re: Git builds history?
Post by: kikimoristan on February 13, 2015, 05:57:14 pm
This ? https://github.com/SupSuper/OpenXcom/pulls
See says 23 open 880  closed. If you click one one you can see more comments on it. I been following it as things happen so fast I need to stay on top of it.

The open ones are things to do new features changes bugs etc. Closed ones are features already implemented bugs fixed etc.
Title: Re: Git builds history?
Post by: Arthanor on February 13, 2015, 06:01:22 pm
Pull requests are requests by other coders than SupSuper and Warboy to get their code into OpenXCom. As you can see, they are all by other people (a bunch by redv and then a few other people).

If you want to see everything that changed, you need to check: https://github.com/SupSuper/OpenXcom/commits/master

That's everything that gets comited to the main build. If you thought pull requests changed fast, you'll be in for a revelation! ;)