log

age author description
Thu, 26 Feb 2015 14:18:54 +0000 Jerome Vuarand Added tag v6.1.0-1 for changeset 553715eacab6 default tip
Thu, 26 Feb 2015 14:06:40 +0000 Jerome Vuarand Updated the game interface version for 6.1. v6.1.0-1
Fri, 31 Oct 2014 13:26:19 +0000 Jerome Vuarand Added tag v6.0.3-1 for changeset 840c9f09a707
Thu, 23 Oct 2014 17:11:47 +0100 Jerome Vuarand Removed the old companion code, and convert saved ones (which should already be mounts, not critters) to the 'mount' type. v6.0.3-1
Thu, 23 Oct 2014 15:51:26 +0100 Jerome Vuarand Fixed the quest log callback, and made the world map callback show the fullscreen map.
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).
Thu, 23 Oct 2014 12:17:02 +0100 Jerome Vuarand Updated the interface number.
Tue, 21 Jan 2014 15:40:34 +0000 madcatzinc Updated the game interface version.
Fri, 03 May 2013 23:25:03 +0000 madcatzinc Fixed the parent/child relationship of the option pages.
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:32 +0000 madcatzinc Moved the key rebinding to a separate option page.
Fri, 03 May 2013 23:24:26 +0000 madcatzinc Removed the "Defaults" button from the option page. It was no longer visible following addition of the prefix anyway.
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:16 +0000 madcatzinc A right click on the minimap icon will open the options.
Fri, 03 May 2013 23:24:11 +0000 madcatzinc Removed special code for callbacks (it was not necessary, and will conflict with the upcoming dual-spec support).
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 23:23:58 +0000 madcatzinc Fixed activation of equipment sets.
Fri, 03 May 2013 23:23:53 +0000 madcatzinc Fixed dropping of equipment sets in the Rat page.
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:45:04 +0000 madcatzinc Removed all .tga extensions in texture names. They are not needed, and they won't need to be changed if we switch to blp files.
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:46 +0000 madcatzinc Fixed the Cyborg minimap button to match existing minimap buttons.
Mon, 29 Apr 2013 17:44:40 +0000 madcatzinc Cleaned up whitespace (and other minor details) in all the XML files.
Mon, 29 Apr 2013 17:44:34 +0000 madcatzinc The PreLoad function should have been local.