libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Deprecated List
Global dr_array_set_stride (dr_t *dr, size_t stride)
Global dr_t::cb_userinfo
Do not set this field. Use the dr_cfg_t structure's cb_userinfo field and dr_get_cb_userinfo() instead.
Global dr_t::read_array_cb )(dr_t *dr, void *values_out, int offset, int count)
Do not set this field. Use the dr_cfg_t structure's read_array_cb field instead.
Global dr_t::read_cb )(dr_t *dr, void *value_out)
Do not set this field. Use the dr_cfg_t structure's read_cb field instead.
Global dr_t::read_scalar_cb )(dr_t *dr, void *value_out)
Do not set this field. Use the dr_cfg_t structure's read_scalar_cb field instead.
Global dr_t::write_array_cb )(dr_t *dr, void *values_in, int offset, int count)
Do not set this field. Use the dr_cfg_t structure's write_array_cb field instead.
Global dr_t::write_cb )(dr_t *dr, void *value_in)
Do not set this field. Use the dr_cfg_t structure's write_cb field instead.
Global dr_t::write_scalar_cb )(dr_t *dr, void *value_in)
Do not set this field. Use the dr_cfg_t structure's write_scalar_cb field instead.
Global explode_line (char *line, char delim, char **comps, size_t capacity)
Use strsplit() instead.
Global file2str (const char *comp,...)
Use file2str_name() instead.
Global file2str_ext (long *len_p, const char *comp,...)
Use file2str_name() instead.
Global glutils_cache_get_3D_lines (glutils_cache_t *cache, const vect3_t *p, size_t num_pts)
The glutils_lines_t functionality is deprecated, as it relies on legacy GL_LINE_STRIP functionality of the OpenGL driver. See glutils_nl_t for a modern replacement.
Global glutils_destroy_lines (glutils_lines_t *lines)
The glutils_lines_t functionality is deprecated, as it relies on legacy GL_LINE_STRIP functionality of the OpenGL driver. See glutils_nl_t for a modern replacement.
Global glutils_disable_all_client_state (void)
This function shouldn't be used for modern OpenGL contexts, as it uses the deprecated glDisableClientState() GL function.
Global glutils_disable_all_vtx_attrs (void)
This function shouldn't be used for modern OpenGL contexts. You should only disable vertex attributes you've previously enabled.
Global glutils_draw_lines (glutils_lines_t *lines, GLint prog)
The glutils_lines_t functionality is deprecated, as it relies on legacy GL_LINE_STRIP functionality of the OpenGL driver. See glutils_nl_t for a modern replacement.
Global glutils_init_3D_lines (__lines, __p, __num_pts)
The glutils_lines_t functionality is deprecated, as it relies on legacy GL_LINE_STRIP functionality of the OpenGL driver. See glutils_nl_t for a modern replacement.
Global glutils_init_3D_lines_impl (glutils_lines_t *lines, const char *filename, int line, const vect3_t *p, size_t num_pts)
The glutils_lines_t functionality is deprecated, as it relies on legacy GL_LINE_STRIP functionality of the OpenGL driver. See glutils_nl_t for a modern replacement.
Struct glutils_lines_t
The glutils_lines_t functionality is deprecated, as it relies on legacy GL_LINE_STRIP functionality of the OpenGL driver. See glutils_nl_t for a modern replacement.
Global htbl_dump (const htbl_t *htbl, bool_t printable_keys)
Dumps a hash table's context in text form. This has limited usefulness and shouldn't be used too much.
Global is_valid_lat_polar (double lat)
Synonym for is_valid_lat().
Global is_valid_tacan_freq (double freq_mhz)
Rough guess for whether freq_mhz is a valid TACAN frequency.