forked from shagu/ShaguQuest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
48 lines (39 loc) · 2.6 KB
/
CHANGELOG
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
18.05.2015: Version 4.2
- Fixed the Button overlapping bug
- Only show required Questobjectives
28.03.2015: Version 4.1
- Changed the appearance of the cartographer symbols. Looks now much clearer.
25.03.2015: Version 4.0
- The map will now open on the correct zone everytime (99.99%). The issue where a nearby map is opened instead, is now fixed.
- Overlapping spawnpoints are removed. Only the spawns that are really on the map will now be shown.
- The size of the addon and thus the RAM usage has been reduced.
- Quests without questobjectives now have a "Show" button too.
- Slashcommand /shagu item <foo> does now reliable opens the map with the most spots.
- Slashcommand /shagu item <foo> has been cleaned up. Alot of wrong zones has been removed.
- Some other minor fixes and code cleanups.
22.03.2015: Version 3.1.1
- Killquests on enGB Clients should now work correctly. Might impact some deDE Quests as well.
06.03.2015: Version 3.1
- Introducing: Slashcommand "shagu quest <questname>" will search for a questgiver of the desired quest.
- Slashcommand "shagu quests" will now print all quests of the current map, if no parameters are given.
- Slashcommand "shagu item" now opens the map on the best dropchance.
- Slashcommand "shagu item" will now print all zones instead of one broken zone.
- Re-designed the formatting on the ShaguDB slashcommands.
05.03.2015: Version 3.0
- Alot(!) of Quests will now work better, as there was a bug in the object-database.
- Removed many of Lua Errors.
- Intruducing: Slashcommand "shagu quests <map>" will print every Questgiver of the desired <map>.
- Dropchances are now sortedy by percentage. The highest droprates will now be shown, instead of 5 randoms.
- Rewritten the algorithms to match the best map for a spot. Because of this, the map will be auto-opened again.
- Many parts of the Code where rewritten. Merged alot of redundant code to functions.
- Fixed parse errors in spawnDB.lua for enGB clients
18.01.2015: Version 2.1
- Fixed NullPointer Error for enGB (issue in spawnDB.lua)
- Rewritten the code of the database export scripts.
- Changed Addon Description (Ingame), to avoid confusion with ShaguQuest <=> Extended Quest Log3.
20.08.2014: Version 2.0
- The Map won't open automatically anymore. As there where alot of Issues. Instead, all spawns on every Map will now be shown.
- Questrelations will now be shown on every Quest. For example the Questgiver and everything related to a Quest will be shown on the Map as a "Questionmark".
- Changed the structure of questDB.lua to make all this possible.
07.08.2014: Version 1.0
- Initial Release. Alot of confusing Errors and Issues.