UFO:Alien Invasion
Archive => Bugs prior to release 2.4 => Topic started by: O01eg on September 11, 2010, 10:35:51 am
-
Logs in top are not readable.
-
is that the revision that introduced the bug or the revision you are on currently? if the latter, please do some git bisect session and tell us the rev that introduced this bug
-
Revisions from fc2e83e2425beb83aaf6c635733f374e4f616369 to 891574f292b6b885010dbb8a8c144fbe580f2942 have this bug.
Revision ff81cf6d25609606c92be8b68b31e1bdbbced31e is first which I have and I cann't check it with git bisect.
-
Please check older revision. There is nothing on ff81cf6d25609606c92be8b68b31e1bdbbced31e, and i dont think fc2e83e2425beb83aaf6c635733f374e4f616369 can create that bug (there is only a double call of SEQ_Render2D, instead of a single call, i dont think it can create your problem).
-
How can I download older revisions? They aren't exist in my repository.
-
I really dont know. If u have used indication from the wiki, u should have everything since 2006 or something like that.
Have you test to look at "git log"?
Have you test to checkout old revision (you can check it will http://ufoai.git.sourceforge.net/git/gitweb.cgi?p=ufoai/ufoai)
-
How can I download older revisions? They aren't exist in my repository.
If you have a shallow repo try git fetch --depth n where n is the number of revisions before your first one you want to fetch
-
found it:
:~/GIT/ufoai$ git bisect good
6bb73f841a25a1ee1ae58a6df1dd21e1f8df830f is the first bad commit
commit 6bb73f841a25a1ee1ae58a6df1dd21e1f8df830f
Author: Martin Gerhardy <tlh2000@users.sourceforge.net>
Date: Wed Sep 8 21:50:20 2010 +0200
* fixed R_DrawFills batch rendering (currently only a workaround, not a real fix - see todo comment included)
thats the first one to have not readable logs but . . .
it seems that in previous revs the logs' text had gone from white to gray (I marked those revs as good)
edit: first greyed text:
~/GIT/ufoai$ git bisect bad
3433346b978aba225c8cc7849494dd7908aac257 is the first bad commit
commit 3433346b978aba225c8cc7849494dd7908aac257
Author: Martin Gerhardy <tlh2000@users.sourceforge.net>
Date: Wed Sep 8 18:49:39 2010 +0200
* batch R_DrawFill rendering (q2w)
-
If you have a shallow repo try git fetch --depth n where n is the number of revisions before your first one you want to fetch
Git fetch works another way. Even with --depth=3 it download more than 500 MB.
-
Quote rom git fetch manual page:
--depth=<depth>
Deepen the history of a shallow repository created by git clone with --depth=<depth> option (see git-clone(1)) by the specified number of commits.
Guess your problem is not a shallow repo then.
-
3433346b978aba225c8cc7849494dd7908aac257 is the first bad commit
commit 3433346b978aba225c8cc7849494dd7908aac257
Author: Martin Gerhardy <tlh2000@users.sourceforge.net>
Date: Wed Sep 8 18:49:39 2010 +0200
* batch R_DrawFill rendering (q2w)
:040000 040000 ed2df4d1fa6d3acf83f45d01ef1385dd68af3108 747f2a76f65543f182b31ceadd382330bb9a8310 M src
-
it look like the fill rect is over the text, but i dont know why
-
fef0ffb14f15a9f74e4c12986dd3c43a8c071354 fix message history but bug stay at message settings and UFOpaedia.
-
please attach this info to the bug report or open a new one - this might be node related, too.
-
fef0ffb14f15a9f74e4c12986dd3c43a8c071354 dont fix anything. Here we see the text is not white.