repo
stringlengths
6
65
file_url
stringlengths
81
311
file_path
stringlengths
6
227
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:31:58
2026-01-04 20:25:31
truncated
bool
2 classes
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/intercepting/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/intercepting/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior}; use nalgebra::Vector3; #[derive(Default)] pub...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/attack_supporting/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/attack_supporting/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, MatchPlayerLite, PlayerDistanceFromStartPosition, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHan...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
true
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/tackling/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/tackling/mod.rs
use crate::r#match::events::Event; use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, MatchPlayerLite, StateChangeResult, StatePr...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/holding_posession/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/holding_posession/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ConditionContext, MatchPlayerLite, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior}; use nalgebra::Vector3; const...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/dribbling/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/dribbling/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; use rand::prelude::IteratorRandom;...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/switching_play/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/switching_play/mod.rs
use crate::r#match::events::Event; use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ ConditionContext, MatchPlayerLite, Sta...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/creating_space/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/creating_space/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, MatchPlayerLite, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use na...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
true
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/distance_shooting/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/distance_shooting/mod.rs
use crate::r#match::events::Event; use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::events::{PlayerEvent, ShootingEventContext}; use crate::r#match::{ ConditionContext, MatchPlayerLite, Pl...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/running/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/running/mod.rs
use crate::r#match::events::Event; use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::player::strategies::common::players::MatchPl...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/resting/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/resting/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const STAMINA_RECOVER...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/tracking_runner/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/tracking_runner/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; const TRACK...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/distributing/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/distributing/mod.rs
use crate::r#match::events::Event; use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ ConditionContext, MatchPlayerLite, Sta...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/crossing/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/crossing/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; #[derive(Default)] pub struct Mid...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/standing/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/standing/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; con...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/common/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/common/mod.rs
use crate::r#match::engine::player::strategies::common::{ ActivityIntensityConfig, ConditionProcessor, LOW_CONDITION_THRESHOLD, FIELD_PLAYER_JADEDNESS_INTERVAL, JADEDNESS_INCREMENT, }; /// Midfielder-specific activity intensity configuration pub struct MidfielderConfig; impl ActivityIntensityConfig for Midfie...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/takeball/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/takeball/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; // TakeBall...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/shooting/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/shooting/mod.rs
use crate::r#match::events::Event; use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::events::{PlayerEvent, ShootingEventContext}; use crate::r#match::{ ConditionContext, StateChangeResult, ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/returning/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/returning/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::strategies::common::players::MatchPlayerIteratorExt; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/pressing/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/pressing/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::strategies::common::players::MatchPlayerIteratorExt; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, Sta...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/passing/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/passing/mod.rs
use crate::r#match::events::Event; use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ConditionContext, MatchPlayerLite, PassEval...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/midfielders/states/walking/mod.rs
src/core/src/match/engine/player/strategies/midfielders/states/walking/mod.rs
use crate::r#match::midfielders::states::common::{ActivityIntensity, MidfielderCondition}; use crate::r#match::midfielders::states::MidfielderState; use crate::r#match::player::strategies::common::players::MatchPlayerIteratorExt; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, Sta...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/mod.rs
pub mod states;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/state.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/state.rs
use crate::r#match::goalkeepers::states::{GoalkeeperAttentiveState, GoalkeeperCatchingState, GoalkeeperClearingState, GoalkeeperComingOutState, GoalkeeperDistributingState, GoalkeeperDivingState, GoalkeeperHoldingState, GoalkeeperJumpingState, GoalkeeperKickingState, GoalkeeperPassingState, GoalkeeperPenaltyState, Goal...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/mod.rs
pub mod attentive; pub mod catching; pub mod clearing; pub mod comingout; pub mod common; pub mod distributing; pub mod diving; pub mod holding; pub mod jumping; pub mod kicking; pub mod passing; pub mod penalty; pub mod picking_up; pub mod preparing_for_save; pub mod pressure; pub mod punching; pub mod resting; pub mo...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/attentive/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/attentive/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::strategies::processor::StateChangeResult; use crate::r#match::player::strategies::processor::{StateProcessingContext, StateProcessingHan...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/throwing/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/throwing/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ConditionContext, MatchPlayerLite, P...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/tackling/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/tackling/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingCo...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/kicking/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/kicking/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ConditionContext, MatchPlayerLite, P...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/catching/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/catching/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ConditionContext, PlayerDistanceFromStartPosition, StateChangeResult, StateProcessingContext, ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/holding/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/holding/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const HOLDING_DURATION: u6...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/jumping/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/jumping/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler}; use nalg...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/comingout/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/comingout/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; cons...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/running/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/running/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ConditionContext, MatchPlayerLite, P...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/punching/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/punching/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; u...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/resting/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/resting/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const RESTING_STAMINA_THRE...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/distributing/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/distributing/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ConditionContext, MatchPlayerLite, S...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/pressure/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/pressure/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; cons...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/standing/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/standing/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, MatchPlayerLite, PlayerDistanceFromStartPosition, PlayerSide, StateChangeResult, StateProcessingContext, StateProces...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/common/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/common/mod.rs
use crate::r#match::engine::player::strategies::common::{ ActivityIntensityConfig, ConditionProcessor, GOALKEEPER_LOW_CONDITION_THRESHOLD, GOALKEEPER_JADEDNESS_INTERVAL, GOALKEEPER_JADEDNESS_INCREMENT, }; /// Goalkeeper-specific activity intensity configuration pub struct GoalkeeperConfig; impl ActivityIn...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/takeball/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/takeball/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; #[de...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/clearing/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/clearing/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingCo...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/shooting/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/shooting/mod.rs
use crate::r#match::events::EventCollection; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::{PlayerEvent, ShootingEventContext}; use crate::r#match::{ ConditionContext, St...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/picking_up/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/picking_up/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; u...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/preparing_for_save/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/preparing_for_save/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; cons...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/diving/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/diving/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingCo...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/sweeping/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/sweeping/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const SWEEPING_DISTANCE_TH...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/penalty/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/penalty/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; u...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/passing/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/passing/mod.rs
use crate::r#match::events::Event; use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::events::{PlayerEvent, PassingEventContext}; use crate::r#match::{ConditionContext, MatchPlayerLite, P...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/walking/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/walking/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::player::strategies::processor::StateChangeResult; use crate::r#match::player::strategies::processor::{StateProcessingContext, StateProcessingHan...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/goalkeepers/states/returning_goal/mod.rs
src/core/src/match/engine/player/strategies/goalkeepers/states/returning_goal/mod.rs
use crate::r#match::goalkeepers::states::common::{ActivityIntensity, GoalkeeperCondition}; use crate::r#match::goalkeepers::states::state::GoalkeeperState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; #[de...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/mod.rs
src/core/src/match/engine/player/strategies/common/mod.rs
pub mod ball; pub mod players; pub mod states; pub mod team; pub mod passing; pub use ball::{BallOperationsImpl, MatchBallLogic}; pub use passing::*; pub use players::*; pub use states::*; pub use team::*;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/ball.rs
src/core/src/match/engine/player/strategies/common/ball.rs
use crate::r#match::result::VectorExtensions; use crate::r#match::{BallSide, PlayerSide, StateProcessingContext}; use nalgebra::Vector3; pub struct BallOperationsImpl<'b> { ctx: &'b StateProcessingContext<'b>, } impl<'b> BallOperationsImpl<'b> { pub fn new(ctx: &'b StateProcessingContext<'b>) -> Self { ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/team/team.rs
src/core/src/match/engine/player/strategies/common/team/team.rs
use crate::r#match::{MatchContext, MatchPlayerLite, PlayerSide, StateProcessingContext}; use crate::{PlayerFieldPositionGroup, Tactics}; use nalgebra::Vector3; pub struct TeamOperationsImpl<'b> { ctx: &'b StateProcessingContext<'b>, } impl<'b> TeamOperationsImpl<'b> { pub fn new(ctx: &'b StateProcessingContex...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/team/mod.rs
src/core/src/match/engine/player/strategies/common/team/mod.rs
pub mod team; pub use team::*;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/passing/mod.rs
src/core/src/match/engine/player/strategies/common/passing/mod.rs
pub mod evaluator; pub use evaluator::*;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/passing/evaluator.rs
src/core/src/match/engine/player/strategies/common/passing/evaluator.rs
use crate::r#match::{MatchPlayer, MatchPlayerLite, PlayerSide, StateProcessingContext}; /// Comprehensive pass evaluation result #[derive(Debug, Clone)] pub struct PassEvaluation { /// Overall success probability [0.0 - 1.0] pub success_probability: f32, /// Risk level [0.0 - 1.0] where 1.0 is highest ris...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
true
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/teammates.rs
src/core/src/match/engine/player/strategies/common/players/teammates.rs
use crate::r#match::{MatchPlayerLite, PlayerSide, StateProcessingContext}; use crate::PlayerFieldPositionGroup; pub struct PlayerTeammatesOperationsImpl<'b> { ctx: &'b StateProcessingContext<'b>, } impl<'b> PlayerTeammatesOperationsImpl<'b> { pub fn new(ctx: &'b StateProcessingContext<'b>) -> Self { P...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/player.rs
src/core/src/match/engine/player/strategies/common/players/player.rs
use crate::r#match::result::VectorExtensions; use crate::r#match::{ MatchPlayer, MatchPlayerLite, PlayerDistanceFromStartPosition, PlayerSide, StateProcessingContext, }; use crate::{PlayerAttributes, PlayerSkills}; use nalgebra::Vector3; use rand::Rng; use crate::r#match::player::strategies::players::{Defensive...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/opponents.rs
src/core/src/match/engine/player/strategies/common/players/opponents.rs
use crate::r#match::{MatchPlayerLite, StateProcessingContext}; use crate::PlayerFieldPositionGroup; pub struct PlayerOpponentsOperationsImpl<'b> { ctx: &'b StateProcessingContext<'b>, } impl<'b> PlayerOpponentsOperationsImpl<'b> { pub fn new(ctx: &'b StateProcessingContext<'b>) -> Self { PlayerOpponen...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/mod.rs
src/core/src/match/engine/player/strategies/common/players/mod.rs
pub mod opponents; pub mod player; pub mod players; pub mod skills; pub mod teammates; pub mod iters; pub mod ops; pub use opponents::*; pub use player::*; pub use players::*; pub use skills::*; pub use teammates::*; pub use iters::*; pub use ops::*;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/skills.rs
src/core/src/match/engine/player/strategies/common/players/skills.rs
use crate::r#match::StateProcessingContext; /// Operations for skill-based calculations pub struct SkillOperationsImpl<'p> { ctx: &'p StateProcessingContext<'p>, } impl<'p> SkillOperationsImpl<'p> { pub fn new(ctx: &'p StateProcessingContext<'p>) -> Self { SkillOperationsImpl { ctx } } /// No...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/players.rs
src/core/src/match/engine/player/strategies/common/players/players.rs
use crate::r#match::{ PlayerOpponentsOperationsImpl, PlayerTeammatesOperationsImpl, StateProcessingContext, }; pub struct PlayersOperationsImpl<'p> { ctx: &'p StateProcessingContext<'p>, } impl<'p> PlayersOperationsImpl<'p> { pub fn new(ctx: &'p StateProcessingContext<'p>) -> Self { PlayersOpe...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/iters/mod.rs
src/core/src/match/engine/player/strategies/common/players/iters/mod.rs
pub mod ball_iterators_ext; pub use ball_iterators_ext::*;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/iters/ball_iterators_ext.rs
src/core/src/match/engine/player/strategies/common/players/iters/ball_iterators_ext.rs
use crate::r#match::{MatchPlayerLite, StateProcessingContext}; /// Extension trait for Iterator<Item = MatchPlayerLite> to enable chaining filters pub trait MatchPlayerIteratorExt<'a>: Iterator<Item = MatchPlayerLite> + Sized { /// Filter players who have the ball fn with_ball(self, ctx: &'a StateProcessingCon...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/ops/defensive.rs
src/core/src/match/engine/player/strategies/common/players/ops/defensive.rs
use crate::r#match::{MatchPlayerLite, PlayerSide, StateProcessingContext}; use crate::PlayerFieldPositionGroup; use nalgebra::Vector3; /// Operations for defensive positioning and tactics pub struct DefensiveOperationsImpl<'p> { ctx: &'p StateProcessingContext<'p>, } const THREAT_SCAN_DISTANCE: f32 = 70.0; const ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/ops/pressure.rs
src/core/src/match/engine/player/strategies/common/players/ops/pressure.rs
use crate::r#match::{MatchPlayerLite, StateProcessingContext}; /// Operations for assessing pressure situations on the field pub struct PressureOperationsImpl<'p> { ctx: &'p StateProcessingContext<'p>, } impl<'p> PressureOperationsImpl<'p> { pub fn new(ctx: &'p StateProcessingContext<'p>) -> Self { Pr...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/ops/shooting.rs
src/core/src/match/engine/player/strategies/common/players/ops/shooting.rs
use crate::r#match::{StateProcessingContext}; /// Operations for shooting decision-making pub struct ShootingOperationsImpl<'p> { ctx: &'p StateProcessingContext<'p>, } // Realistic shooting distances (field is typically 840 units) const MAX_SHOOTING_DISTANCE: f32 = 250.0; // ~60m - absolute max for long shots co...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/ops/mod.rs
src/core/src/match/engine/player/strategies/common/players/ops/mod.rs
pub mod defensive; pub mod movement; pub mod passing; pub mod pressure; pub mod shooting; pub use defensive::*; pub use movement::*; pub use passing::*; pub use pressure::*; pub use shooting::*;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/ops/passing.rs
src/core/src/match/engine/player/strategies/common/players/ops/passing.rs
use crate::r#match::{MatchPlayerLite, PassEvaluator, PlayerSide, StateProcessingContext}; use nalgebra::Vector3; /// Operations for passing decision-making pub struct PassingOperationsImpl<'p> { ctx: &'p StateProcessingContext<'p>, } impl<'p> PassingOperationsImpl<'p> { pub fn new(ctx: &'p StateProcessingCont...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/players/ops/movement.rs
src/core/src/match/engine/player/strategies/common/players/ops/movement.rs
use crate::r#match::{MatchPlayerLite, StateProcessingContext}; use nalgebra::Vector3; /// Operations for movement and space-finding pub struct MovementOperationsImpl<'p> { ctx: &'p StateProcessingContext<'p>, } impl<'p> MovementOperationsImpl<'p> { pub fn new(ctx: &'p StateProcessingContext<'p>) -> Self { ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/states/mod.rs
src/core/src/match/engine/player/strategies/common/states/mod.rs
pub mod injured; pub mod constants; pub mod activity_intensity; pub mod condition; pub use injured::*; pub use constants::*; pub use activity_intensity::*; pub use condition::*;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/states/condition.rs
src/core/src/match/engine/player/strategies/common/states/condition.rs
use crate::r#match::ConditionContext; use super::activity_intensity::{ActivityIntensity, ActivityIntensityConfig}; use super::constants::{MAX_CONDITION, MAX_JADEDNESS, FATIGUE_RATE_MULTIPLIER, RECOVERY_RATE_MULTIPLIER}; /// Generic condition processor with role-specific configurations pub struct ConditionProcessor<T: ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/states/constants.rs
src/core/src/match/engine/player/strategies/common/states/constants.rs
/// Maximum condition value (Football Manager style) pub const MAX_CONDITION: i16 = 10000; /// Global fatigue rate multiplier (lower = slower condition decrease) pub const FATIGUE_RATE_MULTIPLIER: f32 = 0.200; /// Recovery rate multiplier (lower = slower condition recovery) /// Set to 0.333 (0.5 / 1.5) to make condit...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/states/activity_intensity.rs
src/core/src/match/engine/player/strategies/common/states/activity_intensity.rs
/// Activity intensity levels for condition processing #[derive(Debug, Clone, Copy)] pub enum ActivityIntensity { /// Very high intensity - explosive actions (shooting, finishing, heading, tackling, sliding) VeryHigh, /// High intensity - sustained running, pressing, intercepting, dribbling High, //...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/common/states/injured/mod.rs
src/core/src/match/engine/player/strategies/common/states/injured/mod.rs
use crate::r#match::player::strategies::processor::StateChangeResult; use crate::r#match::player::strategies::processor::{StateProcessingContext, StateProcessingHandler}; use crate::r#match::{ConditionContext}; use nalgebra::Vector3; #[derive(Default)] pub struct CommonInjuredState {} impl StateProcessingHandler for ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/decision.rs
src/core/src/match/engine/player/strategies/defenders/decision.rs
pub enum DefenderDecision { RunTowardsBall, StandStill, AdjustPosition, RunTowardsGoal, MarkOpponent, Run, }
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/mod.rs
src/core/src/match/engine/player/strategies/defenders/mod.rs
pub mod decision; pub mod states;
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/state.rs
src/core/src/match/engine/player/strategies/defenders/states/state.rs
use crate::r#match::defenders::states::{ DefenderBlockingState, DefenderClearingState, DefenderCoveringState, DefenderHeadingState, DefenderHoldingLineState, DefenderInterceptingState, DefenderMarkingState, DefenderOffsideTrapState, DefenderPassingState, DefenderPressingState, DefenderPushingUpState, De...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/mod.rs
pub mod blocking; pub mod clearing; pub mod covering; pub mod heading; pub mod holding_line; pub mod intercepting; pub mod marking; pub mod offside_trap; pub mod passing; pub mod pressing; pub mod pushingup; pub mod resting; pub mod returning; pub mod running; pub mod shooting; pub mod sliding_tackle; pub mod standing;...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/marking/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/marking/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const MARKING_DISTANCE_THRESHOLD: f32 = 1...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/intercepting/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/intercepting/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior}; use nalgebra::Vector3; const HEADING_HEIGHT: f32 = 1....
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/covering/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/covering/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; const MARKING_DISTA...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/tackling/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/tackling/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::events::Event; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ ConditionContext, MatchPlayerLite, StateChangeResult, StateProces...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/holding_line/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/holding_line/mod.rs
use nalgebra::Vector3; use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ConditionContext, MatchPlayerLite, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHandler}; const MAX_DEFENSIV...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/running/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/running/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, MatchPlayerLite, PlayerDistanceFromStartPosition, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHandler, St...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/resting/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/resting/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const STAMINA_RECOVERY_THRESH...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/sliding_tackle/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/sliding_tackle/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::events::Event; use crate::r#match::player::events::PlayerEvent; use crate::r#match::{ConditionContext, MatchPlayerLite, StateChangeResult, StateProcessingConte...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/standing/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/standing/mod.rs
use nalgebra::Vector3; use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, MatchPlayerLite, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; c...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/common/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/common/mod.rs
use crate::r#match::engine::player::strategies::common::{ ActivityIntensityConfig, ConditionProcessor, LOW_CONDITION_THRESHOLD, FIELD_PLAYER_JADEDNESS_INTERVAL, JADEDNESS_INCREMENT, }; /// Defender-specific activity intensity configuration pub struct DefenderConfig; impl ActivityIntensityConfig for DefenderCo...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/blocking/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/blocking/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const BLOCK_DISTANCE_THRESHOLD: f32 = 2.0...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/takeball/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/takeball/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; // TakeBall distanc...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/clearing/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/clearing/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::player::events::PlayerEvent; use crate::r#match::player::state::PlayerState; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingCont...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/shooting/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/shooting/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::events::Event; use crate::r#match::player::events::{PlayerEvent, ShootingEventContext}; use crate::r#match::{ ConditionContext, StateChangeResult, StatePro...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/returning/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/returning/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, MATCH_TIME_MS, }; use nalgebra::Vector3; #[de...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/pressing/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/pressing/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, }; use nalgebra::Vector3; const TACKLING_DISTANCE_THRESHOLD: f32 = ...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/pushingup/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/pushingup/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, }; use nalgebra::Vector3; const TACKLING_DIST...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/offside_trap/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/offside_trap/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ConditionContext, MatchPlayer, MatchPlayerLite, PlayerSide, StateChangeResult, StateProcessingContext, StateProcessingHandler}; use nalgebra::Vector3; use ran...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/heading/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/heading/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::player::events::{PlayerEvent, ShootingEventContext}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProcessingContext, StateProcessingHand...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/tracking_back/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/tracking_back/mod.rs
use crate::r#match::defenders::states::DefenderState; use crate::r#match::defenders::states::common::{DefenderCondition, ActivityIntensity}; use crate::r#match::{ ConditionContext, PlayerDistanceFromStartPosition, StateChangeResult, StateProcessingContext, StateProcessingHandler, SteeringBehavior, MATCH_TIME_MS...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false
ZOXEXIVO/open-football
https://github.com/ZOXEXIVO/open-football/blob/7b55c8c095942c1df498d7aa02b524af6e3a896c/src/core/src/match/engine/player/strategies/defenders/states/passing/mod.rs
src/core/src/match/engine/player/strategies/defenders/states/passing/mod.rs
use crate::r#match::defenders::states::common::{ActivityIntensity, DefenderCondition}; use crate::r#match::defenders::states::DefenderState; use crate::r#match::events::Event; use crate::r#match::player::events::{PassingEventContext, PlayerEvent}; use crate::r#match::{ ConditionContext, StateChangeResult, StateProc...
rust
Apache-2.0
7b55c8c095942c1df498d7aa02b524af6e3a896c
2026-01-04T20:24:06.162327Z
false