Quantcast

Utilized the private AddOn "namespace" made available in 3.3 and named it "private" - now I'll have to write a proper API for AddOns which want data since direct access is now impossible.

Author torhal <torhal@dummy.example.com>
Author date 2010-02-01 15:27:18
Author local date 2010-02-01 15:27:18 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2010-02-01 15:27:18
Committer local date 2010-02-01 15:27:18 +0000
Commit 5dda58de6c86834e3fa81e63373e032f0b0bdd51
Tree 2c7f0c901b39c54760d8a7e926f715251f14e78e
Parent 40c7f5cb366a4b98b10bf11662086aca306d12ee
Utilized the private AddOn "namespace" made available in 3.3 and named it "private" - now I'll have to write a proper API for AddOns which want data since direct access is now impossible.
Moved addon.WHATEVER_list to private.WHATEVER_list.
Removed file-local RecipeList, CustomList, etc - now using the private lists only where absolutely needed.
Re-named and changed the usage for many more table members: vendor["SellList"] became vendor.sells, acquire[index]["Type"] became acquire[index].type, etc.