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
Arthur Ice
53602e3c61
heading, x_pos, y_pos, and z_pos replaced with m_Position in Mob
2014-11-25 20:16:04 -08:00
Arthur Ice
640aea24bc
xyz_heading, xyz_location, and xy_location built
2014-11-25 02:44:40 -08:00
Trevius
bee04c1b53
Merge branch 'master' of https://github.com/EQEmu/Server
2014-11-24 02:36:13 -06:00
Trevius
2fbe6b304c
Added Rule NPC:EnableMeritBasedFaction (disabled by default) - Allows faction gain to work similar to experience.
2014-11-24 02:32:33 -06:00
Akkadius
02e82f1cfc
Fix for bot build
2014-11-24 02:06:51 -06:00
Akkadius
a2bef4d999
Merge branch 'master' of https://github.com/EQEmu/Server
2014-11-24 02:02:31 -06:00
Akkadius
50a69a8e20
Finish of automatic corpse convert routine
2014-11-24 01:53:21 -06:00
Akkadius
a5207b58e1
Added namespace Convert:: to contain all of the player profile and corpse related structs so that when any of the structs change else where in the code, it does not break the conversion scripts. These are self contained structs just for the conversion scripts.
2014-11-24 01:12:12 -06:00
Akkadius
3c2b8d13b9
Restructure and refactoring of database convert/upgrade check routine, breaking out to individual functions
2014-11-23 23:46:06 -06:00
Trevius
2f1191b263
Fixing my Swarm Pet "fix".
2014-11-23 23:17:57 -06:00
Akkadius
e4f45d7b35
Removed DBCore::RunQuery
...
Converted last corpse.cpp function that mixed database code with corpse code
2014-11-23 22:57:46 -06:00
Akkadius
c30850f00a
Rest of ZoneDB Corpse functions converted to new API
2014-11-23 22:33:57 -06:00
Akkadius
ce248d83d6
Corpse Class Private scope variables renamed for understandability across the source
...
Removed ThrowDBError from the source
Implemented MySQL query error log at the root of the MySQL API
Readability changes
2014-11-23 21:37:42 -06:00
Akkadius
6b67c3736b
Increased Max charge or stack count on corpses to uint16 (Beyond 1k)
...
Fixed the deletion of items so that they occur immediately when removed from corpse instead of clicking 'Done'
Fixed loading of item tints and other fields since atoi caps at 2147483647
2014-11-23 19:51:01 -06:00
Akkadius
3b51aebb51
More load and delete changes for corpses
2014-11-23 17:49:56 -06:00
Akkadius
12ceac4c02
Corpses properly loading now
2014-11-23 15:55:38 -06:00
Akkadius
7fa1256c5d
...
2014-11-23 01:04:50 -06:00
Akkadius
f328853251
More restructures, non-working state
2014-11-22 23:28:20 -06:00
Akkadius
d1b0564698
Changing corpse loading structure
2014-11-22 18:43:23 -06:00
Akkadius
111fb84041
Moved zonedatabase functions out of corpse.cpp
...
Conversion portion mostly complete
Some header readability cleanup
Some function renaming
Struct renaming
Many variable renaming
MySQL error log for all of QueryDatabase
Corpse table renaming
Corpse table field renaming
Most corpse database functions redone
2014-11-22 17:55:48 -06:00
Trevius
79a70271d5
Crash fix for Swarm Pets.
2014-11-22 12:53:49 -06:00
KimLS
1ca397f426
Lua parser: script_init.lua for zones will now follow script_init_v[0-9]+\.lua similar to player quests.
2014-11-22 03:20:39 -08:00
Trevius
d49426f763
Merge branch 'master' of https://github.com/EQEmu/Server
2014-11-22 00:27:40 -06:00
Trevius
c5a90adb39
Grouping with Mercenaries is considerably less buggy.
2014-11-22 00:22:12 -06:00
Michael Cook (mackal)
3573686976
Fix issue with PendingTranslocateData
2014-11-21 22:50:08 -05:00
Michael Cook (mackal)
cab071b544
Merge pull request #299 from KayenEQ/Development
...
Fix to remove double CastSpell call from use disc function.
2014-11-21 16:51:14 -05:00
KayenEQ
f1701aae9f
Fix to remove double CastSpell calls from use disc function.
2014-11-20 05:53:59 -05:00
KayenEQ
96a0cc37e0
Merge git://github.com/EQEmu/Server into Development
2014-11-20 05:05:29 -05:00
KayenEQ
2330285b04
revert
2014-11-20 05:05:15 -05:00
Michael Cook (mackal)
ac463fe9aa
Fix RoF Raid opcodes
2014-11-20 01:10:24 -05:00
Trevius
b5c6b47639
Minor Merc Correction.
2014-11-19 22:52:49 -06:00
Trevius
62e22d1aea
Mercenaries now Dismiss, Suspend, Unsuspend, and Die correctly.
2014-11-19 22:46:15 -06:00
Trevius
1973a065c5
Merge branch 'master' of https://github.com/EQEmu/Server
2014-11-19 22:43:55 -06:00
Trevius
6c5248b9a9
Mercenaries now Dismiss, Suspend, Unsuspend, and Die correctly.
2014-11-19 22:43:19 -06:00
Michael Cook (mackal)
1ed9c3082c
Add see invis check to tracking packet
2014-11-19 15:00:09 -05:00
Michael Cook (mackal)
37936b63c4
Merge pull request #295 from Leere/getrecipefix
...
Fix for GetTradeRecipe results variable overload instead of reuse
2014-11-19 14:26:04 -05:00
Akkadius
4a83b4acb9
PEQ AA Download option 4 implemented - http://i.imgur.com/OBrIOCM.png
2014-11-19 02:40:33 -06:00