1
0
Fork 0
Commit Graph

112 Commits

Author SHA1 Message Date
Andrew Tomaka 5f7cfc7610 Use CURRENCY_DISPLAY_UPDATE to track Valor Point spending. 2011-12-06 19:13:13 -05:00
Andrew Tomaka da5111170f Probably fix LFR lockouts not resetting. 2011-12-06 17:23:06 -05:00
Andrew Tomaka 4cee09a6d4 Fix issue with low level characters. 2011-12-04 03:14:36 -05:00
Andrew Tomaka be3b33f3e4 Track total VP for each character and display if enabled. 2011-12-03 23:01:37 -05:00
Andrew Tomaka 4a80527bf5 Add LFR instances to defaults directly from API for localization reasons. 2011-12-03 22:42:03 -05:00
Andrew Tomaka 53974a8640 Use LFG_LOCK_INFO_RECEIVED for updating LFR data. 2011-12-03 21:01:07 -05:00
Andrew Tomaka ba5151792f Track the two new LFR Instances. 2011-12-03 06:16:13 -05:00
Andrew Tomaka 20156e6f94 Change defaults to account for new 4.3 instances. 2011-12-03 04:38:08 -05:00
Andrew Tomaka 0b3278e883 Change max valor points to 1000 2011-12-03 04:26:10 -05:00
Andrew Tomaka 0fefdb710d 4.3 TOC Bump 2011-12-03 04:24:05 -05:00
Andrew Tomaka 2c5c8735cb TOC Bump for 4.3 2011-12-02 17:10:28 -05:00
Andrew Tomaka 64af7e3bc2 Make sure that vpResetTime is refreshed when the UI is reloaded 2011-10-18 14:15:38 -04:00
Andrew Tomaka 4262c0cdb6 Include an option that will allow the user to show a realm abbreviation next to their character name. 2011-10-16 01:17:43 -04:00
Andrew Tomaka 691540a108 Fixed a bug preventing Valor Points from resetting. 2011-10-11 12:09:45 -04:00
Andrew Tomaka 754ad92e27 More scope fixes. 2011-10-08 19:54:12 -04:00
Andrew Tomaka 8309a33c8f Several scope fixes. 2011-10-08 19:49:07 -04:00
Andrew Tomaka 130467f864 Store all character information at enable instead of recalling everytime it's needed. 2011-10-08 18:26:00 -04:00
Andrew Tomaka 2b214a8943 Combine raid instance lockout search functions. 2011-10-08 06:35:16 -04:00
Andrew Tomaka 79ba491c9a Various reorganizing. 2011-10-07 19:52:02 -04:00
Andrew Tomaka d7efdbe934 Only update instance lockouts when raid info is fresh. 2011-10-07 02:41:43 -04:00
Andrew Tomaka ad62d9af11 Remove debugging stuff. 2011-10-03 22:41:55 -04:00
Andrew Tomaka b59717d06c Use INSTANCE_ENCOUNTER_ENGAGE_UNIT for better detection. 2011-10-03 22:04:55 -04:00
Andrew Tomaka d47828edf5 RequestLFDPlayerLockInfo() should increase vp update accuracy. 2011-10-01 17:30:12 -04:00
Andrew Tomaka 2417f3b9fe Potential fix for an issue when the next vp reset time cannot be calculated. 2011-10-01 17:14:44 -04:00
Andrew Tomaka d6ba74dca0 Final adjustments prepping for initial release build. 2011-09-26 16:09:30 -04:00
Andrew Tomaka 65d7743bd6 Fix column issue with rotating through sorting. 2011-09-23 16:04:54 -04:00
Andrew Tomaka 79b2b215ce Left click for clycling through sort methods; Right click for options. (column count issue, currently) 2011-09-23 13:22:57 -04:00
Andrew Tomaka f8f20f2229 Add option to place current character at the top of the list. 2011-09-23 08:18:04 -04:00
Andrew Tomaka a4d74ac126 Adding basic Curse description to github README file. 2011-09-23 06:46:01 -04:00
Andrew Tomaka d607cdb3b6 Add localization via AceLocale. 2011-09-23 06:36:34 -04:00
Andrew Tomaka 8f02f9760e Automatically use first letter of instance as initial abbreviation. 2011-09-23 01:44:32 -04:00
Andrew Tomaka cb2d4649ce Need to redraw the non-repeating parts of the instance page as well. 2011-09-23 01:43:15 -04:00
Andrew Tomaka aea18de7ed Redraw interface when processing added and removed user instances. 2011-09-23 01:15:44 -04:00
Andrew Tomaka 8cb8121d7b Added more options to settings page. Functionality of these options NYI. 2011-09-22 22:56:56 -04:00
Andrew Tomaka c63388354c Show/hide instances based on user preferences. 2011-09-22 06:50:30 -04:00
Andrew Tomaka 99b095a519 Validate user added instances before actually adding them. 2011-09-22 06:37:57 -04:00
Andrew Tomaka 7d360afb1c Implement non-functioning layout for instance adds/removes. 2011-09-21 12:21:14 -04:00
Andrew Tomaka 50edab43d8 Allow user to change the abbreviation for a specific instance. 2011-09-21 11:36:24 -04:00
Andrew Tomaka 9b31a2f28f Implemented beginning of options for user selected instances. 2011-09-21 11:05:06 -04:00
Andrew Tomaka 3a5412ba73 Added more sorting stuff. 2011-09-21 01:32:59 -04:00
Andrew Tomaka 10449cd7cb Fixed an issue that would sometimes not update your instance information correctly. 2011-09-20 18:32:22 -04:00
Andrew Tomaka a512d4cbb8 Move calendar stuff from OnInitialize() to OnEnable(). 2011-09-20 17:42:06 -04:00
Andrew Tomaka 460807d179 Random test of LUA error fixing problem 2011-09-20 16:48:39 -04:00
Andrew Tomaka 1905d59705 Fix previous bug involving viewing raid resets without using LoadAddOn() 2011-09-20 16:41:54 -04:00
Andrew Tomaka c17d902b62 Current issue with OpenCalendar() preventing Raid Reset listing; revert to LoadAddOn() 2011-09-20 15:25:39 -04:00
Andrew Tomaka fca9fd3c50 Fixed some comment formats. 2011-09-20 14:53:18 -04:00
Andrew Tomaka 73a4d7b9fd RequestRaidInfo() and not GetSavedInstanceInfo() 2011-09-20 13:53:25 -04:00
Andrew Tomaka af1693d562 Merge branch 'sorting' 2011-09-20 13:04:58 -04:00
Andrew Tomaka 4f7dce48b5 Guarantee instance update by requesting information and then updating when we are told it is ready. 2011-09-20 12:57:51 -04:00
Andrew Tomaka 24682f9b5f Minor reordering. 2011-09-20 12:52:40 -04:00