-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog.txt
More file actions
31 lines (27 loc) · 2.03 KB
/
ChangeLog.txt
File metadata and controls
31 lines (27 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
v1.5 -Updated the core.lua file to support the new data tables.
-Rewrote many functions in core.lua to make it more compact and hopefully easier to read.
-Made all of the old data tables local inside of data.lua to finalize
the conversion to the new slippyData table.
-Incorperated the first version of the new GUI!
v1.4 -Quick Auctions API implemented!
-Wrote functions to deal with the QAAPI as well as deal with itemLinks.
-Added a new row to all the data arrays where the itemID of the scroll is stored.
-Added slippyData which will eventually replace the 9 individual data tables. For now,
it simply contains the 9 data tables which allows them to be acessed in the same manner
as before as well as through the slippyData array without conflict.
-Converted everything inside of the core.lua file to use slippyData instead of the old arrays.
-Matched the order of the arrays in data.lua to the rest of the program for consistency.
-Added a warning if QAAPI is not loaded (currently does not do anything besides print the warning).
v1.3 -Multiple adjustments to the core.lua file to improve the code.
-More variables defined as locals and some variables renamed / moved as a result.
v1.2 -Added new rows for the arrays in data.lua to handle extra materials. As a result,
everything that used these arrays was updated (mainly core.lua).
-Stored the totals in the DB. As a result everything that used the totals array was updated (mainly gui.lua).
-Improved the slash commands greater by making "/sl" print out list of slash commands.
-Added an option to enable / disabled vellums.
-Cleaned up the core.lua code by putting the Get and Set function for the options in the options function.
-Moved the default profile values to the data.lua file.
v1.1 -Fixed a bug where glove enchants were not being reset when the "Reset Craft Queue" button was pressed.
-Greatly improved the documentation of the code by adding comments throughout.
-Cleaned up the code overall by getting rid of unused/unncessary functions/variables.
v1.0 -First Release Version!