Home
last modified time | relevance | path

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

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DEconomyGraph.cpp156 monthgraph_pop[i] = monthgraph_pop[i-1]; in updateData()
163 monthgraph_pop[0] = ((int) (log ((tpopulation / NUMOF_DAYS_IN_MONTH) in updateData()
165 if (monthgraph_pop[0] < 0) in updateData()
166 monthgraph_pop[0] = 0; in updateData()
314 a.y = mgY + mgH - scale * monthgraph_pop[ i ]; in drawHistoryLineGraph()
316 b.y = mgY + mgH - scale * monthgraph_pop[ i-1 ]; in drawHistoryLineGraph()
H A DScreenInterface.cpp94 monthgraph_pop = (int*) malloc (sizeof(int) * monthgraph_size); in initialize_monthgraph()
95 if (monthgraph_pop == 0) { in initialize_monthgraph()
111 monthgraph_pop[i] = 0; in initialize_monthgraph()
/dports/games/lincity/lincity-1.13.1/
H A Dshrglobs.c32 int *monthgraph_pop; variable
38 int monthgraph_pop[MAPPOINT_STATS_W], monthgraph_starve[MAPPOINT_STATS_W]; variable
H A Dscreen.c1949 monthgraph_pop = (int*) malloc (sizeof(int) * monthgraph_size); in initialize_monthgraph()
1950 if (monthgraph_pop == 0) { in initialize_monthgraph()
1966 monthgraph_pop[i] = 0; in initialize_monthgraph()
2005 mg->y + mg->h - monthgraph_pop[i], in do_history_linegraph()
2008 mg->y + mg->h - monthgraph_pop[i-1], 7); in do_history_linegraph()
2017 monthgraph_pop[i] = monthgraph_pop[i-1]; in do_history_linegraph()
2027 mg->y + mg->h - monthgraph_pop[0], in do_history_linegraph()
2039 monthgraph_pop[0] = ((int) (log ((tpopulation / NUMOF_DAYS_IN_MONTH) in do_history_linegraph()
2041 if (monthgraph_pop[0] < 0) in do_history_linegraph()
2042 monthgraph_pop[0] = 0; in do_history_linegraph()
[all …]
H A Dcliglobs.h69 extern int *monthgraph_pop;
H A Dldsvguts.c232 fprintf (ofile, "%d\n", monthgraph_pop[x]); in save_city_raw()
515 fscanf (ofile, "%d", &monthgraph_pop[x]); in load_city()
531 monthgraph_pop[x] = 0; in load_city()
/dports/games/lincity-ng/lincity-ng-2.0/src/gui_interface/
H A Dshared_globals.h10 extern int *monthgraph_pop;
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dengglobs.cpp31 int *monthgraph_pop; variable
H A Dloadsave.cpp221 gzprintf(ofile, "%d\n", monthgraph_pop[x]); in save_city_2()
419 sscanf(gzgets(gzfile, s, 256), "%d", &monthgraph_pop[x]); in load_city_2()
427 monthgraph_pop[x] = 0; in load_city_2()
H A Dold_ldsvguts.cpp300 sscanf(gzgets(gzfile, s, 256), "%d", &monthgraph_pop[x]); in load_city_old()
316 monthgraph_pop[x] = 0; in load_city_old()
H A Dinit_game.cpp109 monthgraph_pop[i] = 0; in clear_game()