I managed to compile freeciv 1.14.1 under windows(although I had to modify something which gave me headaches in freeciv 1.14.0 also), the "civclient.exe" works fine but when I run "civserver.exe" I can't type anything(I believe this is why I also can't start a new game -- the game locks up.) What is the problem and how can I solve it? What will I lose if I simply overwrite the civserver 1.14.1 with civserver 1.14.0 ??(the game seems to work). Where can I find the changes in version 1.14.1 from 1.14.0 ??
Announcement
Collapse
No announcement yet.
Civserver problems
Collapse
X
-
Version 1.14.0 and 1.14.1 are compatible, so you can run games from either on the other. I don't know what the problem is, but you can grab the diff between the two versions using cvs diff. Try eg
cvs co -r S1_14
to pull down the latest 1.14 version, and
cvs diff -u -r R1_14_0
to generate a diff against 1.14.0. IIRC.
-
The thing is I don't really understand what these diffs are... I know that patches are made like this but I don't know how to apply one I was asking about what was changed in freeciv 1.14.1(new units, new features etc) and what is new in the civserver.exe (since it has about 4MB in 1.14.1 compared to about 700Kb in 1.14.0). If anyone knows about the error with the server(I can't type anything...) please give me a hand. Also the command(or whatever) for applying patches could also be useful(I have MingW and MSys so it should be the same as a Linux(or Unix) environment... )P. Bogdan
Comment
Comment