Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 68 2 optimization 91 69

latest revision download trunk

68 annotated / raw | Diffs: previous, other | Lines: 1406 ( +42, -31 )

Created: 2008-02-25 21:43:22 -0500 (6 months ago) | Author: esamynn | Changeset: 68

-Fixed rev 66 changes and recommitted them
-added a couple more comments

Branch point for: WoW_2.4_Data optimization

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

67 annotated / raw | Diffs: previous, other | Lines: 1395 ( +29, -36 )

Created: 2008-02-25 13:14:49 -0500 (6 months ago) | Author: esamynn | Changeset: 67

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.  

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

66 annotated / raw | Diffs: previous, other | Lines: 1402 ( +41, -33 )

Created: 2008-02-25 01:55:15 -0500 (6 months ago) | Author: esamynn | Changeset: 66

- 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 why some things are done

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

65 annotated / raw | Diffs: previous, other | Lines: 1394 ( +268, -105 )

Created: 2008-02-25 01:08:19 -0500 (6 months ago) | Author: esamynn | Changeset: 65

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 on the current framerate of WoW
- added the configConstants that specifies config constants that should always be updated when an upgrade occurs

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

60 annotated / raw | Diffs: previous, other | Lines: 1231 ( +3, -6 )

Created: 2008-02-19 12:27:51 -0500 (6 months ago) | Author: esamynn | Changeset: 60

fixed a loading error that could occur when using a re-shaped Minimap

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

57 annotated / raw | Diffs: previous, other | Lines: 1234 ( +1, -1 )

Created: 2008-02-07 12:13:11 -0500 (6 months ago) | Author: esamynn | Changeset: 57

fixed variable typo in Astrolabe:GetUnitPosition() that was allowing it to change the map zoom, even when told not to

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

51 annotated / raw | Diffs: previous, other | Lines: 1234 ( +2, -3 )

Created: 2008-01-28 22:11:01 -0500 (6 months ago) | Author: esamynn | Changeset: 51

updated website information

Branch point for: coroutines

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

50 annotated / raw | Diffs: previous, other | Lines: 1235 ( +46, -2 )

Created: 2007-11-06 22:05:26 -0500 (9 months ago) | Author: esamynn | Changeset: 50

added support for Non-Circular Minimap shapes using the GetMinimapShape() function as defined on WoW Wiki http://www.wowwiki.com/GetMinimapShape

Note: Currently there is a bug in the WoW client with non-circular Minimaps and using the Rotate Minimap UI option which causes the terrain texture to not stay within the expected boarders of the a custom shape mask texture.  I have coded this support for non-circular Minimaps with the assumption in mind that the client will be updated to NOT rotate the Mask Texture when it rotates the Minimap.  

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

49 annotated / raw | Diffs: previous, other | Lines: 1191 ( +6, -1 )

Created: 2007-09-18 18:00:38 -0400 (11 months ago) | Author: esamynn | Changeset: 49

The icon update frame is now hidden and re-shown whenever ZONE_CHANGED_NEW_AREA or Astrolabe:AllWorldMapsHidden() is called.  This is to get astrolabe to force the World Map Zoom to a level with a valid player position at certain times, to prevent endless WORLD_MAP_UPDATE spam resulting from the world map not being on a useful zoom.  

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

48 annotated / raw | Diffs: previous, other | Lines: 1186 ( +1, -1 )

Created: 2007-05-01 19:24:57 -0400 (15 months ago) | Author: esamynn | Changeset: 48

reverted the Major version string back to 0.4

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

46 annotated / raw | Diffs: previous, other | Lines: 1186 ( +1, -1 )

Created: 2007-04-30 16:17:56 -0400 (15 months ago) | Author: esamynn | Changeset: 46

changed major version string because the changes for WoW 2.1 are incompatible with WoW 2.0.x

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

45 annotated / raw | Diffs: previous, other | Lines: 1186 ( +35, -3 )

Created: 2007-04-19 20:59:57 -0400 (16 months ago) | Author: esamynn | Changeset: 45

updated to work with the "Rotate Minimap" UI option added in WoW 2.1

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

44 annotated / raw | Diffs: previous, other | Lines: 1154 ( +19, -13 )

Created: 2007-03-30 14:56:21 -0400 (16 months ago) | Author: esamynn | Changeset: 44

-updated license header with a note about World of Warcraft's AddOn system

AstrolabeMapMonitor.lua
-added link to World Map Monitor documentation

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

43 annotated / raw | Diffs: previous, other | Lines: 1148 ( +17, -9 )

Created: 2007-03-30 14:44:53 -0400 (16 months ago) | Author: esamynn | Changeset: 43

Major Version String changed to "Astrolabe-0.4"
-Astrolabe:PlaceIconOnWorldMap now calls :Show() on the icon if it re-anchored the icon or :Hide() otherwise

-updated some comments

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

42 annotated / raw | Diffs: previous, other | Lines: 1140 ( +1, -4 )

Created: 2007-03-13 21:02:13 -0400 (17 months ago) | Author: esamynn | Changeset: 42

-removed a stray debug statement
-added a link to the Wiki Documentation for the library

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

41 annotated / raw | Diffs: previous, other | Lines: 1143 ( +4, -1 )

Created: 2007-03-01 14:54:47 -0500 (17 months ago) | Author: esamynn | Changeset: 41

corrected Astrolabe:RemoveIconFromMinimap( icon ) and Astrolabe:RemoveAllMinimapIcons() to correctly wipe each icon's OnEdge flag as it is removed from the positioning buffer

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

40 annotated / raw | Diffs: previous, other | Lines: 1140 ( +14, -0 )

Created: 2007-02-25 18:56:49 -0500 (18 months ago) | Author: esamynn | Changeset: 40

added Astrolabe:GetDirectionToIcon( icon ) which returns the direction to an icon in the positioning buffer in radians, starting from north and going counter-clockwise

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

39 annotated / raw | Diffs: previous, other | Lines: 1126 ( +1, -1 )

Created: 2007-02-25 18:42:12 -0500 (18 months ago) | Author: esamynn | Changeset: 39

corrected a minor bug in Astrolabe:GetDistanceToIcon()

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

38 annotated / raw | Diffs: previous, other | Lines: 1126 ( +21, -1 )

Created: 2007-02-25 18:09:05 -0500 (18 months ago) | Author: esamynn | Changeset: 38

added Astrolabe:Register_OnEdgeChanged_Callback( func, ident ) which registers a function to be called when the set of icons that are currently placed around the edge of the Minimap changes (func is unregistered if ident is nil)

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

37 annotated / raw | Diffs: previous, other | Lines: 1106 ( +7, -3 )

Created: 2007-02-25 17:59:47 -0500 (18 months ago) | Author: esamynn | Changeset: 37

-fixed an error message that would occur when the library was upgrading itself while there were Minimap icons in the positioning buffer
-the full positioning update, that is done during an upgrade, is now done at the end of the file instead of in the activate function

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

36 annotated / raw | Diffs: previous, other | Lines: 1102 ( +12, -1 )

Created: 2007-02-25 17:12:45 -0500 (18 months ago) | Author: esamynn | Changeset: 36

added Astrolabe:IsIconOnEdge( icon ) which takes and icon and returns true if the icon is currently placed along the edge of the minimap

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

34 annotated / raw | Diffs: previous, other | Lines: 1091 ( +8, -5 )

Created: 2007-02-04 03:07:54 -0500 (18 months ago) | Author: esamynn | Changeset: 34

fixed a very subtle infinite loop that was occurring when logging in from the character select screen

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

33 annotated / raw | Diffs: previous, other | Lines: 1088 ( +2, -2 )

Created: 2007-02-04 00:55:39 -0500 (18 months ago) | Author: esamynn | Changeset: 33

fixed a bug in ComputeDistance that wasn't was causing points points on different continents where one point was on the world map of Azeroth to be compared incorrectly

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

31 annotated / raw | Diffs: previous, other | Lines: 1088 ( +56, -1 )

Created: 2007-02-04 00:22:14 -0500 (18 months ago) | Author: esamynn | Changeset: 31

-added AstrolabeMapMonitor library to monitor for visible world map frames
-this addition fixes the incompatibility with MetaMap and other addons (some direct support will be needed in some cases)

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

30 annotated / raw | Diffs: previous, other | Lines: 1033 ( +91, -58 )

Created: 2007-02-03 19:55:26 -0500 (18 months ago) | Author: esamynn | Changeset: 30

converted to use DongleStub instead of AceLibrary for its version control

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

29 annotated / raw | Diffs: previous, other | Lines: 1000 ( +26, -18 )

Created: 2007-01-26 21:55:22 -0500 (19 months ago) | Author: esamynn | Changeset: 29

added additional checks when updating icon positions to ensure that each icon in the list has a valid delta in relation to the player's current position

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

28 annotated / raw | Diffs: previous, other | Lines: 992 ( +7, -0 )

Created: 2007-01-12 17:25:10 -0500 (19 months ago) | Author: esamynn | Changeset: 28

added additional times to call CalculateMinimapIconPositions() in order to ensure that the LastPlayerPosition table always reflects the current continent the player is on

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

27 annotated / raw | Diffs: previous, other | Lines: 985 ( +9, -0 )

Created: 2007-01-11 23:05:07 -0500 (19 months ago) | Author: esamynn | Changeset: 27

added commented out arg checks for Astrolabe:TranslateWorldMapPosition

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

26 annotated / raw | Diffs: previous, other | Lines: 976 ( +2, -2 )

Created: 2007-01-11 22:26:00 -0500 (19 months ago) | Author: esamynn | Changeset: 26

-updated copyright
-added URL for new SVN repo

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

25 annotated / raw | Diffs: previous, other | Lines: 976 ( +25, -25 )

Created: 2007-01-08 00:11:38 -0500 (19 months ago) | Author: esamynn | Changeset: 25

fix a problem with a new icon being shown, but not placed until the frame after it was shown due to Astrolabe's OnUpdate script running before the icon was added in the Frame Draw cycle

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

24 annotated / raw | Diffs: previous, other | Lines: 976 ( +4, -2 )

Created: 2007-01-05 19:55:54 -0500 (19 months ago) | Author: esamynn | Changeset: 24

changed Astrolabe:OnShow to check that the player's map location continent index is >= 0 and hide the update frame if it is not

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

22 annotated / raw | Diffs: previous, other | Lines: 974 ( +3, -3 )

Created: 2007-01-03 00:06:43 -0500 (19 months ago) | Author: esamynn | Changeset: 22

changed map data tables to account for the new way pre-built tables are built in memory in Lua 5.1

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

21 annotated / raw | Diffs: previous, other | Lines: 974 ( +20, -4 )

Created: 2006-12-30 23:30:41 -0500 (19 months ago) | Author: esamynn | Changeset: 21

-added commented out arg checks for Astrolabe:ComputeDistance
-tested and corrected the fix for the BG problems

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

20 annotated / raw | Diffs: previous, other | Lines: 958 ( +7, -1 )

Created: 2006-12-16 22:48:10 -0500 (20 months ago) | Author: esamynn | Changeset: 20

-added "zero data" for all unknown continents (this fixes Battle Grounds error)
-added a warning that unofficial modifications should also include a change to the Major Version String

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

19 annotated / raw | Diffs: previous, other | Lines: 952 ( +1, -1 )

Created: 2006-12-13 21:30:42 -0500 (20 months ago) | Author: esamynn | Changeset: 19

changed email address to my wowinterface.com address

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

18 annotated / raw | Diffs: previous, other | Lines: 952 ( +14, -2 )

Created: 2006-12-13 21:15:45 -0500 (20 months ago) | Author: esamynn | Changeset: 18

-changed Astrolabe:GetCurrentPlayerPosition() to reset the map zoom if it changed it
-changed OnShow behaviour to set the current map zoom to a zoom with a valid player position

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

17 annotated / raw | Diffs: previous, other | Lines: 940 ( +7, -0 )

Created: 2006-11-26 03:36:31 -0500 (21 months ago) | Author: esamynn | Changeset: 17

Added dist, xDist, yDist = Astrolabe:GetDistanceToIcon( icon ) which returns the values that Astrolabe updates when it updates minimap positions.  These values may be out-of-date, but should be "good enough".

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

16 annotated / raw | Diffs: previous, other | Lines: 933 ( +299, -246 )

Created: 2006-11-26 02:45:50 -0500 (21 months ago) | Author: esamynn | Changeset: 16

-completed preliminary data set
-corrected map size values for the map of the Eastern Continents

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

15 annotated / raw | Diffs: previous, other | Lines: 880 ( +25, -27 )

Created: 2006-11-25 23:09:41 -0500 (21 months ago) | Author: esamynn | Changeset: 15

fixed a bug where a new icon would not be correctly positioned on the Minimap if the player was currently standing still until they either adjusted the Minimap zoom or started moving again

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

14 annotated / raw | Diffs: previous, other | Lines: 882 ( +1, -3 )

Created: 2006-11-25 13:24:46 -0500 (21 months ago) | Author: esamynn | Changeset: 14

removed the global reference to the library and changed major version string to "Astrolabe-0.2"

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

13 annotated / raw | Diffs: previous, other | Lines: 884 ( +3, -76 )

Created: 2006-11-24 19:47:02 -0500 (21 months ago) | Author: esamynn | Changeset: 13

-removed World Map Icon Position management system
-left Astrolabe:PlaceIconOnWorldMap( worldMapFrame, icon, continent, zone, xPos, yPos ) which simply anchors an icon to the appropriate place on the specified worldMapFrame

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

11 annotated / raw | Diffs: previous, other | Lines: 957 ( +2, -3 )

Created: 2006-11-24 05:08:05 -0500 (21 months ago) | Author: esamynn | Changeset: 11

corrected :IsNewVersion check

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

10 annotated / raw | Diffs: previous, other | Lines: 958 ( +9, -4 )

Created: 2006-11-20 17:20:44 -0500 (21 months ago) | Author: esamynn | Changeset: 10

misc bug fixes

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

9 annotated / raw | Diffs: previous, other | Lines: 953 ( +132, -37 )

Created: 2006-11-20 14:07:27 -0500 (21 months ago) | Author: esamynn | Changeset: 9

-initial implementation of the WorldMap placement functionality
-change the implementation of Astrolabe:GetCurrentPlayerPosition() so that it doesn't change the current map unless it need to in order to get a valid player position
-removed Astrolabe:SetMapToCurrentZone() and the hook that it required
-bug fix in Astrolabe:ComputeDistance
-added new utility API function: Astrolabe:TranslateWorldMapPosition( C, Z, xPos, yPos, nC, nZ )
-changed "result" return values to be numbers, 0 indicates successful with no problems
-added missing parentContinent field to Kalimdor test data

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

8 annotated / raw | Diffs: previous, other | Lines: 858 ( +34, -11 )

Created: 2006-11-19 01:09:28 -0500 (21 months ago) | Author: esamynn | Changeset: 8

-bug fixes in Astrolabe:ComputeDistance
-bug fix in Astrolabe:SetMapToCurrentZone
-added hook of global SetMapToCurrentZone
-Astrolabe:PlaceIconOnMinimap now calls :Show() on the icon if it accepts it
-changed OnUpdate script to allow scheduling of an immediate update

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

7 annotated / raw | Diffs: previous, other | Lines: 835 ( +50, -33 )

Created: 2006-11-17 17:14:14 -0500 (21 months ago) | Author: esamynn | Changeset: 7

-added data table caching system
-removed the arguments in the Minimap functions for support for multiple Minimaps
-added Astrolabe:RemoveAllMinimapIcons()
-adjusted the formula for placing icons on the outside edge of the Minimap
-onCurrentWorldMap flag now set to false on P_L_W and P_E_W

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

6 annotated / raw | Diffs: previous, other | Lines: 818 ( +76, -76 )

Created: 2006-11-16 21:35:05 -0500 (21 months ago) | Author: esamynn | Changeset: 6

changed file organization slightly

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

5 annotated / raw | Diffs: previous, other | Lines: 818 ( +229, -18 )

Created: 2006-11-16 04:49:47 -0500 (21 months ago) | Author: esamynn | Changeset: 5

initial implementation of the Minimap positioning system (incomplete!)

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

4 annotated / raw | Diffs: previous, other | Lines: 607 ( +22, -3 )

Created: 2006-11-16 04:48:21 -0500 (21 months ago) | Author: esamynn | Changeset: 4

added copyright notice and Licensed under the Lesser GNU General Public License

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

3 annotated / raw | Diffs: previous, other | Lines: 588 ( +539, -14 )

Created: 2006-11-13 05:30:20 -0500 (21 months ago) | Author: esamynn | Changeset: 3

-setup basic framework
-completed ComputeDistance( c1, z1, x1, y1, c2, z2, x2, y2 )
-imported a draft set of data for initial testing (dataset is NOT complete)

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

2 new annotated / raw | Lines: 63 ( +63, -0 )

Created: 2006-11-07 23:17:42 -0500 (21 months ago) | Author: esamynn | Changeset: 2

-added external for AceLibrary: AceLibrary -r 14890 http://svn.wowace.com/wowace/branches/Ace2/TBC/Ace2/AceLibrary
-created Load.xml file for loading the library from a TOC file
-created Astrolabe.lua with the initial framework for the library

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

latest revision download Branch optimization

91 annotated / raw | Diffs: previous, other | Lines: 1471 ( +12, -5 )

Created: 2008-08-20 21:51:27 -0400 (7 days ago) | Author: esamynn | Changeset: 91

merged in trunk fix from rev 90

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

83 annotated / raw | Diffs: previous, other | Lines: 1464 ( +19, -11 )

Created: 2008-06-16 22:16:57 -0400 (2 months 11 days ago) | Author: esamynn | Changeset: 83

- 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 Quel'Danas)

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

79 annotated / raw | Diffs: previous, other | Lines: 1456 ( +6, -3 )

Created: 2008-03-28 02:11:00 -0400 (5 months ago) | Author: esamynn | Changeset: 79

merged in the rev 78 fix

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

77 annotated / raw | Diffs: previous, other | Lines: 1453 ( +261, -255 )

Created: 2008-03-25 22:08:43 -0400 (5 months 2 days ago) | Author: esamynn | Changeset: 77

merging in WoW 2.4 data

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

73 annotated / raw | Diffs: previous, other | Lines: 1447 ( +4, -3 )

Created: 2008-03-13 11:55:09 -0400 (5 months 15 days ago) | Author: esamynn | Changeset: 73

another minor optimization

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

72 annotated / raw | Diffs: previous, other | Lines: 1446 ( +6, -6 )

Created: 2008-03-04 16:12:12 -0500 (5 months 24 days ago) | Author: esamynn | Changeset: 72

renamed the variable "playerFacingDir" to "minimapRotationOffset" to make it better describe what it actually stores

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

71 annotated / raw | Diffs: previous, other | Lines: 1446 ( +29, -7 )

Created: 2008-03-04 15:42:40 -0500 (5 months 24 days ago) | Author: esamynn | Changeset: 71

- 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

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

70 annotated / raw | Diffs: previous, other | Lines: 1424 ( +24, -6 )

Created: 2008-03-04 14:16:45 -0500 (5 months 24 days ago) | Author: esamynn | Changeset: 70

- 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

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

69 new annotated / raw | Diffs: previous, other | Lines: 1406 ( +1406, -0 )

Created: 2008-03-04 14:10:22 -0500 (5 months 24 days ago) | Author: esamynn | Changeset: 69

branching for some optimization work

Properties

 svn:eol-style = native
 svn:keywords = Id Date Revision
 svn:mime-type = text/lua

Crucible: Open Source License registered to Norganna's AddOns.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2008-08-28 21:37 -0400