Arthur Ice
|
c3471ed88e
|
EntityList::CreateGroundObject converted to xyz_heading
|
2014-11-30 21:30:16 -08:00 |
|
Arthur Ice
|
d54215ea18
|
EntityList::CreateGroundObjectFromModel converted to to xyz_heading
|
2014-11-30 21:20:46 -08:00 |
|
Arthur Ice
|
4f03ebb3af
|
EntityList::CreateDoor converted to xyz_heading
|
2014-11-30 21:04:39 -08:00 |
|
Arthur Ice
|
7ac9a5c5a6
|
Doors constructor converted to xyz_heading
|
2014-11-30 20:49:48 -08:00 |
|
Arthur Ice
|
7239a1339e
|
Replaced SetX(), SetY(), SetZ(), and SetHeading() with SetPosition() on Doors
|
2014-11-30 20:37:43 -08:00 |
|
Arthur Ice
|
a70eadecf4
|
Replaced GetX(), GetY(), GetZ(), and GetHeading() in Doors with GetPosition()
|
2014-11-30 20:23:18 -08:00 |
|
Arthur Ice
|
40d26b5bcf
|
replaced GetDestX(), GetDestY(), GetDestZ(), and GetDestHeading() with GetDestination in Doors
|
2014-11-30 20:05:51 -08:00 |
|
Arthur Ice
|
95f7bd94f3
|
replaced dest_x, dest_y, dest_z, and dest_headingg in Doors with xyz_heading m_Destination
|
2014-11-30 19:58:56 -08:00 |
|
Arthur Ice
|
9f62f0e485
|
replaced pos_x, pos_y, pos_z, heading in Doors with xyz_heading m_Position
|
2014-11-30 19:47:49 -08:00 |
|
Arthur Ice
|
70d26a532c
|
SetPreSummonX(), SetPreSummonY(), and SetPreSummonZ() converted to SetPreSummonLocation()
|
2014-11-30 19:34:44 -08:00 |
|
Arthur Ice
|
98a8ddbb21
|
Replace GetPreSummonX(), GetPreSummonY(), GetPreSummonZ() with GetPreSummonLocation as xyz_location
|
2014-11-30 19:23:35 -08:00 |
|
Arthur Ice
|
381dc7574f
|
replaced _preSummonX, _preSummonY, and _preSummonZ in bot with xyz_location m_PreSummonlocation
|
2014-11-30 19:14:24 -08:00 |
|
Arthur Ice
|
6b1b083802
|
mob constructor converted to xyz_heading
|
2014-11-30 18:57:50 -08:00 |
|
Arthur Ice
|
708b4f3bfb
|
Horse constructor converted to xyz_heading
|
2014-11-30 18:33:45 -08:00 |
|
Arthur Ice
|
51d6ea622e
|
Switched to c++11 based abs instead of hacky custom version
|
2014-11-30 18:13:28 -08:00 |
|
Arthur Ice
|
2546c6c226
|
Trap converted to use xyz_location as m_Position instead of x, y, z
|
2014-11-30 18:10:50 -08:00 |
|
Arthur Ice
|
54bc1b06e4
|
NPC constructor converted to use xyz_heading
|
2014-11-30 17:32:11 -08:00 |
|
Arthur Ice
|
0570722b3b
|
MoveTo converted to xyz_heading
|
2014-11-30 16:30:09 -08:00 |
|
Arthur Ice
|
e6d23228e5
|
GetSpawnPointX(), GetSpawnPointY(), GetSpawnPointZ(), and GetSpawnPointH(), converted to GetSpawnPoint()
|
2014-11-30 15:58:44 -08:00 |
|
Arthur Ice
|
2e6711916e
|
GetClosestWaypoint converted to xyz_location
|
2014-11-30 15:40:24 -08:00 |
|
Arthur Ice
|
69dbdb2485
|
GetSpawnPointX(). GetSpawnPointY(), GetSpawnPointZ(), and GetSpawnPointH() replaced with GetSpawnPoint()
|
2014-11-30 15:29:13 -08:00 |
|
Arthur Ice
|
f9036ddc6a
|
GetGuardPointX(), GetGuardPointY(), GetGuardPointZ(), and GetGuardPointH() replaced with GetGuardPoint()
|
2014-11-30 15:05:50 -08:00 |
|
Arthur Ice
|
c060723762
|
guard_x_saved, guard_y_saved, guard_z_saved, guard_heading_saved converted to m_GuardPointSaved
|
2014-11-30 14:34:27 -08:00 |
|
Arthur Ice
|
4b71d28747
|
guard_x, guard_y, guard_z, guard_heading converted to xyz_heading as m_GuardPoint
|
2014-11-30 14:17:14 -08:00 |
|
Arthur Ice
|
6ffd7203ff
|
org_x, org_y, org_z, and org_heading converted to xyz_heading as m_SpawnPoint
|
2014-11-30 13:51:57 -08:00 |
|
Arthur Ice
|
82cc830297
|
converted Warp to xyz_location instead of x,y,z
|
2014-11-29 21:24:57 -08:00 |
|
Arthur Ice
|
4b48ed7cbc
|
SetDeltas converted to SetDelta
|
2014-11-29 21:07:08 -08:00 |
|
Arthur Ice
|
607e28dcbf
|
added GetPosition to mob
|
2014-11-29 16:43:24 -08:00 |
|
Arthur Ice
|
11ecf77c85
|
added constness to operators
|
2014-11-29 16:22:36 -08:00 |
|
Arthur Ice
|
5b783e84e9
|
added automatic conversion of Map::Vertex into xyz_location
|
2014-11-26 21:25:09 -08:00 |
|
Arthur Ice
|
4094d43c49
|
InLiquid converted to xyz_location
|
2014-11-26 19:39:39 -08:00 |
|
Arthur Ice
|
2f203fa6bb
|
InLava converted to xyz_location
|
2014-11-26 19:38:53 -08:00 |
|
Arthur Ice
|
5140e6fabf
|
InVWater converted to xyz_location
|
2014-11-26 19:37:32 -08:00 |
|
Arthur Ice
|
ef18458480
|
ReturnRegionType converted to xyz_location
|
2014-11-26 19:36:47 -08:00 |
|
Arthur Ice
|
6cd614a05e
|
InLiquid converted to xyz_location
|
2014-11-26 19:32:46 -08:00 |
|
Arthur Ice
|
29573d7d19
|
InLava converted to xyz_location
|
2014-11-26 19:24:28 -08:00 |
|
Arthur Ice
|
d8692c1dc7
|
InVWater converted to xyz_location
|
2014-11-26 19:22:41 -08:00 |
|
Arthur Ice
|
c0faaa9c20
|
ReturnRegionType converted to xyz_location
|
2014-11-26 19:20:41 -08:00 |
|
Arthur Ice
|
f9e65acf78
|
InWater(y,x,z) converted to InWater(xyz_location)
|
2014-11-26 19:18:06 -08:00 |
|
Arthur Ice
|
d9d89ba9b3
|
GetCWPX(), GetCWPY(), GetCWPZ(), GetCWPH() converted to GetCurrentWayPoint
|
2014-11-26 17:34:45 -08:00 |
|
Arthur Ice
|
f63c5ab6ba
|
Added overloads for to_string to handle xyz_heading, xyz_location, and xy_location
|
2014-11-26 17:21:33 -08:00 |
|
Arthur Ice
|
408fdc7178
|
tarv_x, tarv_y. tarv_z converted to xyz_location
|
2014-11-26 15:58:29 -08:00 |
|
Arthur Ice
|
75543e68e3
|
tarx, tary, tarz converted to m_TargetLocation as xyz_location
|
2014-11-26 15:10:49 -08:00 |
|
Arthur Ice
|
a6177859ff
|
fear_walkto_x, fear_walkto_y, fear_walkto_z replaced with m_FearWalkTarget converted to xyz_location
|
2014-11-26 14:57:12 -08:00 |
|
Arthur Ice
|
09f75c09b8
|
rewind_x, rewind_y,rewind_z replaced with m_RewindLocation of type xyz_location
|
2014-11-26 00:56:07 -08:00 |
|
Arthur Ice
|
cab1f986f1
|
targetring_x, targetring_y, targetring_z replaced with m_TargetRing as an xyz_location
|
2014-11-25 23:44:02 -08:00 |
|
Arthur Ice
|
d25c5b1fa0
|
cur_wp_x, cur_wp_y, cur_wp_z, cur_wp_heading replaced with m_CurrentWayPoint
|
2014-11-25 23:24:17 -08:00 |
|
Arthur Ice
|
65ad5b5c99
|
Removed use of initializer lists. so less pretty
|
2014-11-25 21:45:41 -08:00 |
|
Arthur Ice
|
5115a29bb7
|
spell_x,spell_y, spell_z converted to m_SpellLocation, xyz_location
|
2014-11-25 21:06:13 -08:00 |
|
Arthur Ice
|
096cbaf1bb
|
delta_x, delta_y, delta_z, and int delta_heading converted to m_Delta
|
2014-11-25 20:43:09 -08:00 |
|