activate() | BadGuy | [protected, virtual] |
active_update(float elapsed_time) | Snail | [virtual] |
WalkingBadguy::active_update(float elapsed_time, float target_velocity) | WalkingBadguy | |
add_remove_listener(ObjectRemoveListener *listener) | GameObject | |
add_velocity(const Vector &velocity) | WalkingBadguy | |
BadGuy(const Vector &pos, const std::string &sprite_name, int layer=LAYER_OBJECTS) | BadGuy | |
BadGuy(const Vector &pos, Direction direction, const std::string &sprite_name, int layer=LAYER_OBJECTS) | BadGuy | |
BadGuy(const Reader &reader, const std::string &sprite_name, int layer=LAYER_OBJECTS) | BadGuy | |
bbox | MovingObject | [protected] |
be_flat() | Snail | [protected] |
be_kicked() | Snail | [protected] |
be_normal() | Snail | [protected] |
can_break() | Snail | [virtual] |
check_state_timer() | BadGuy | [inline, protected] |
collides(GameObject &other, const CollisionHit &hit) | MovingObject | [inline, virtual] |
collision(GameObject &other, const CollisionHit &hit) | BadGuy | [virtual] |
collision_badguy(BadGuy &badguy, const CollisionHit &hit) | Snail | [virtual] |
collision_bullet(Bullet &bullet, const CollisionHit &hit) | BadGuy | [protected, virtual] |
collision_player(Player &player, const CollisionHit &hit) | Snail | [virtual] |
collision_solid(const CollisionHit &hit) | Snail | [virtual] |
collision_squished(GameObject &object) | Snail | [protected, virtual] |
collision_tile(uint32_t tile_attributes) | BadGuy | [virtual] |
CollisionGrid class | MovingObject | [friend] |
countMe | BadGuy | |
deactivate() | BadGuy | [protected, virtual] |
dead_script | BadGuy | [protected] |
del_remove_listener(ObjectRemoveListener *listener) | GameObject | |
dir | BadGuy | [protected] |
draw(DrawingContext &context) | BadGuy | [virtual] |
extinguish() | BadGuy | [virtual] |
freeze() | WalkingBadguy | [virtual] |
frozen | BadGuy | [protected] |
GameObject() | GameObject | |
GameObject(const GameObject &rhs) | GameObject | |
get_bbox() const | MovingObject | [inline] |
get_floor_normal() | BadGuy | [protected] |
get_group() const | MovingObject | [inline] |
get_movement() const | MovingObject | [inline] |
get_name() const | GameObject | [inline] |
get_nearest_player() | BadGuy | [protected] |
get_pos() const | MovingObject | [inline] |
get_start_position() const | BadGuy | [inline] |
get_state() const | BadGuy | [inline, protected] |
get_velocity_y() const | WalkingBadguy | |
get_walk_speed(void) const | WalkingBadguy | [inline] |
group | MovingObject | [protected] |
ignite() | BadGuy | [virtual] |
ignited | BadGuy | [protected] |
inactive_update(float elapsed_time) | BadGuy | [protected, virtual] |
initialize() | Snail | [virtual] |
is_active() | BadGuy | [protected] |
is_flammable() const | BadGuy | [virtual] |
is_freezable() const | BadGuy | [virtual] |
is_frozen() const | BadGuy | |
is_ignited() const | BadGuy | |
is_initialized | BadGuy | [protected] |
is_offscreen() | BadGuy | [protected] |
is_valid() const | GameObject | [inline] |
kicked_delay_timer | Snail | [private] |
kill_fall() | BadGuy | [virtual] |
kill_squished(GameObject &object) | BadGuy | [protected] |
layer | MovingSprite | [protected] |
max_drop_height | WalkingBadguy | [protected] |
might_fall(int height=1) | BadGuy | [protected] |
movement | MovingObject | [protected] |
MovingObject() | MovingObject | |
MovingSprite(const Vector &pos, const std::string &sprite_name, int layer=LAYER_OBJECTS, CollisionGroup collision_group=COLGROUP_MOVING) | MovingSprite | |
MovingSprite(const Reader &reader, const Vector &pos, int layer=LAYER_OBJECTS, CollisionGroup collision_group=COLGROUP_MOVING) | MovingSprite | |
MovingSprite(const Reader &reader, const std::string &sprite_name, int layer=LAYER_OBJECTS, CollisionGroup collision_group=COLGROUP_MOVING) | MovingSprite | |
MovingSprite(const Reader &reader, int layer=LAYER_OBJECTS, CollisionGroup collision_group=COLGROUP_MOVING) | MovingSprite | |
MovingSprite(const MovingSprite &moving_sprite) | MovingSprite | |
name | GameObject | [protected] |
on_ground() | BadGuy | [protected] |
physic | BadGuy | [protected] |
Platform class | MovingObject | [friend] |
ref() | RefCounter | [inline] |
RefCounter() | RefCounter | [inline] |
remove_me() | GameObject | [inline] |
run_dead_script() | BadGuy | [virtual] |
Sector class | MovingObject | [friend] |
set_action(const std::string &action, int loops) | MovingSprite | [protected] |
set_action(const std::string &action, int loops, AnchorPoint anchorPoint) | MovingSprite | [protected] |
set_action_centered(const std::string &action, int loops) | MovingSprite | [protected] |
set_colgroup_active(CollisionGroup group) | BadGuy | [protected] |
set_group(CollisionGroup group) | MovingObject | [inline, protected] |
set_pos(const Vector &pos) | MovingObject | [inline, virtual] |
set_size(float w, float h) | MovingObject | [inline, virtual] |
set_start_position(const Vector &vec) | BadGuy | [inline] |
set_state(State state) | BadGuy | [protected] |
set_velocity_y(float vy) | WalkingBadguy | |
set_walk_speed(float) | WalkingBadguy | |
set_width(float w) | MovingObject | [inline, virtual] |
Snail(const Reader &reader) | Snail | |
Snail(const Vector &pos, Direction d) | Snail | |
sprite | MovingSprite | [protected] |
sprite_name | MovingSprite | [protected] |
squishcount | Snail | [private] |
start_dir | BadGuy | [protected] |
start_position | BadGuy | [protected] |
state | Snail | [private] |
State enum name | Snail | [private] |
STATE_ACTIVE enum value | BadGuy | [protected] |
STATE_FALLING enum value | BadGuy | [protected] |
STATE_FLAT enum value | Snail | [private] |
STATE_INACTIVE enum value | BadGuy | [protected] |
STATE_INIT enum value | BadGuy | [protected] |
STATE_KICKED enum value | Snail | [private] |
STATE_KICKED_DELAY enum value | Snail | [private] |
STATE_NORMAL enum value | Snail | [private] |
STATE_SQUISHED enum value | BadGuy | [protected] |
str2dir(std::string dir_str) | BadGuy | [protected] |
turn_around() | WalkingBadguy | [protected] |
turn_around_counter | WalkingBadguy | [protected] |
turn_around_timer | WalkingBadguy | [protected] |
unfreeze() | WalkingBadguy | [virtual] |
unref() | RefCounter | [inline] |
update(float elapsed_time) | BadGuy | [virtual] |
update_on_ground_flag(const CollisionHit &hit) | BadGuy | [protected] |
walk_left_action | WalkingBadguy | [protected] |
walk_right_action | WalkingBadguy | [protected] |
walk_speed | WalkingBadguy | [protected] |
WalkingBadguy(const Vector &pos, const std::string &sprite_name, const std::string &walk_left_action, const std::string &walk_right_action, int layer=LAYER_OBJECTS) | WalkingBadguy | |
WalkingBadguy(const Vector &pos, Direction direction, const std::string &sprite_name, const std::string &walk_left_action, const std::string &walk_right_action, int layer=LAYER_OBJECTS) | WalkingBadguy | |
WalkingBadguy(const Reader &reader, const std::string &sprite_name, const std::string &walk_left_action, const std::string &walk_right_action, int layer=LAYER_OBJECTS) | WalkingBadguy | |
~GameObject() | GameObject | [virtual] |
~MovingObject() | MovingObject | [virtual] |
~MovingSprite() | MovingSprite | |
~RefCounter() | RefCounter | [inline, protected, virtual] |