Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@daconcepts:/home/minetest/minetest_core# git bisect log
- git bisect start
- # good: [73de17afa821ccea84a119096b267e05a77db3ff] Android progressbar fix (#5601)
- git bisect good 73de17afa821ccea84a119096b267e05a77db3ff
- # bad: [4d5ce8478c959a4ee5b13ef9ba7e46b28d089a21] Enhance ABM performance a little bit by removing two std::set copy (#5815)
- git bisect bad 4d5ce8478c959a4ee5b13ef9ba7e46b28d089a21
- # bad: [fe247f38f7ecd951931a194d922b74e838afe284] Fix Android build (#5706)
- git bisect bad fe247f38f7ecd951931a194d922b74e838afe284
- # good: [70ceeb80a180507e38db957f217e2c78ce901692] Tiny documentation fix. (#5659)
- git bisect good 70ceeb80a180507e38db957f217e2c78ce901692
- # good: [bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2] Sound API: Add fading sounds
- git bisect good bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2
- # bad: [b8993ee5ac877c279b56c8fa4c3e17ce7613b27e] Translated using Weblate (Russian)
- git bisect bad b8993ee5ac877c279b56c8fa4c3e17ce7613b27e
- # bad: [76ec6b83133f286581f051dcb1b3da5a52e30b5b] Clouds: Fix reddish clouds. Add missing alpha update
- git bisect bad 76ec6b83133f286581f051dcb1b3da5a52e30b5b
- # bad: [ad9fcf859ec2347325830e09504ae96968b51ea8] Set sky API: Add bool for clouds in front of custom skybox
- git bisect bad ad9fcf859ec2347325830e09504ae96968b51ea8
- # bad: [f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0] Sneak: Improve and fix various things
- git bisect bad f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0
- # first bad commit: [f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0] Sneak: Improve and fix various things
- root@daconcepts:/home/minetest/minetest_core# git bisect bad
- f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0 is the first bad commit
- commit f9fdb48dc85e53253ef93972355d3c7bc9d0ffb0
- Author: SmallJoker <mk939@ymail.com>
- Date: Sat Apr 1 20:38:14 2017 +0200
- Sneak: Improve and fix various things
- Remove useless `got_teleported`.
- Fix jitter when walking against the sneak limits.
- Fix damage evading on sneak ladders.
- :040000 040000 2395ebe8c3f6ebbc05d026574984a1cecd21e087 dfda83da935af2d884f11a753ffd17b0fd40bfe3 M doc
- :040000 040000 a7bb87ee6a3de33906d837a218df4f1e25143257 734940bdd2b5a4559bf1c8c4c327a8be537dff32 M src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement