Home
last modified time | relevance | path

Searched refs:rv_success (Results 1 – 13 of 13) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dquest.c66 rv = ( ConfigFile_succeed == save_rv ) ? rv_success : rv_fail; in quest_file_export()
74 egoboo_rv export_rv = rv_success; in quest_file_close()
97 return ( NULL == *ppfile ) && ( rv_success == export_rv ) ? rv_success : rv_fail; in quest_file_close()
107 egoboo_rv retval = rv_success; in quest_log_download_vfs()
121 if ( NULL == fileread ) return rv_success; in quest_log_download_vfs()
124 retval = rv_success; in quest_log_download_vfs()
191 return rv_success; in quest_log_upload_vfs()
H A Dbbox.inl178 return rv_success;
193 return rv_success;
244 return rv_success;
270 return rv_success;
289 return rv_success;
330 return rv_success;
335 return rv_success;
592 return rv_success;
619 return rv_success;
646 return rv_success;
[all …]
H A DIDSZ_map.c78 rv = rv_success; in idsz_map_add()
101 rv = rv_success; in idsz_map_add()
177 return rv_success; in idsz_map_copy()
H A Dphysics.c70 if ( rv_success != oct_bb_intersection( pbb_a, pbb_b, &otmp ) ) in phys_get_collision_depth()
560 return rv_success; in oct_bb_intersect_index()
738 return rv_success; in oct_bb_intersect_close_index()
813 else if ( rv_success == retval ) in phys_intersect_oct_bb()
929 if ( rv_success == retval ) in phys_intersect_oct_bb_close()
H A Dmenu.c5219 return rv_success; in LoadPlayer_list_init()
5295 return rv_success; in LoadPlayer_list_import_one()
5331 if ( 0 == lst->count ) return rv_success; in LoadPlayer_list_dealloc()
5340 return rv_success; in LoadPlayer_list_dealloc()
5372 return rv_success; in LoadPlayer_list_import_all()
5417 return ( lst->count > 0 ) ? rv_success : rv_fail; in LoadPlayer_list_from_players()
5497 if ( 0 == src->count || 0 == sp_lst->count ) return rv_success; in mnu_set_selected_list()
5520 return ( dst->count > 0 ) ? rv_success : rv_fail; in mnu_set_selected_list()
5567 return ( imp_lst->count > 0 ) ? rv_success : rv_fail; in mnu_set_local_import_list()
5580 return rv_success; in SelectedPlayer_element_init()
[all …]
H A Dchar.c372 return rv_success; in flash_character_height()
1421 return rv_success; in attach_character_to_mount()
2923 return rv_success == rv ? btrue : bfalse; in export_one_character_quest_vfs()
8284 return rv_success; in chr_update_collision_size()
9246 needs_update = ( rv_success == retval ); in chr_update_matrix()
9277 return applied ? rv_success : rv_fail; in chr_update_matrix()
9829 return rv_success; in chr_invalidate_child_instances()
9840 if ( rv_success != retval ) return retval; in chr_set_action()
9859 if ( rv_success != retval ) return retval; in chr_start_anim()
9878 if ( rv_success != retval ) return retval; in chr_set_anim()
[all …]
H A Dgame.c329 return rv_success; in export_one_character()
352 retval = rv_success; in export_all_players()
415 else if ( rv_success == export_chr_rv ) in export_all_players()
549 if ( rv_success == retval ) in chr_set_frame()
2649 if ( rv_success == attach_character_to_mount( ichr, pinfo->parent, grip_off ) ) in chr_setup_apply()
5296 return rv_success; in move_water()
5534 if ( 0 == imp_lst->count ) return rv_success; in game_copy_imports()
5537 retval = rv_success; in game_copy_imports()
5656 return ( imp_lst->count > 0 ) ? rv_success : rv_fail; in Import_list_from_players()
H A Degoboo_typedef.h60 rv_success = btrue enumerator
H A Dscript_functions.c1060 if ( rv_success == chr_start_anim( pchr, action, bfalse, bfalse ) ) in scr_DoAction()
1165 if ( rv_success == chr_start_anim( pself_target, action, bfalse, bfalse ) ) in scr_TargetDoAction()
1322 if ( rv_success == chr_start_anim( pchr, action, bfalse, btrue ) ) in scr_DoActionOverride()
2388 if ( rv_success == chr_start_anim( pchr, tmp_action, bfalse, btrue ) ) in scr_BecomeSpellbook()
4327 if ( rv_success == chr_start_anim( pchild, action, bfalse, btrue ) ) in scr_ChildDoActionOverride()
5575 if ( rv_success == chr_start_anim( pself_target, action, bfalse, btrue ) ) in scr_TargetDoActionSetFrame()
6984 returncode = ( rv_success == result ); in scr_AddQuest()
7250 if ( rv_success == attach_character_to_mount( ichr, pself->target, grip_off ) ) in scr_SpawnAttachedCharacter()
7856 returncode = ( rv_success == rv ); in scr_GiveSkillToTarget()
H A Dbbox.c993 return rv_success; in oct_bb_downgrade()
H A Dcollision.c1939 if ( rv_success == attach_character_to_mount( ichr_a, ichr_b, GRIP_ONLY ) ) in bump_one_mount()
1976 if ( rv_success == attach_character_to_mount( ichr_b, ichr_a, GRIP_ONLY ) ) in bump_one_mount()
H A Dgraphic.c769 return rv_success; in gfx_error_add()
/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Dtreasure_table_file.c125 return rv_success; in init_random_treasure_tables_vfs()
167 if ( rv_success == get_random_treasure( tmp_buffer, buffer_length ) ) in get_random_treasure()
188 return found ? rv_success : rv_fail; in get_random_treasure()