Subject | Hash | Author | Date (UTC) |
---|---|---|---|
doc: valid references to github | 6aba3821b71216c07d8f02b24f75006e556dca61 | Vladyslav Bondarenko | 2024-06-16 17:28:59 |
build: allow either GNUmake or pdpmake to be used | 4f3cd088299dc09f5207caeeddedfcca461d439e | Vladyslav Bondarenko | 2024-06-16 15:52:32 |
doc: add minimal documentation | 125835dbbef41528e4f545642f62e519e7e8f9fc | Vladyslav Bondarenko | 2024-06-16 15:34:58 |
doc: descript aura button API | 7d110e3d397a335d2dc0ffbf699acc487730d0d8 | Vladyslav Bondarenko | 2024-06-16 13:24:52 |
feat: add ldoc custom see tag handler | d28dc9809939a99694d87cf1d0654eb0e2fcd314 | Vladyslav Bondarenko | 2024-06-16 13:23:24 |
feat: add optional xmlstarlet support | b2db46335cb4aa461c45915d235c6d8d340a3dea | Vladyslav Bondarenko | 2024-06-16 09:57:27 |
fix: indent Chorus.xml with tabs and not spaces | bf4091ab69c75aafa9256b0503b5addd316e214f | Vladyslav Bondarenko | 2024-06-16 09:39:28 |
fix: format generated XML with tabs and not spaces | d0018a28b184add22ea69f86c8b334a72310004e | Vladyslav Bondarenko | 2024-06-16 09:26:54 |
doc: raid frame profile generator script | 22deb6f002463583ef5fd5c1acfcfb5777329aa8 | Vladyslav Bondarenko | 2024-06-15 21:55:01 |
feat: add fallback offline label | a621e23fe7dc5668f0525dcc2bc60d916c2a1c14 | Vladyslav Bondarenko | 2024-06-15 19:08:05 |
fix: add test mocks for background and backdrop | 2b22abbcb266bb02bded0633301e1669ed1b040d | Vladyslav Bondarenko | 2024-06-15 19:07:40 |
fix: render raid target icon above health | cb950c903e6fe0a8078ea06473ce3a01157e55cc | Vladyslav Bondarenko | 2024-06-15 19:06:13 |
fix: shift solo frames left | 4ba54a74c54b3bc68411fa8882ebd08a93587a1d | Vladyslav Bondarenko | 2024-06-15 19:04:37 |
fix!: render raid frames correctly | cdb44a8f8ed5a356651d7119f8fd9441dda2c058 | Vladyslav Bondarenko | 2024-06-15 19:01:13 |
fix: disable raid profiles for now | 41ed89dc4f78561e90ba999d00e95e0b1dc3f2a8 | Vladyslav Bondarenko | 2024-06-15 05:52:14 |
feat!: add raid group profiles | 57b4b36b800beaf6843bc3cfc954340d914b71fa | Vladyslav Bondarenko | 2024-06-14 22:19:47 |
feat!: prepare nightly release 0.8.0 | e11a3bbdfad85e4c4716e4ecfd3e7f5b8f009058 | Vladyslav Bondarenko | 2024-06-14 15:33:18 |
fix: globalize string constants | cc5893ba83f388c0a58b183321f63867b10248ad | Vladyslav Bondarenko | 2024-06-14 15:12:35 |
feat: always show player frame | 1eb20501d74ee931691f02abc31a176569a7d299 | Vladyslav Bondarenko | 2024-06-14 14:34:42 |
feat: add header background to larger units | ef000eebb9ef5a8211f6aff47e2a1c38a3badf4a | Vladyslav Bondarenko | 2024-06-14 13:54:04 |
File | Lines added | Lines deleted |
---|---|---|
conf/lua-ldoc/ldoc.lua | 1 | 1 |
File conf/lua-ldoc/ldoc.lua changed (mode: 100644) (index 8914449..c49bd72) | |||
... | ... | local function chorus_custom_see_handler(pathname, label) | |
17 | 17 | --[[ FIXME Set vaid URL for the FrameXML 3.3.5a. Repository branch and | --[[ FIXME Set vaid URL for the FrameXML 3.3.5a. Repository branch and |
18 | 18 | tags must be accounted for. ]]-- | tags must be accounted for. ]]-- |
19 | 19 | ||
20 | local fmt = 'https://github.com/tekkub/wow-ui-source/%s' | ||
20 | local fmt = 'https://github.com/tekkub/wow-ui-source/tree/3.3.5/%s' | ||
21 | 21 | local href = fmt:format(pathname) | local href = fmt:format(pathname) |
22 | 22 | ||
23 | 23 | return label, href | return label, href |