Advertisement
Guest User

Untitled

a guest
May 25th, 2017
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 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
  19. # bad: [f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0] Sneak: Improve and fix various things
  20. git bisect bad f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0
  21. # first bad commit: [f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0] Sneak: Improve and fix various things
  22. root@daconcepts:/home/minetest/minetest_core# git bisect bad
  23. f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0 is the first bad commit
  24. commit f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0
  25. Author: SmallJoker <mk939@ymail.com>
  26. Date: Sat Apr 1 20:38:14 2017 +0200
  27.  
  28. Sneak: Improve and fix various things
  29.  
  30. Remove useless `got_teleported`.
  31. Fix jitter when walking against the sneak limits.
  32. Fix damage evading on sneak ladders.
  33.  
  34. :040000 040000 2395ebe8c3f6ebbc05d026574984a1cecd21e087 dfda83da935af2d884f11a753ffd17b0fd40bfe3 M doc
  35. :040000 040000 a7bb87ee6a3de33906d837a218df4f1e25143257 734940bdd2b5a4559bf1c8c4c327a8be537dff32 M src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement