refs #478 minor improvements

* updated / clean-up of global property indexes
* beta test function in CProject
* typo in math utils
This commit is contained in:
Klaus Basan
2015-10-09 03:23:28 +02:00
committed by Mathew Sutcliffe
parent 805ebb109b
commit dff7ed5a90
9 changed files with 55 additions and 36 deletions

View File

@@ -49,43 +49,45 @@ namespace BlackMisc
GlobalIndexCPhysicalQuantity = 100,
GlobalIndexCStatusMessage = 200,
GlobalIndexCNameVariantPair = 300,
GlobalIndexTimestampBased = 400,
GlobalIndexIdentifier = 500,
GlobalIndexRgbColor = 600,
GlobalIndexCountry = 700,
GlobalIndexITimestampBased = 400,
GlobalIndexCIdentifier = 500,
GlobalIndexCRgbColor = 600,
GlobalIndexCCountry = 700,
GlobalIndexCCallsign = 1000,
GlobalIndexCAircraftSituation = 1200,
GlobalIndexCAtcStation = 1300,
GlobalIndexCAirport = 1400,
GlobalIndexCAircraftParts = 1500,
GlobalIndexCAircraftLights = 1600,
GlobalIndexCLivery = 1700,
GlobalIndexCAircraftSituation = 1100,
GlobalIndexCAtcStation = 1200,
GlobalIndexCAirport = 1300,
GlobalIndexCAircraftParts = 1400,
GlobalIndexCAircraftLights = 1500,
GlobalIndexCLivery = 1600,
GlobalIndexCModulator = 2000,
GlobalIndexCTransponder = 2100,
GlobalIndexCAircraftIcaoData = 2500,
GlobalIndexCAircraftIcaoCode = 2600,
GlobalIndexCAirlineIcaoCode = 2700,
GlobalIndexCAirportIcaoCode = 2800,
GlobalIndexCMetar = 2900,
GlobalIndexCCloudLayer = 2910,
GlobalIndexCPresentWeather = 2920,
GlobalIndexCWindLayer = 2930,
GlobalIndexICoordinateGeodetic = 3000,
GlobalIndexCCoordinateGeodetic = 3100,
GlobalIndexCClient = 4000,
GlobalIndexCUser = 4100,
GlobalIndexCServer = 4200,
GlobalIndexCAircraftModel = 4300,
GlobalIndexCSimulatedAircraft = 4400,
GlobalIndexCTextMessage = 4600,
GlobalIndexCSimulatorSetup = 4700,
GlobalIndexCAircraftCfgEntries = 4800,
GlobalIndexCDistributor = 4900,
GlobalIndexVPilotModelRule = 5000,
GlobalIndexCVoiceRoom = 6000,
GlobalIndexCSettingKeyboardHotkey = 7000,
GlobalIndexIDatastoreInteger = 8000,
GlobalIndexIDatastoreString = 8100,
GlobalIndexCMetar = 4000,
GlobalIndexCCloudLayer = 4100,
GlobalIndexCPresentWeather = 4200,
GlobalIndexCWindLayer = 4300,
GlobalIndexICoordinateGeodetic = 5000,
GlobalIndexCCoordinateGeodetic = 5100,
GlobalIndexCClient = 6000,
GlobalIndexCUser = 6100,
GlobalIndexCServer = 6200,
GlobalIndexCUrl = 6300,
GlobalIndexCAircraftModel = 6400,
GlobalIndexCSimulatedAircraft = 6500,
GlobalIndexCTextMessage = 6600,
GlobalIndexCSimulatorSetup = 6700,
GlobalIndexCAircraftCfgEntries = 6800,
GlobalIndexCDistributor = 6900,
GlobalIndexCVPilotModelRule = 8000,
GlobalIndexCVoiceRoom = 9000,
GlobalIndexCSettingKeyboardHotkey = 10000,
GlobalIndexIDatastoreInteger = 11000,
GlobalIndexIDatastoreString = 11100,
GlobalIndexCGlobalSetup = 12000,
GlobalIndexAbuseMode = 20000 // property index abused as map key or otherwise, to be removed if no longer needed
};