Loic Blot 725a0f56db
LocalPlayer::accelerateHorizontal: cleanups
* Properly use v3f default constructor
* v3f d_wanted = target_speed - m_speed; and d_wanted = target_speed * 0.1f - m_speed * 0.1f; can be factorized to d_wanted = (target_speed - m_speed) * 0.1f; => d_wanted *= 0.1f;
2017-08-13 23:08:17 +02:00
..
2017-08-12 19:37:53 +01:00
2017-08-04 21:57:50 +02:00
2017-06-27 11:54:40 +02:00
2017-07-07 22:28:23 +01:00
2017-07-07 22:28:23 +01:00
2017-06-22 13:20:20 +02:00
2017-07-16 10:47:31 +02:00
2017-07-16 10:47:31 +02:00
2017-07-16 10:47:31 +02:00
2017-07-07 22:28:23 +01:00
2017-04-30 00:06:13 +01:00
2017-08-12 19:37:53 +01:00
2017-08-12 19:37:53 +01:00
2017-07-07 22:28:23 +01:00
2017-04-23 14:35:08 +02:00
2017-04-23 14:35:08 +02:00
2017-06-27 11:54:40 +02:00
2017-07-07 22:28:23 +01:00
2016-12-20 17:17:38 +10:00
2017-08-12 19:37:53 +01:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-04-08 18:39:15 -07:00
2016-12-28 14:16:39 -08:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-06-17 19:11:28 +02:00
2017-02-08 00:15:55 +01:00
2017-07-14 20:37:58 +02:00
2017-07-11 01:02:22 +01:00
2017-05-10 15:29:21 +02:00
2016-06-11 23:35:17 +01:00
2017-07-07 22:28:23 +01:00
2017-07-07 22:28:23 +01:00
2017-03-18 12:37:57 +01:00
2017-03-18 12:37:57 +01:00
2017-07-11 01:02:22 +01:00
2017-07-05 15:39:49 +02:00
2017-07-05 15:39:49 +02:00
2017-06-27 11:54:40 +02:00
2017-06-27 11:54:40 +02:00
2017-06-14 17:21:08 +02:00
2017-06-11 13:58:26 +02:00
2017-01-18 23:21:01 +01:00