Basically, it0uchpods, this is procedure.
Make changes.
Git status
Git add . (Yes, with period)
Git commit -m "message"
Git push
Type username/pass
Done
727 development
- legoboyvdlp
- Posts: 1757
- Joined: Mon Sep 14, 2015 9:49 pm
- Location: Venezuela
Re: 727 development
~~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
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
Re: 727 development
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.
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!
Re: 727 development
Hi All
I just pushed a fix for the emission problem. The model does not shine anymore.
The lamp has gone off
IH-COL
I just pushed a fix for the emission problem. The model does not shine anymore.
The lamp has gone off
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?
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?
Re: 727 development
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.
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.
- legoboyvdlp
- Posts: 1757
- Joined: Mon Sep 14, 2015 9:49 pm
- Location: Venezuela
Re: 727 development
~~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
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
Re: 727 development
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?
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?
Re: 727 development
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
(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?
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?
Re: 727 development
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
Last commit both remotely,
https://github.com/it0uchpods/727-230/commits/master
as locally,
is 4e2ed36
IH-COL
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?
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 6 guests