| Astrolabe:/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
91
by esamynn on
20 August 2008, 21:51:27 -0400
(7 days ago)
merged in trunk fix from rev 90
branches/optimization/Astrolabe.lua
91
90
by esamynn on
20 August 2008, 21:48:43 -0400
(7 days ago)
fixed a couple of bugs involving the Minimap icon counter - when the buffer was empty, the processing frame was being re-shown at the wrong time causing the icon to be removed from the buffer as it wa…
trunk/Astrolabe.lua
90
89
by esamynn on
15 August 2008, 01:16:44 -0400
(13 days ago)
- removed unnecessary duplicate info in the WotLK data - added missing Azeroth World Map size changes
87
by esamynn on
14 August 2008, 13:47:01 -0400
(14 days ago)
creating a temporary branch to provide data for WotLK beta while GeodeticDatums library is under construction
branches/wotlk_data_temp
87
branches/wotlk_data_temp/Astrolabe.lua
87
branches/wotlk_data_temp/Load.xml
87
branches/wotlk_data_temp/lgpl.txt
87
branches/wotlk_data_temp/DongleStub.lua
87
86
by esamynn on
14 August 2008, 13:45:16 -0400
(14 days ago)
mucked up branching
branches/wotlk_data_temp
86
branches/wotlk_data_temp/Load.xml
86
branches/wotlk_data_temp/lgpl.txt
86
branches/wotlk_data_temp/DongleStub.lua
86
branches/wotlk_data_temp/AstrolabeMapMonitor.lua
86
85
by esamynn on
14 August 2008, 13:43:17 -0400
(14 days ago)
creating a temporary branch to provide data for WotLK beta while GeodeticDatums library is under construction
branches/wotlk_data_temp
85
branches/wotlk_data_temp/Load.xml
85
branches/wotlk_data_temp/lgpl.txt
85
branches/wotlk_data_temp/DongleStub.lua
85
branches/wotlk_data_temp/AstrolabeMapMonitor.lua
85
84
by esamynn on
14 August 2008, 13:31:08 -0400
(14 days ago)
merging in first round of optimization branch changes, revs 70, 71, 72, 72 & 83 improvements include: - added more local function pointers for heavily used global functions - optimized the math used w…
trunk/Astrolabe.lua
84
83
by esamynn on
16 June 2008, 22:16:57 -0400
(2 months 11 days ago)
- changed empty buffer check system to rely on a current active icons counter - fixed a bug that prevented icons being added when changing "worlds" without a loading screen (ie. outland to Isle of Que…
branches/optimization/Astrolabe.lua
83
82
by esamynn on
28 March 2008, 16:57:45 -0400
(5 months ago)
pulled in some comment changes/additions and efficiency upgrades from trunk revisions 66 & 68 The main notes that apply to these changes are copied below: - various minor logic and efficiency upgrade…
tags/0.4-NC/Astrolabe.lua
82
81
by esamynn on
28 March 2008, 16:27:18 -0400
(5 months ago)
updated with WoW 2.4 map data
tags/0.4-NC/Astrolabe.lua
81
80
by esamynn on
28 March 2008, 16:24:41 -0400
(5 months ago)
branching the rev 60 (non-coroutine) version of Astrolabe 0.4
tags/0.4-NC/Astrolabe.lua
80
tags/0.4-NC
80
78
by esamynn on
28 March 2008, 02:05:05 -0400
(5 months ago)
fixed a bug that was causing an infinite loop whenever you changed continents without going through a loading screen
trunk/Astrolabe.lua
78
77
by esamynn on
25 March 2008, 22:08:43 -0400
(5 months 2 days ago)
merging in WoW 2.4 data
branches/optimization/Astrolabe.lua
77
76
by esamynn on
25 March 2008, 22:05:58 -0400
(5 months 2 days ago)
tested new map data for 2.4 and merged 2.4 data branch with trunk
branches/WoW_2.4_Data
76
branches/WoW_2.4_Data/Astrolabe.lua
76
branches/WoW_2.4_Data/Load.xml
76
branches/WoW_2.4_Data/lgpl.txt
76
branches/WoW_2.4_Data/DongleStub.lua
76
75
by esamynn on
13 March 2008, 12:01:10 -0400
(5 months 15 days ago)
untested WoW 2.4 Map Data
branches/WoW_2.4_Data/Astrolabe.lua
75
74
by esamynn on
13 March 2008, 11:56:30 -0400
(5 months 15 days ago)
branching trunk for WoW 2.4 map data
branches/WoW_2.4_Data
74
branches/WoW_2.4_Data/Astrolabe.lua
74
branches/WoW_2.4_Data/Load.xml
74
branches/WoW_2.4_Data/lgpl.txt
74
branches/WoW_2.4_Data/DongleStub.lua
74
72
by esamynn on
04 March 2008, 16:12:12 -0500
(5 months 24 days ago)
renamed the variable "playerFacingDir" to "minimapRotationOffset" to make it better describe what it actually stores
71
by esamynn on
04 March 2008, 15:42:40 -0500
(5 months 24 days ago)
- now caching the value of MinimapCompassRing:GetFacing() - changed the minimap rotation formula to make it slightly more efficient and added a note about what exactly is going on
branches/optimization/Astrolabe.lua
71
70
by esamynn on
04 March 2008, 14:16:45 -0500
(5 months 24 days ago)
- added a local pointer to GetFramerate() - changed Astrolabe's behaviour so that it will hide its update frame when there are no icons under management
branches/optimization/Astrolabe.lua
70
69
by esamynn on
04 March 2008, 14:10:22 -0500
(5 months 24 days ago)
branching for some optimization work
branches/optimization
69
branches/optimization/Astrolabe.lua
69
branches/optimization/Load.xml
69
branches/optimization/lgpl.txt
69
branches/optimization/DongleStub.lua
69
68
by esamynn on
25 February 2008, 21:43:22 -0500
(6 months ago)
-Fixed rev 66 changes and recommitted them -added a couple more comments
trunk/Astrolabe.lua
68
67
by esamynn on
25 February 2008, 13:14:49 -0500
(6 months ago)
Reverting rev 66 until I can properly test it. I thought I had tested it, but I obviously didn't because there is a compile error that I didn't spot.
trunk/Astrolabe.lua
67
66
by esamynn on
25 February 2008, 01:55:15 -0500
(6 months ago)
- various minor logic and efficiency upgrades - removed @ symbols from email addresses - moved the local pointers for often used API functions to the top of the file - added some note comments about …
trunk/Astrolabe.lua
66
65
by esamynn on
25 February 2008, 01:08:19 -0500
(6 months ago)
merged in changed from coroutines branch, changes from this branch are: - upgraded Minimap icon system to use coroutines and continuously update (the number of icons updated each frame is scaled based…
branches/coroutines
65
branches/coroutines/Load.xml
65
branches/coroutines/lgpl.txt
65
branches/coroutines/DongleStub.lua
65
branches/coroutines/AstrolabeMapMonitor.lua
65
64
by esamynn on
20 February 2008, 20:24:04 -0500
(6 months ago)
enclosed the update scripts in their own do/end blocks to limit the scope of their coroutine and crash status variables
branches/coroutines/Astrolabe.lua
64
63
by esamynn on
20 February 2008, 20:19:12 -0500
(6 months ago)
fix for the "invalid key to 'next'" problem
branches/coroutines/Astrolabe.lua
63
62
by esamynn on
19 February 2008, 12:40:32 -0500
(6 months ago)
syntax fix (missed a 'then')
branches/coroutines/Astrolabe.lua
62
|