Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Predicate
Forum: Legion Beta archived threads 06-02-16, 06:48 PM
Replies: 7
Views: 2,846
Posted By Predicate
If you have sample code that reliably reproduces...

If you have sample code that reliably reproduces a Blizzard bug, please provide it so it can be reported through the proper channels. If it only occurs in the context of a larger or more complex...
Forum: Legion Beta archived threads 05-26-16, 08:24 PM
Replies: 0
Views: 1,359
Posted By Predicate
Using Animation:SetOrder() to re-order animations causes a crash on reload

Thanks to MunkDev for initially discovering the bug here (http://www.wowinterface.com/forums/showthread.php?t=53456). He kindly provided his ConsolePort code to me for isolation of the...
Forum: Legion Beta archived threads 05-26-16, 02:50 PM
Replies: 4
Views: 2,478
Posted By Predicate
Not sure if my input is useful here, but I've had...

Not sure if my input is useful here, but I've had the same assertion failure (same line, same expression) seemingly caused by non-UI textures. However, I play in Wine on Linux, so I was reluctant to...
Forum: Legion Beta archived threads 05-25-16, 01:06 AM
Replies: 5
Views: 3,823
Posted By Predicate
When the 3D support was first added into the game...

When the 3D support was first added into the game back in Wrath, :GetDepth() et al. did work on nameplates, but it was quickly deemed abusable by addons and blocked from access by Lua (though the 3D...
Forum: Legion Beta archived threads 05-25-16, 12:29 AM
Replies: 28
Views: 17,075
Posted By Predicate
Yes, cooldown spirals are rendering incorrectly...

Yes, cooldown spirals are rendering incorrectly if their parent frames are moved after the cooldown has played once (but while they are still hidden). After a bit of troubleshooting on IRC we came up...
Forum: Legion Beta archived threads 05-23-16, 12:10 PM
Replies: 61
Views: 57,248
Posted By Predicate
That behavior is exactly correct. NamePlate1 is...

That behavior is exactly correct. NamePlate1 is always associated with the unit "nameplate1". However, "nameplate1" can be associated with different units at different times, because nameplates are...
Forum: Legion Beta archived threads 05-23-16, 12:00 PM
Replies: 12
Views: 5,709
Posted By Predicate
The reasoning for this was discussed on IRC; the...

The reasoning for this was discussed on IRC; the primary advantage for Blizzard is that db2 files use the CASC streaming data system, so they can update GlobalStrings as needed without having to push...
Forum: Legion Beta archived threads 05-22-16, 04:05 PM
Replies: 4
Views: 2,048
Posted By Predicate
It is calling the function that exists. The API...

It is calling the function that exists. The API itself has the misspelling, but that is the only place it's called in the default UI, so it might not be too problematic to change.
Forum: Legion Beta archived threads 05-19-16, 08:09 PM
Replies: 32
Views: 20,699
Posted By Predicate
Build 21737 introduces one new CVar:...

Build 21737 introduces one new CVar: "imguiTheme". Description: "Set the theme" Default value: "blue"
Forum: Legion Beta archived threads 05-19-16, 02:10 PM
Replies: 14
Views: 8,535
Posted By Predicate
Glad you were able to get somewhere with it. If...

Glad you were able to get somewhere with it. If the older drivers are causing you issues, you might want to try the open source driver (nouveau) instead? Not sure I can offer much more help than...
Forum: Legion Beta archived threads 05-19-16, 10:56 AM
Replies: 33
Views: 15,422
Posted By Predicate
The listing he posted contains the PI alias on...

The listing he posted contains the PI alias on line 17. The Wowpedia page is specifically about functions, but as PI is an odd one out, I don't know where else it would go. You can always update the...
Forum: Legion Beta archived threads 05-19-16, 09:40 AM
Replies: 33
Views: 15,422
Posted By Predicate
Just verifying that Ketho's listing is complete...

Just verifying that Ketho's listing is complete as far as compat.lua's effects, so the original file is unnecessary for developer reference. :) All other non-standard stuff is implemented in C, but...
Forum: Legion Beta archived threads 05-19-16, 06:31 AM
Replies: 33
Views: 15,422
Posted By Predicate
It can be extracted from the client .exe without...

It can be extracted from the client .exe without even running the game, but I can't elaborate further as the forum rules prohibit discussion of EULA-breaking activities (which, sadly, includes...
Forum: Legion Beta archived threads 05-18-16, 07:02 PM
Replies: 5
Views: 2,854
Posted By Predicate
In the past, I have seen crash-on-logout as a...

In the past, I have seen crash-on-logout as a symptom of putting the UI in some improper state (setting a texture/model/font to an invalid path comes to mind), which only triggered an error when the...
Forum: Legion Beta archived threads 05-18-16, 06:52 PM
Replies: 33
Views: 15,422
Posted By Predicate
compat.lua is a file Blizzard loads before it...

compat.lua is a file Blizzard loads before it gets to GlueXML/FrameXML, containing stuff like aliases (strfind = string.find), wrappers (trig functions that take degrees), and a few other custom...
Forum: Legion Beta archived threads 05-18-16, 04:57 PM
Replies: 9
Views: 4,675
Posted By Predicate
Seems intentional, I doubt it will be removed....

Seems intentional, I doubt it will be removed. See CVar releaseUITextures: "Release Hidden UI Textures by default"
Forum: Legion Beta archived threads 05-18-16, 07:50 AM
Replies: 14
Views: 8,535
Posted By Predicate
For what it's worth, I'm running the beta in dx9...

For what it's worth, I'm running the beta in dx9 mode under wine 1.7.45 (staging) with CSMT and the Gallium Nine patch. It works flawlessly (even the 64-bit client, which is broken on live!), but...
Forum: Legion Beta archived threads 05-18-16, 05:22 AM
Replies: 33
Views: 15,422
Posted By Predicate
He's just being sneaky and creating a fake Lua...

He's just being sneaky and creating a fake Lua file by extracting the contents of GlobalStrings.db2 from the 7.0 client. The comment at the top of his GlobalStrings.lua has changed from Blizzard's:...
Showing results 1 to 18 of 18