View 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 84 2 root: 97 85

latest revision download trunk

84 annotated / raw | Diffs: previous, other | Lines: 1464 ( +65, -16 )

Created: 2008-08-14 13:31:08 -0400 (4 months 22 days ago) | Author: esamynn | Changeset: 84

Copied (2 times):

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 when the Minimap is rotating
- added a Minimap icons count system.  continuous updates are now halted when there are no icons to process

Properties

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

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

Created: 2008-03-28 02:05:05 -0400 (9 months ago) | Author: esamynn | Changeset: 78

fixed a bug that was causing an infinite loop whenever you changed continents without going through a loading screen

Properties

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

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

Created: 2008-03-25 22:05:58 -0400 (9 months ago) | Author: esamynn | Changeset: 76

tested new map data for 2.4 and merged 2.4 data branch with trunk

Properties

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

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

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

Copied (2 times):

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

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 (10 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 (10 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 (10 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 (10 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 (10 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 (11 months ago) | Author: esamynn | Changeset: 51

Copied to: branches/coroutines/Astrolabe.lua 52

updated website information

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 (13 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 (15 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 (20 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 (20 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 (20 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 (21 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 (21 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 (21 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 (22 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 (22 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 (22 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 (22 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 (22 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 (22 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 (23 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 (23 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 (23 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 (23 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 (23 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 (23 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 (23 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 (23 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 (23 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 (2 years 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 (2 years 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 (2 years 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 (2 years 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 (2 years 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 (2 years 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 (2 years 1 month 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 root:

97 deleted | Diffs: previous, other | Lines: 0 ( +0, -1571 )

Created: 2008-12-03 17:49:59 -0500 (33 days ago) | Author: esamynn | Changeset: 97

deleting wotlk_data_temp branch (no longer needed)

92 annotated / raw | Diffs: previous, other | Lines: 1571 ( +6, -0 )

Created: 2008-10-05 20:22:44 -0400 (3 months ago) | Author: esamynn | Changeset: 92

added updated Eastern Plaguelands data

Properties

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

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

Created: 2008-08-20 21:51:27 -0400 (4 months 16 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

89 annotated / raw | Diffs: previous, other | Lines: 1558 ( +3, -5 )

Created: 2008-08-15 01:16:44 -0400 (4 months 22 days ago) | Author: esamynn | Changeset: 89

- removed unnecessary duplicate info in the WotLK data
- added missing Azeroth World Map size changes

Properties

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

88 annotated / raw | Diffs: previous, other | Lines: 1560 ( +96, -0 )

Created: 2008-08-14 13:50:52 -0400 (4 months 22 days ago) | Author: esamynn | Changeset: 88

first rough set of WotLK map data

Properties

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

87 new/copied annotated / raw | Diffs: previous, other | Lines: 1464 ( +1464, -0 )

Created: 2008-08-14 13:47:01 -0400 (4 months 22 days ago) | Author: esamynn | Changeset: 87

Copied from: trunk/Astrolabe.lua 84

creating a temporary branch to provide data for WotLK beta while GeodeticDatums library is under construction

Properties

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

86 deleted | Diffs: previous, other | Lines: 0 ( +0, -1464 )

Created: 2008-08-14 13:45:16 -0400 (4 months 22 days ago) | Author: esamynn | Changeset: 86

mucked up branching

85 new/copied annotated / raw | Diffs: previous, other | Lines: 1464 ( +1464, -0 )

Created: 2008-08-14 13:43:17 -0400 (4 months 22 days ago) | Author: esamynn | Changeset: 85

Copied from: trunk/Astrolabe.lua 84

creating a temporary branch to provide data for WotLK beta while GeodeticDatums library is under construction

Properties

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

Crucible: Open Source License registered to Norganna's AddOns.
Version 1.6.5.a is available.
Atlassian Crucible, painless code review. (Version:1.6.4 Build:build-344 2008-11-20) - Administration - Page generated 2009-01-06 04:14 -0500