yanipku / advdupe2

Automatically exported from code.google.com/p/advdupe2
0 stars 0 forks source link

Garrysmod 13 (Beta) - started fixing #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I started to get adv2 running for gmod13. Its not finished, but maybe its 
helping you to work on.

The DTreeFix.lua is just a temporary workaround until a better way is found for 
the missing DTree:GetItems() and DTree:SortByMember() functions. Basicly it is 
just a copy of the original DTree.lua file with the two missing functions 
readded from garrysmod 12.

The "return" after umsg.Start("AdvDupe2_ClearBrowser", ply) caused me troubles 
resulting in empty filelist, thats why I removed it. Maybe the umsg retrieved 
to late, after the list was filled.

Upload from Client's root folder seems to work fine, but not from (some?) 
subfolders, on subfolders it seems to upload it, but there is no file then on 
server when upload finished.

Moving and deleting doesn't work, don't know why.

I attached my patchfile for revision 48.

Original issue reported on code.google.com by cheef-da...@freenet.de on 8 Jun 2012 at 3:56

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by tbzipper@gmail.com on 25 Oct 2012 at 3:54