Home
last modified time | relevance | path

Searched refs:progress_increase (Results 1 – 3 of 3) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dloading_win.h11 void update_loading_win(char *text, float progress_increase);
H A Dloading_win.c193 void update_loading_win (char *text, float progress_increase) in update_loading_win() argument
196 total_progress += progress_increase; in update_loading_win()
/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.cpp1686 float progress_increase = std::min( in CheckResearchProgress() local
1690 float consumed_rp = progress_increase * tech_total_cost; in CheckResearchProgress()
1692 m_research_progress[cost_tech.second] += progress_increase; in CheckResearchProgress()