| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-21 | Fix typo, Thanks to Willian Krueger | Spp | |
| --HG-- branch : trunk | |||
| 2010-05-20 | Dungeon Finder: Initial setup and dungeon listing | Spp | |
| --HG-- branch : trunk | |||
| 2010-05-20 | Sorry, removed unused code. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-05-20 | The Nexus: Oculus. | _manuel_ | |
| - Implemented AI for Mage-Lord Urom. --HG-- branch : trunk | |||
| 2010-05-20 | Fix talent Survival of the Fittest. | Anubisss | |
| Thanks to Aokromes for helping in the tests. Fixes issue #2034. --HG-- branch : trunk | |||
| 2010-05-20 | Script HoR instance. 1st part. | Trazom62 | |
| Fixes issue #1311. - Intro event. - 10 waves including Falric and Marwyn. - Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC). --HG-- branch : trunk | |||
| 2010-05-20 | Small sql cleanup and reformatting. | teacher | |
| --HG-- branch : trunk | |||
| 2010-05-20 | Fix talent Heart of the Wild. | Anubisss | |
| SQL part of the patch by havenard. --HG-- branch : trunk | |||
| 2010-05-20 | Fix talent Feral Spirit's wolves damage. | Anubisss | |
| Patch by Karolis.Rudzevicius. Closes issue #2145. --HG-- branch : trunk | |||
| 2010-05-19 | Fix talent Reaping. | Anubisss | |
| Patch by onehitxzibit2. Closes issue #1680. --HG-- branch : trunk | |||
| 2010-05-19 | Fix the bug that talent Seal Fate gives 5 combo points(instead of 3) if ↵ | Anubisss | |
| mainhand _and_ offhand crits with spell Mutilate. Idea by Alez2005, thanks for it. --HG-- branch : trunk | |||
| 2010-05-19 | Implement a signalhandler via ACE. | Anubisss | |
| Thanks to Diver for test compiling under WIN. --HG-- branch : trunk | |||
| 2010-05-19 | Fix the bug that offhand's crit of spell Mutilate don't proc spell Seal Fate. | Anubisss | |
| Fixes issue #218. --HG-- branch : trunk | |||
| 2010-05-19 | Update world.sql and use DELETE query before INSERT INTO in some SQL files. | Anubisss | |
| --HG-- branch : trunk | |||
| 2010-05-19 | Add spelllink for Chains of ice, triggering Frost Fever. | click | |
| Fixes issue #2137 --HG-- branch : trunk | |||
| 2010-05-18 | Allow spell Rupture to crits on ticks. | Anubisss | |
| Fixes issue #1796. --HG-- branch : trunk | |||
| 2010-05-18 | SCRIPT_COMMAND_ORIENTATION fixed right. (thanks Mach) | malcromdev@gmail.com> | |
| --HG-- branch : trunk | |||
| 2010-05-18 | Merge | malcromdev@gmail.com> | |
| --HG-- branch : trunk | |||
| 2010-05-18 | Fix SCRIPT_COMMAND_ORIENTATION db script command. | malcromdev@gmail.com> | |
| --HG-- branch : trunk | |||
| 2010-05-18 | Add Rune Strike spell missing from 3.3.3a spell DBCs - fix by m.ax | click | |
| Fixes issue #2185. --HG-- branch : trunk | |||
| 2010-05-18 | Add missing spell to db removed from dbc in 3.3.3, fixes Rogue Overkill ↵ | click | |
| removal - fix by Shauren --HG-- branch : trunk | |||
| 2010-05-18 | Some more engrish to english logerror updates. | malcrom | |
| --HG-- branch : trunk | |||
| 2010-05-18 | Converted some log error messages in AchievementMgr.cpp to English. | malcrom | |
| --HG-- branch : trunk | |||
| 2010-05-18 | fixed crash when trying to spawn a not existing creature | Rat | |
| --HG-- branch : trunk | |||
| 2010-05-18 | Fix broken linuxcompile broken in r53601d50dd | click | |
| --HG-- branch : trunk | |||
| 2010-05-18 | Remove warning when compiling under linux | click | |
| --HG-- branch : trunk | |||
| 2010-05-18 | Rewrite the warning (and thus add more hand-holding) regarding the ↵ | click | |
| "insourcetree build warning" when attempting a build directly in sourcetree. Adds additional information on how to actually "unlock" the sourcetree again after an attempt to build in the sourcetree has been made. --HG-- branch : trunk | |||
| 2010-05-17 | Add ablility to select closest creature of entry (dataint), range (x) as ↵ | malcromdev@gmail.com> | |
| target for spell (datalong) SCRIPT_COMMAND_CAST_SPELL. --HG-- branch : trunk | |||
| 2010-05-17 | Add Ability for db script command SCRIPT_COMMAND_ORIENTATION to set creature ↵ | malcromdev@gmail.com> | |
| orientation to face player. --HG-- branch : trunk | |||
| 2010-05-18 | Add proper use of precompiled headers on linux - this removes an approx 50% ↵ | click | |
| reduction of total compiletime --HG-- branch : trunk | |||
| 2010-05-17 | fixed double honor count error in battleground player list window | Rat | |
| --HG-- branch : trunk | |||
| 2010-05-17 | display honor gained from kills in bg score window | Rat | |
| --HG-- branch : trunk | |||
| 2010-05-17 | Fix a crash in realmd. | Anubisss | |
| That crash occurs when realmd get an unknown packet and try to "shutdown" the socket. Note that: don't try to release an ACE_Message_Block if it is _not_ dynamically allocated. --HG-- branch : trunk | |||
| 2010-05-16 | Makes cage doors open at Drakos death. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-05-16 | Fix a typo. This table contains also another types of spells and not just ↵ | Anubisss | |
| exlirs. --HG-- branch : trunk | |||
| 2010-05-16 | Fix the bug that mage's some freezing spells can stack with each other. | Anubisss | |
| Frost Nova, Freeze and Shattered Barrier can't stack with each other. Patch based on darkshines' patch. Closes issue #1063. --HG-- branch : trunk | |||
| 2010-05-16 | Fix spell Improved Devouring Plague's damage. | Anubisss | |
| Core part of the patch by PrinceCreed. SQL part of the patch by sinka.isi. Fixes issue #1965. Closes issue #1004. --HG-- branch : trunk | |||
| 2010-05-16 | you can now reload creatures from creature_template table | Rat@walamy | |
| NOTE: reload is limited to one creature at a time Usage: .reload creature_template $entry Warning: this is mainly for developers, reloading a creature can cause unexpected behaviors!! --HG-- branch : trunk | |||
| 2010-05-16 | Remove spell 23602 from spell_proc_event because it's triggered by the ↵ | Anubisss | |
| talent, so not need an entry in the table. --HG-- branch : trunk | |||
| 2010-05-16 | Fix the bug that Shield Specialization triggered just on block instead of ↵ | Anubisss | |
| block, parry and dodge. Patch by ainscu. Fixes issue #715. --HG-- branch : trunk | |||
| 2010-05-16 | Don´t kick sessions in the tiny window (barely a few ms) between the login ↵ | Machiavelli | |
| queue and the char selection screen either. --HG-- branch : trunk | |||
| 2010-05-16 | Support for spell 51336 (Magic Pull). | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-05-16 | Improvements in boss_draoksAI and npc_unstable_sphereAI, removed hack for ↵ | _manuel_ | |
| spell 51336. --HG-- branch : trunk | |||
| 2010-05-16 | Don´t kick sessions that are ´idle´ in the login queue. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-05-16 | Fix crash introduced in 8199 (5a30b77777b7) | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-05-16 | Fix a possible crash in SqlTransaction::Execute(), using post-iterating on ↵ | Machiavelli | |
| the LockedQueue instead of pre-iterating. Thanks to click for the insight and Spp for testing. --HG-- branch : trunk | |||
| 2010-05-16 | Correct SMSG_INSTANCE_DIFFICULTY structure (fixes raid difficulty display). | click | |
| Move GetDifficulty() in under Map-scope, so it's reachable for map-based functions --HG-- branch : trunk | |||
| 2010-05-16 | Fix Autokick timer. Will work again properly for people on the char ↵ | Machiavelli | |
| selection screen. In addition, it now also catches non-terminated, lingering sessions. --HG-- branch : trunk | |||
| 2010-05-16 | Fix localization of gossip menu options | Spp | |
| Original patch by Qowyn Adapted to trinity (and tested) by Durotar and Aokromes --HG-- branch : trunk | |||
| 2010-05-15 | Reimplement ACE_Based::LockedQueue as SQL holder for the SqlTransaction ↵ | Machiavelli | |
| class, since std::queue is not safe when multiple threads are reading/writing to it at the same time (SqlDelayThread and a MapUpdate Thread). Original patch by thenecromancer, was removed for ungrounded reasons. Thanks to Zor for the insight. Please give feedback on how this affects mtmaps usage. --HG-- branch : trunk | |||
