Hello :) Current SVN, there are some fun issues: * marked-up_text.hpp defines CVideo as struct, it's really a class, so warnings pop up now & then * marked-up_text.cpp uses assert, not wassert (also missing corresponding include) * marked-up_text.cpp and minimap.cpp do not include "global.hpp". This simply breaks compilation (with my Windows setup)
2 first are worth fixing imho, 3rd well, i don't know the code enough yet :) As for Python I have the basics setup for now, i'm working on exporting the location/unit mapping as proof-of-concept. Then I'll export other things like possible_move & such, so the Python will be able to move units :) Ryo
