Open GoogleCodeExporter opened 8 years ago
Also PHYSFS_getRealDir returns *char of utf-8 encoded data. Maybe
QString::fromUtf8 would be better choice to assign value to scriptPath. Anyway,
I don't see a good reason to prepend asterisk in network traffic.
Original comment by unC0Rr
on 2 Jun 2013 at 7:09
Well, that's... Not great, but. Luckily not that serious since that's not
default layout and there's no really good reason for anyone to do that :)
Well, it would be helpful for Android but luckily they have their own frontend,
and it doesn't work anyway, and certainly doesn't work with physfs.
Original comment by kyberneticist@gmail.com
on 3 Jun 2013 at 12:05
Ah, not sure I fully follow, but, is this the reason so many people seem to
have trouble playing scripts with me lately? I give them the script and they
copy and claim they have copied it correctly and restarted hedgewars, but still
can't seem to see my script. I thought they were just being nubs, but... ?
Original comment by RedGrin...@gmail.com
on 3 Jun 2013 at 4:11
"/" vs "\" should be handled internally by Qt iirc
however fromUtf8 seems a better candidate for scriptPath
Original comment by vittorio...@gmail.com
on 3 Jun 2013 at 7:14
"/" vs "\" are handled ofc, but I don't think we could blindly rely on that
path returned by Qt and path returned by physfs would match char-to-char.
Original comment by unC0Rr
on 3 Jun 2013 at 8:47
Original issue reported on code.google.com by
unC0Rr
on 2 Jun 2013 at 7:06