promotional bannermobile promotional banner

NotesUNeed

Abandoned
NotesUNeed

File Details

NotesUNeed_6.67.40000

  • R
  • Dec 14, 2010
  • 260.15 KB
  • 98
  • 4.0.3a
  • Retail

File Name

NotesUNeed-NotesUNeed_6.67.40000.zip

Supported Versions

  • 4.0.3a

------------------------------------------------------------------------
r82 | orgevo | 2010-12-14 01:51:00 +0000 (Tue, 14 Dec 2010) | 1 line
Changed paths:
   A /tags/NotesUNeed_6.67.40000 (from /trunk:81)

** tagging new release 6.67 **
------------------------------------------------------------------------
r81 | orgevo | 2010-12-14 01:50:08 +0000 (Tue, 14 Dec 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta

- killed manual changelog; no longer necessary now that new releases come from packager instead of uploading a .zip.
** existing manual changelist will be left in the package, just no longer updated.
** unhooking it from the curseforge package so that my changelist descriptions are published as the changelog (since I was pretty much just copying and pasting those into manual changelog anyway)
------------------------------------------------------------------------
r80 | orgevo | 2010-12-14 01:36:52 +0000 (Tue, 14 Dec 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/Changelist.txt
   M /trunk/NotesUNeed/NotesUNeed.toc
   M /trunk/NotesUNeed/NotesUNeed_Constants.lua
   M /trunk/NotesUNeed/Whatever you do DONT READ THIS.txt

- bumped addon version
------------------------------------------------------------------------
r79 | orgevo | 2010-12-13 22:42:53 +0000 (Mon, 13 Dec 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed another spot where my weak reg-exp-fu failed me, causing lua error when attempting to transmit note to a friend
------------------------------------------------------------------------
r78 | orgevo | 2010-12-13 22:40:39 +0000 (Mon, 13 Dec 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed a couple of local variable references that were still pointing to the old variable name due to my weak reg-exp-fu.
------------------------------------------------------------------------
r77 | orgevo | 2010-12-13 22:38:45 +0000 (Mon, 13 Dec 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/Modules/NUN_PratIntegration.lua

- corrected a comment in the prat integration
------------------------------------------------------------------------
r76 | orgevo | 2010-12-13 04:13:09 +0000 (Mon, 13 Dec 2010) | 2 lines
Changed paths:
   M /trunk/NotesUNeed/Modules/NUN_PratIntegration.lua
   M /trunk/NotesUNeed/NotesUNeed.lua
   M /trunk/NotesUNeed/NotesUNeed.wowsln
   M /trunk/NotesUNeed/NotesUNeed.xml

- fixed player rating tags not appearing if user also has Prat-3.0 installed.
** added Prat integration module, for communicating with Prat to provide additional thunks to be included in the output chat message..
------------------------------------------------------------------------
r75 | orgevo | 2010-12-11 20:31:47 +0000 (Sat, 11 Dec 2010) | 2 lines
Changed paths:
   A /trunk/NotesUNeed/Modules
   A /trunk/NotesUNeed/Modules/NUN_MapNotesModule.lua
   A /trunk/NotesUNeed/Modules/NUN_PlayerRatingModule.lua
   A /trunk/NotesUNeed/Modules/NUN_PratIntegration.lua
   M /trunk/NotesUNeed/NotesUNeed.lua
   M /trunk/NotesUNeed/NotesUNeed.wowproj
   M /trunk/NotesUNeed/NotesUNeed.wowsln
   M /trunk/NotesUNeed/NotesUNeed.xml
   M /trunk/NotesUNeed/NotesUNeed_MapNotesModule.lua

- checking in pending changes before my drive fails (dry-coded, changes haven't been tested yet).
** first pass at adding support for integration with Prat, with regards to displaying hyper-linked player ratings/faction icon next to player name in chat windows (thanks for the help, sylvanaar :))
------------------------------------------------------------------------
r74 | orgevo | 2010-12-11 20:18:16 +0000 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- possible fix for sporadic nil index lua error in tooltip OnShow handler
------------------------------------------------------------------------
r71 | orgevo | 2010-11-29 03:32:05 +0000 (Mon, 29 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed continents array missing elements
------------------------------------------------------------------------
r69 | orgevo | 2010-11-28 10:07:40 +0000 (Sun, 28 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/Changelist.txt

- updated Changelist.txt
------------------------------------------------------------------------
r68 | orgevo | 2010-11-28 09:29:29 +0000 (Sun, 28 Nov 2010) | 2 lines
Changed paths:
   M /trunk/NotesUNeed/Bindings.xml
   M /trunk/NotesUNeed/Localisation.lua

- added new keybind similar to the existing one for 'create a note using the target, but don't open the note'; this new keybind is to open (or create) a note for the target, and keep the note open for viewing / editing.
** this keybind can be acessed in the WoW options menu under keybindings.
------------------------------------------------------------------------
r67 | orgevo | 2010-11-28 09:27:03 +0000 (Sun, 28 Nov 2010) | 3 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed player notes talent query feature
** when creating new player notes, the player's talents talents are now automatically recorded and displayed in the tooltip for that player.
** for existing notes, once you close enough to the player to be able to inspect them, open their note, target them and click the 'Target Info' button.
------------------------------------------------------------------------
r66 | orgevo | 2010-11-28 06:33:21 +0000 (Sun, 28 Nov 2010) | 4 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua
   M /trunk/NotesUNeed/NotesUNeed_Constants.lua

- no longer force GuildUI to be loaded at startup
** this was necessary because the NotesUNeed note icons weren't appearing correctly in the guild roster's list of players.  this has been fixed.

- tweaked position of note icon on achievements view of guild roster panel
------------------------------------------------------------------------
r65 | orgevo | 2010-11-28 05:48:43 +0000 (Sun, 28 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed guild roster sometimes not updated when appropriate
------------------------------------------------------------------------
r63 | orgevo | 2010-11-26 07:40:21 +0000 (Fri, 26 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/Changelist.txt
   M /trunk/NotesUNeed/NotesUNeed.toc
   M /trunk/NotesUNeed/NotesUNeed_Constants.lua
   M /trunk/NotesUNeed/Whatever you do DONT READ THIS.txt

- updated version
------------------------------------------------------------------------
r61 | orgevo | 2010-11-25 11:59:37 +0000 (Thu, 25 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed position of NotesUNeed button when viewing guild roster view is set to "Achievements"
------------------------------------------------------------------------
r60 | orgevo | 2010-11-25 09:09:06 +0000 (Thu, 25 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed formatting messed up for addon messages that contain a player link
------------------------------------------------------------------------
r59 | orgevo | 2010-11-25 09:06:12 +0000 (Thu, 25 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed race & class dropdowns not being set to correct values
------------------------------------------------------------------------
r58 | orgevo | 2010-11-25 02:54:51 +0000 (Thu, 25 Nov 2010) | 2 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- changed SetItemRef post-hook to a pre-hook of ChatFrame_OnHyperlinkShow, to avoid getting an error message if the NotesUNeed chat tag is clicked on without holding a modifier key...
- fixed icon not clickable if the player has been assigned a rating
------------------------------------------------------------------------
r57 | orgevo | 2010-11-25 02:30:53 +0000 (Thu, 25 Nov 2010) | 5 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed NotesUNeed tag not added to player names in chat window for players that have notes
- added runtime switches for toggling debug mode
- changed chat message event handler to be registered as a ChatFrameFilter rather than prehooking the ChatFrame_MessageEventHandler function

- fixed lua error when loading from addition of new continents
------------------------------------------------------------------------
r56 | orgevo | 2010-11-24 23:14:44 +0000 (Wed, 24 Nov 2010) | 5 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- moved another batch of upvalues into locals table
** qTriggs
** noTipAnchor
** NuN_Receiving
** NuNDataPlayers
------------------------------------------------------------------------
r55 | orgevo | 2010-11-18 00:58:47 +0000 (Thu, 18 Nov 2010) | 3 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- converted another batch of locals into member variables
- fixed a couple of shadowed variables I found in the process
- removed a couple of variables that were no longer being used anywhere
------------------------------------------------------------------------
r54 | orgevo | 2010-11-17 23:31:59 +0000 (Wed, 17 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- added Player Ratings submenu to raid frames context menu
------------------------------------------------------------------------
r53 | orgevo | 2010-11-17 23:30:13 +0000 (Wed, 17 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- converted variables that hold note data into locals
------------------------------------------------------------------------
r52 | orgevo | 2010-11-17 14:48:07 +0000 (Wed, 17 Nov 2010) | 2 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- the local_player table is now stored as a subtable of the main NotesUNeed.locals table
- renamed locals.ddBoxes >>> locals.dropdownFrames
------------------------------------------------------------------------
r50 | orgevo | 2010-11-15 03:33:11 +0000 (Mon, 15 Nov 2010) | 1 line
Changed paths:
   M /trunk/NotesUNeed/Changelist.txt
   M /trunk/NotesUNeed/NotesUNeed.toc
   M /trunk/NotesUNeed/NotesUNeed_Constants.lua
   M /trunk/NotesUNeed/Whatever you do DONT READ THIS.txt

- updated version in .toc, changelist.txt constants.lua readme.txt
------------------------------------------------------------------------
r49 | orgevo | 2010-11-15 03:28:09 +0000 (Mon, 15 Nov 2010) | 31 lines
Changed paths:
   M /trunk/NotesUNeed/Localisation.lua
   M /trunk/NotesUNeed/NotesUNeed.lua
   M /trunk/NotesUNeed/NotesUNeed.wowsln
   M /trunk/NotesUNeed/NotesUNeed.xml

- fixed Alt+Clicking on chat hyperlinks no longer opening a note for that item
- NotesUNeed now remembers the last note you opened even after you log out;  this is a global setting, so it will not be character specific.

- re-enabled the player ratings menus
** this will re-introduce taint to the unit frames, so you won't be able to use the context menu to assign focus.
** fixed the tooltips for the player ratings dropdowns
** added player ratings submenu to focus frame
** fixed modifying the player rating title not always working.

- friends/ignore list updates that were deferred due to the data not having been received yet no longer clobber the flag that tracks the deferral when unrelated code attempts to access one of these lists before they're ready

>> internal maintenance <<
- renamed some of the variables used throughout NuN to make it clearer what their purpose is
** contact.name => local_player.currentNote.unit
** contact.note => local_player.currentNote.general
** fBusy, iBusy => friendsPendingUpdate, ignoresPendingUpdate

- moved a number of vars that were accidentally globals into the local namespace to avoid polluting the global namespace (not to mention having our values changed on us by someone else)
** searchType
** local gRank;
** gRankIndex;
** gNote;
** gOfficerNote;
** tab => _tab
** index => idx
** name => _name
** - => __
** txtTmpL
** offset => scrollOffset
------------------------------------------------------------------------