]> git.xonotic.org Git - xonotic/netradiant.git/commit
ixing a big problem on Windows platforms that has to do with copying over
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Mon, 13 Dec 2010 04:50:40 +0000 (04:50 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Mon, 13 Dec 2010 04:50:40 +0000 (04:50 +0000)
commit3e7c459a7969daef0c8e84ca074587003172cb90
tree2fad20b82253190a8a2bc15aa97475141a05c112
parent4ea003d7f4682007117bbfcd19254a49fbbb2785
ixing a big problem on Windows platforms that has to do with copying over
game packs to the game install directory.  Before this patch, users of
Radiant weren't able to start Radiant without doing some manual copying of
game pack files over by hand (and I'm sure nobody figured that out).
The problem is in radiant/missing.cpp.  CopyTree() didn't correctly recursively
copy directories because of a problem in FindFiles::FindFiles() on Windows.

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@346 8a3a26a2-13c4-0310-b231-cf6edde360e5
radiant/missing.cpp