更新于2023年02月28日
* new functions: sprintf2($str,$str_offset,$no_null_term,$format); get_proplist($pixi); remove_proplist($list);
* set_font(): additional parameters: last_char, char_xsize, char_ysize, char_xsize2, char_ysize2, grid_xoffset, grid_yoffset, grid_cell_xsize, grid_cell_ysize; see graphics/fonts2.pixi;
* new container flag: GL_NPOT - set it if you want to use OpenGL texture (inside the container) whose dimensions are not limited to a power of two;
* see full changelog on the site.