r57

Details

  • Filename
    Doodlepad-r57.zip
  • Uploaded by
  • Uploaded
    Nov 13, 2010
  • Size
    158.29 KB
  • Downloads
    287
  • MD5
    37e6afc872ea9a08b1cf4dd9dac6ede7

Supported WoW Retail Versions

  • 4.0.1
  • 3.3.5
  • 3.3.3

Changelog

------------------------------------------------------------------------
r57 | humbedooh | 2010-11-13 12:05:21 +0000 (Sat, 13 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua
   M /trunk/Textures/Logo.tga

Some bug fixes and UI changes.
------------------------------------------------------------------------
r56 | humbedooh | 2010-11-12 18:28:40 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/Textures
   A /trunk/Textures/Logo.tga

Adding a spiffy logo for later use.
------------------------------------------------------------------------
r55 | humbedooh | 2010-11-12 07:59:24 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Fixing some anchor points.
------------------------------------------------------------------------
r54 | humbedooh | 2010-11-12 07:20:45 +0000 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Added an icon tool button for tablets.
------------------------------------------------------------------------
r53 | humbedooh | 2010-11-11 19:52:17 +0000 (Thu, 11 Nov 2010) | 1 line
Changed paths:
   M /trunk/Textures/agt_stop.tga
   M /trunk/Textures/apply.tga
   M /trunk/Textures/cancel.tga

Updating some textures
------------------------------------------------------------------------
r52 | humbedooh | 2010-11-11 19:37:04 +0000 (Thu, 11 Nov 2010) | 2 lines
Changed paths:
   M /trunk/Doodle.lua

- Added check to ignore zero-length lines
- Disabled debugging output
------------------------------------------------------------------------
r51 | humbedooh | 2010-11-11 19:24:31 +0000 (Thu, 11 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua
   A /trunk/Textures/caret.tga

Adding a caret to the text object tool.
------------------------------------------------------------------------
r50 | humbedooh | 2010-11-11 18:47:11 +0000 (Thu, 11 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Added custom colors for text objects.
------------------------------------------------------------------------
r49 | humbedooh | 2010-11-11 18:35:49 +0000 (Thu, 11 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Minor bugfix with the new map coordinate data
------------------------------------------------------------------------
r48 | humbedooh | 2010-11-11 18:29:22 +0000 (Thu, 11 Nov 2010) | 5 lines
Changed paths:
   M /trunk/Doodle.lua
   A /trunk/Textures
   A /trunk/Textures/Brush.tga
   A /trunk/Textures/Button.tga
   A /trunk/Textures/Ellipse.tga
   A /trunk/Textures/Rectangle.tga
   A /trunk/Textures/Targets.tga
   A /trunk/Textures/Text.tga
   A /trunk/Textures/Triangle.tga
   A /trunk/Textures/agt_stop.tga
   A /trunk/Textures/apply.tga
   A /trunk/Textures/cancel.tga
   A /trunk/Textures/circle.tga
   A /trunk/Textures/rect.tga

Lots of updates!
- Doodlepad now supports 1,000,000 pressure points (up from 153,600)
- Basic polygon support and more icons to choose from
- New fancy UI
- Added support for future scaling options
------------------------------------------------------------------------
r47 | humbedooh | 2010-11-10 08:47:46 +0000 (Wed, 10 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Fixing an error with select() :|
------------------------------------------------------------------------
r46 | humbedooh | 2010-11-10 08:32:18 +0000 (Wed, 10 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Optimizations, upvalues, bugfixes and stuff.
------------------------------------------------------------------------
r45 | humbedooh | 2010-11-09 18:11:54 +0000 (Tue, 09 Nov 2010) | 7 lines
Changed paths:
   M /trunk/Doodle.lua

This revision addresses some principal fixes:
- The unit conversion between the unicode points and on-screen points have been changed to use the sub-canvas instead of the window to convert points, providing more acurate scaling.
- Resetting the overlay map rectangle now properly resets.
- When resizing the doodle pad, the existing doodle will now temporarilly fade out, making resizing easier.
- Added an additional check to prevent redundant lines from being drawn, making undoing previous lines much easier and faster.
- Moved the buttons a bit
- Fixed the color button so it'll now correctly show the initial color (red) upon opening a doodle pad.
------------------------------------------------------------------------
r44 | humbedooh | 2010-11-08 08:34:23 +0000 (Mon, 08 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

meh, adding Icecrown Citadel's 8 instance maps as well.
------------------------------------------------------------------------
r43 | humbedooh | 2010-11-08 08:31:33 +0000 (Mon, 08 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Added instance maps as possible backgrounds with an optional zoom feature for per-boss encounters (Cataclysm instances ONLY).
------------------------------------------------------------------------
r42 | humbedooh | 2010-11-07 12:17:56 +0000 (Sun, 07 Nov 2010) | 3 lines
Changed paths:
   M /trunk/Doodle.lua

Changed the default 8-color palette to 11 new fun colors!
Added /pad and /board as shorthand commands for the doodle pad and storyboard (as per request).

------------------------------------------------------------------------
r41 | humbedooh | 2010-11-06 22:17:28 +0000 (Sat, 06 Nov 2010) | 4 lines
Changed paths:
   M /trunk/Doodle.lua
   M /trunk/Doodlepad.toc

Updating TOC
Added support for sending saved doodles to a single player (whisper)
Added some color to the menus
Fixed a bug where broadcasting saved doodles to a new target would sometimes default to a previous target instead of the new one.
------------------------------------------------------------------------
r40 | humbedooh | 2010-11-02 02:29:02 +0000 (Tue, 02 Nov 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Fixing a nil error
------------------------------------------------------------------------
r39 | humbedooh | 2010-10-31 23:47:44 +0000 (Sun, 31 Oct 2010) | 3 lines
Changed paths:
   M /trunk/Doodle.lua

Exiting an empty doodle will not save it.
Added a color button for tablet users (like me)
Added a bit of tooltip info to the saved doodles in the storyboard.
------------------------------------------------------------------------
r38 | Humbedooh | 2010-10-17 12:38:27 +0000 (Sun, 17 Oct 2010) | 6 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Doodle.lua
   M /trunk/embeds.xml

- Updated the config dialog (moar options!)
- Changed the double click detection a bit to be more friendly towards people using tablets
- Recombobulated the internal hashes a bit, since they were stupid
- Fixed a bug where undoing a stroke would result in different strokes being undone on the sender/receiver side
- Added a new function call for checking permissions
- Added LibCallbackHandler to the pkgmeta (since a certain 3rd party library required it but never stated so >_>)
------------------------------------------------------------------------
r37 | Humbedooh | 2010-10-11 14:59:39 +0000 (Mon, 11 Oct 2010) | 1 line
Changed paths:
   M /trunk/Doodle.lua

Merging with cata branch
------------------------------------------------------------------------