Home
last modified time | relevance | path

Searched refs:total_money (Results 1 – 22 of 22) sorted by relevance

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dsimulate.cpp269 total_money += income_tax; in end_of_year_update()
273 total_money += coal_tax; in end_of_year_update()
279 total_money += goods_tax; in end_of_year_update()
293 total_money += export_tax; in end_of_year_update()
306 if (total_money < 0) { in end_of_year_update()
316 total_money -= other_cost; in end_of_year_update()
324 total_money -= transport_cost; in end_of_year_update()
328 total_money -= import_cost; in end_of_year_update()
330 if (total_money > 2000000000) in end_of_year_update()
331 total_money = 2000000000; in end_of_year_update()
[all …]
H A Dengine.cpp96 total_money += value; in adjust_money()
99 update_pbar(PMONEY, total_money, 0); in adjust_money()
101 return total_money; in adjust_money()
113 if (total_money <= 0) { in is_allowed_here()
121 if (total_money <= 0) { in is_allowed_here()
129 if (total_money <= 0) { in is_allowed_here()
137 if (total_money <= 0) { in is_allowed_here()
214 if (total_money <= 0) { in is_allowed_here()
H A Dengglobs.h47 extern int total_money, income_tax_rate, coal_tax_rate;
H A Dengglobs.cpp53 int total_money = 0, income_tax_rate, coal_tax_rate; variable
H A Dloadsave.cpp193 gzprintf(ofile, "%o\n", total_money); in save_city_2()
380 sscanf(gzgets(gzfile, s, 256), "%o", &total_money); in load_city_2()
H A Dinit_game.cpp81 total_money = 0; in clear_game()
133 total_money=0; in clear_game()
153 update_pbar (PMONEY, total_money, 1); in clear_game()
H A Dold_ldsvguts.cpp254 sscanf(gzgets(gzfile, s, 256), "%d", &total_money); in load_city_old()
/dports/games/lincity/lincity-1.13.1/
H A Dsimulate.c338 total_money += income_tax; in end_of_year_update()
342 total_money += coal_tax; in end_of_year_update()
348 total_money += goods_tax; in end_of_year_update()
364 total_money += export_tax; in end_of_year_update()
377 if (total_money < 0) in end_of_year_update()
391 total_money -= other_cost; in end_of_year_update()
403 total_money -= import_cost; in end_of_year_update()
406 total_money = 2000000000; in end_of_year_update()
408 total_money = -2000000000; in end_of_year_update()
434 total_money = 0; in clear_game()
[all …]
H A Dshrglobs.c64 int total_money = 0, income_tax_rate, coal_tax_rate; variable
H A Dengglobs.h56 extern int total_money, income_tax_rate, coal_tax_rate;
H A Dpbar.c254 update_pbar (PMONEY, total_money, 0); in update_pbars_daily()
268 update_pbar (PMONEY, total_money, 1); in update_pbars_monthly()
H A Dengine.c32 total_money += value; in adjust_money()
35 update_pbar (PMONEY, total_money, 0); in adjust_money()
37 return total_money; in adjust_money()
45 if (total_money >= 0) in no_credit_build()
H A Dcliglobs.h60 extern int total_money, income_tax_rate, coal_tax_rate;
H A Dldsvguts.c203 fprintf (ofile, "%d\n", total_money); in save_city_raw()
469 fscanf (ofile, "%d", &total_money); in load_city()
H A Dmain.c758 current_month(total_time), current_year(total_time), total_money, in compile_results()
H A Dscreen.c1801 count += commify(str + count, (MONEY_W / CHAR_WIDTH) - count, total_money); in print_total_money()
1806 if (total_money < 0) in print_total_money()
1813 if (total_money < 0) in print_total_money()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DScreenInterface.cpp250 if( lastMoney == total_money ){ in updateMoney()
254 if (total_money > 2000000000) in updateMoney()
255 total_money = 2000000000; in updateMoney()
256 else if (total_money < -2000000000) in updateMoney()
257 total_money = -2000000000; in updateMoney()
260 int money = total_money; in updateMoney()
289 lastMoney = total_money; in updateMoney()
H A DPbarInterface.cpp97 update_pbar (PMONEY, total_money, 1); in update_pbars_monthly()
H A DMainMenu.cpp693 if (total_money >= 0) in loadGameSaveButtonClicked()
698 int money = abs(total_money); in loadGameSaveButtonClicked()
H A DDialog.cpp393 current_month(total_time), current_year(total_time), total_money, in gameStats()
532 …+ ((total_time % NUMOF_DAYS_IN_YEAR) / NUMOF_DAYS_IN_MONTH), current_year(total_time), total_money, in saveGameStats()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dauction.c37 s32b au, balance, total_money; in process_auctions() local
88 total_money = au + balance; in process_auctions()
89 if (total_money >= bid_ptr->bid) in process_auctions()
1248 s32b total_money = p_ptr->au + p_ptr->balance; in auction_buyout() local
1302 if (total_money < auc_ptr->buyout_price) in auction_buyout()
/dports/games/lincity/lincity-1.13.1/po/
H A Dit.po1681 #~ msgid "total_money=%d\n"