Sevo,
Thanks for the explanation of my phantom warrior graphics glitch. Don't worry about a workaround for it, as the fault lies on my end and I kinda prefer the ethereal effects (since I live in the South, lke many of my statesmen I would prefer to bury my head in the sand and pretend that slavery and slaves never existed; the unintended side effect of this mod helps me persist in that delusion.).
I played through patch C and must reiterate that the scope of your mod, and its synchronicity, is truly impressive. I seem to be lucky in that I've had no crashes, and version C cleared up the other extant issues. Great stuff.
I have a question about authorial intent, rather than a bug per se. I noticed while playing that the "Theory of Evolution" only affects the city that it is built in, whereas the original 2.9 buggy version appeared to be meant to apply to all cities on the same continent (but ended up giving infinite specialists because of a missing digit).
Curious, I compared the xml files of similar buildings.
The way it's written now, in CIV4BuildingInfos.xml, under <BuildingClass>BUILDINGCLASS_EVOLUTION</BuildingClass> is:
<iFreeSpecialist>2</iFreeSpecialist>
<iAreaFreeSpecialist>0</iAreaFreeSpecialist>
<iGlobalFreeSpecialist>0</iGlobalFreeSpecialist>
If it's supposed to be like the Statue of Liberty or Da Vinci's Code, affecting all cities on the same continent (where "Area" appears synonymous with continent), I think it should look like:
<iFreeSpecialist>0</iFreeSpecialist>
<iAreaFreeSpecialist>2</iAreaFreeSpecialist>
<iGlobalFreeSpecialist>0</iGlobalFreeSpecialist>
Similarly, I believe the added 50% Great Person modifier currently only affects the city it is built in.
It now appears as:
<iGreatPeopleRateModifier>50</iGreatPeopleRateModifier>
<iGlobalGreatPeopleRateModifier>0</iGlobalGreatPeopleRateModifier>
Whereas, if it is supposed to act like the Parthenon, affecting all user cities, it should appear as:
<iGreatPeopleRateModifier>0</iGreatPeopleRateModifier>
<iGlobalGreatPeopleRateModifier>50</iGlobalGreatPeopleRateModifier>
Current Theory of Evolution:

Comparison to Da Vinci's Workshop and the Parthenon:

Proposed Darwin with both modifications:
If you meant it to affect only the one city, I apologize for bringing this up; it's your call, and I don't want to step on your toes. I thought since the original was in error that the correction offered might also be unintended. And since I don't know exactly what I'm looking at, I could be wrong about the whole thing anyway. Either way, I had fun attempting to figure out xml.