fizzet

Results 9 comments of fizzet

What would be the advantage of using UTF-16 for Python?

I don't think it's worth the hassle on the Python side. Python's internal representation of Unicode objects is not going be UTF-16 in most cases, anyway, so there's nothing to...

No arguments on the C side. Python's internal representation depends on the string's contents, and for our use cases, will typically be ISO-8859-1. The source file encoding doesn't matter.

I fixed some of the issues mentioned here, but there's still something funky going on with drawing the border for newly memorized spells.

If only I had the time... :stuck_out_tongue_closed_eyes:

This seems to be a case of the pathfinder being too smart. Taking the Nashkel example, going from the Carnival to the Mines takes 8 hours straight, but going via...

It's most likely this https://github.com/gemrb/gemrb/blob/dd96e92a3c18224ec66d66d50a3c41b3a75e7808/gemrb/core/WorldMap.cpp#L367-L368 Any idea why that comment reads like it does?

Reverting that commit fixes the discrepancy for AR2300 -> AR2200.