727 development

Everything in connection with developing aircraft for FlightGear
User avatar
legoboyvdlp
Posts: 1757
Joined: Mon Sep 14, 2015 9:49 pm
Location: Venezuela

Re: 727 development

Postby legoboyvdlp » Sun Oct 25, 2015 8:28 pm

Basically, it0uchpods, this is procedure.
Make changes.
Git status
Git add . (Yes, with period)
Git commit -m "message"
Git push
Type username/pass
Done
~~Legoboyvdlp~~
Maiquetia / Venezuela Custom Scenery
Hallo! Ich bin Jonathan.
Hey!
Avatar created by InSapphoWeTrust CC BY-SA 2.0, https://commons.wikimedia.org/w/index.p ... d=27409879

User avatar
jwocky
Site Admin
Posts: 1833
Joined: Sat Sep 12, 2015 12:04 pm
Contact:

Re: 727 development

Postby jwocky » Tue Oct 27, 2015 8:15 pm

Well, the plane flew nicely. Then Soitanen told me, all I did is wrong and started to help us. After a long and fruitless discussion about why, if you change some values, you have to adapt others, which is given the equations used in the JSB-file is basic math, I withdrew for a while from the 727 and see what happens if Soitanen ever comes around to bless us with his "far more realistic and authentic" FDM. So that is the essence of the story what happened. When enough problems are piled up, I take some time and repair it. So this little remark didn't go into your direction, ItOuchpods, that went to Soitanen (who isn't even on this forum as far as I know) who changed the position of the wheels and obviously didn't plan on putting more weight on the nose wheel ... well, he had some posts in the git about he can't understand why if you change a value, you have also to adapt others to balance it all out again.
The HSI however should show a course, so there is something else wrong. I am between computers right now, but maybe I find later time to look at it. My first guess is, the file in "instruments" pulls in the animation the wrong property.
Free speech can never be achieved by dictatorial measures!

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: 727 development

Postby IAHM-COL » Tue Oct 27, 2015 10:36 pm

Hi All

I just pushed a fix for the emission problem. The model does not shine anymore.
The lamp has gone off :D

IH-COL
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

Octal450
Posts: 2192
Joined: Sun Oct 18, 2015 2:47 am

Re: 727 development

Postby Octal450 » Wed Oct 28, 2015 3:05 pm

Damn what's wrong with GIT? On my fork, it looks like the files are updated correctly.

Wut autopilot is in use on the plane? I see 2 files.

No idea with the HSI. Very strange.

Definitely need to either remove some weight from the plane, or increase it's trust.

Why doesn't the gear sound work?

That is all my info right now. I'm still trying to sort some stuff.

User avatar
legoboyvdlp
Posts: 1757
Joined: Mon Sep 14, 2015 9:49 pm
Location: Venezuela

Re: 727 development

Postby legoboyvdlp » Wed Oct 28, 2015 3:13 pm

You need to

Code: Select all

git push

Did you do that?
Thanks,
lego
~~Legoboyvdlp~~
Maiquetia / Venezuela Custom Scenery
Hallo! Ich bin Jonathan.
Hey!
Avatar created by InSapphoWeTrust CC BY-SA 2.0, https://commons.wikimedia.org/w/index.p ... d=27409879

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: 727 development

Postby IAHM-COL » Wed Oct 28, 2015 4:35 pm

it0uchpods wrote:Damn what's wrong with GIT? On my fork, it looks like the files are updated correctly.


you have pushed 1 commit succesfully
https://github.com/it0uchpods/727-230/commits/master
no more

I don't mind if you go back to the git thread and post the outcome of all of these

Code: Select all

git branch
git remote -v
git status
git log --pretty=oneline


The output of the last command is too long, I only need seeing the first, lets say 5 or 6 lines

With that info I might be able to help you, telling you what's missing in your git.
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

Octal450
Posts: 2192
Joined: Sun Oct 18, 2015 2:47 am

Re: 727 development

Postby Octal450 » Fri Oct 30, 2015 2:26 am

-
Last edited by Octal450 on Mon Aug 07, 2023 9:50 pm, edited 1 time in total.

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: 727 development

Postby IAHM-COL » Fri Oct 30, 2015 2:26 am

git log --pretty=oneline
(not equal equal)

But for what I've read so far, there is nothing new to be committed or pushed in your repo
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

Octal450
Posts: 2192
Joined: Sun Oct 18, 2015 2:47 am

Re: 727 development

Postby Octal450 » Fri Oct 30, 2015 7:42 pm

-
Last edited by Octal450 on Mon Aug 07, 2023 9:49 pm, edited 1 time in total.

User avatar
IAHM-COL
Posts: 6409
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: 727 development

Postby IAHM-COL » Fri Oct 30, 2015 7:50 pm

Well
from here it seems that git is working just fine



It just that you don't have added anything new to the repo, so there is nothing to add / commit / push

it0uchpods@Main-PC MINGW64 ~/727-230 (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean


Last commit both remotely,
https://github.com/it0uchpods/727-230/commits/master
as locally,

it0uchpods@Main-PC MINGW64 ~/727-230 (master)
$ git log --pretty=oneline
4e2ed361bee8f9016692296ef865f4ccbfdc5949 Added HSI, 3D map and heading bug work, rotation does not yet.


is 4e2ed36

IH-COL
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?


Return to “Aircraft Development”

Who is online

Users browsing this forum: No registered users and 10 guests