Thu, 23 Oct 2014 14:22:48 +0100 |
Jerome Vuarand |
Fixed closing of main page with cyborg head or minimap icon.
|
Thu, 23 Oct 2014 13:44:59 +0100 |
Jerome Vuarand |
Fixed support for mounts using the new MountJournal and mount IDs (no conversion of old profiles at the moment).
|
Fri, 03 May 2013 23:24:58 +0000 |
madcatzinc |
Implemented the "Defaults" button for the key bindings options subpage.
|
Fri, 03 May 2013 23:24:53 +0000 |
madcatzinc |
Automatically re-open the Rat page when leaving combat if it was open when entering combat.
|
Fri, 03 May 2013 23:24:48 +0000 |
madcatzinc |
Initialize the Cyborg heads as mode 1. Still display the minimap button tooltip until a mode change has been detected.
|
Fri, 03 May 2013 23:24:42 +0000 |
madcatzinc |
Removed some whitespace on end of lines.
|
Fri, 03 May 2013 23:24:37 +0000 |
madcatzinc |
Removed unnecessary call to getglobal.
|
Fri, 03 May 2013 23:24:21 +0000 |
madcatzinc |
Added per-spec bindings. This is optional and must be enabled in the addon settings.
|
Fri, 03 May 2013 23:24:04 +0000 |
madcatzinc |
Clarified the distinction between data (what is actually saved) and the objects (which store the data, but also have methods and other attributes).
|
Fri, 03 May 2013 19:39:43 +0000 |
madcatzinc |
Fixed settings initialization, and added the minimap buttton position to the saved data.
|
Mon, 29 Apr 2013 17:44:58 +0000 |
madcatzinc |
Removed a level of frames for the minimap button, and improved some widgets naming a bit.
|
Mon, 29 Apr 2013 17:44:53 +0000 |
madcatzinc |
Fixed the dragging of the minimap button. It's still not saved.
|
Mon, 29 Apr 2013 17:44:34 +0000 |
madcatzinc |
The PreLoad function should have been local.
|
Mon, 29 Apr 2013 17:44:28 +0000 |
madcatzinc |
Removed CyborgMMO_Event first argument, it was always nil.
|
Thu, 25 Apr 2013 23:02:39 +0000 |
madcatzinc |
Added an asynchronous loading mechanism for item and battle pet data. The wow objects loading is delayed until all the necessary data is available.
|
Thu, 25 Apr 2013 18:15:52 +0000 |
madcatzinc |
Create the saved data root table when it doesn't exist.
|
Thu, 25 Apr 2013 18:15:46 +0000 |
madcatzinc |
Properly iterate over all modes and buttons when saving the data.
|
Thu, 25 Apr 2013 01:31:36 +0000 |
madcatzinc |
Added a conversion function to extract as much information as possible from old profiles.
|
Thu, 25 Apr 2013 01:31:31 +0000 |
madcatzinc |
Reworked the whole "wow object" system:
|
Thu, 25 Apr 2013 01:31:21 +0000 |
madcatzinc |
GetSaveData and SetSaveData are always called after VARIABLES_LOADED.
|
Thu, 25 Apr 2013 01:31:16 +0000 |
madcatzinc |
Re-activated the red Cyborg head glow. It was disabled for some reason, and the red head had a purple glow.
|
Thu, 25 Apr 2013 01:31:11 +0000 |
madcatzinc |
Don't preload the macro frame, test for it when necessary.
|
Thu, 25 Apr 2013 01:31:06 +0000 |
madcatzinc |
Merged the ProfileKeyBindings and WowCommands variables (they were pointing at the same value).
|
Thu, 25 Apr 2013 01:30:36 +0000 |
madcatzinc |
Simplified the CallbackFactory object model.
|
Thu, 25 Apr 2013 01:30:26 +0000 |
madcatzinc |
Simplified settings handling, and fixed a few minor bugs related to them.
|
Thu, 25 Apr 2013 01:30:21 +0000 |
madcatzinc |
Removed the CyborgMMO_ prefix to some local variables, and simplified a few associated ifs.
|
Thu, 25 Apr 2013 01:30:16 +0000 |
madcatzinc |
Fixed closing of main window when entering combat.
|
Thu, 25 Apr 2013 01:30:11 +0000 |
madcatzinc |
Simplified the Rat page model and controller object models.
|
Thu, 25 Apr 2013 01:30:00 +0000 |
madcatzinc |
SetOverrideBindingClick has no return value.
|
Thu, 25 Apr 2013 01:29:55 +0000 |
madcatzinc |
Replaced the global msg function with CyborgMMO_DPrint:
|