Don Blevens (aka skorpion59) and I made an inventory of the changes that were made to SLIC in the patch and it turns out that 46 new functions were added, most of which are diplomacy-related. I updated the xls file on my website to reflect this. Here's a list of the new functions:
ArmyIsValid
CanFormAlliance
CityHasWonder
DestroyBuilding
FindCityToExtortFrom
GetAgreementDuration
GetAtRiskCitiesValue
GetBioWeaponsCount
GetBorderIncursionBy
GetCounterProposalResult
GetCurrentPollutionLevel
GetDesiredAdvanceFrom
GetDesireWarWith
GetEmbargo
GetLastBorderIncursion
GetLastCounterResponseArg
GetLastCounterResponseType
GetLastNewProposalArg
GetLastNewProposalTone
GetLastNewProposalType
GetLastResponseType
GetLastThreatResponseArg
GetLastThreatResponseType
GetMostAtRiskCity
GetNanoWeaponsCount
GetNewProposalPriority
GetNewProposalResult
GetNextAdvance
GetNuclearWeaponsCount
GetPersonalityType
GetPiracyIncomeFrom
GetPollutionLevelPromisedTo
GetProjectedScience
GetRelativeStrength
GetRoundsToNextDisaster
GetStopResearchingAdvance
GetTotalValue
OpenBuildQueue
PersonalityDB
PlayerHasWonder
RoundGold
RoundPercentReduction
SetEmbargo
SetStrategicState
TileHasImprovement
WonderOwner
Now all that needs to be done is figure out how all these work
ArmyIsValid
CanFormAlliance
CityHasWonder
DestroyBuilding
FindCityToExtortFrom
GetAgreementDuration
GetAtRiskCitiesValue
GetBioWeaponsCount
GetBorderIncursionBy
GetCounterProposalResult
GetCurrentPollutionLevel
GetDesiredAdvanceFrom
GetDesireWarWith
GetEmbargo
GetLastBorderIncursion
GetLastCounterResponseArg
GetLastCounterResponseType
GetLastNewProposalArg
GetLastNewProposalTone
GetLastNewProposalType
GetLastResponseType
GetLastThreatResponseArg
GetLastThreatResponseType
GetMostAtRiskCity
GetNanoWeaponsCount
GetNewProposalPriority
GetNewProposalResult
GetNextAdvance
GetNuclearWeaponsCount
GetPersonalityType
GetPiracyIncomeFrom
GetPollutionLevelPromisedTo
GetProjectedScience
GetRelativeStrength
GetRoundsToNextDisaster
GetStopResearchingAdvance
GetTotalValue
OpenBuildQueue
PersonalityDB
PlayerHasWonder
RoundGold
RoundPercentReduction
SetEmbargo
SetStrategicState
TileHasImprovement
WonderOwner
Now all that needs to be done is figure out how all these work
Comment