|
Noble Ape
The Central Directories of the Noble Ape Simulation.
|
Go to the source code of this file.
Macros | |
| #define | TERRAINWINDOW(alpha) (alpha) |
| #define | VIEWWINDOW(alpha) (alpha + TERRAIN_WINDOW_AREA) |
| #define | GRAPHWINDOW(alpha) (alpha + (MAP_AREA + TERRAIN_WINDOW_AREA)) |
| #define | IS_WINDOW_KIND(x, y) (((x)>>(y))&1) |
| #define | NON_INTERPOLATED COLOUR_GREY |
| #define | spot_colour(alpha, spx, spy, col) alpha[((spx)|((spy)<<8))]=(col) |
| #define | ICONOFFSET 27 |
Enumerations | |
| enum | colour_type { COLOUR_GREY = (252), COLOUR_YELLOW = (253), COLOUR_RED_DARK = (254), COLOUR_RED = (255) } |
| enum | { NA_MENU_PAUSE = 0, NA_MENU_WEATHER, NA_MENU_BRAIN, NA_MENU_BRAINCODE, NA_MENU_TIDEDAYLIGHT, NA_MENU_TERRITORY, NA_MENU_PREVIOUS_APE, NA_MENU_NEXT_APE, NA_MENU_CLEAR_ERRORS, NA_MENU_FLOOD, NA_MENU_HEALTHY_CARRIER } |
Functions | |
| void | graph_honor_distribution (noble_simulation *sim, n_byte update_type, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_ideosphere (noble_simulation *sim, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_genepool (noble_simulation *sim, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_relationship_matrix (noble_simulation *sim, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_pathogens (noble_simulation *sim, n_byte update_type, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_age_demographic (noble_simulation *sim, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_heights (noble_simulation *sim, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_phasespace (noble_simulation *sim, n_byte update_type, n_byte *buffer, n_int img_width, n_int img_height, n_byte graph_type, n_byte data_type) |
| void | graph_braincode (noble_simulation *sim, noble_being *local_being, n_byte *buffer, n_int img_width, n_int img_height, n_byte clear) |
| void | graph_preferences (noble_simulation *sim, n_byte update_type, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_vascular (noble_being *being, n_byte *buffer, n_int img_width, n_int img_height, n_int tx, n_int ty, n_int bx, n_int by, n_byte thickness, n_byte clear, n_int shoulder_angle, n_int elbow_angle, n_int wrist_angle, n_int hip_angle, n_int knee_angle, n_byte show_skeleton_keypoints) |
| void | graph_socialsim (noble_simulation *sim, n_byte update_type, n_byte *buffer, n_int img_width, n_int img_height) |
| void | graph_meet_places (noble_simulation *sim, n_byte update_type, n_byte *buffer, n_int img_width, n_int img_height) |
| n_int | draw_toggle_weather (void) |
| n_int | draw_toggle_brain (void) |
| n_int | draw_toggle_braincode (void) |
| n_int | draw_toggle_territory (void) |
| n_int | draw_toggle_tide_daylight (void) |
| void | draw_fit (n_byte *points, n_byte2 *color_fit) |
| void | draw_terrain_coord (n_int *co_x, n_int *co_y) |
| void | draw_color_time (n_byte2 *color_fit, n_byte2 time) |
| void | draw_undraw_clear (void) |
| n_byte * | draw_pointer (n_byte which_one) |
| n_byte * | draw_color_fit () |
| void | draw_about (n_constant_string platform) |
| void | draw_string (n_constant_string str, n_int off_x, n_int off_y, n_join *draw) |
| void | draw_window (n_int dim_x, n_int dim_y) |
| n_int | draw_cycle (void) |
| n_byte * | draw_offscreen (n_byte *value) |
Variables | |
| n_byte | land_points [] |
| #define GRAPHWINDOW | ( | alpha | ) | (alpha + (MAP_AREA + TERRAIN_WINDOW_AREA)) |
| #define NON_INTERPOLATED COLOUR_GREY |
| #define spot_colour | ( | alpha, | |
| spx, | |||
| spy, | |||
| col | |||
| ) | alpha[((spx)|((spy)<<8))]=(col) |
| #define VIEWWINDOW | ( | alpha | ) | (alpha + TERRAIN_WINDOW_AREA) |
| anonymous enum |
| enum colour_type |
| void draw_about | ( | n_constant_string | platform | ) |
| n_byte* draw_color_fit | ( | ) |
| n_int draw_cycle | ( | void | ) |
| void draw_string | ( | n_constant_string | str, |
| n_int | off_x, | ||
| n_int | off_y, | ||
| n_join * | draw | ||
| ) |
| n_int draw_toggle_brain | ( | void | ) |
| n_int draw_toggle_braincode | ( | void | ) |
| n_int draw_toggle_territory | ( | void | ) |
| n_int draw_toggle_tide_daylight | ( | void | ) |
| n_int draw_toggle_weather | ( | void | ) |
| void graph_age_demographic | ( | noble_simulation * | sim, |
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_braincode | ( | noble_simulation * | sim, |
| noble_being * | local_being, | ||
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height, | ||
| n_byte | clear | ||
| ) |
| void graph_genepool | ( | noble_simulation * | sim, |
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_heights | ( | noble_simulation * | sim, |
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_honor_distribution | ( | noble_simulation * | sim, |
| n_byte | update_type, | ||
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_ideosphere | ( | noble_simulation * | sim, |
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_meet_places | ( | noble_simulation * | sim, |
| n_byte | update_type, | ||
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_pathogens | ( | noble_simulation * | sim, |
| n_byte | update_type, | ||
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_phasespace | ( | noble_simulation * | sim, |
| n_byte | update_type, | ||
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height, | ||
| n_byte | graph_type, | ||
| n_byte | data_type | ||
| ) |
| void graph_preferences | ( | noble_simulation * | sim, |
| n_byte | update_type, | ||
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_relationship_matrix | ( | noble_simulation * | sim, |
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_socialsim | ( | noble_simulation * | sim, |
| n_byte | update_type, | ||
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height | ||
| ) |
| void graph_vascular | ( | noble_being * | being, |
| n_byte * | buffer, | ||
| n_int | img_width, | ||
| n_int | img_height, | ||
| n_int | tx, | ||
| n_int | ty, | ||
| n_int | bx, | ||
| n_int | by, | ||
| n_byte | thickness, | ||
| n_byte | clear, | ||
| n_int | shoulder_angle, | ||
| n_int | elbow_angle, | ||
| n_int | wrist_angle, | ||
| n_int | hip_angle, | ||
| n_int | knee_angle, | ||
| n_byte | show_skeleton_keypoints | ||
| ) |
1.8.1.1