GPSLib-r46914

Details

  • Filename
    GPSLib-r46914.zip
  • Uploaded by
  • Uploaded
    Aug 19, 2007
  • Size
    6.84 KB
  • Downloads
    2,838
  • MD5
    56178b4037191d769512d999a6300c6a

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r46914 | cryect | 2007-08-19 16:37:21 -0400 (Sun, 19 Aug 2007) | 1 line
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua

GPSLib - Removes WORLD_MAP_UPDATE event usage and just delays the PLAYER_ENTERING_WORLD event now
------------------------------------------------------------------------
r46875 | cryect | 2007-08-18 20:20:44 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua

GPSLib - Saves and restores map settings when it changes them now
------------------------------------------------------------------------
r46872 | cryect | 2007-08-18 19:34:59 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua

GPSLib - Changed WORLD_MAP_UPDATE event to a bucket event
------------------------------------------------------------------------
r46870 | cryect | 2007-08-18 19:20:39 -0400 (Sat, 18 Aug 2007) | 1 line
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua

GPSLib - Slight change adding calibration on the WORLD_MAP_UPDATE event as well
------------------------------------------------------------------------
r46727 | cryect | 2007-08-16 19:04:26 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua

GPSLib - Bug fix (forgot to SetCommPrefix)
------------------------------------------------------------------------
r46724 | cryect | 2007-08-16 17:26:07 -0400 (Thu, 16 Aug 2007) | 1 line
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua

GPSLib - Slight change to syncing
------------------------------------------------------------------------
r46723 | cryect | 2007-08-16 17:19:07 -0400 (Thu, 16 Aug 2007) | 5 lines
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua

GPSLib - Adds syncing and calibrating with other players in your group
- Adds :IsPlayerSynced(name) which returns true if receiving player positions from name
- Adds :GetPositionOf(name) returns x, y, ang of named
 player if they are synced
- Adds :GetOrientationOf(name) returns ang of named player if they are synced
------------------------------------------------------------------------
r46722 | cryect | 2007-08-16 16:54:08 -0400 (Thu, 16 Aug 2007) | 2 lines
Changed paths:
   M /trunk/GPSLib/GPS-1.0/GPS-1.0.lua
   M /trunk/GPSLib/GPSLib.toc

GPSLib - Some changes to how loadup is handled before adding syncing
- Adds :GetOrientation() to return the current player's orientation
------------------------------------------------------------------------