Forum: AddOn Help/Support
12-29-20, 12:16 AM
|
Replies: 2
Views: 879
|
Forum: Lua/XML Help
12-27-20, 08:08 AM
|
Replies: 8
Views: 1,996
Well it's not a perfect solution, at the end of...
Well it's not a perfect solution, at the end of the day units will still be rounded up to pixels, you can only try to make so that it happens at the same time from both ends. Try sizing your bar in...
|
Forum: Lua/XML Help
12-27-20, 06:43 AM
|
Replies: 8
Views: 1,996
|
Forum: AddOn Search/Requests
11-03-20, 05:05 AM
|
Replies: 2
Views: 2,232
|
Forum: General Authoring Discussion
09-29-20, 11:40 PM
|
Replies: 2
Views: 3,056
|
Forum: General Authoring Discussion
09-27-20, 07:19 AM
|
Replies: 7
Views: 5,153
This may be related to the issue that when...
This may be related to the issue that when joining group finder or lfd groups GetRaidRosterInfo() doesn't immediately has all the data about the members. And it returns nil for name, class etc
|
Forum: General Authoring Discussion
08-31-20, 10:55 AM
|
Replies: 3
Views: 10,687
|
Forum: Lua/XML Help
08-25-20, 09:55 AM
|
Replies: 3
Views: 2,163
|
Forum: AddOn Help/Support
07-27-20, 05:53 AM
|
Replies: 5
Views: 5,468
|
Forum: General Authoring Discussion
07-04-20, 07:11 PM
|
Replies: 7
Views: 3,808
|
Forum: Lua/XML Help
06-17-20, 11:04 AM
|
Replies: 9
Views: 1,204
|
Forum: Lua/XML Help
05-25-20, 07:44 AM
|
Replies: 6
Views: 2,438
|
Forum: AddOn Help/Support
04-19-20, 10:07 PM
|
Replies: 4
Views: 2,711
|
Forum: Site help, bugs, suggestions/questions
03-20-20, 07:59 AM
|
Replies: 41
Views: 14,473
|
Forum: Lua/XML Help
02-18-20, 12:13 PM
|
Replies: 1
Views: 610
|
Forum: AddOn Help/Support
11-24-19, 10:27 AM
|
Replies: 2
Views: 1,707
|
Forum: Lua/XML Help
11-09-19, 11:17 AM
|
Replies: 11
Views: 3,803
|
Forum: Macro Help
10-23-19, 10:37 AM
|
Replies: 6
Views: 3,527
|
Forum: AddOn Help/Support
10-21-19, 09:02 AM
|
Replies: 7
Views: 1,718
|
Forum: AddOn Help/Support
10-21-19, 07:40 AM
|
Replies: 7
Views: 1,718
|
Forum: Lua/XML Help
10-05-19, 09:18 AM
|
Replies: 2
Views: 876
|
Forum: Site help, bugs, suggestions/questions
10-01-19, 10:26 PM
|
Replies: 41
Views: 14,473
|
Forum: General Authoring Discussion
09-22-19, 09:28 PM
|
Replies: 6
Views: 2,225
It's different not exactly for resolution, but...
It's different not exactly for resolution, but aspect ratio. You can see for yourself if you switch to 4:3 or something that's not your usual. Model will be offset a little from the usual spot
Also...
|
Forum: General Authoring Discussion
09-22-19, 08:56 AM
|
Replies: 6
Views: 2,225
Models and SetTransform especially are riddled...
Models and SetTransform especially are riddled with bugs, so don't use it if you can.
Try calling SetTransform a little later than SetModel, like in the next render frame or just after 30ms
Also...
|
Forum: AddOn Help/Support
08-03-19, 08:42 PM
|
Replies: 6
Views: 1,272
i mean avoid scanning units/guids that do not...
i mean avoid scanning units/guids that do not have existing timers. But it doesn't really matter anyway
EDIT: It is maybe better not to do that, because sometimes you'll need to create timers from...
|