Showing results 1 to 25 of 179
Search took 0.00 seconds.
Search: Posts Made By: atl77
Forum: Carbonite: Maps (Main AddOn) 02-21-15, 11:19 AM
Replies: 4
Views: 4,802
Posted By atl77
Maybe you need to reset the configuration: you...

Maybe you need to reset the configuration: you need to delete (or rename) all files in World of Warcraft/WTF/Account/[your account]/SavedVariables/Carbonite*
Forum: Carbonite: Quests Module 02-05-15, 03:35 AM
Replies: 11
Views: 6,174
Posted By atl77
If the uploader doesn't work in Win10, you can...

If the uploader doesn't work in Win10, you can still use the website :)
Forum: Carbonite: General Discussion 02-03-15, 04:27 AM
Replies: 25
Views: 27,550
Posted By atl77
Get well soon, Rythal!

Get well soon, Rythal!
Forum: Carbonite: Weekly Module 01-27-15, 02:24 AM
Replies: 3
Views: 13,962
Posted By atl77
Not all weeklies are quests. Some are multiple...

Not all weeklies are quests. Some are multiple quests. Others are instance locks.
Forum: Carbonite: Quests Module 01-25-15, 09:26 AM
Replies: 3
Views: 4,598
Posted By atl77
Mind you, the manual upload won't reset your...

Mind you, the manual upload won't reset your quest data file. The automatic uploader is probably preferable.
Forum: Carbonite: Notes Module 01-24-15, 04:25 PM
Replies: 23
Views: 24,021
Posted By atl77
Well, we can import the data - but we'll either...

Well, we can import the data - but we'll either need to extract it from the modules, as it would clearly be in a different format and carry some extra lua code - or write some handynotes emulation -...
Forum: Carbonite: Notes Module 01-24-15, 01:51 PM
Replies: 23
Views: 24,021
Posted By atl77
Is there a reason you don't simply write...

Is there a reason you don't simply write somethings like

nodes = {
{ 947, 35280, 27.1, 2.5, "Stolen Treasure" },
{ 947, 34174, 26.5, 5.7, "Fantastic Fish" },
{ 947, 35279, 28.8, 7.1,...
Forum: Carbonite: Quests Module 01-22-15, 03:08 PM
Replies: 10
Views: 9,477
Posted By atl77
I don't know. I think that the quest database...

I don't know. I think that the quest database still features objectives that blizzard has no description for...
Forum: Carbonite: Quests Module 01-22-15, 10:20 AM
Replies: 3
Views: 5,249
Posted By atl77
Which version of Carbonite are you currently...

Which version of Carbonite are you currently using?
Forum: Carbonite: General Discussion 01-21-15, 12:11 PM
Replies: 30
Views: 50,269
Posted By atl77
Excuse me, I didn't quite get what Click Menu...

Excuse me, I didn't quite get what Click Menu actually does. Could you please elaborate a bit?
Forum: Carbonite: Dev Talk 01-20-15, 06:48 AM
Replies: 30
Views: 29,542
Posted By atl77
Being paranoid doesn't mean that everybody isn't...

Being paranoid doesn't mean that everybody isn't out to get you... specifically online. You could extend the script to set a single-session cookie to only try to redirect once in a session and...
Forum: Carbonite: Dev Talk 01-20-15, 05:42 AM
Replies: 30
Views: 29,542
Posted By atl77
One could use a JS script to do just...

One could use a JS script to do just that:

location.protcol === 'https:' && (location.href = location.href.replace(/^https/i, "http"));
Forum: Carbonite: Dev Talk 01-19-15, 02:49 AM
Replies: 30
Views: 29,542
Posted By atl77
Please press Ctrl-Shift-K in Firefox, this opens...

Please press Ctrl-Shift-K in Firefox, this opens a developer console. On there, you should be able to see any error that happens. Please tell us what you see when you try to upload.
Forum: Carbonite: Dev Talk 01-17-15, 01:31 PM
Replies: 18
Views: 19,634
Posted By atl77
Update: quest db upload works now:...

Update: quest db upload works now: http://atk.github.io/Carbonite/#upload - you can help by using it.
Forum: Carbonite: Dev Talk 01-17-15, 10:38 AM
Replies: 18
Views: 19,634
Posted By atl77
@gOOvER: On the contrary, since the former...

@gOOvER: On the contrary, since the former Carbonite has long been disbanded (and thus the Registered Trademark has probably expired), we can take over the name. But ultimately, I think, this is...
Forum: Carbonite: Dev Talk 01-17-15, 06:30 AM
Replies: 18
Views: 19,634
Posted By atl77
@Goover: I think the current logo in the addon is...

@Goover: I think the current logo in the addon is a bit too old-school... but I'm more a developer and less designer, so I'd really value other's opinions. I can easily prepare a new one (saving .tga...
Forum: Carbonite: Dev Talk 01-17-15, 01:04 AM
Replies: 18
Views: 19,634
Posted By atl77
Pushing unfinished work is what branches are for...

Pushing unfinished work is what branches are for in git. That way, multiple people can work on the same feature. As for debug removal, we can probably use an automated build process to do that.
Forum: Carbonite: Notes Module 01-16-15, 01:04 PM
Replies: 23
Views: 24,021
Posted By atl77
The term "atl specification" means this post of...

The term "atl specification" means this post of me: http://www.wowinterface.com/forums/showpost.php?p=304478&postcount=5
Forum: Carbonite: General Discussion 01-15-15, 10:47 AM
Replies: 7
Views: 10,631
Posted By atl77
I didn't want to wait, so I have created my own...

I didn't want to wait, so I have created my own version: http://www.wowinterface.com/forums/attachment.php?attachmentid=8438&d=1421264738
Forum: Carbonite: General Discussion 01-15-15, 09:48 AM
Replies: 27
Views: 18,872
Posted By atl77
Actually, it is rather simple. You don't need to...

Actually, it is rather simple. You don't need to register on github to download the developer version (or beta), but you do to submit issues there. Since not everyone wants to create such an account,...
Forum: Carbonite: Dev Talk 01-15-15, 08:33 AM
Replies: 1
Views: 13,611
Posted By atl77
Links I found also helpful: Escape sequences:...

Links I found also helpful:

Escape sequences: http://www.wowwiki.com/UI_escape_sequences
List of textures: http://wowprogramming.com/utils/artbrowser/Interface
Forum: Carbonite: Dev Talk 01-14-15, 01:45 PM
Replies: 1
Views: 9,863
Posted By atl77
Here's the updated version. It works for me.

Here's the updated version. It works for me.
Forum: Carbonite: General Discussion 01-14-15, 08:55 AM
Replies: 27
Views: 18,872
Posted By atl77
...at least we can't put up new releases on curse...

...at least we can't put up new releases on curse and WoWInterface.
Forum: Carbonite: General Discussion 01-14-15, 07:54 AM
Replies: 27
Views: 18,872
Posted By atl77
Btw., Rythals last activity was "Yesterday 09:45...

Btw., Rythals last activity was "Yesterday 09:45 PM" (citated from his forum profile). So he's very probably not yet abroad.
Forum: Carbonite: Dev Talk 01-14-15, 04:44 AM
Replies: 1
Views: 9,863
Posted By atl77
gathermate2 data test

I have tried to make the same changes to the current gathermate 2 data that Rythal had done to the previous one. Since I'm at work at the moment, I'm unable to test that. I'll test it later, but...
Showing results 1 to 25 of 179