|
2c5c8735cb
|
TOC Bump for 4.3
|
2011-12-02 17:10:28 -05:00 |
|
|
64af7e3bc2
|
Make sure that vpResetTime is refreshed when the UI is reloaded
|
2011-10-18 14:15:38 -04:00 |
|
|
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 |
|
|
691540a108
|
Fixed a bug preventing Valor Points from resetting.
|
2011-10-11 12:09:45 -04:00 |
|
|
754ad92e27
|
More scope fixes.
|
2011-10-08 19:54:12 -04:00 |
|
|
8309a33c8f
|
Several scope fixes.
|
2011-10-08 19:49:07 -04:00 |
|
|
130467f864
|
Store all character information at enable instead of recalling everytime it's needed.
|
2011-10-08 18:26:00 -04:00 |
|
|
2b214a8943
|
Combine raid instance lockout search functions.
|
2011-10-08 06:35:16 -04:00 |
|
|
79ba491c9a
|
Various reorganizing.
|
2011-10-07 19:52:02 -04:00 |
|
|
d7efdbe934
|
Only update instance lockouts when raid info is fresh.
|
2011-10-07 02:41:43 -04:00 |
|
|
ad62d9af11
|
Remove debugging stuff.
|
2011-10-03 22:41:55 -04:00 |
|
|
b59717d06c
|
Use INSTANCE_ENCOUNTER_ENGAGE_UNIT for better detection.
|
2011-10-03 22:04:55 -04:00 |
|
|
d47828edf5
|
RequestLFDPlayerLockInfo() should increase vp update accuracy.
|
2011-10-01 17:30:12 -04:00 |
|
|
2417f3b9fe
|
Potential fix for an issue when the next vp reset time cannot be calculated.
|
2011-10-01 17:14:44 -04:00 |
|
|
d6ba74dca0
|
Final adjustments prepping for initial release build.
|
2011-09-26 16:09:30 -04:00 |
|
|
65d7743bd6
|
Fix column issue with rotating through sorting.
|
2011-09-23 16:04:54 -04:00 |
|
|
79b2b215ce
|
Left click for clycling through sort methods; Right click for options. (column count issue, currently)
|
2011-09-23 13:22:57 -04:00 |
|
|
f8f20f2229
|
Add option to place current character at the top of the list.
|
2011-09-23 08:18:04 -04:00 |
|
|
a4d74ac126
|
Adding basic Curse description to github README file.
|
2011-09-23 06:46:01 -04:00 |
|
|
d607cdb3b6
|
Add localization via AceLocale.
|
2011-09-23 06:36:34 -04:00 |
|
|
8f02f9760e
|
Automatically use first letter of instance as initial abbreviation.
|
2011-09-23 01:44:32 -04:00 |
|
|
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 |
|
|
525db9ff7c
|
LibDataBroker touch.
|
2011-09-18 23:48:00 -04:00 |
|
|
f026cea59f
|
Bugfix for calendar stuff.
|
2011-09-18 23:47:10 -04:00 |
|
|
4278e96b61
|
Add files to be tracked after Mercurial import.
|
2011-09-18 21:28:35 -04:00 |
|