project-navigation
Personal tools

Author Topic: [da85e72654357c3a2a218b33385ad41d6927ccc3] Black letters in top of main window.  (Read 5188 times)

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
Logs in top are not readable.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
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

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
Revisions from fc2e83e2425beb83aaf6c635733f374e4f616369 to 891574f292b6b885010dbb8a8c144fbe580f2942 have this bug.
Revision ff81cf6d25609606c92be8b68b31e1bdbbced31e is first which I have and I cann't check it with git bisect.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
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).

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
How can I download older revisions? They aren't exist in my repository.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
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)
« Last Edit: September 12, 2010, 11:12:10 pm by bayo »

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
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

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
found it:
Code: [Select]
:~/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:
Code: [Select]
~/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)
« Last Edit: September 13, 2010, 05:21:28 am by DarkRain »

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
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.

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Quote rom git fetch manual page:
Quote
--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.

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
Code: [Select]
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

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
it look like the fill rect is over the text, but i dont know why

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
fef0ffb14f15a9f74e4c12986dd3c43a8c071354 fix message history but bug stay at message settings and UFOpaedia.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
please attach this info to the bug report or open a new one - this might be node related, too.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
fef0ffb14f15a9f74e4c12986dd3c43a8c071354 dont fix anything. Here we see the text is not white.