ThanosSiopoudis / FMScoutFramework

A Real-Time Football Manager scout tool framework written in .NET/Mono for Windows/Linux/OS X
GNU General Public License v2.0
73 stars 26 forks source link

City Entity Attributes and Offsets #38

Closed earthslasthope closed 8 years ago

earthslasthope commented 8 years ago

Note that offsets are only tested on Steam 15_3_2 Windows. If they differ for Linux or Mac then we need to replace the constants inside CityOffsets with properties that use the same names with conditions as are done in some of the other offset classes.

earthslasthope commented 8 years ago

Can we get the unit test to build in Travis or should I remove it altogether? I personally find it preferable to keep it there.

ThanosSiopoudis commented 8 years ago

Sorry, but Microsoft's Unit Test Framework is not available on any platform other than windows. Consider using NUnit which is available on all platforms, or remove it all together. Thanks

earthslasthope commented 8 years ago

I tried to reverse the solution file back to how it is on your repository and I removed the unit test project. Are you able to merge now?