#include "records.h"
#include "externs.h"
#include "logging.h"
Go to the source code of this file.
Defines | |
| #define | MLL(a, b) (Data->P[a].History[b].MissionCode>=53 && Data->P[a].History[b].MissionCode<=56) |
Functions | |
| void | Back1rec (char *pos, char *pos2) |
| char | CheckSucess (int i, int j) |
| void | ClearRecord (char *pos2) |
| void | Drec (char *pos, char *pos2, char mde) |
| void | For1rec (char *pos, char *pos2) |
| int | ISDOCK (int a) |
| LOG_DEFAULT_CATEGORY (LOG_ROOT_CAT) | |
| void | MakeRecords (void) |
| void | Move2rec (char *pos, char *pos2, char val) |
| void | RecChange (int i, int j, int k, int temp, int max, char Rec_Change, char hold) |
| void | Records (char plr) |
| void | SafetyRecords (char plr, int temp) |
| void | SwapRec (int Rc, int pl1, int pl2) |
| void | UpdateRecords (char Ty) |
| void | WriteRecord (int i, int j, int k, int temp) |
Variables | |
| char | AI [2] |
| struct mStr | Mis |
| char | NREC [56][3] |
| int ISDOCK | ( | int | a | ) |
| LOG_DEFAULT_CATEGORY | ( | LOG_ROOT_CAT | ) |
| void RecChange | ( | int | i, | |
| int | j, | |||
| int | k, | |||
| int | temp, | |||
| int | max, | |||
| char | Rec_Change, | |||
| char | hold | |||
| ) |
Definition at line 1126 of file records.c.
References Record_Entry::country, Data, BuzzData::History, PastInfo::Man, PastInfo::MissionYear, PastInfo::Month, Record_Entry::month, Astros::Name, Players::P, Record_Entry::place, place, BuzzData::Pool, rec, SwapRec(), type, WriteRecord(), and Record_Entry::yr.
Referenced by UpdateRecords().
| char NREC[56][3] |
Definition at line 31 of file records.c.
Referenced by ClearRecord(), Drec(), SwapRec(), UpdateRecords(), and WriteRecord().
1.5.3