Home
last modified time | relevance | path

Searched refs:sust_old_tech_count (Results 1 – 11 of 11) sorted by relevance

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dengglobs.h32 extern int sust_old_tech, sust_old_tech_count, sust_fire_count;
H A Dengglobs.cpp39 int sust_old_tech = 0, sust_old_tech_count = 0, sust_fire_count = 0; variable
H A Dsimulate.cpp618 sust_old_tech_count = 0; in sustainability_test()
621 sust_old_tech_count++; in sustainability_test()
623 sust_old_tech_count++; in sustainability_test()
H A Dloadsave.cpp260 … sust_port_count, sust_old_money_count, sust_old_population_count, sust_old_tech_count, sust_fire_… in save_city_2()
478 …&sust_old_population_count, &sust_old_tech_count, &sust_fire_count, &sust_old_money, &sust_old_pop… in load_city_2()
484 …= sust_old_tech_count = sust_fire_count = sust_old_money = sust_old_population = sust_old_tech = 0; in load_city_2()
H A Dold_ldsvguts.cpp376 …&sust_old_population_count, &sust_old_tech_count, &sust_fire_count, &sust_old_money, &sust_old_pop… in load_city_old()
384 …= sust_old_tech_count = sust_fire_count = sust_old_money = sust_old_population = sust_old_tech = 0; in load_city_old()
/dports/games/lincity/lincity-1.13.1/
H A Dshrglobs.c52 int sust_old_tech = 0, sust_old_tech_count = 0, sust_fire_count = 0; variable
H A Dengglobs.h44 extern int sust_old_tech, sust_old_tech_count, sust_fire_count;
H A Dsimulate.c773 sust_old_tech_count = 0; in sustainability_test()
777 sust_old_tech_count++; in sustainability_test()
781 sust_old_tech_count++; in sustainability_test()
H A Dldsvguts.c285 ,sust_old_tech_count, sust_fire_count in save_city_raw()
594 ,&sust_old_tech_count, &sust_fire_count in load_city()
605 = sust_old_tech_count = sust_fire_count in load_city()
H A Dscreen.c2513 && sust_old_tech_count >= SUST_TECH_YEARS_NEEDED in do_sust_barchart()
2535 sust_old_tech_count, in do_sust_barchart()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DEconomyGraph.cpp199 && sust_old_tech_count >= SUST_TECH_YEARS_NEEDED in updateData()
410 newLen = maxBarLen * sust_old_tech_count / SUST_TECH_YEARS_NEEDED; in drawSustBarGraph()