aliens

Author Topic: Git builds history?  (Read 2455 times)

Offline Markus Ramikin

  • Captain
  • ***
  • Posts: 83
    • View Profile
Git builds history?
« 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 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.
« Last Edit: February 13, 2015, 05:08:32 pm by Markus Ramikin »

Offline kikimoristan

  • Commander
  • *****
  • Posts: 647
    • View Profile
Re: Git builds history?
« Reply #1 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.

Offline Arthanor

  • Commander
  • *****
  • Posts: 2488
  • XCom Armoury Quartermaster
    • View Profile
Re: Git builds history?
« Reply #2 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! ;)