Home
last modified time | relevance | path

Searched refs:jump_height (Results 1 – 20 of 20) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/movements/
H A DJumpMovement.cpp51 jump_height(0) { in JumpMovement()
163 displayed_xy.y -= jump_height; // display the entity over its shadow in get_displayed_xy()
178 jump_height = 0; in notify_step_done()
184 jump_height += jump_sign * jump_unit; in notify_step_done()
/dports/games/tomatoes/tomatoes-1.55/src/
H A Dplayer.cpp153 float jy = p1.jump_height * SIN(180.0f * p1.jump_pos); in draw_player_icons()
220 float jy = p2.jump_height * SIN(180.0f * p2.jump_pos); in draw_player_icons()
405 pos.y += jump_height * SIN(180.0f * jump_pos); in move()
937 float jy = jump_height * SIN(180.0f * jump_pos); in draw()
1009 jump_pos = jump_dist = jump_height = jump_speed = 0.0f; in clear()
1040 jump_height = height; in jump()
/dports/games/golddig/golddigC3.1/bitmap/
H A Djump.bits2 #define jump_height 16
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.cpp67 …int jump_height = (GetRemainingStep() > SCREEN_TILE_SIZE / 2 ? SCREEN_TILE_SIZE - GetRemainingStep… in GetJumpHeight() local
68 return (jump_height < 5 ? jump_height * 2 : jump_height < 13 ? jump_height + 4 : 16); in GetJumpHeight()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/movements/
H A DJumpMovement.h65 … int jump_height; /**< current height of the object while jumping */ variable
/dports/games/tomatoes/tomatoes-1.55/include/
H A Dplayer.h79 float jump_height; // Maximum jump height variable
/dports/games/openomf/libShadowDive-b2c34a6/include/shadowdive/
H A Drec.h70 int16_t jump_height; ///< Jump height (%) member
H A Dsetup.h66 uint16_t jump_height; member
/dports/games/openomf/openomf-c36c421/include/game/utils/
H A Dsettings.h73 int jump_height; member
/dports/games/cake/cake_src/cake/
H A Dclient.h288 float jump_height; /**< height that client can jump */ variable
H A Dclient.cpp37 jump_height = 286; in Client()
453 extSpeed[2] = jump_height; in Jump()
/dports/games/openomf/libShadowDive-b2c34a6/src/
H A Drec.c92 rec->jump_height = sd_read_word(r); in sd_rec_load()
202 sd_write_word(w, rec->jump_height); in sd_rec_save()
/dports/graphics/blender/blender-2.91.0/release/datafiles/userdef/
H A Duserdef_default.c202 .jump_height = 0.4,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_walk.c291 float jump_height; member
539 walk->jump_height = U.walk_navigation.jump_height; in initWalkInfo()
869 #define JUMP_SPEED_MAX sqrtf(2.0f * walk->gravity * walk->jump_height) in walkEvent()
/dports/games/openomf/openomf-c36c421/src/game/utils/
H A Dsettings.c103 F_INT(settings_advanced, jump_height, 100),
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dlocalplayer.cpp1153 float jump_height = 1.1f; // TODO: better than a magic number in handleAutojump() local
1154 v3f jump_pos = initial_position + v3f(0.0f, jump_height * BS, 0.0f); in handleAutojump()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_userdef_types.h584 float jump_height; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_userdef.c548 userdef->walk_navigation.jump_height = 0.4f; /* m */ in blo_do_versions_userdef()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/
H A Dkart.cpp3305 float jump_height = m_skidding->updateGraphics(dt); in updateGraphics() local
3306 center_shift.setY(jump_height + fabsf(lean_height) + m_graphical_y_offset); in updateGraphics()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold113649 "jump_height": -7.495820,