1
0
Fork 0
Commit graph

66 commits

Author SHA1 Message Date
cb2d4649ce Need to redraw the non-repeating parts of the instance page as well. 2011-09-23 01:43:15 -04:00
aea18de7ed Redraw interface when processing added and removed user instances. 2011-09-23 01:15:44 -04:00
8cb8121d7b Added more options to settings page. Functionality of these options NYI. 2011-09-22 22:56:56 -04:00
c63388354c Show/hide instances based on user preferences. 2011-09-22 06:50:30 -04:00
99b095a519 Validate user added instances before actually adding them. 2011-09-22 06:37:57 -04:00
7d360afb1c Implement non-functioning layout for instance adds/removes. 2011-09-21 12:21:14 -04:00
50edab43d8 Allow user to change the abbreviation for a specific instance. 2011-09-21 11:36:24 -04:00
9b31a2f28f Implemented beginning of options for user selected instances. 2011-09-21 11:05:06 -04:00
3a5412ba73 Added more sorting stuff. 2011-09-21 01:32:59 -04:00
10449cd7cb Fixed an issue that would sometimes not update your instance information correctly. 2011-09-20 18:32:22 -04:00
a512d4cbb8 Move calendar stuff from OnInitialize() to OnEnable(). 2011-09-20 17:42:06 -04:00
460807d179 Random test of LUA error fixing problem 2011-09-20 16:48:39 -04:00
1905d59705 Fix previous bug involving viewing raid resets without using LoadAddOn() 2011-09-20 16:41:54 -04:00
c17d902b62 Current issue with OpenCalendar() preventing Raid Reset listing; revert to LoadAddOn() 2011-09-20 15:25:39 -04:00
fca9fd3c50 Fixed some comment formats. 2011-09-20 14:53:18 -04:00
73a4d7b9fd RequestRaidInfo() and not GetSavedInstanceInfo() 2011-09-20 13:53:25 -04:00
af1693d562 Merge branch 'sorting' 2011-09-20 13:04:58 -04:00
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
24682f9b5f Minor reordering. 2011-09-20 12:52:40 -04:00
6cd2ee2e21 Added options to select sort field and direction. 2011-09-20 04:12:08 -04:00
070a1641ef Apparently, this is not PHP and you cannot sort lists. 2011-09-20 01:12:22 -04:00
4d11c25c2c Store with name and realm in table to prevent duplicate name issues. 2011-09-19 09:11:10 -04:00
934b03bed9 Use infomration table to create the tooltip. 2011-09-19 08:48:54 -04:00
2106926a1e Create table of information needed in tooltip. 2011-09-19 07:42:17 -04:00
0004b1c785 Meaningless commit to test new branch. 2011-09-19 05:53:40 -04:00
c15bb5c8d5 Make minimap button toggle. 2011-09-19 04:59:17 -04:00
f026cea59f Bugfix for calendar stuff. 2011-09-18 23:47:10 -04:00
ad053c1f1c Various reogranization. 2011-09-18 19:38:31 -04:00
0f47d5494c Use OpenCalendar() to retrieve calendar info instead of loading Blizzard_Calendar to do it for me. 2011-09-18 19:27:32 -04:00
2639a27e4b Messing around with some options stuff. 2011-09-18 18:12:03 -04:00
139f34629b Use LibBabble-Zone to localize instance names. 2011-09-18 16:51:56 -04:00
a6c31226e8 Add CallbackHandler to toc and pkgmeta. 2011-09-18 09:31:48 -04:00
75747e171e Transition from random texture frame to LDBIcon for mouseover point. 2011-09-18 08:41:25 -04:00
67d430262b Remove code for slash command. 2011-09-18 05:15:24 -04:00
8997b36291 Use OptinalDependencies for loading LibQTip. 2011-09-18 04:28:14 -04:00
fd3ced59e1 Do not update on logout. 2011-09-17 03:00:55 -04:00
0fd0d954f6 Remove OpenCalendar() call; causes crit error on logout if pending event...for some people? 2011-09-17 00:44:46 -04:00
41d6b3beaa Actually load LibQTib and create options interface. 2011-09-16 16:00:16 -04:00
23218fff14 Added a couple events to update tooltip faster. 2011-09-06 15:54:46 -04:00
472a26ec14 Make sure Valor Points always display a number instead of a blank. 2011-09-06 12:23:46 -04:00
f018fcc73a Add and use texture file for mouseover area. 2011-09-01 04:07:22 -04:00
1621ed588d Adjust alignment of tooltip items. 2011-09-01 03:41:08 -04:00
6e1c9641aa Change database format substantially. 2011-09-01 03:16:53 -04:00
b2d276948b Track BWD, BoT, and 4W 2011-08-31 13:01:25 -04:00
b37b1baac0 Only store Valor Points if the reset time can be retrieved. 2011-08-31 12:51:17 -04:00
94a759b92d Load the valor point reset date from the calendar as soon as possible. 2011-08-31 11:20:09 -04:00
af150e321f Prevent LUA error from displaying when calendar hasn't been opened yet while debugging. 2011-08-31 03:30:12 -04:00
6f02e8a50d Add code to check if Valor Points need to be reset. 2011-08-31 02:54:50 -04:00
e21711e684 Need to add current timestamp to resetTime to get daily reset. 2011-08-31 02:17:58 -04:00
30ac962a65 Added function to attempt to calculate the next Valor point reset. 2011-08-30 20:29:41 -04:00