Rainrider
Rainrider
German: ``` L.GeneralOptions = "Allgemeine Einstellungen" L.ShowSolo = "Anzeigen wenn solo" L.ShowParty = "Gruppe anzeigen" L.AssistFrame = "Haupttank und -assistent anzeigen" (COMPACT_UNIT_FRAME_PROFILE_DISPLAYMAINTANKANDASSIST) L.SortByRole = "Nach Rolle sortieren" L.SortByRoleTooltip = "Sortiert...
I works for me, it just takes A LOT of time: ``` ❯❯❯ npm i -S nodegit npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated...
Is there any way to update luafilesystems? > Installing http://luarocks.org/repositories/rocks/luafilesystem-1.6.3-2.src.rock... > cl /MD /O2 -c -Fosrc/lfs.obj -IC:/Programming/Lua/5.1/include src/lfs.c > Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 > Copyright...
I tried that already. One can't run luarocks without lfs.dll. This is what the original issue author meant by luarocks depending on luafilesystem I think
This is the error message when trying to install luafilesystem with clibs/lfs.dll removed > c:\Programming\Lua\5.1>luarocks install luafilesystem > 'pwd' is not recognized as an internal or external command, > operable...
Sorry for the late response. Visual C++ command prompt. It's the Enterprise 2015 edition if that matters.
I moved to using https://github.com/Tieske/luawinmulti for the time being. It's minimal and I have full control of what gets installed. It also supports Lua 5.2 and 5.3. I do appreciate...
@ls- do you want to remove default textures next expac or why the compat mode thingy?
The biggest issue with this is the data gathering and accounting for anti-snares. If you contribute the data I might take a look into in when time permits.
Hm, actually we might be able to use `GetUnitSpeed` and display values below 100% on snares. This would remove the need for extra data. I'll test it this weekend.