89
by esamynn on
15 August 2008, 01:16:44 -0400
(3 months 5 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
(3 months 5 days ago)
creating a temporary branch to provide data for WotLK beta while GeodeticDatums library is under construction
85
by esamynn on
14 August 2008, 13:43:17 -0400
(3 months 5 days ago)
creating a temporary branch to provide data for WotLK beta while GeodeticDatums library is under construction
83
by esamynn on
16 June 2008, 22:16:57 -0400
(5 months 3 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…
72
by esamynn on
04 March 2008, 16:12:12 -0500
(8 months 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
(8 months 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
70
by esamynn on
04 March 2008, 14:16:45 -0500
(8 months 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
65
by esamynn on
25 February 2008, 01:08:19 -0500
(8 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…
64
by esamynn on
20 February 2008, 20:24:04 -0500
(8 months ago)
enclosed the update scripts in their own do/end blocks to limit the scope of their coroutine and crash status variables
56
by esamynn on
04 February 2008, 16:59:11 -0500
(9 months ago)
- removed the return calls in the update functions that were causing "cannot resume dead coroutine" errors - added result return values to Astrolabe:CalculateMinimapIconPositions()