Advertisement
Guest User

Untitled

a guest
May 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. root@daconcepts:/home/minetest/minetest_core# git bisect log
  2. git bisect start
  3. # good: [73de17afa821ccea84a119096b267e05a77db3ff] Android progressbar fix (#5601)
  4. git bisect good 73de17afa821ccea84a119096b267e05a77db3ff
  5. # bad: [4d5ce8478c959a4ee5b13ef9ba7e46b28d089a21] Enhance ABM performance a little bit by removing two std::set copy (#5815)
  6. git bisect bad 4d5ce8478c959a4ee5b13ef9ba7e46b28d089a21
  7. # bad: [fe247f38f7ecd951931a194d922b74e838afe284] Fix Android build (#5706)
  8. git bisect bad fe247f38f7ecd951931a194d922b74e838afe284
  9. # good: [70ceeb80a180507e38db957f217e2c78ce901692] Tiny documentation fix. (#5659)
  10. git bisect good 70ceeb80a180507e38db957f217e2c78ce901692
  11. # good: [bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2] Sound API: Add fading sounds
  12. git bisect good bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2
  13. # bad: [b8993ee5ac877c279b56c8fa4c3e17ce7613b27e] Translated using Weblate (Russian)
  14. git bisect bad b8993ee5ac877c279b56c8fa4c3e17ce7613b27e
  15. # bad: [76ec6b83133f286581f051dcb1b3da5a52e30b5b] Clouds: Fix reddish clouds. Add missing alpha update
  16. git bisect bad 76ec6b83133f286581f051dcb1b3da5a52e30b5b
  17. # bad: [ad9fcf859ec2347325830e09504ae96968b51ea8] Set sky API: Add bool for clouds in front of custom skybox
  18. git bisect bad ad9fcf859ec2347325830e09504ae96968b51ea8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement