From 2ff62c4d9720f07509d040c7530f29d7a2ac9e84 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Thu, 18 Jul 2013 07:24:47 +0000 Subject: [PATCH] Added support for jump animation, which will triggered if either the estimated jump duration is long enough, or the texture the kart was on before it jumped has a jump property set. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13265 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/stk_config.xml | 6 +++++ src/graphics/material.cpp | 2 ++ src/graphics/material.hpp | 9 +++++++ src/karts/kart.cpp | 48 +++++++++++++++++++++++++---------- src/karts/kart.hpp | 11 +++----- src/karts/kart_model.cpp | 10 ++------ src/karts/kart_model.hpp | 2 ++ src/karts/kart_properties.cpp | 8 +++++- src/karts/kart_properties.hpp | 7 +++++ 9 files changed, 74 insertions(+), 29 deletions(-) diff --git a/data/stk_config.xml b/data/stk_config.xml index 546d30252..2746789d0 100644 --- a/data/stk_config.xml +++ b/data/stk_config.xml @@ -147,6 +147,12 @@ + + +