Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: sirinsidiator
Forum: General Authoring Discussion 07/29/19, 02:37 PM
Replies: 40
Views: 27,779
Posted By sirinsidiator
Yeah. Minion 3 will simply overwrite the folder...

Yeah. Minion 3 will simply overwrite the folder without any warning. The worst part, it won't even recognize that it just replaced your new and shiny LAMr29 with an old LAMr23 and will continue to...
Forum: General Authoring Discussion 05/01/19, 10:08 AM
Replies: 40
Views: 27,779
Posted By sirinsidiator
The main reason is to remove a troublesome piece...

The main reason is to remove a troublesome piece of code that has caused countless problems for authors due to the way it handles library versioning. The game itself can now handle the versioning...
Forum: General Authoring Discussion 05/01/19, 05:34 AM
Replies: 40
Views: 27,779
Posted By sirinsidiator
@Drakanwulf That looks pretty good. I use the...

@Drakanwulf That looks pretty good. I use the following snippet for my own "new-style" libs:

local LIB_IDENTIFIER = "LibDebugLogger"

assert(not _G[LIB_IDENTIFIER], LIB_IDENTIFIER .. " is already...
Forum: General Authoring Discussion 04/30/19, 05:49 AM
Replies: 40
Views: 27,779
Posted By sirinsidiator
I just took a look at this AddonStub and I'll be...

I just took a look at this AddonStub and I'll be honest here. It is absolutely useless and pretty much the same as LibStub that we are trying to get rid of for that reason. Not sure why you would try...
Forum: General Authoring Discussion 04/28/19, 02:18 PM
Replies: 40
Views: 27,779
Posted By sirinsidiator
Let's get rid of LibStub!

I believe this can be done in 3 "easy" steps:

1) Update libraries to provide an alternative way of being accessed.
This step shouldn't introduce any major compatibility issues as we still keep...
Showing results 1 to 5 of 5