Forum: Site help, bugs, suggestions/questions
12-23-20, 04:55 AM
|
Replies: 2
Views: 775
|
Forum: Site help, bugs, suggestions/questions
12-23-20, 04:49 AM
|
Replies: 30
Views: 12,496
|
Forum: Dev Tools
12-07-20, 04:17 AM
|
Replies: 0
Views: 1,422
|
Forum: General Authoring Discussion
11-12-20, 04:40 AM
|
Replies: 2
Views: 2,804
Thank you. I remember researching this before I...
Thank you. I remember researching this before I think (I was using .pkgmeta on my git repo with a workflow to auto-deploy to wowinterface/curse if I remember correctly) but I wasn't sure if there was...
|
Forum: General Authoring Discussion
11-11-20, 11:40 AM
|
Replies: 2
Views: 2,804
|
Forum: General WoW Chat
09-16-20, 09:53 AM
|
Replies: 6
Views: 23,839
I went through a crazy phase of remaking my UI...
I went through a crazy phase of remaking my UI when I first discovered how to install AddOns way back when, but now I've been using my own for over 7 years and I'm perfectly happy with it.
Pretty...
|
Forum: Chit-Chat
02-28-19, 12:59 PM
|
Replies: 0
Views: 1,839
|
Forum: Lua/XML Help
02-10-19, 06:56 AM
|
Replies: 2
Views: 608
|
Forum: Lua/XML Help
02-10-19, 03:31 AM
|
Replies: 2
Views: 608
|
Forum: Lua/XML Help
02-07-19, 05:35 AM
|
Replies: 1
Views: 593
I worked out that, for each unique string, it...
I worked out that, for each unique string, it must store this in memory. So, if it is a random number (using math.random), and converted to a string, then the addon memory will perpetually increase,...
|
Forum: Lua/XML Help
02-07-19, 05:18 AM
|
Replies: 1
Views: 593
Calling SetText on a FontString inside OnUpdate
I am calling a function every 0.05 seconds in an OnUpdate script and it has this line in it:
timeRemaining:SetText(math.random());
This causes a memory leak issue where my AddOn's memory will keep...
|
Forum: Lua/XML Help
12-25-18, 02:29 AM
|
Replies: 6
Views: 2,524
|
Forum: Lua/XML Help
12-24-18, 03:00 PM
|
Replies: 6
Views: 2,524
Thank you, I thought that might be the case....
Thank you, I thought that might be the case. Looks like there won't be an update for a very long time, if ever. I know it's a giant risk for any company to update something so critically important...
|
Forum: Lua/XML Help
12-24-18, 01:28 PM
|
Replies: 6
Views: 2,524
|
Forum: Lua/XML Help
12-24-18, 01:20 PM
|
Replies: 6
Views: 2,524
|
Forum: General Authoring Discussion
08-25-18, 04:34 PM
|
Replies: 3
Views: 3,301
|
Forum: General Authoring Discussion
08-25-18, 08:03 AM
|
Replies: 3
Views: 3,301
|
Forum: General Authoring Discussion
08-28-17, 07:36 AM
|
Replies: 5
Views: 1,557
|
Forum: General Authoring Discussion
08-27-17, 04:47 AM
|
Replies: 5
Views: 1,557
Updated to version 2.0. The new version...
Updated to version 2.0. The new version includes:
Package exporting and importing
An Object:Parent() function so that you can choose to run Parent functions from child instances, instead of the...
|
Forum: General Authoring Discussion
08-26-17, 02:59 AM
|
Replies: 34
Views: 5,024
This is ridiculous. As a content creator, the...
This is ridiculous. As a content creator, the first project you do is always going to be bad compared to those with years of experience. My first projects were awful and to some extent still are. I...
|
Forum: General Authoring Discussion
08-24-17, 02:26 AM
|
Replies: 2
Views: 1,075
|
Forum: General Authoring Discussion
08-24-17, 12:19 AM
|
Replies: 12
Views: 2,366
|
Forum: General Authoring Discussion
08-23-17, 11:48 PM
|
Replies: 5
Views: 1,557
|
Forum: General Authoring Discussion
08-23-17, 03:36 PM
|
Replies: 5
Views: 1,557
|
Forum: Lua/XML Help
08-05-17, 01:13 PM
|
Replies: 5
Views: 2,678
|