|
void | hr::shot::default_screenshot_content () |
|
ld | hr::svg::cta (color_t col) |
|
bool | hr::svg::invisible (color_t col) |
|
void | hr::svg::fixgamma (unsigned int &color) |
|
const char * | hr::svg::coord (int val) |
|
char * | hr::svg::stylestr (color_t fill, color_t stroke, ld width=1) |
|
EX void | hr::svg::circle (int x, int y, int size, color_t col, color_t fillcol, double linewidth) |
|
void | hr::svg::startstring () |
|
void | hr::svg::stopstring () |
|
EX void | hr::svg::text (int x, int y, int size, const string &str, bool frame, color_t col, int align) |
|
EX void | hr::svg::polygon (int *polyx, int *polyy, int polyi, color_t col, color_t outline, double linewidth) |
|
EX void | hr::svg::render (const string &fname, const function< void()> &what IS(shot::default_screenshot_content)) |
|
int | hr::svg::read_args () |
|
void | hr::IMAGESAVE (SDL_Surface *s, const char *fname) |
|
void | hr::shot::set_shotx () |
|
void | hr::shot::postprocess (string fname, SDL_Surface *sdark, SDL_Surface *sbright) |
|
EX void | hr::shot::take (string fname, const function< void()> &what IS(default_screenshot_content)) |
|
int | hr::shot::png_read_args () |
|
EX void | hr::shot::menu () |
|
EX void | hr::anims::moved () |
|
EX void | hr::anims::deanimate (ld &x) |
|
EX void | hr::anims::get_parameter_animation (ld &x, string &s) |
|
EX void | hr::anims::animate_parameter (ld &x, string f, const reaction_t &r) |
|
void | hr::anims::apply_animated_parameters () |
|
EX void | hr::anims::reflect_view () |
|
EX void | hr::anims::apply () |
|
EX void | hr::anims::rollback () |
|
void | hr::anims::display_animation () |
|
void | hr::anims::animator (string caption, ld ¶m, char key) |
|
void | hr::anims::list_animated_parameters () |
|
EX void | hr::anims::show () |
|
int | hr::anims::readArgs () |
|
EX bool | hr::anims::any_animation () |
|
EX bool | hr::anims::any_on () |
|
EX bool | hr::anims::center_music () |
|
void | hr::startanims::explorable (reaction_t ee) |
|
void | hr::startanims::no_init () |
|
void | hr::startanims::draw_ghost (const transmatrix V, int id) |
|
EX void | hr::startanims::pick () |
|
EX void | hr::startanims::display () |
|
EX void | hr::startanims::explore () |
|
|
bool | hr::hide_hud = true |
|
fhstream | hr::svg::f |
|
EX bool | hr::svg::in = false |
|
int | hr::svg::svgsize |
|
EX int | hr::svg::divby = 10 |
|
EX string | hr::svg::link |
|
string | hr::svg::font = "Times" |
|
ld | hr::svg::text_width_multiplier = 1/40. |
|
int | hr::svg::min_text = 3 |
|
auto | hr::svg::ah = addHook(hooks_args, 0, read_args) |
|
purehookset | hr::shot::hooks_hqshot |
|
EX int | hr::shot::shotx = 2000 |
|
EX int | hr::shot::shoty = 2000 |
|
EX bool | hr::shot::make_svg = false |
|
EX bool | hr::shot::transparent = true |
|
EX ld | hr::shot::gamma = 1 |
|
EX int | hr::shot::shotformat = -1 |
|
EX string | hr::shot::caption |
|
EX ld | hr::shot::fade = 1 |
|
EX int | hr::shot::shot_aa = 1 |
|
EX purehookset | hr::shot::hooks_take |
|
auto | hr::shot::ah_png = addHook(hooks_args, 0, png_read_args) |
|
eMovementAnimation | hr::anims::ma |
|
EX ld | hr::anims::shift_angle |
|
EX ld | hr::anims::movement_angle |
|
EX ld | hr::anims::normal_angle = 90 |
|
EX ld | hr::anims::period = 10000 |
|
EX int | hr::anims::noframes = 30 |
|
EX ld | hr::anims::cycle_length = 2 * M_PI |
|
EX ld | hr::anims::parabolic_length = 1 |
|
EX ld | hr::anims::skiprope_rotation |
|
int | hr::anims::lastticks |
|
int | hr::anims::bak_turncount |
|
EX ld | hr::anims::rug_rotation1 |
|
EX ld | hr::anims::rug_rotation2 |
|
EX ld | hr::anims::ballangle_rotation |
|
EX ld | hr::anims::env_ocean |
|
EX ld | hr::anims::env_volcano |
|
EX bool | hr::anims::env_shmup |
|
EX ld | hr::anims::rug_angle |
|
cell * | hr::anims::rotation_center |
|
transmatrix | hr::anims::rotation_center_View |
|
color_t | hr::anims::circle_display_color = 0x00FF00FF |
|
EX ld | hr::anims::circle_radius = acosh(2.) |
|
EX ld | hr::anims::circle_spins = 1 |
|
vector< animated_parameter > | hr::anims::aps |
|
int | hr::anims::ap_changes |
|
bool | hr::anims::needs_highqual |
|
bool | hr::anims::joukowsky_anim |
|
bool | hr::anims::clearup |
|
EX purehookset | hr::anims::hooks_anim |
|
EX ld | hr::anims::a |
|
EX ld | hr::anims::b |
|
ld | hr::anims::animation_period |
|
auto | hr::anims::animhook |
|
int | hr::startanims::ticks_start = 0 |
|
const int | hr::startanims::EXPLORE_START_ANIMATION = 2003 |
|
reaction_t | hr::startanims::exploration |
|
startanim | hr::startanims::null_animation { "", no_init, [] { gamescreen(2); }} |
|
startanim | hr::startanims::joukowsky |
|
startanim | hr::startanims::bandspin |
|
startanim | hr::startanims::perspective |
|
startanim | hr::startanims::rug |
|
startanim | hr::startanims::spin_around |
|
reaction_t | hr::startanims::add_to_frame |
|
startanim | hr::startanims::row_of_ghosts |
|
startanim | hr::startanims::army_of_ghosts |
|
startanim | hr::startanims::ghost_spiral |
|
startanim | hr::startanims::fib_ghosts |
|
startanim | hr::startanims::fpp |
|
EX startanim * | hr::startanims::current = &null_animation |
|
auto | hr::startanims::sanimhook = addHook(hooks_frame, 100, []() { if(add_to_frame) add_to_frame(); }) |
|
screenshots, SVG format, animations, start animations