Home
last modified time | relevance | path

Searched refs:AddTransactionToPlayersBook (Results 1 – 19 of 19) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DHourly_Update.cc241AddTransactionToPlayersBook ( TRANSFER_FUNDS_TO_MERC, pSoldier->ubProfile, GetWorldTotalMin() , -(… in HourlyLarryUpdate()
272AddTransactionToPlayersBook ( TRANSFER_FUNDS_TO_MERC, pSoldier->ubProfile, GetWorldTotalMin() , -(… in HourlyLarryUpdate()
H A DMerc_Contract.cc340 AddTransactionToPlayersBook(finances_contract_type, s->ubProfile, now, -contract_charge); in MercContractHandling()
733 AddTransactionToPlayersBook(FULL_MEDICAL_REFUND, pid, now, refund); in CalculateMedicalDepositRefund()
740 AddTransactionToPlayersBook(PARTIAL_MEDICAL_REFUND, pid, now, refund); in CalculateMedicalDepositRefund()
H A DGame_Init.cc243 AddTransactionToPlayersBook(ANONYMOUS_DEPOSIT, 0, now, starting_cash); in InitNewGame()
H A DMap_Screen_Helicopter.cc1362AddTransactionToPlayersBook( PAYMENT_TO_NPC, SKYRIDER, GetWorldTotalMin( ), -iTotalAccumulatedCost… in PaySkyriderBill()
1373AddTransactionToPlayersBook( PAYMENT_TO_NPC, SKYRIDER, GetWorldTotalMin( ), -LaptopSaveInfo.iCurre… in PaySkyriderBill()
1406 AddTransactionToPlayersBook( PAYMENT_TO_NPC, SKYRIDER, GetWorldTotalMin( ), -iPayAmount ); in PayOffSkyriderDebtIfAny()
H A DStrategic_Merc_Handler.cc229AddTransactionToPlayersBook(PAYMENT_TO_NPC, s->ubProfile, GetWorldTotalMin(), -iMoneyOwedToMerc); in MercDailyUpdate()
H A DTown_Militia.cc889AddTransactionToPlayersBook( TRAIN_TOWN_MILITIA, ubSector, GetWorldTotalMin(), -( MILITIA_TRAINING… in PayForTrainingInSector()
H A DStrategic_Mines.cc547 AddTransactionToPlayersBook(DEPOSIT_FROM_SILVER_MINE, 0, GetWorldTotalMin(), iIncome); in HandleIncomeFromMines()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DFinances.h47 void AddTransactionToPlayersBook(UINT8 ubCode, UINT8 ubSecondCode, UINT32 uiDate, INT32 iAmount);
H A DInsurance_Contract.cc984AddTransactionToPlayersBook(INSURANCE_PAYOUT, lip->ubMercID, GetWorldTotalMin(), lip->iPayOutPrice… in InsuranceContractPayLifeInsuranceForDeadMerc()
1114AddTransactionToPlayersBook( EXTENDED_INSURANCE, pSoldier->ubProfile, GetWorldTotalMin(), -( iAmou… in PurchaseOrExtendInsuranceForSoldier()
1134AddTransactionToPlayersBook( PURCHASED_INSURANCE, pSoldier->ubProfile, GetWorldTotalMin(), -( iAmo… in PurchaseOrExtendInsuranceForSoldier()
H A DMercs_Account.cc307AddTransactionToPlayersBook( PAY_SPECK_FOR_MERC, GetProfileIDFromMERCListingIndex( gubCurMercIndex… in SettleMercAccounts()
H A DIMP_Confirm.cc242AddTransactionToPlayersBook(IMP_PROFILE, (UINT8)(PLAYER_GENERATED_CHARACTER_ID + LaptopSaveInfo.iV… in BtnIMPConfirmYes()
H A DFlorist_Order_Form.cc482 AddTransactionToPlayersBook(PURCHASED_FLOWERS, 0, GetWorldTotalMin(), -(INT32)guiFlowerPrice); in BtnFlowerOrderSendButtonCallback()
H A DFinances.cc167 void AddTransactionToPlayersBook(UINT8 ubCode, UINT8 ubSecondCode, UINT32 uiDate, INT32 iAmount) in AddTransactionToPlayersBook() function
H A DAIMMembers.cc1257AddTransactionToPlayersBook(HIRED_MERC, pid, GetWorldTotalMin(), -giContractAmount + p.sMedicalDep… in AimMemberHireMerc()
1261 AddTransactionToPlayersBook(MEDICAL_DEPOSIT, pid, GetWorldTotalMin(), -p.sMedicalDepositAmount); in AimMemberHireMerc()
H A DLaptop.cc2849 AddTransactionToPlayersBook(ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), 100000); in HandleKeyBoardShortCutsForLapTop()
2858 AddTransactionToPlayersBook(ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), -10000); in HandleKeyBoardShortCutsForLapTop()
H A DBobbyRMailOrder.cc1619 AddTransactionToPlayersBook(BOBBYR_PURCHASE, 0, GetWorldTotalMin(), -giGrandTotal); in PurchaseBobbyOrder()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Items.cc5193AddTransactionToPlayersBook ( TRANSFER_FUNDS_TO_MERC, gpSMCurrentMerc->ubProfile, GetWorldTotalMin… in RemoveMoney()
5219AddTransactionToPlayersBook ( TRANSFER_FUNDS_TO_MERC, gpSMCurrentMerc->ubProfile, GetWorldTotalMin… in RemoveMoney()
H A DInterface_Panels.cc3675 AddTransactionToPlayersBook(MERC_DEPOSITED_MONEY_TO_PLAYER_ACCOUNT, gpSMCurrentMerc->ubProfile, in ConfirmationToDepositMoneyToPlayersAccount()
H A DShopKeeper_Interface.cc4880AddTransactionToPlayersBook( PURCHASED_ITEM_FROM_DEALER, SelectedArmsDealer()->profileID, GetWorld… in ConfirmToDeductMoneyFromPlayersAccountMessageBoxCallBack()