Commit Graph

2862 Commits

Author SHA1 Message Date
megamage
60ca71e64f *Use null AI for vehicles.
--HG--
branch : trunk
2009-04-21 14:08:49 -05:00
megamage
297498f1f7 *Fix the bug that all vehicles are broken.
--HG--
branch : trunk
2009-04-21 14:05:54 -05:00
BroodWyrm
e20e65ced9 *Merge.
--HG--
branch : trunk
2009-04-21 21:02:03 +02:00
BroodWyrm
daa03d409e *Change hardcodet yells to DB script text
--HG--
branch : trunk
2009-04-21 21:00:21 +02:00
megamage
6c38623dfc *Fix broken threat mod auras. Now players can gain correct threat.
--HG--
branch : trunk
2009-04-21 13:58:08 -05:00
megamage
787cd7fcb5 *More work on vehicle.
--HG--
branch : trunk
2009-04-21 13:49:39 -05:00
megamage
b154137401 *More work on vehicle.
--HG--
branch : trunk
2009-04-21 13:36:34 -05:00
megamage
4e1143c990 *Fix a crash of vehicle.
--HG--
branch : trunk
2009-04-21 12:55:26 -05:00
Chaz Brown
9e46994506 Fix characters.sql bad merge leftovers
--HG--
branch : trunk
2009-04-21 02:09:52 -04:00
megamage
624c30138a [7692] Implement ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILL_LINE and reimplement ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILLLINE_SPELLS. Author: VladimirMangos
Also correctly set this criteria at login.

--HG--
branch : trunk
2009-04-20 20:33:43 -05:00
megamage
5bb13802a7 [7691] Added MySQL to PostgreSQL converter. Author: AlexDereka
Tested on PostgreSQL 8.3 and MySQL 5.0.
    For compile see README.

--HG--
branch : trunk
2009-04-20 20:32:53 -05:00
megamage
0c56b79e96 *Merge.
--HG--
branch : trunk
2009-04-20 20:31:20 -05:00
megamage
fc7e1db9fb [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangos
* This let get objects at map without reference to player or another object.
    * Simplify future implementation for per-map storage for like objects

--HG--
branch : trunk
2009-04-20 20:28:19 -05:00
megamage
df26c17a11 *Try to fix compile in linux.
--HG--
branch : trunk
2009-04-20 19:57:01 -05:00
megamage
b57429c44c *Fix a bug in LoadAccessRequirements() that will generate NULL questtemplate.
--HG--
branch : trunk
2009-04-20 18:11:55 -05:00
megamage
b4046ddf88 *Remove unused code.
--HG--
branch : trunk
2009-04-20 18:08:16 -05:00
megamage
95a0928190 *Merge.
--HG--
branch : trunk
2009-04-20 18:05:32 -05:00
megamage
922453f362 *Do not allow process script immediately in waypoint movement to prevent crash of mtmap.
--HG--
branch : trunk
2009-04-20 17:51:49 -05:00
megamage
b7b97ffe26 *Fix a crash in HandleGossipSelectOptionOpcode.
--HG--
branch : trunk
2009-04-20 17:48:14 -05:00
megamage
dc99a44797 *Add m_map in worldobject to make getmap faster.
--HG--
branch : trunk
2009-04-20 17:37:59 -05:00
QAston
6b801a2df8 *Make hots not proc like dots
--HG--
branch : trunk
2009-04-20 23:52:42 +02:00
QAston
68b02ae227 *Fix bug that pets learn talents instantly - clear your pet_spell table to have changes applied.
--HG--
branch : trunk
2009-04-20 23:37:47 +02:00
QAston
7139aa19d8 *Move unsummon statue and pet code to spell::finish
*Move m_formalCaster from Aura to AuraEffect
*Interrupt channeled spells in spell::update instead of unit::_deleteauras

--HG--
branch : trunk
2009-04-20 23:08:03 +02:00
megamage
2649b4c44d *Do not make deep (ProcDamageAndSpellFor) static.
--HG--
branch : trunk
2009-04-20 15:54:51 -05:00
megamage
0faac25742 *Fix a crash caused by grid notification.
--HG--
branch : trunk
2009-04-20 15:07:45 -05:00
QAston
8888038f1e *Prevent useless area aura reapplying in some cases
--HG--
branch : trunk
2009-04-20 18:58:35 +02:00
QAston
cc5414f925 *Correct check range for totem area auras.
--HG--
branch : trunk
2009-04-20 16:48:35 +02:00
megamage
45e61dd4d3 *Fix a crash caused by stealth aura remove itself.
--HG--
branch : trunk
2009-04-20 09:47:02 -05:00
QAston
4ac0914d81 *Change totem cast handling, use owner guid as m_originalCaster by default.
*Check range for formal caster instead of original one

--HG--
branch : trunk
2009-04-20 14:23:00 +02:00
QAston
9ddd7cf660 Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved fire nova totem.
--HG--
branch : trunk
2009-04-20 12:38:35 +02:00
Drahy
8ad26e0db6 * Used trinity sql coding style
--HG--
branch : trunk
2009-04-20 12:34:27 +02:00
megamage
68fd41d2c8 *Fix a bug that pet/charmed cannot AOE neutral creatures.
--HG--
branch : trunk
2009-04-19 19:45:54 -05:00
megamage
e1806419be *Fix build.
--HG--
branch : trunk
2009-04-19 19:42:52 -05:00
megamage
d159e84325 [7689] Batter EventAI loading checks and fix one from possible crash cases. Author: NoFantasy
--HG--
branch : trunk
2009-04-19 18:24:40 -05:00
megamage
f9befe1d3d [7688] Move Get*IfCanInteractWith to Player including renamed IsGameObjectOfTypeInRange. Author: VladimirMangos
--HG--
branch : trunk
2009-04-19 18:23:10 -05:00
megamage
3d62e6f07d [7687] Batter player dumps protection from not proper use. Author: VladimirMangos
* Prevent direct apply player dumps to DB
    * Check expected character DB structure (revision) before apply.

--HG--
branch : trunk
2009-04-19 18:22:25 -05:00
QAston
b190b51d4f *Missing part of last commit
--HG--
branch : trunk
2009-04-20 00:57:14 +02:00
QAston
9e5276fe16 *Fix healing amount of Earthliving.
*Fix a typo causing freeze-thanks to megamage

--HG--
branch : trunk
2009-04-20 00:23:32 +02:00
QAston
caf9b7d356 *Prevent crash in EffectDispelMechanic.
--HG--
branch : trunk
2009-04-19 22:21:40 +02:00
QAston
b1360dc1e8 *Remove stealth when unit gets hit
*Drop radius check for channeled auras, use range only.

--HG--
branch : trunk
2009-04-19 21:38:30 +02:00
megamage
995410c475 *Fix a crash caused by farsight spells.
--HG--
branch : trunk
2009-04-19 14:35:55 -05:00
Machiavelli
862cd5fcd7 * Correct rev number on sql update after last merge
--HG--
branch : trunk
2009-04-19 21:19:10 +02:00
Machiavelli
0eb86688d6 Merge
--HG--
branch : trunk
2009-04-19 21:17:07 +02:00
Machiavelli
b92eac3b27 Merge SD2 up to r967
--HG--
branch : trunk
2009-04-19 21:16:11 +02:00
QAston
dcc7b99982 *Update petLevelupSpellLearn code
*Remove triggered aura of shadow embrace when main aura expires.

--HG--
branch : trunk
rename : sql/updates/2773_world_spell_linked_spell.sql => sql/updates/2814_world_spell_linked_spell.sql
2009-04-19 20:45:55 +02:00
Andy@conmuc-l03
f90706f5af workaround for demoshout & piercing howl to remove stealth
--HG--
branch : trunk
2009-04-19 20:11:26 +02:00
BroodWyrm
580089ed1a *Add Elder Nadox Script
--HG--
branch : trunk
2009-04-19 20:03:09 +02:00
megamage
2e7d8d35fe *Fix build.
--HG--
branch : trunk
2009-04-19 12:22:40 -05:00
megamage
eb88142736 *Merge.
--HG--
branch : trunk
2009-04-19 12:14:08 -05:00
megamage
e6868e73f1 *Always remove aura when charge becomes 0 in dropcharge.
--HG--
branch : trunk
2009-04-19 12:10:53 -05:00