10.0.5c
Details
-
FilenameElephant-10.0.5c.zip
-
Uploaded by
-
UploadedFeb 16, 2023
-
Size171.42 KB
-
Downloads5,050
-
MD515e643dd28b3732eed9904616d11f918
Supported WoW Retail Versions
- 10.0.5
Changelog
tag d95460bf7738e9bf44ab42dd0c155cab8039689c 10.0.5c
Author: AllInOneMighty <[email protected]>
Date: Thu Feb 16 02:23:41 2023 -0800
commit 25adf36995379bb2cb5f0786269acfd67c7267e0
Author: AllInOneMighty <[email protected]>
Date: Thu Feb 16 02:03:33 2023 -0800
- Remove use of ['xxx'] in favor of xxx
- Also changing prat_struct.line_id to prat_struct.lineid for consistency
commit 58197bdcd1393892956db34c7f42634862997566
Author: AllInOneMighty <[email protected]>
Date: Thu Feb 16 01:41:58 2023 -0800
Handling RAID_BOSS_EMOTE messages properly
commit 3173f07646163b882a0d877fc89bd7ba16158202
Author: AllInOneMighty <[email protected]>
Date: Tue Feb 14 14:05:45 2023 -0800
- Sorting all localization alphabetically. They are still "grouped" through their names.
- Feel free to send a localization if you want Elephant in your language!
commit ca31705bac468d95a7d88db8b4129f580bd234d9
Author: AllInOneMighty <[email protected]>
Date: Tue Feb 14 13:57:02 2023 -0800
Forgot one translation in the german localization
commit 3f467e6bd59559d3edfc7683e5b73727e7d23b8e
Author: AllInOneMighty <[email protected]>
Date: Tue Feb 14 13:52:09 2023 -0800
Remove unnecessary spaces from localizations
commit 039b997ca97941fd253b6d7a7d0ac9e3c06c2fb2
Author: AllInOneMighty <[email protected]>
Date: Tue Feb 14 13:49:11 2023 -0800
- Moving all string translations to constants, ordered by name.
- Removing the awkward tables in translation strings to avoid any future translation problem.
- General chat names are part of the config and not of the translation anymore (even if it still references it)
- Fixing "You left channel." never appearing in logs
- Adding more text to the options for better descriptions/warnings
commit 70dfab05a03591a36993092c90f72045c2c4e8a3
Author: AllInOneMighty <[email protected]>
Date: Mon Feb 13 23:53:39 2023 -0800
- Adding a "Share logs with alts" option to share logs of a specific character with all characters that have the same setting enabled. By default, this setting will remain off.
- Maximum log setting is now shared with all characters on the same realm/faction, regardless of the setting above. It will be migrated if set to a higher value in previous versions of Elephant.
- Increasing default maxlog from 500 to 1,000.
- Adding tooltip to Empty button to warn that it will clear the log for alts too if the "Share logs with alts" option is enabled.
- Adding details to options descriptions and increasing font size when needed.
- This commit is broken and requires changes to the Locale that will be submitted in a follow-up (to simply commits and ease reverts).
commit c756c84a9575113e3438b4bff62c190605081680
Author: AllInOneMighty <[email protected]>
Date: Mon Feb 13 02:28:00 2023 -0800
Fixing weird... space, apparently.
commit 3d33fa61e769106a02655f24420673e6200690b3
Author: AllInOneMighty <[email protected]>
Date: Mon Feb 13 00:39:24 2023 -0800
Adding player name to "Log started on/at" message, to prepare for potential global logging option.
commit 6ef287dce678dd1533673a06a9afd31c258efe6a
Author: AllInOneMighty <[email protected]>
Date: Mon Feb 13 00:27:57 2023 -0800
Not forgetting to modify Event.lua
commit 1016cdc8e731a75ada86d435ab7387b8c8a7298e
Author: AllInOneMighty <[email protected]>
Date: Mon Feb 13 00:26:49 2023 -0800
Cleaning up how the DefaultConfiguration and VolatileConfiguration (previously named tempConf) are provided to other parts of the Addon.
commit 4111fe73f3058400bb26f84fd6d092cf5d240efa
Author: AllInOneMighty <[email protected]>
Date: Mon Feb 13 00:14:22 2023 -0800
- Renaming Elephant:clone() to Elephant:Clone()
- Moving ProfileDb() and CharDb() further up
commit 6ce31c64907d90dcf5d6693585da38ba4bb12298
Author: AllInOneMighty <[email protected]>
Date: Mon Feb 13 00:11:32 2023 -0800
Introducing ProfileDb() and CharDb() to potentially support logs between characters.
commit ccf36fb2104d101aa6c3f297c67b03213cc8b9b9
Author: AllInOneMighty <[email protected]>
Date: Sun Feb 12 23:57:34 2023 -0800
Applying style guide to code.