vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 WinAceUpdater - An update tool for the Ace community of addons.
2  
3 License: zlib/libpng - see included License.txt
4  
5 Requirements:
6 * Windows 98 or later
7 * .NET 2.0 Runtime - available from
8 http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
9  
10 Description:
11 This tool provides an easy way for you to keep your Ace addons up to date.
12 When it first launches, it will download a list of available addons from
13 http://www.wowace.com/files. If it can determine your local World of
14 Warcraft installation folder, it will also compare that list with the
15 addons you currently have installed and pre-check them.
16  
17 Check the boxes of any addons you want to update/download and choose
18 "Update Checked Addons" from the File menu (or press F12). The status of
19 the download will be presented in the lower pane.
20  
21 Source code and updates for this will be made available on sourceforge.net
22 as soon as the project site becomes available.
23  
24 Options:
25 By choosing Preferences from the Edit menu, you can fine-tune the behavior
26 of WinAceUpdater. The following options are available:
27  
28 AceFilesPath: The location of the Ace files repository. Do not change this
29 value unless you are instructed to do so.
30 Default: http://www.wowace.com/files/
31 ConfirmSync: Confirm before downloading and installing.
32 Default: True
33 DeleteBeforeExtracting: Delete local files before installing. This can be
34 used to clean up any old files that don't belong any more.
35 Default: False
36 DisplayBackupWarningAtStartup: Displays a warning at startup reminding you
37 to backup your addons folder.
38 Default: True
39 LoadIndexOnStartup: If set to true, the list of available addons will be
40 loaded at startup.
41 Default: True
42 ShowInstalledAddons: If set to true, the system will attempt to determine
43 whether an addon is installed when the list is loaded from the server
44 and will check the box for that addon.
45 Default: True
46 SkipExternals: If set to true, the addon will be downloaded without
47 "externals". Externals are shared libraries that are embedded with Ace2
48 addons. This is an advanced setting that should only be set to true
49 if you know how to troubleshoot and identify missing libraries!
50 Default: False
51 SkipSvnWorkingCopies:
52 If set to true, it will skip any installed addon that has a .svn
53 folder in the root. Good for developers who don't want their working
54 copies lost, but also useful if you want an addon to be ignored because
55 you have private changes or custom files.
56 Default: True
57 SkipVersionCheck: If set to true, all checked addons will be downloaded and
58 installed and no version comparison will be performed. If set to false,
59 an addon will only be downloaded and installed if there is a newer
60 version on the server.
61 Default: False
62 UseRecycleBin:
63 When true, it will move things it deletes to the Windows Recycle Bin instead of deleting them.
64 Default: True
65 WowInstallDirectory:
66 Default: <auto-populated>
67  
68 Todo List:
69 * Better options dialog
70 * Extract into a safe place and copy over if extract successful
71 * Figure out what's wrong with TinyTooltipOptions zip file