------------------------------------------------------------------------
r73 | grdn | 2012-12-23 11:17:25 +0000 (Sun, 23 Dec 2012) | 1 line
Changed paths:
   M /trunk/Modules/TooltipCombatDisplay.lua

- Fixed a bug with TooltipCombatDisplay.lua initial positioning, was -300y instead of 300y
------------------------------------------------------------------------
r72 | grdn | 2012-12-23 10:35:50 +0000 (Sun, 23 Dec 2012) | 2 lines
Changed paths:
   M /trunk/PokemonTrainer.toc

First PT v1.0.0 public alpha package
Feedback appreciated! :)
------------------------------------------------------------------------
r71 | grdn | 2012-12-23 10:32:20 +0000 (Sun, 23 Dec 2012) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Modules/FrameCombatDisplay.lua
   M /trunk/Modules/FrameCombatDisplay.xml

Fixed repositioning as it encountered some bugs:
- When used resized frames, they sometimes were anchored to the center of the screen and didn't grow down
- When used a scaled frame, positions were not restored correctly
------------------------------------------------------------------------
r70 | grdn | 2012-12-22 21:38:30 +0000 (Sat, 22 Dec 2012) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Modules/FrameCombatDisplay.lua
   M /trunk/Modules/WildPetTooltip.lua

- Fixed a bug in WildPetTooltip.lua which occured when one of your pets had less than 3 abilities
- Fixed a bug in FrameCombatDisplay.lua, dead pet sorting did not work correctly when someone in the battle had less than 3 pets
------------------------------------------------------------------------
r69 | grdn | 2012-12-22 16:10:00 +0000 (Sat, 22 Dec 2012) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/Config.lua
   A /trunk/Core.lua
   D /trunk/Libs/libdatabroker-1-1
   M /trunk/Locales/deDE.lua
   M /trunk/Locales/enUS.lua
   M /trunk/Modules/AuctionSearch.lua
   A /trunk/Modules/FrameCombatDisplay.lua
   A /trunk/Modules/FrameCombatDisplay.xml
   A /trunk/Modules/TooltipCombatDisplay.lua
   A /trunk/Modules/WildPetTooltip.lua
   D /trunk/PokemonTrainer.lua
   M /trunk/PokemonTrainer.toc
   A /trunk/TODO.txt

- Initial commit of version 1.0.0 in the trunk
------------------------------------------------------------------------
r41 | possible | 2012-12-08 16:41:51 +0000 (Sat, 08 Dec 2012) | 2 lines
Changed paths:
   M /trunk/PokemonTrainer.lua

New Feature: Speed/initiative indicator, Ticket 7
 - Thanks to A2line for the suggestion
------------------------------------------------------------------------
r39 | grdn | 2012-12-07 14:38:42 +0000 (Fri, 07 Dec 2012) | 1 line
Changed paths:
   M /trunk/PokemonTrainer.toc

- Little TOC update
------------------------------------------------------------------------
r38 | possible | 2012-12-06 21:35:20 +0000 (Thu, 06 Dec 2012) | 3 lines
Changed paths:
   M /trunk/Modules/AuctionSearch.lua
   M /trunk/PokemonTrainer.lua

AuctionSearch CPU performance improve


------------------------------------------------------------------------
r37 | possible | 2012-12-06 11:27:54 +0000 (Thu, 06 Dec 2012) | 5 lines
Changed paths:
   M /trunk/PokemonTrainer.lua

Fixed Two glitches:
 - Showing Cooldown (0)
 - Not Showing PetNames for Trainer-Only-PetTypes (now using customName instead of species-Name)


------------------------------------------------------------------------
r36 | possible | 2012-12-06 08:24:59 +0000 (Thu, 06 Dec 2012) | 3 lines
Changed paths:
   M /trunk/PokemonTrainer.lua

Readded ability caching for better cpu performance and memory usage


------------------------------------------------------------------------
r34 | grdn | 2012-12-05 21:12:46 +0000 (Wed, 05 Dec 2012) | 1 line
Changed paths:
   M /trunk/PokemonTrainer.toc

- Re-packaging. There was a problem with iLib
------------------------------------------------------------------------
r31 | grdn | 2012-12-04 11:32:59 +0000 (Tue, 04 Dec 2012) | 2 lines
Changed paths:
   M /trunk/Config.lua
   M /trunk/PokemonTrainer.toc

- Corrected TOC
- Dummy Battles for options frame are disabled. You'll see little black boxes instead
------------------------------------------------------------------------
r30 | grdn | 2012-12-04 11:11:25 +0000 (Tue, 04 Dec 2012) | 1 line
Changed paths:
   M /trunk/Config.lua
   M /trunk/PokemonTrainer.lua
   M /trunk/PokemonTrainer.toc

- Removed displaying whether a pet is caught or not in wild pet tooltips
------------------------------------------------------------------------
r29 | possible | 2012-12-04 10:21:06 +0000 (Tue, 04 Dec 2012) | 3 lines
Changed paths:
   M /trunk/Config.lua
   M /trunk/Modules/AuctionSearch.lua

Auctioneer compatiblity disable


------------------------------------------------------------------------
r27 | possible | 2012-12-04 09:43:25 +0000 (Tue, 04 Dec 2012) | 3 lines
Changed paths:
   M /trunk/Config.lua
   A /trunk/Modules
   A /trunk/Modules/AuctionSearch.lua

Missing File and Configuration


------------------------------------------------------------------------
r24 | possible | 2012-12-04 07:38:49 +0000 (Tue, 04 Dec 2012) | 4 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Libs
   M /trunk/PokemonTrainer.lua
   M /trunk/PokemonTrainer.toc

5.1-beta2:
New Feature: Highlight known Pets in Auctions


------------------------------------------------------------------------
r23 | possible | 2012-12-02 13:12:51 +0000 (Sun, 02 Dec 2012) | 3 lines
Changed paths:
   M /trunk/Libs

Packager-Test


------------------------------------------------------------------------
r22 | possible | 2012-12-02 11:23:01 +0000 (Sun, 02 Dec 2012) | 3 lines
Changed paths:
   M /trunk/PokemonTrainer.lua

Small Fix: Tooltip-positioning


------------------------------------------------------------------------
r21 | possible | 2012-12-02 10:49:03 +0000 (Sun, 02 Dec 2012) | 12 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Libs
   M /trunk/PokemonTrainer.lua
   M /trunk/PokemonTrainer.toc

Merging Possibles continuation:

 - Added AceAddon for Addon-Initiallation (Instead of player login event)
 - Fixed String PetIDs (5.1) on Mouseover and Battle check
 - Reworked Tooltips to reuse code for own and enemy pet
   * with avoiding parameter reference for value return *shudder*

New Feature:
 - Colored Level in Tooltip to compare difficulty of your current team



------------------------------------------------------------------------
