Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-29 | Core/SAI: Fixed SMART_ACTION_SET_RANGED_MOVEMENT | Subv | |
2012-12-29 | Core/Movement: MSG_MOVE_TELEPORT is not supposed to be sent to the player ↵ | Subv | |
being teleported. Thanks @vlad852 Closes #8798 Closes #8774 | |||
2012-12-29 | Core/Entities: Account for creatures that are spawned below ground level ↵ | Subv | |
when adding flying flags. (Triggers, mostly) | |||
2012-12-29 | Merge pull request #8812 from Therzok/master | Shauren | |
Core/Creatures: Fixed player race checks for mount trainers. | |||
2012-12-29 | *Fixing a typo. | therzok | |
2012-12-29 | CMake/Buildsystem: Fix a small compiler-problem when using PCH with MSVC - ↵ | click | |
the /Ym flag is adjusted by the compiler in MSVC2012, hence we need to set an upper limit to avoid disrupancies Please note that this is not 'very well tested'. | |||
2012-12-29 | Rename SQL | Gacko | |
... forgot again... | |||
2012-12-29 | DB/Quest: Citadel footsteps questline. Thx @Exodius | Gacko | |
This, together with - 007461b6d8112a36b792aef990e05a94c192637d - 90200840968be40da717d256ef4e4eac770e5415 - f1d960a589e1477532aae224ef8a573716ad6d9a solves #7707. Any suggestions/improvements in this issue. | |||
2012-12-29 | Core/Entities: Update movement flags for flying/swimming creatures on ↵ | Subv | |
Creature::Update | |||
2012-12-28 | Core/Entities: Add a delta to the ground level difference for removing the ↵ | Subv | |
flying movementflags when landing. | |||
2012-12-28 | DB/Quest: remove deprecated version of Ally of the Netherwing | Trista | |
Closes #2841 | |||
2012-12-28 | DB/Quest: add some SAI for The Moment of Truth (10201) | nelgalno | |
Closes #1108 | |||
2012-12-28 | DB/Startups: apparently we had some creatures with wrong movementtype... | ZxBiohazardZx | |
2012-12-27 | Merge pull request #8518 from ille/goreset | Nay | |
scripts/gameobject: correct reset of gameobjects (cages/prisons), move command out of if statement | |||
2012-12-28 | Core/Spells: fix self-damage caused by Glyph of Chains of Ice. oMadMano | Faq | |
Closes #7270 Closes #644 Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
2012-12-28 | Core/Vehicles: Closes all issues with seats for real (finishing and fixing ↵ | Trista | |
previous change) * Author, Joschiwald, all credits to him please * DieSide should be not calculated with basepoints for these auras, thiss correctly finish previous fix 452e585f7b4b2bc349d7386b0c42cf296f0ab4c2 from Horn * What it fixes, FL, XT, Demolishers, Accessories, Not being able to leave vehicle and so many more can't track them sorry | |||
2012-12-28 | Script/Commands: New command: lookup spell id #spellid | secharles | |
Command to allow to know spell names based on id Example: lookup spell id 686: 686 - [Shadow Bolt rank 1 esES] [know] Closes #8800 Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
2012-12-27 | Rename SQL | Gacko | |
2012-12-27 | DB/Quest: The Shadow's Vault questline. Thx @Exodius | Gacko | |
2012-12-27 | Core/Movement: Do not set movement flags for creatures based only on their ↵ | Subv | |
InhabitType, check if they are actually on air/water. newline. Should allow us to fix some problems on ICC and the mmaps branch. | |||
2012-12-27 | DB/SAI: EAI to SAI conversions | Malcrom | |
2012-12-27 | DB/Schema: Rename and change types of a few fields in locales_creature_text ↵ | Nay | |
and locales_npc_text locales_creature_text.textGroup -> locales_creature_text.groupid locales_npc_text.entry -> locales_npc_text.ID | |||
2012-12-27 | Merge pull request #8791 from AliveShiro/icehowl | Nay | |
Scripts/Trial of the Crusader: Fix Icehowl Script closes #8539 | |||
2012-12-27 | Merge pull request #8787 from joschiwald/load_spell_procs | Subv | |
Core/Spells: fix possible crash when loading `spell_proc` table | |||
2012-12-27 | DB/Schema: Rename locales_quest.entry to locales_quest.Id for consistency ↵ | Nay | |
with quest_template table | |||
2012-12-27 | DB/Quest: Orgrim's Hammer questline - Thx @Exodius | Gacko | |
2012-12-27 | Rename sql file | Gacko | |
2012-12-27 | Scripts/Trial of the Crusader: Fix Icehowl Script closes #8539 | AliveShiro | |
2012-12-27 | Core/Spells: fix possible crash when loading `spell_proc` table | joschiwald | |
2012-12-27 | DB/SAI: EAI to SAI Conversions | Malcrom | |
2012-12-27 | DB/SAI: EAI to SAI conversions. | Malcrom | |
2012-12-26 | DB/SAI: EAI to SAI Conversions. | Malcrom | |
2012-12-26 | DB/SAI: EAI to SAI conversions. | Malcrom | |
2012-12-26 | DB/SAI: Fix SAI in previous commit. php is a powerful drug | Malcrom | |
2012-12-26 | Merge branch 'master' of git://github.com/TrinityCore/TrinityCore | Malcrom | |
2012-12-27 | Core: Fix warning in 7b9b67a3b3bb88566b15abab4d47c2c64717f548 | Vincent_Michael | |
2012-12-26 | DB/SAI: EAI to SAI conversions | Malcrom | |
2012-12-26 | Merge branch 'master' of git://github.com/TrinityCore/TrinityCore | Malcrom | |
2012-12-26 | DB/SAI: fix error in sql | Malcrom | |
2012-12-27 | Core/Vehicles: Fixed seat id for auras with SPELL_AURA_CONTROL_VEHICLE. Also ↵ | Trista | |
always allow npc passengers to cast spells and remove TRIGGERED_IGNORE_CASTER_MOUNTED_OR_ON_VEHICLE hacks. * Author: Horn. Please give feedback, I tested a lot stuff, but it will be appreciated. * One of the fixes allow all creatures to cast when being passangers, researched, this doesn't involve players. * This basically rewrittes vehicle seat formula calculated, so it fix quite stuff that will not be visible and some eye candies: #3831 and #1984 Heart part ;) (which magically fix a lot more of it and some quests), also Yog-Sarron mechanics | |||
2012-12-26 | DB/SAI: More conversions from EAI to SAI | Malcrom | |
2012-12-26 | Add missing changes in 7b9b67a3b3bb88566b15abab4d47c2c64717f548 (fucking ↵ | Vincent_Michael | |
save button) | |||
2012-12-26 | Core/Quest: Drop table quest_end_scripts | Vincent_Michael | |
2012-12-26 | DB/SAI: Fix error in sql | Malcrom | |
2012-12-26 | DB/SAI: EAI to SAI conversions with text | Malcrom | |
2012-12-26 | DB/SAI: Fix errors | Malcrom | |
2012-12-26 | DB/SAI: More conversions from EAI | Malcrom | |
2012-12-26 | DB/SAI/EAI: Update Spectral Servant to SAI and fix some EAI text errors. | Malcrom | |
2012-12-26 | DB/Game Event: Update Darkmoon Faire start times | Vincent_Michael | |
2012-12-26 | Scripts/Ick&Krick: Krick should only say his KilledUnit text when the victim ↵ | Subv | |
is a player. |