LibArrow-1.0
Credits
The code for the actual arrow is by James N. Whitehead II. See below for copyright notice
The code for distance calculation and minimap icons management is from Astrolabe by James Carrothers. See below for copyright notice
My contribute was mostly packaging them with a (hopefully) nice interface
Functionality
LibArrow allows you to implement your own arrow without hijacking tomtom's one
Calling LibArrow-1.0 newArrow method will give you a simple arrow object you can manipulate in a number of ways (see API page).
You can even add a minimap icon for the same location with a simple call to an arrow method
Licences
Arrow
Copyright (c) 2006-2007, James N. Whitehead II All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- The name or alias of the copyright holder may not be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Astrolabe
Copyright (C) 2006-2010 James Carrothers
License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Note: This library's source code is specifically designed to work with World of Warcraft's interpreted AddOn system. You have an implicit licence to use this library with these facilities since that is its designated purpose as per: http://www.fsf.org/licensing/licenses/gpl-faq.html#InterpreterIncompat
- 3 comments
- 3 comments
Facts
- Date created
- Dec 06, 2010
- Category
- Last update
- Jul 03, 2011
- Development stage
- Release
- License
- GNU Lesser General Public License version 3 (LGPLv3)
- Curse link
- LibArrow
- Downloads
- 1,143
- Recent files
- R: Release-40200 for 4.1 Jul 03, 2011
- A: r30 for 4.1 Jul 03, 2011
- R: release-40100 for 4.1 Apr 27, 2011
- A: r28 for 4.1 Apr 27, 2011
- B: Reelase-26 for 4.0.3a Jan 30, 2011
Authors
Relationships
- Tool used
- TomTom
- Embedded library
- Astrolabe
- CallbackHandler-1.0
- LibStub
- Reply
- #3
upyursh Feb 09, 2012 at 00:32 UTC - 0 likesThanks for your response,
Yeah I thought that, just wanted to capture the point on drag drop and then save it in my database.
Otherwise the drag/drop is kind of useless :)
- Reply
- #2
alar Feb 08, 2012 at 22:43 UTC - 0 likes@upyursh: Go
Well, a library cant save data because it's loaded in addon namespace. You need to save it in your code. I could provide a hook for it but it looks to me an overkill. If you have a place where you save your addon configuration, there you can save the arrow location, too
- Reply
- #1
upyursh Feb 08, 2012 at 00:40 UTC - 0 likesJust wondering, I'm wanting to save the location the arrow is dragged to, how would you go about this.
I know I can pass the SetPoint values through initially, but really wanted to have the drop location savable within my own addon :)
Upy