EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for SystemDB, including all inherited members.
CreateNewAccount(const char *login, const char *pass, const char *passHash, int64 role) | ServiceDB | protectedstatic |
GetAccountInformation(CryptoChallengePacket &ccp, AccountData &aData, std::string &failMsg) | ServiceDB | static |
GetBelts(uint32 systemID, std::vector< DBGPointEntity > &beltIDs, uint8 &total) | SystemDB | |
GetCelestialRadius(uint32 itemID) | SystemDB | |
GetConstant(const char *name, uint32 &into) | ServiceDB | static |
GetCorpHangarNames(uint32 corpID, std::map< uint8, std::string > &hangarNames) | ServiceDB | static |
GetGates(uint32 systemID, std::vector< DBGPointEntity > &gateIDs) | SystemDB | static |
GetItemTypeRadius(uint32 typeID) | SystemDB | |
GetLootGroups(DBQueryResult &res) | SystemDB | static |
GetLootGroupTypes(DBQueryResult &res) | SystemDB | static |
GetMoons(uint32 systemID, std::vector< DBGPointEntity > &moonIDs, uint8 &total) | SystemDB | |
GetObjectLocationID(uint32 itemID) | SystemDB | static |
GetPlanets(uint32 systemID, std::vector< DBGPointEntity > &planetIDs, uint8 &total) | SystemDB | |
GetSolarSystem(uint32 ssid) | SystemDB | static |
GetSolarSystemPosition(uint32 systemID) | SystemDB | static |
GetStationOwner(uint32 stationID) | ServiceDB | |
GetWrecksToTypes(DBQueryResult &res) | SystemDB | static |
IncrementLoginCount(uint32 accountID) | ServiceDB | static |
ListFactions() | SystemDB | |
ListJumps(uint32) | SystemDB | static |
LoadPlayerDynamicEntities(uint32 systemID, std::vector< DBSystemDynamicEntity > &into) | SystemDB | static |
LoadSystemDynamicEntities(uint32 systemID, std::vector< DBSystemDynamicEntity > &into) | SystemDB | static |
LoadSystemStaticEntities(uint32 systemID, std::vector< DBSystemEntity > &into) | SystemDB | static |
LookupChars(const char *match, bool exact=false) | ServiceDB | static |
LookupCorporations(const std::string &) | ServiceDB | static |
LookupCorporationTickers(const std::string &) | ServiceDB | static |
LookupFactions(const std::string &) | ServiceDB | static |
LookupKnownLocationsByGroup(const std::string &, uint32) | ServiceDB | static |
LookupOwners(const char *match, bool exact=false) | ServiceDB | static |
LookupStations(const std::string &) | ServiceDB | static |
PrimeOwners(std::vector< int32 > &itemIDs) | ServiceDB | static |
ProcessIntChange(const char *key, uint32 oldValue, uint32 newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessLongChange(const char *key, int64 oldValue, int64 newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessRealChange(const char *key, double oldValue, double newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessStringChange(const char *key, const std::string &oldValue, std::string newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
SaveKillOrLoss(CharKillData &data) | ServiceDB | static |
SaveServerStats(double threads, float rss, float vm, float user, float kernel, uint32 items, uint32 bubbles) | ServiceDB | static |
SetAccountBanStatus(uint32 accountID, bool banned=false) | ServiceDB | static |
SetAccountOnlineStatus(uint32 accountID, bool online=false) | ServiceDB | static |
SetCharacterOnlineStatus(uint32 char_id, bool online=false) | ServiceDB | static |
SetClientSeed() | ServiceDB | static |
SetServerOnlineStatus(bool online=false) | ServiceDB | static |
UpdateAccountHash(const char *username, std::string &hash) | ServiceDB | static |
UpdatePassword(uint32 accountID, const char *pass) | ServiceDB | static |
ValidateAccountName(CryptoChallengePacket &ccp, std::string &failMsg) | ServiceDB | static |