MANIFEST.in
README.md
setup.py
gfootball/__init__.py
gfootball/build_game_engine.sh
gfootball/dump_to_txt.py
gfootball/dump_to_video.py
gfootball/play_game.py
gfootball/replay.py
gfootball.egg-info/PKG-INFO
gfootball.egg-info/SOURCES.txt
gfootball.egg-info/dependency_links.txt
gfootball.egg-info/requires.txt
gfootball.egg-info/top_level.txt
gfootball/env/__init__.py
gfootball/env/config.py
gfootball/env/constants.py
gfootball/env/controller_base.py
gfootball/env/event_queue.py
gfootball/env/football_action_set.py
gfootball/env/football_action_set_test.py
gfootball/env/football_env.py
gfootball/env/football_env_core.py
gfootball/env/football_env_test.py
gfootball/env/gym_test.py
gfootball/env/observation_preprocessing.py
gfootball/env/observation_processor.py
gfootball/env/observation_rotation.py
gfootball/env/observation_rotation_test.py
gfootball/env/player_base.py
gfootball/env/remote_football_env.py
gfootball/env/scenario_builder.py
gfootball/env/script_helpers.py
gfootball/env/script_helpers_test.py
gfootball/env/wrappers.py
gfootball/env/wrappers_test.py
gfootball/env/players/__init__.py
gfootball/env/players/agent.py
gfootball/env/players/bot.py
gfootball/env/players/gamepad.py
gfootball/env/players/keyboard.py
gfootball/env/players/lazy.py
gfootball/env/players/ppo2_cnn.py
gfootball/env/players/replay.py
gfootball/examples/__init__.py
gfootball/examples/models.py
gfootball/examples/run_multiagent_rllib.py
gfootball/examples/run_ppo2.py
gfootball/scenarios/11_vs_11_competition.py
gfootball/scenarios/11_vs_11_easy_stochastic.py
gfootball/scenarios/11_vs_11_hard_stochastic.py
gfootball/scenarios/11_vs_11_stochastic.py
gfootball/scenarios/1_vs_1_easy.py
gfootball/scenarios/5_vs_5.py
gfootball/scenarios/__init__.py
gfootball/scenarios/academy_3_vs_1_with_keeper.py
gfootball/scenarios/academy_corner.py
gfootball/scenarios/academy_counterattack_easy.py
gfootball/scenarios/academy_counterattack_hard.py
gfootball/scenarios/academy_empty_goal.py
gfootball/scenarios/academy_empty_goal_close.py
gfootball/scenarios/academy_pass_and_shoot_with_keeper.py
gfootball/scenarios/academy_run_pass_and_shoot_with_keeper.py
gfootball/scenarios/academy_run_to_score.py
gfootball/scenarios/academy_run_to_score_with_keeper.py
gfootball/scenarios/academy_single_goal_versus_lazy.py
gfootball/scenarios/test_example_multiagent.py
gfootball/scenarios/tests/11_vs_11_deterministic.py
gfootball/scenarios/tests/11_vs_11_easy_deterministic.py
gfootball/scenarios/tests/11_vs_11_hard_deterministic.py
gfootball/scenarios/tests/11_vs_11_single_goal_deterministic.py
gfootball/scenarios/tests/11_vs_11_single_goal_stochastic.py
gfootball/scenarios/tests/11_vs_4_offence_deterministic.py
gfootball/scenarios/tests/11_vs_4_offence_stochastic.py
gfootball/scenarios/tests/__init__.py
gfootball/scenarios/tests/corner_test.py
gfootball/scenarios/tests/goal_test.py
gfootball/scenarios/tests/keeper_test.py
gfootball/scenarios/tests/kickoff_for_goal_loosing_team_test.py
gfootball/scenarios/tests/offside_test.py
gfootball/scenarios/tests/penalty.py
gfootball/scenarios/tests/symmetric.py
third_party/fonts/AlegreyaSansSC-ExtraBold.ttf
third_party/fonts/LICENSE
third_party/gfootball_engine/CMakeLists.txt
third_party/gfootball_engine/LICENSE
third_party/gfootball_engine/README.md
third_party/gfootball_engine/__init__.py
third_party/gfootball_engine/ai.cpp
third_party/gfootball_engine/ai.hpp
third_party/gfootball_engine/sources.cmake
third_party/gfootball_engine/CMakeModules/FindBlunted2.cmake
third_party/gfootball_engine/CMakeModules/FindPackageHandleStandardArgs.cmake
third_party/gfootball_engine/CMakeModules/FindSDL2_gfx.cmake
third_party/gfootball_engine/CMakeModules/FindSDL2_image.cmake
third_party/gfootball_engine/CMakeModules/FindSDL2_ttf.cmake
third_party/gfootball_engine/CMakeModules/FindSDL_gfx.cmake
third_party/gfootball_engine/CMakeModules/FindSGE.cmake
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_logo.bmp
third_party/gfootball_engine/data/media/animations/base.anim.util
third_party/gfootball_engine/data/media/animations/base.inverse.anim.util
third_party/gfootball_engine/data/media/animations/straight.anim.util
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000_accel_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000_accel_far.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/020.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/020_accel_far.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/045.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/045_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/090.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/090_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/090_accel_far.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/135.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/135_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/180.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/180_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/000.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/000_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/000_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/020_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/020_right_nondecel_stretch.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/045_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/135_decel_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/180_decel_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/lastditch/020_decel_stretch.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_accel_ballright.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_accel_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_accel_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_left.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_left_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/045.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/045_accel_2step.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/045_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/090_strongfoot.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/180_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/180_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/lastditch/045_left_decel_far.anim
third_party/gfootball_engine/data/media/animations/celebration/happy_extreme/000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/celebration/happy_normal/000.anim
third_party/gfootball_engine/data/media/animations/celebration/sad_normal/000.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_ground_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_deflect_close.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_deflect_sideclose.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_kneeheight_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_trunk_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_ground_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_ground_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_high_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_midheight_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_midheight_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_trunk_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/sprint/000_ground_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/sprint/000_ground_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/sprint/000_ground_holdball_ballside.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/000_ground_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/000_kneeheight_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/000_trunk_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/045_kneeheight_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_ground_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_ground_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_high_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_high_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_midheight_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_midheight_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_trunk_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_trunk_holdball_close.anim
third_party/gfootball_engine/data/media/animations/highpass/dribble/000.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/000_long.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/020.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/090.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/special/045_throw.anim
third_party/gfootball_engine/data/media/animations/highpass/sprint/090.anim
third_party/gfootball_engine/data/media/animations/highpass/sprint/090_slide.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/000.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/000_long.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/045_air_left.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/080.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/090_long.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/180_turn.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/interfere/idle/000_front.anim
third_party/gfootball_engine/data/media/animations/interfere/idle/000_header_jump.anim
third_party/gfootball_engine/data/media/animations/interfere/idle/000_side.anim
third_party/gfootball_engine/data/media/animations/interfere/sprint/000_header_jump.anim
third_party/gfootball_engine/data/media/animations/interfere/sprint/000_reach.anim
third_party/gfootball_engine/data/media/animations/interfere/walk/000_decel_side_behind.anim
third_party/gfootball_engine/data/media/animations/interfere/walk/000_stretch.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/090_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/135.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/135_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/180_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D135_045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D135_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D135_to_D045_045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D045_045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D045_090_left.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D135_090.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D135_135.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D045_to_D135.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D-135_left.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_000.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_045_left.anim
third_party/gfootball_engine/data/media/animations/movement/idle/000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/000_idlelevel1.anim
third_party/gfootball_engine/data/media/animations/movement/idle/045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/090_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/135_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/180_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/angled/D045_090_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/angled/D045_135_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/angled/D045_180_accel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/000_decel_decel_decel_todo.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/000_idlelevel1.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/135_decel_decel_decel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/newangles/D000_to_D045_045_left_decel_decel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/newangles/D000_to_D045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/newangles/D045_decel_left.anim
third_party/gfootball_engine/data/media/animations/movement/walk/000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/045.anim
third_party/gfootball_engine/data/media/animations/movement/walk/045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/090_left_decel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/135_decel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/D045_to_D000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D000_to_D045.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_045.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D000.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D000_045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D135_decel.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D000_to_D135_180_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_decel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_left_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_to_D000_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/special/000_decel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/special/000_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/special/090_decel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_accel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_back_to_front_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_stand_up_from_back.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_stand_up_from_front.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_stand_up_from_front_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/045_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/135_accel_holdball.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/180_turn.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/lastditch/090_decel_ballside.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/lastditch/090_decel_ballside_otherside.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/nonbase/090_highball.anim
third_party/gfootball_engine/data/media/animations/pass/idle/000.anim
third_party/gfootball_engine/data/media/animations/pass/idle/090.anim
third_party/gfootball_engine/data/media/animations/pass/idle/180.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/000_header.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/000_header_jump_backwards.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/000_header_jump_forwards.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/070_header_jump.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/090_header.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/090_kneeheight.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/135_header_jump.anim
third_party/gfootball_engine/data/media/animations/pass/idle/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/pass/idle/special/045_throw.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/000.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/045.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/090.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/180.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/lastditch/000_reach.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/lastditch/090_slide.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/nonbase/000_header_jump.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/nonbase/020_ballside.anim
third_party/gfootball_engine/data/media/animations/pass/walk/000.anim
third_party/gfootball_engine/data/media/animations/pass/walk/000_short.anim
third_party/gfootball_engine/data/media/animations/pass/walk/045.anim
third_party/gfootball_engine/data/media/animations/pass/walk/090.anim
third_party/gfootball_engine/data/media/animations/pass/walk/090_short.anim
third_party/gfootball_engine/data/media/animations/pass/walk/135.anim
third_party/gfootball_engine/data/media/animations/pass/walk/lastditch/040_reach.anim
third_party/gfootball_engine/data/media/animations/pass/walk/lastditch/040_side_reach.anim
third_party/gfootball_engine/data/media/animations/pass/walk/lastditch/090_reach.anim
third_party/gfootball_engine/data/media/animations/pass/walk/nonbase/000_kneeheight.anim
third_party/gfootball_engine/data/media/animations/pass/walk/nonbase/D045_pass00_header_headheight.anim
third_party/gfootball_engine/data/media/animations/pass/walk/nonbase/D045_pass90_header_headheight.anim
third_party/gfootball_engine/data/media/animations/pass/walk/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/shot/dribble/090_zidane.anim
third_party/gfootball_engine/data/media/animations/shot/dribble/angled/D135.anim
third_party/gfootball_engine/data/media/animations/shot/idle/020.anim
third_party/gfootball_engine/data/media/animations/shot/idle/090.anim
third_party/gfootball_engine/data/media/animations/shot/idle/180_bicycle.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/000_headerdive.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/010_close.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/010_short_bit_longer.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/020_left.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/030.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/090_2step.anim
third_party/gfootball_engine/data/media/animations/shot/walk/010_short.anim
third_party/gfootball_engine/data/media/animations/shot/walk/010_short_bit_longer.anim
third_party/gfootball_engine/data/media/animations/shot/walk/090_2step.anim
third_party/gfootball_engine/data/media/animations/shot/walk/180_turn.anim
third_party/gfootball_engine/data/media/animations/shot/walk/angled/D045_20_below.anim
third_party/gfootball_engine/data/media/animations/shot/walk/angled/D045_20_header.anim
third_party/gfootball_engine/data/media/animations/sliding/dribble/angled/D135_decel.anim
third_party/gfootball_engine/data/media/animations/sliding/idle/000.anim
third_party/gfootball_engine/data/media/animations/sliding/idle/090.anim
third_party/gfootball_engine/data/media/animations/sliding/sprint/000.anim
third_party/gfootball_engine/data/media/animations/sliding/sprint/000_ballside.anim
third_party/gfootball_engine/data/media/animations/sliding/walk/000.anim
third_party/gfootball_engine/data/media/animations/special/000_showcard.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD000.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD045.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD045_left.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD135.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD135_left.anim
third_party/gfootball_engine/data/media/animations/templates/idleD000.anim
third_party/gfootball_engine/data/media/animations/templates/sprintD000.anim
third_party/gfootball_engine/data/media/animations/templates/walkD000.anim
third_party/gfootball_engine/data/media/animations/templates/walkD045.anim
third_party/gfootball_engine/data/media/animations/templates/walkD045_left.anim
third_party/gfootball_engine/data/media/animations/trap/idle/000_IB000.anim
third_party/gfootball_engine/data/media/animations/trap/idle/090_IB000_accel_optional.anim
third_party/gfootball_engine/data/media/animations/trap/idle/135_IB000.anim
third_party/gfootball_engine/data/media/animations/trap/idle/135_IB000_accel_left_shallowangle.anim
third_party/gfootball_engine/data/media/animations/trap/idle/135_IB000_accel_right.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_chest.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_chest_jump.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_crotch.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_knee.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/020_chest_fromabove.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/135_chest.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/000_D000_IB090_decel.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/highballs/000_chest.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/highballs/000_fromside_kneeheight.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/lastditch/000_decel_decel_decel_stretch.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/lastditch/000_decel_decel_stretch.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB000_short.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB090.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D045_IB090.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D045_IB090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D045_IB135.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D135_IB135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D000_IB000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D045_IB090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D045_IB135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D135_IB135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_chest_ballfrombelow.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_chest_jump_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_control_highball_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_knee.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/135_chest.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D045_chest.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D045_to_D000_decel_chest.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D135_chest_jump_180.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D135_chest_jump_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/lastditch/000_D000_IB090_decel_decel_lastditch.anim
third_party/gfootball_engine/data/media/animations/trap/walk/lastditch/000_D000_IB090_decel_short_lastditch.anim
third_party/gfootball_engine/data/media/animations/trap/walk/lastditch/000_frombehind_decel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/idle/000_protectback.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/idle/000_protectfront.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/idle/000_protectside.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/sprint/000_decel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/sprint/000_sidebump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/sprint/045_decel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/walk/000_protectback.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/walk/000_protectfront.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/walk/028_D045_sidebump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/dribble/000_accel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/dribble/D135_000bump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/dribble/D135_180bump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/idle/000_000.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/idle/000_090.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/idle/000_180.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/sprint/side_behind.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t3/sprint/000.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t3/sprint/045.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t3/walk/000_000.anim
third_party/gfootball_engine/data/media/blunted/gui2/black.bmp
third_party/gfootball_engine/data/media/menu/league.bmp
third_party/gfootball_engine/data/media/menu/scoreboard_bg.bmp
third_party/gfootball_engine/data/media/menu/backgrounds/megabackground01.bmp
third_party/gfootball_engine/data/media/menu/main/loading01.bmp
third_party/gfootball_engine/data/media/menu/radar/ball.bmp
third_party/gfootball_engine/data/media/menu/radar/p1.bmp
third_party/gfootball_engine/data/media/menu/radar/p2.bmp
third_party/gfootball_engine/data/media/menu/radar/radar.bmp
third_party/gfootball_engine/data/media/objects/balls/ball.bmp
third_party/gfootball_engine/data/media/objects/balls/generic.ase
third_party/gfootball_engine/data/media/objects/balls/generic.object
third_party/gfootball_engine/data/media/objects/lighting/generic.object
third_party/gfootball_engine/data/media/objects/menu/background01.ase
third_party/gfootball_engine/data/media/objects/officials/redcard.ase
third_party/gfootball_engine/data/media/objects/officials/redcard.bmp
third_party/gfootball_engine/data/media/objects/officials/yellowcard.ase
third_party/gfootball_engine/data/media/objects/officials/yellowcard.bmp
third_party/gfootball_engine/data/media/objects/players/fullbody.object
third_party/gfootball_engine/data/media/objects/players/fullbody2.object
third_party/gfootball_engine/data/media/objects/players/player.object
third_party/gfootball_engine/data/media/objects/players/hairstyles/bald.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/long01.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/long02.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/medium01.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/medium02.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/short01.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/short02.ase
third_party/gfootball_engine/data/media/objects/players/models/foot.ase
third_party/gfootball_engine/data/media/objects/players/models/fullbody.ase
third_party/gfootball_engine/data/media/objects/players/models/fullbody2.ase
third_party/gfootball_engine/data/media/objects/players/models/head.ase
third_party/gfootball_engine/data/media/objects/players/models/lowerarm.ase
third_party/gfootball_engine/data/media/objects/players/models/lowerleg.ase
third_party/gfootball_engine/data/media/objects/players/models/pelvis.ase
third_party/gfootball_engine/data/media/objects/players/models/trunk.ase
third_party/gfootball_engine/data/media/objects/players/models/upperarm.ase
third_party/gfootball_engine/data/media/objects/players/models/upperleg.ase
third_party/gfootball_engine/data/media/objects/players/textures/arm_normal.bmp
third_party/gfootball_engine/data/media/objects/players/textures/goalie_kit.bmp
third_party/gfootball_engine/data/media/objects/players/textures/kit_UVWnormal.bmp
third_party/gfootball_engine/data/media/objects/players/textures/kit_template.bmp
third_party/gfootball_engine/data/media/objects/players/textures/knee_normal.bmp
third_party/gfootball_engine/data/media/objects/players/textures/referee_kit.bmp
third_party/gfootball_engine/data/media/objects/players/textures/shoe.bmp
third_party/gfootball_engine/data/media/objects/players/textures/shoe_sole.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin01.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin02.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin03.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin04.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/black.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/blonde.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/brown.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/darkblonde.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/red.bmp
third_party/gfootball_engine/data/media/objects/stadiums/goals.ase
third_party/gfootball_engine/data/media/objects/stadiums/goals.object
third_party/gfootball_engine/data/media/objects/stadiums/white.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/abstractads.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor01wall.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor01wall_selfillum.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor01wall_specular.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor02wall.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor02wall_specular.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/hekje.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/lightgrey.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/pitch.ase
third_party/gfootball_engine/data/media/objects/stadiums/test/pitchonly.object
third_party/gfootball_engine/data/media/objects/stadiums/test/test.ase
third_party/gfootball_engine/data/media/objects/stadiums/test/test.object
third_party/gfootball_engine/data/media/shaders/ambient.frag
third_party/gfootball_engine/data/media/shaders/ambient.vert
third_party/gfootball_engine/data/media/shaders/lighting.frag
third_party/gfootball_engine/data/media/shaders/lighting.vert
third_party/gfootball_engine/data/media/shaders/noise.bmp
third_party/gfootball_engine/data/media/shaders/noise_colorful.bmp
third_party/gfootball_engine/data/media/shaders/postprocess.frag
third_party/gfootball_engine/data/media/shaders/postprocess.vert
third_party/gfootball_engine/data/media/shaders/simple.frag
third_party/gfootball_engine/data/media/shaders/simple.vert
third_party/gfootball_engine/data/media/shaders/zphase.frag
third_party/gfootball_engine/data/media/shaders/zphase.vert
third_party/gfootball_engine/data/media/textures/almost_black.bmp
third_party/gfootball_engine/data/media/textures/almost_white.bmp
third_party/gfootball_engine/data/media/textures/black.bmp
third_party/gfootball_engine/data/media/textures/orange.bmp
third_party/gfootball_engine/data/media/textures/white.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_3xblast01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_altfunc01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_blauwprint01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_bleep01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_brokenbread01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_groningen01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_indietopia01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_omeganorth01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon_flyingdutchman02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon_jigsawHD02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_stark01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_stark02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_tenshu01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_your_ad_here.bmp
third_party/gfootball_engine/data/media/textures/concrete/concrete.wall01_normal.bmp
third_party/gfootball_engine/data/media/textures/concrete/concrete.wall01_specular.bmp
third_party/gfootball_engine/data/media/textures/concrete/concrete.wall01a.bmp
third_party/gfootball_engine/data/media/textures/pitch/overlay.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_01.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_02.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_03.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_04.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_01.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_02.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_03.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_04.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_01.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_02.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_03.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_04.bmp
third_party/gfootball_engine/data/media/textures/pitch/seamlessgrass08.bmp
third_party/gfootball_engine/data/media/textures/stadium/ad_placeholder.bmp
third_party/gfootball_engine/data/media/textures/stadium/crowd01.bmp
third_party/gfootball_engine/data/media/textures/stadium/crowd01_normal.bmp
third_party/gfootball_engine/data/media/textures/stadium/goalnetting.bmp
third_party/gfootball_engine/data/media/textures/stadium/greenish_floor.bmp
third_party/gfootball_engine/src/blunted.cpp
third_party/gfootball_engine/src/blunted.hpp
third_party/gfootball_engine/src/defines.cpp
third_party/gfootball_engine/src/defines.hpp
third_party/gfootball_engine/src/game_env.cpp
third_party/gfootball_engine/src/game_env.hpp
third_party/gfootball_engine/src/gamedefines.cpp
third_party/gfootball_engine/src/gamedefines.hpp
third_party/gfootball_engine/src/gametask.cpp
third_party/gfootball_engine/src/gametask.hpp
third_party/gfootball_engine/src/gfootball_actions.h
third_party/gfootball_engine/src/main.cpp
third_party/gfootball_engine/src/main.hpp
third_party/gfootball_engine/src/utils.cpp
third_party/gfootball_engine/src/utils.hpp
third_party/gfootball_engine/src/ai/ai_keyboard.cpp
third_party/gfootball_engine/src/ai/ai_keyboard.hpp
third_party/gfootball_engine/src/base/log.cpp
third_party/gfootball_engine/src/base/log.hpp
third_party/gfootball_engine/src/base/properties.cpp
third_party/gfootball_engine/src/base/properties.hpp
third_party/gfootball_engine/src/base/sdl_surface.cpp
third_party/gfootball_engine/src/base/sdl_surface.hpp
third_party/gfootball_engine/src/base/utils.cpp
third_party/gfootball_engine/src/base/utils.hpp
third_party/gfootball_engine/src/base/geometry/aabb.cpp
third_party/gfootball_engine/src/base/geometry/aabb.hpp
third_party/gfootball_engine/src/base/geometry/line.cpp
third_party/gfootball_engine/src/base/geometry/line.hpp
third_party/gfootball_engine/src/base/geometry/plane.cpp
third_party/gfootball_engine/src/base/geometry/plane.hpp
third_party/gfootball_engine/src/base/geometry/triangle.cpp
third_party/gfootball_engine/src/base/geometry/triangle.hpp
third_party/gfootball_engine/src/base/geometry/trianglemeshutils.cpp
third_party/gfootball_engine/src/base/geometry/trianglemeshutils.hpp
third_party/gfootball_engine/src/base/math/bluntmath.cpp
third_party/gfootball_engine/src/base/math/bluntmath.hpp
third_party/gfootball_engine/src/base/math/matrix3.cpp
third_party/gfootball_engine/src/base/math/matrix3.hpp
third_party/gfootball_engine/src/base/math/matrix4.cpp
third_party/gfootball_engine/src/base/math/matrix4.hpp
third_party/gfootball_engine/src/base/math/quaternion.cpp
third_party/gfootball_engine/src/base/math/quaternion.hpp
third_party/gfootball_engine/src/base/math/vector3.cpp
third_party/gfootball_engine/src/base/math/vector3.hpp
third_party/gfootball_engine/src/cmake/SDL2_rotozoom.h
third_party/gfootball_engine/src/cmake/backtrace.cpp
third_party/gfootball_engine/src/cmake/backtrace.h
third_party/gfootball_engine/src/cmake/file.cpp
third_party/gfootball_engine/src/cmake/file.h
third_party/gfootball_engine/src/cmake/wrap_SDL.h
third_party/gfootball_engine/src/cmake/wrap_SDL_endian.h
third_party/gfootball_engine/src/cmake/wrap_SDL_keyboard.h
third_party/gfootball_engine/src/cmake/wrap_SDL_keycode.h
third_party/gfootball_engine/src/cmake/wrap_SDL_surface.h
third_party/gfootball_engine/src/cmake/wrap_SDL_ttf.h
third_party/gfootball_engine/src/data/matchdata.cpp
third_party/gfootball_engine/src/data/matchdata.hpp
third_party/gfootball_engine/src/data/playerdata.cpp
third_party/gfootball_engine/src/data/playerdata.hpp
third_party/gfootball_engine/src/data/teamdata.cpp
third_party/gfootball_engine/src/data/teamdata.hpp
third_party/gfootball_engine/src/hid/ihidevice.hpp
third_party/gfootball_engine/src/loaders/aseloader.cpp
third_party/gfootball_engine/src/loaders/aseloader.hpp
third_party/gfootball_engine/src/loaders/imageloader.cpp
third_party/gfootball_engine/src/loaders/imageloader.hpp
third_party/gfootball_engine/src/managers/resourcemanager.hpp
third_party/gfootball_engine/src/menu/menutask.cpp
third_party/gfootball_engine/src/menu/menutask.hpp
third_party/gfootball_engine/src/menu/pagefactory.cpp
third_party/gfootball_engine/src/menu/pagefactory.hpp
third_party/gfootball_engine/src/menu/ingame/gamepage.cpp
third_party/gfootball_engine/src/menu/ingame/gamepage.hpp
third_party/gfootball_engine/src/menu/ingame/radar.cpp
third_party/gfootball_engine/src/menu/ingame/radar.hpp
third_party/gfootball_engine/src/menu/ingame/scoreboard.cpp
third_party/gfootball_engine/src/menu/ingame/scoreboard.hpp
third_party/gfootball_engine/src/menu/startmatch/loadingmatch.cpp
third_party/gfootball_engine/src/menu/startmatch/loadingmatch.hpp
third_party/gfootball_engine/src/misc/hungarian.cpp
third_party/gfootball_engine/src/misc/hungarian.h
third_party/gfootball_engine/src/misc/perlin.cpp
third_party/gfootball_engine/src/misc/perlin.h
third_party/gfootball_engine/src/onthepitch/ball.cpp
third_party/gfootball_engine/src/onthepitch/ball.hpp
third_party/gfootball_engine/src/onthepitch/humangamer.cpp
third_party/gfootball_engine/src/onthepitch/humangamer.hpp
third_party/gfootball_engine/src/onthepitch/match.cpp
third_party/gfootball_engine/src/onthepitch/match.hpp
third_party/gfootball_engine/src/onthepitch/officials.cpp
third_party/gfootball_engine/src/onthepitch/officials.hpp
third_party/gfootball_engine/src/onthepitch/proceduralpitch.cpp
third_party/gfootball_engine/src/onthepitch/proceduralpitch.hpp
third_party/gfootball_engine/src/onthepitch/referee.cpp
third_party/gfootball_engine/src/onthepitch/referee.hpp
third_party/gfootball_engine/src/onthepitch/team.cpp
third_party/gfootball_engine/src/onthepitch/team.hpp
third_party/gfootball_engine/src/onthepitch/teamAIcontroller.cpp
third_party/gfootball_engine/src/onthepitch/teamAIcontroller.hpp
third_party/gfootball_engine/src/onthepitch/AIsupport/AIfunctions.cpp
third_party/gfootball_engine/src/onthepitch/AIsupport/AIfunctions.hpp
third_party/gfootball_engine/src/onthepitch/AIsupport/mentalimage.cpp
third_party/gfootball_engine/src/onthepitch/AIsupport/mentalimage.hpp
third_party/gfootball_engine/src/onthepitch/player/player.cpp
third_party/gfootball_engine/src/onthepitch/player/player.hpp
third_party/gfootball_engine/src/onthepitch/player/playerbase.cpp
third_party/gfootball_engine/src/onthepitch/player/playerbase.hpp
third_party/gfootball_engine/src/onthepitch/player/playerofficial.cpp
third_party/gfootball_engine/src/onthepitch/player/playerofficial.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/elizacontroller.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/elizacontroller.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/humancontroller.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/humancontroller.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/icontroller.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/icontroller.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/playercontroller.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/playercontroller.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/refereecontroller.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/refereecontroller.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/strategy.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/strategy.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/default_def.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/default_def.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/default_mid.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/default_mid.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/default_off.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/default_off.hpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/goalie_default.cpp
third_party/gfootball_engine/src/onthepitch/player/controller/strategies/offtheball/goalie_default.hpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/animcollection.cpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/animcollection.hpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/humanoid.cpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/humanoid.hpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/humanoid_utils.cpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/humanoid_utils.hpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/humanoidbase.cpp
third_party/gfootball_engine/src/onthepitch/player/humanoid/humanoidbase.hpp
third_party/gfootball_engine/src/scene/iscene.hpp
third_party/gfootball_engine/src/scene/object.cpp
third_party/gfootball_engine/src/scene/object.hpp
third_party/gfootball_engine/src/scene/objectfactory.cpp
third_party/gfootball_engine/src/scene/objectfactory.hpp
third_party/gfootball_engine/src/scene/scene.cpp
third_party/gfootball_engine/src/scene/scene.hpp
third_party/gfootball_engine/src/scene/objects/camera.cpp
third_party/gfootball_engine/src/scene/objects/camera.hpp
third_party/gfootball_engine/src/scene/objects/geometry.cpp
third_party/gfootball_engine/src/scene/objects/geometry.hpp
third_party/gfootball_engine/src/scene/objects/image2d.cpp
third_party/gfootball_engine/src/scene/objects/image2d.hpp
third_party/gfootball_engine/src/scene/objects/light.cpp
third_party/gfootball_engine/src/scene/objects/light.hpp
third_party/gfootball_engine/src/scene/objects/skybox.cpp
third_party/gfootball_engine/src/scene/objects/skybox.hpp
third_party/gfootball_engine/src/scene/resources/geometrydata.cpp
third_party/gfootball_engine/src/scene/resources/geometrydata.hpp
third_party/gfootball_engine/src/scene/resources/surface.cpp
third_party/gfootball_engine/src/scene/resources/surface.hpp
third_party/gfootball_engine/src/scene/scene2d/scene2d.cpp
third_party/gfootball_engine/src/scene/scene2d/scene2d.hpp
third_party/gfootball_engine/src/scene/scene3d/node.cpp
third_party/gfootball_engine/src/scene/scene3d/node.hpp
third_party/gfootball_engine/src/scene/scene3d/scene3d.cpp
third_party/gfootball_engine/src/scene/scene3d/scene3d.hpp
third_party/gfootball_engine/src/systems/isystem.hpp
third_party/gfootball_engine/src/systems/isystemobject.hpp
third_party/gfootball_engine/src/systems/graphics/graphics_object.cpp
third_party/gfootball_engine/src/systems/graphics/graphics_object.hpp
third_party/gfootball_engine/src/systems/graphics/graphics_scene.cpp
third_party/gfootball_engine/src/systems/graphics/graphics_scene.hpp
third_party/gfootball_engine/src/systems/graphics/graphics_system.cpp
third_party/gfootball_engine/src/systems/graphics/graphics_system.hpp
third_party/gfootball_engine/src/systems/graphics/graphics_task.cpp
third_party/gfootball_engine/src/systems/graphics/graphics_task.hpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_camera.cpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_camera.hpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_geometry.cpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_geometry.hpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_light.cpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_light.hpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_overlay2d.cpp
third_party/gfootball_engine/src/systems/graphics/objects/graphics_overlay2d.hpp
third_party/gfootball_engine/src/systems/graphics/rendering/interface_renderer3d.hpp
third_party/gfootball_engine/src/systems/graphics/rendering/opengl_renderer3d.cpp
third_party/gfootball_engine/src/systems/graphics/rendering/opengl_renderer3d.hpp
third_party/gfootball_engine/src/systems/graphics/rendering/r3d_messages.hpp
third_party/gfootball_engine/src/systems/graphics/rendering/sdl_glfuncs.h
third_party/gfootball_engine/src/systems/graphics/resources/texture.cpp
third_party/gfootball_engine/src/systems/graphics/resources/texture.hpp
third_party/gfootball_engine/src/systems/graphics/resources/vertexbuffer.cpp
third_party/gfootball_engine/src/systems/graphics/resources/vertexbuffer.hpp
third_party/gfootball_engine/src/types/command.cpp
third_party/gfootball_engine/src/types/command.hpp
third_party/gfootball_engine/src/types/interpreter.hpp
third_party/gfootball_engine/src/types/loader.hpp
third_party/gfootball_engine/src/types/material.hpp
third_party/gfootball_engine/src/types/messagequeue.hpp
third_party/gfootball_engine/src/types/observer.cpp
third_party/gfootball_engine/src/types/observer.hpp
third_party/gfootball_engine/src/types/refcounted.cpp
third_party/gfootball_engine/src/types/refcounted.hpp
third_party/gfootball_engine/src/types/resource.hpp
third_party/gfootball_engine/src/types/spatial.cpp
third_party/gfootball_engine/src/types/spatial.hpp
third_party/gfootball_engine/src/types/subject.hpp
third_party/gfootball_engine/src/utils/animation.cpp
third_party/gfootball_engine/src/utils/animation.hpp
third_party/gfootball_engine/src/utils/objectloader.cpp
third_party/gfootball_engine/src/utils/objectloader.hpp
third_party/gfootball_engine/src/utils/orbitcamera.cpp
third_party/gfootball_engine/src/utils/orbitcamera.hpp
third_party/gfootball_engine/src/utils/splitgeometry.cpp
third_party/gfootball_engine/src/utils/splitgeometry.hpp
third_party/gfootball_engine/src/utils/xmlloader.cpp
third_party/gfootball_engine/src/utils/xmlloader.hpp
third_party/gfootball_engine/src/utils/animationextensions/animationextension.hpp
third_party/gfootball_engine/src/utils/animationextensions/footballanimationextension.cpp
third_party/gfootball_engine/src/utils/animationextensions/footballanimationextension.hpp
third_party/gfootball_engine/src/utils/gui2/guitask.cpp
third_party/gfootball_engine/src/utils/gui2/guitask.hpp
third_party/gfootball_engine/src/utils/gui2/page.cpp
third_party/gfootball_engine/src/utils/gui2/page.hpp
third_party/gfootball_engine/src/utils/gui2/style.cpp
third_party/gfootball_engine/src/utils/gui2/style.hpp
third_party/gfootball_engine/src/utils/gui2/view.cpp
third_party/gfootball_engine/src/utils/gui2/view.hpp
third_party/gfootball_engine/src/utils/gui2/windowmanager.cpp
third_party/gfootball_engine/src/utils/gui2/windowmanager.hpp
third_party/gfootball_engine/src/utils/gui2/widgets/caption.cpp
third_party/gfootball_engine/src/utils/gui2/widgets/caption.hpp
third_party/gfootball_engine/src/utils/gui2/widgets/frame.cpp
third_party/gfootball_engine/src/utils/gui2/widgets/frame.hpp
third_party/gfootball_engine/src/utils/gui2/widgets/image.cpp
third_party/gfootball_engine/src/utils/gui2/widgets/image.hpp
third_party/gfootball_engine/src/utils/gui2/widgets/root.cpp
third_party/gfootball_engine/src/utils/gui2/widgets/root.hpp