aliens

Author Topic: [SOLVED] Where to find old openxcom nightlies?  (Read 9665 times)

niculinux

  • Guest
[SOLVED] Where to find old openxcom nightlies?
« on: August 21, 2015, 11:33:57 am »
As title says, may still possible obtain the old nightlies of openxcom? If yes, where? Thanks!  :)
« Last Edit: August 22, 2015, 01:12:07 pm by niculinux »

Offline 7Saturn

  • Colonel
  • ****
  • Posts: 457
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #1 on: August 21, 2015, 01:26:37 pm »
From the repository. =)

You can use the following, when you have changed into the folder with the sources:
Code: [Select]
git logIt will show you all versions. You then can use the commit with the following:
Code: [Select]
git checkout <commit>You can even switch to another branch:
Code: [Select]
git checkout -b <branch_name>

niculinux

  • Guest
Re: Where to find old openxcom nightlies?
« Reply #2 on: August 21, 2015, 04:53:20 pm »
Thanks! But this applies also to windows builds? I hoped to find somethingh more immediate.., just download & extract ol' fashined style, please, tell me there' any chance :D

Offline 7Saturn

  • Colonel
  • ****
  • Posts: 457
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #3 on: August 21, 2015, 04:58:10 pm »
Sorry, I never use the prebuild versions, as I'm usually not working with windows. In general, you'd be able to do it my way, anyways, but it'd require you to compile it yourself. So probably not an option for you.

Offline Warboy1982

  • Administrator
  • Commander
  • *****
  • Posts: 2333
  • Developer
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #4 on: August 21, 2015, 05:07:45 pm »
... why?

Offline SIMON BAILIE

  • Commander
  • *****
  • Posts: 676
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #5 on: August 21, 2015, 05:12:59 pm »
I have zipped nightlies from 2015-04-21-0916 to 2015-08-21-0235 inclusive at the link in dropbox though I would advise use ones no earlier than 2015-05-07 if they're any help.

https://www.dropbox.com/s/oiamquu46q8wbqw/OPENXCOM%20NIGHTLY.rar?dl=0

Offline 7Saturn

  • Colonel
  • ****
  • Posts: 457
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #6 on: August 21, 2015, 05:17:08 pm »
... why?
That's why:
just download & extract ol' fashined style, please, tell me there' any chance :D
There are people out there, who just want to play the game, instead of building it first. I can understand that.

niculinux

  • Guest
Re: Where to find old openxcom nightlies?
« Reply #7 on: August 21, 2015, 05:22:27 pm »
That's why:There are people out there, who just want to play the game, instead of building it first. I can understand that.

yep! Especially thise who barely know to turn on a pc, just like me!! -.-

@Simon: very much thanks, i was actually searching old nightlies to play some wip tc, these will domthe trick! <3

@Warboy: not very important, but a link to old nightlies may be put in the related download page?

Thanks again to everybody! If these question will be answered, i'll close the thread ;)

edit: once again fixed typos
« Last Edit: August 21, 2015, 05:24:34 pm by niculinux »

Offline Warboy1982

  • Administrator
  • Commander
  • *****
  • Posts: 2333
  • Developer
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #8 on: August 22, 2015, 12:22:49 am »
we release like 10 versions a day. you want us to keep them all in perpetuity? i'll pass.

Offline 7Saturn

  • Colonel
  • ****
  • Posts: 457
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #9 on: August 22, 2015, 10:59:52 am »
How about archiving the fewer prebuilds somewhere?

Offline Warboy1982

  • Administrator
  • Commander
  • *****
  • Posts: 2333
  • Developer
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #10 on: August 22, 2015, 11:01:24 am »
https://openxcom.org/git-builds/

we do, here

if you want something older than that... that's what version control is for, use git. ;)
why you'd want outdated builds is beyond me. better to update the mod than stuff around looking for the specific revision it last worked with - it's really not that much effort.
« Last Edit: August 22, 2015, 11:27:17 am by Warboy1982 »

Offline 7Saturn

  • Colonel
  • ****
  • Posts: 457
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #11 on: August 22, 2015, 12:01:46 pm »
Well, I'm not modding... However, sometimes it's usefull to see if a certain problem is new or exists for a longer period of time. What I'd do in this case is in my first post in this thread. 8)

Offline Warboy1982

  • Administrator
  • Commander
  • *****
  • Posts: 2333
  • Developer
    • View Profile
Re: Where to find old openxcom nightlies?
« Reply #12 on: August 22, 2015, 12:48:59 pm »
THAT i can dig.

niculinux

  • Guest
Re: Where to find old openxcom nightlies?
« Reply #13 on: August 22, 2015, 01:11:38 pm »
https://openxcom.org/git-builds/

we do, here

if you want something older than that... that's what version control is for, use git. ;)
why you'd want outdated builds is beyond me. better to update the mod than stuff around looking for the specific revision it last worked with - it's really not that much effort.

Thanks :) actually some mods in progres requiring X buikd, some others, Y and so on, the delopers reported that with specific ones there may be problems, that' all :). Ok, "case closed".  :P

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11722
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: [SOLVED] Where to find old openxcom nightlies?
« Reply #14 on: August 22, 2015, 01:54:32 pm »
Modders need just to update their mods. I'm halfway through it myself.