You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: refresh README to reflect current addon state (#45) (#46)
Removes fabricated Cataclysm Classic support, fixes Supported Versions table to match the TOC and actual listener filenames, corrects the Configuration scope claim from per-character to account-wide, adds the 5-second M+ post-completion grace period to How It Works, adds a new Events Handled table, and highlights the zero-external-dependencies design.
Closes#45
RaidLogAuto listens for instance changes. When you zone into a raid (or a Mythic+ dungeon, if enabled), it automatically calls `/combatlog` for you. When you leave, it turns logging off — keeping your log files clean and your uploads hassle-free.
51
+
RaidLogAuto monitors instance transitions and Mythic+ lifecycle events. When you enter a supported instance type,
52
+
the addon ensures combat logging is active. To prevent truncated logs in Mythic+, the addon waits for a 5-second
53
+
grace period after `CHALLENGE_MODE_COMPLETED` before disabling the log.
|`printMessages`|`true`| Show status messages in chat |
116
-
|`combatLogReminderDismissed`|`false`| Whether the one-time combat log reminder has been dismissed |
117
-
118
-
All settings can be changed via the [slash commands](#%EF%B8%8F-commands) above.
129
+
|`combatLogReminderDismissed`|`false`| Tracks if the one-time cleanup reminder was dismissed |
119
130
120
131
</details>
121
132
122
133
<details>
123
134
<summary><h2>📁 Combat Log Location</h2></summary>
124
135
125
-
After a raid, your combat log is saved to:
136
+
After a session, your combat log is saved to:
126
137
127
138
| OS | Path |
128
-
|:---|:-----|
129
-
|**Windows**|`World of Warcraft\_retail_\Logs\WoWCombatLog.txt`|
130
-
|**macOS**|`/Applications/World of Warcraft/_retail_/Logs/WoWCombatLog.txt`|
131
-
132
-
> Replace `_retail_` with the appropriate folder for your game version (e.g. `_classic_era_`, `_classic_`).
139
+
|:---|:---|
140
+
| Windows |`World of Warcraft\_retail_\Logs\WoWCombatLog.txt`|
141
+
| macOS |`/Applications/World of Warcraft/_retail_/Logs/WoWCombatLog.txt`|
133
142
134
-
Upload your logs to [Warcraft Logs](https://www.warcraftlogs.com/) for detailed analysis! 📊
143
+
Replace `_retail_` with the appropriate folder for your game version (e.g., `_classic_era_`, `_classic_`).
135
144
136
145
</details>
137
146
138
147
---
139
148
140
149
## 🤝 Contributing
141
150
142
-
Contributions are welcome! Feel free to open an [issue](https://github.com/Xerrion/RaidLogAuto/issues) or submit a [pull request](https://github.com/Xerrion/RaidLogAuto/pulls).
151
+
Contributions are welcome! Please refer to [AGENTS.md](AGENTS.md) and [CONTRIBUTING.md](CONTRIBUTING.md) for
152
+
development guidelines, including the use of `luacheck`.
143
153
144
154
1. Fork the repository
145
155
2. Create your feature branch (`git checkout -b feat/my-feature`)
@@ -153,7 +163,7 @@ Contributions are welcome! Feel free to open an [issue](https://github.com/Xerri
153
163
154
164
## 📄 License
155
165
156
-
This project is licensed under the **MIT License**— see the [LICENSE](LICENSE) file for details.
166
+
This project is licensed under the **MIT License**- see the [LICENSE](LICENSE) file for details.
0 commit comments