]> de.git.xonotic.org Git - xonotic/netradiant.git/commit
ixing a big problem on Windows platforms that has to do with copying over
authorrambetter <rambetter>
Mon, 13 Dec 2010 04:50:40 +0000 (04:50 +0000)
committerrambetter <rambetter>
Mon, 13 Dec 2010 04:50:40 +0000 (04:50 +0000)
commiteb77a1bc393ee08b3d681866479ab1f87d175157
tree2fad20b82253190a8a2bc15aa97475141a05c112
parent7c469116587a352454b7740764c5756484ac843a
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: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@346 8a3a26a2-13c4-0310-b231-cf6edde360e5
radiant/missing.cpp