| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-21 | *Fix the bug that unit cannot enter vehicle. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Minor check in Ambassador Hellmaw's UpdateAI(). | Anubisss | |
| --HG-- branch : trunk | |||
| 2009-04-21 | [7694] Fixed achievement criteria set at loading. Author: raven_coda | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | [7693] Allow use .revive command in console, support revive offline players. ↵ | megamage | |
| Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-04-21 | *Fix the bug that some mount spells show two mounts, one on the other. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Use null AI for vehicles. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Fix the bug that all vehicles are broken. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Merge. | BroodWyrm | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Change hardcodet yells to DB script text | BroodWyrm | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Fix broken threat mod auras. Now players can gain correct threat. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *More work on vehicle. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | Added a Spell for KilJaeden (need it later) | Andy@conmuc-l03 | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *More work on vehicle. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Fix a crash of vehicle. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Move move and remove obj from world update to map update. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | Fix characters.sql bad merge leftovers | Chaz Brown | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Fix a typo in ProcDamageAndSpellFor. Note: in TC2 this function is handled ↵ | megamage | |
| in a better way, and do not need this. --HG-- branch : trunk | |||
| 2009-04-20 | [7692] Implement ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILL_LINE and ↵ | megamage | |
| reimplement ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILLLINE_SPELLS. Author: VladimirMangos Also correctly set this criteria at login. --HG-- branch : trunk | |||
| 2009-04-20 | [7691] Added MySQL to PostgreSQL converter. Author: AlexDereka | megamage | |
| Tested on PostgreSQL 8.3 and MySQL 5.0. For compile see README. --HG-- branch : trunk | |||
| 2009-04-20 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangos | megamage | |
| * 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 | *Try to fix compile in linux. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Fix a bug in LoadAccessRequirements() that will generate NULL questtemplate. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Remove unused code. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Do not allow process script immediately in waypoint movement to prevent ↵ | megamage | |
| crash of mtmap. --HG-- branch : trunk | |||
| 2009-04-20 | *Fix a crash in HandleGossipSelectOptionOpcode. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Add m_map in worldobject to make getmap faster. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Make hots not proc like dots | QAston | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Fix bug that pets learn talents instantly - clear your pet_spell table to ↵ | QAston | |
| have changes applied. --HG-- branch : trunk | |||
| 2009-04-20 | *Move unsummon statue and pet code to spell::finish | QAston | |
| *Move m_formalCaster from Aura to AuraEffect *Interrupt channeled spells in spell::update instead of unit::_deleteauras --HG-- branch : trunk | |||
| 2009-04-20 | *Do not make deep (ProcDamageAndSpellFor) static. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Fix a crash caused by grid notification. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Prevent useless area aura reapplying in some cases | QAston | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Correct check range for totem area auras. | QAston | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Fix a crash caused by stealth aura remove itself. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Change totem cast handling, use owner guid as m_originalCaster by default. | QAston | |
| *Check range for formal caster instead of original one --HG-- branch : trunk | |||
| 2009-04-20 | Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved ↵ | QAston | |
| fire nova totem. --HG-- branch : trunk | |||
| 2009-04-20 | * Used trinity sql coding style | Drahy | |
| --HG-- branch : trunk | |||
| 2009-04-19 | *Fix a bug that pet/charmed cannot AOE neutral creatures. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-19 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-19 | [7689] Batter EventAI loading checks and fix one from possible crash cases. ↵ | megamage | |
| Author: NoFantasy --HG-- branch : trunk | |||
| 2009-04-19 | [7688] Move Get*IfCanInteractWith to Player including renamed ↵ | megamage | |
| IsGameObjectOfTypeInRange. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-04-19 | [7687] Batter player dumps protection from not proper use. Author: ↵ | megamage | |
| VladimirMangos * Prevent direct apply player dumps to DB * Check expected character DB structure (revision) before apply. --HG-- branch : trunk | |||
| 2009-04-20 | *Missing part of last commit | QAston | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Fix healing amount of Earthliving. | QAston | |
| *Fix a typo causing freeze-thanks to megamage --HG-- branch : trunk | |||
| 2009-04-19 | *Prevent crash in EffectDispelMechanic. | QAston | |
| --HG-- branch : trunk | |||
| 2009-04-19 | *Remove stealth when unit gets hit | QAston | |
| *Drop radius check for channeled auras, use range only. --HG-- branch : trunk | |||
| 2009-04-19 | *Fix a crash caused by farsight spells. | megamage | |
| --HG-- branch : trunk | |||
