Ben Deutsch
fc13c00ef3
Alternative code for slipping ( #6256 )
...
* Alternative code for slipping
- does not depend on frame rate
- controllable via environment variables for now
* Adjust slipping speed for item entities too.
* Final version of framerate-independent slippery code
* Remove dead code and fix formatting
* getStandingNodePos should only look 0.05 nodes downwards
This ensures that, even if the player is standing on a partially
filled node, this node is used as the standing node and not the
node below it.
Specific use: enables slippery slabs
* Exchange global getStandingPosNode change for local inline change
Reverts previous commit
* Revert the item movement changes
* Slippery nodes now slip over cliffs and edges
Players no longer suddenly stop before falling off.
Also refactored slippery code into getSlipFactor method.
* Slipping over an edge gated by player's is_slipping state
A new flag for just this case, to reduce costly node lookups in
the normal case of leaning over a non-slippery edge.
Public access for consistency and potential future uses.
* Minor code tweaks / cosmetics
* Add temp variable to improve readability and fix indentation issues
2017-08-26 09:01:09 +02:00
..
2017-08-24 08:28:54 +02:00
2017-08-17 22:19:39 +02:00
2017-08-25 15:53:56 +02:00
2017-08-25 13:20:53 +02:00
2017-08-19 22:23:47 +02:00
2017-08-25 15:53:56 +02:00
2017-08-25 15:53:56 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 08:06:22 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 17:54:10 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 17:54:10 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 17:54:10 +02:00
2017-08-24 08:28:54 +02:00
2017-08-18 19:25:07 +02:00
2017-08-24 10:02:23 +02:00
2017-08-24 08:28:54 +02:00
2017-08-24 08:28:54 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 08:26:52 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 20:23:54 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 17:54:10 +02:00
2017-08-20 19:37:55 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-23 22:32:10 +02:00
2017-08-24 10:01:16 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 14:25:35 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 22:19:39 +02:00
2017-06-16 11:25:52 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 10:01:16 +02:00
2017-08-17 23:02:50 +02:00
2017-07-14 20:37:58 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2016-05-17 14:36:51 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 19:25:07 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-17 23:02:50 +02:00
2017-08-25 15:53:56 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 19:25:07 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 23:02:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 19:37:29 +02:00
2017-08-20 19:37:29 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-18 07:44:52 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 07:44:52 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 07:44:52 +02:00
2017-08-18 07:44:52 +02:00
2017-08-20 19:37:29 +02:00
2017-08-18 07:44:52 +02:00
2017-08-26 08:11:59 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 07:44:52 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 07:44:52 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 17:54:10 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 17:54:10 +02:00
2017-08-24 17:54:10 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 07:44:52 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 07:44:52 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 07:44:52 +02:00
2017-08-18 08:07:59 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-05-28 15:23:30 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 08:28:54 +02:00
2017-08-18 08:07:59 +02:00
2017-08-24 17:54:10 +02:00
2017-08-20 23:58:15 +01:00
2017-08-18 08:07:59 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 08:07:59 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 08:07:59 +02:00
2017-08-20 19:37:29 +02:00
2017-08-18 19:25:07 +02:00
2017-08-18 08:07:59 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-25 13:20:53 +02:00
2017-08-25 13:20:53 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 08:07:59 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 08:21:01 +02:00
2017-08-18 08:21:01 +02:00
2017-08-18 08:21:01 +02:00
2017-08-17 22:19:39 +02:00
2017-08-26 09:01:09 +02:00
2017-08-26 09:01:09 +02:00
2017-06-11 09:43:05 +02:00
2017-08-18 08:21:01 +02:00
2017-08-24 08:28:54 +02:00
2017-08-20 13:30:50 +02:00
2017-06-17 19:11:28 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 19:37:29 +02:00
2017-08-19 11:29:46 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 09:12:54 +02:00
2017-08-19 09:12:54 +02:00
2017-08-19 09:12:54 +02:00
2017-08-18 18:18:25 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 09:12:54 +02:00
2017-08-26 08:43:50 +02:00
2017-08-18 18:18:25 +02:00
2017-08-18 18:18:25 +02:00
2017-08-18 18:18:25 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 09:12:54 +02:00
2017-08-20 23:59:02 +01:00
2017-08-20 23:59:02 +01:00
2017-08-18 18:18:25 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 09:29:55 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 09:12:54 +02:00
2017-08-19 09:12:54 +02:00
2017-08-20 13:30:50 +02:00
2017-08-19 09:29:55 +02:00
2017-08-19 11:29:46 +02:00
2017-08-19 11:29:46 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 09:29:55 +02:00
2017-08-18 18:18:25 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 11:30:46 +02:00
2017-08-19 09:29:55 +02:00
2017-08-18 18:18:25 +02:00
2017-08-18 18:18:25 +02:00
2017-08-20 19:37:29 +02:00
2017-08-18 18:18:25 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 09:29:55 +02:00
2017-08-19 09:29:55 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 09:29:55 +02:00
2017-08-17 22:19:39 +02:00
2017-08-18 18:18:25 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 09:29:55 +02:00
2017-08-18 18:18:25 +02:00
2017-08-19 11:30:46 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 19:37:29 +02:00
2017-08-19 11:30:46 +02:00
2017-08-19 11:30:46 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 11:30:46 +02:00
2017-08-19 11:30:46 +02:00
2017-08-19 11:30:46 +02:00
2017-08-19 11:30:46 +02:00
2015-05-22 20:37:59 +02:00
2017-08-19 11:30:46 +02:00
2017-08-24 10:01:16 +02:00
2017-08-24 10:01:16 +02:00
2017-08-20 19:37:29 +02:00
2017-08-20 19:37:29 +02:00
2017-08-19 11:30:46 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 23:58:15 +01:00
2017-08-19 14:25:35 +02:00
2017-08-19 14:25:35 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 14:25:35 +02:00
2017-08-20 19:37:29 +02:00
2017-06-18 19:55:15 +02:00
2017-08-19 14:25:35 +02:00
2017-08-19 14:25:35 +02:00
2017-06-06 16:29:28 +02:00
2017-08-19 14:25:35 +02:00
2017-08-19 14:25:35 +02:00
2017-08-17 22:19:39 +02:00
2017-06-18 19:55:15 +02:00
2017-08-17 22:19:39 +02:00
2017-08-23 22:32:10 +02:00
2017-08-19 14:25:35 +02:00
2017-05-10 15:29:21 +02:00
2017-08-19 14:25:35 +02:00
2017-08-19 14:25:35 +02:00
2017-08-17 22:19:39 +02:00
2017-07-27 07:56:48 +02:00
2017-08-17 22:19:39 +02:00
2017-08-24 17:54:10 +02:00
2017-08-24 17:54:10 +02:00
2017-08-19 22:23:47 +02:00
2017-08-19 14:25:35 +02:00
2017-08-19 14:25:35 +02:00
2017-08-17 22:19:39 +02:00
2017-08-19 14:25:35 +02:00
2017-08-19 14:25:35 +02:00
2017-08-17 00:23:20 +02:00
2017-08-19 14:25:35 +02:00
2017-08-19 14:25:35 +02:00
2017-08-20 19:37:29 +02:00
2017-08-19 14:25:35 +02:00
2017-08-20 13:30:50 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 19:37:29 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-17 22:19:39 +02:00
2017-01-18 23:21:01 +01:00
2017-08-17 22:19:39 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-24 08:31:33 +02:00
2017-08-24 17:54:10 +02:00
2017-08-24 17:54:10 +02:00
2017-08-20 13:30:50 +02:00
2017-08-17 22:19:39 +02:00
2015-08-01 20:42:07 +02:00
2017-08-17 22:19:39 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-20 13:30:50 +02:00
2017-08-17 22:19:39 +02:00
2017-08-25 13:20:53 +02:00
2017-08-25 13:20:53 +02:00