| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-15 | SQL: Corrected file name and replaced tabs with spaces | Shauren | |
| 2013-03-15 | Core/PacketIO: Allow playing all ingame movies | Shauren | |
| Closes #9434 | |||
| 2013-03-15 | Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 | Shauren | |
| 2013-03-15 | DB/Spells: Corrected playercreateinfo_spell records *for good*. | Warpten | |
| Also corrected load count and temporarily removed an error log. It needs better troubleshooting to avoid error'ing false positives. | |||
| 2013-03-14 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 2013-03-14 | Merge pull request #9424 from gigatotem/master | Nay | |
| Minor spelling correction in Scourgelord Tyrannus. | |||
| 2013-03-14 | Scripts/Pit of Saron: Very minor spelling error correction. | Gigatotem | |
| 2013-03-13 | DB/Spells: Fixed startup errors related to playercreateinfo_spell, and ↵ | Warpten | |
| prevent logging spam when race mask or class mask 0 is used. | |||
| 2013-03-13 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 2013-03-13 | Core/Vehicles: Fixed a crash introduced in ↵ | Shauren | |
| 2c169bcca51ca1b5cdbc73c9a4d402d46cdcfc15 | |||
| 2013-03-13 | DB/SAI fix some event_flags and other conversion issues | Kirkhammett | |
| Closes #9144 | |||
| 2013-03-13 | DB/Loot: Correct Lootmode for some questitems (thx redsonja as well) | dr-j | |
| Closes #9382 Closes #9381 | |||
| 2013-03-13 | Script/Spell: Unlocking Zuluhed's Chains | Gacko | |
| Closes #996 | |||
| 2013-03-13 | DB/Quests: Fix The Best of Intentions, closes #5716 | Pitcrawler | |
| Remove a bunch of incorrectly spawned NPCs and add some missing NPCs and GOs for quest Defiling the Defilers. | |||
| 2013-03-13 | Core/Vehicles | Shauren | |
| * Fixed crash happening when passenger died on vehicle he was controlling * Fixed crash happening if vehicle control aura was removed before passenger is fully added to vehicle Closes #7160 | |||
| 2013-03-12 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 2013-03-12 | Core/Objects: Updated `playercreateinfo_spell`'s content for Cataclysm with ↵ | Warpten | |
| the new database structure. Also fixed some characters not being able to clear glyphs (missing spell) and removed a hack. | |||
| 2013-03-12 | Rename sql files | Gacko | |
| 2013-03-12 | Fixed a duplicate ALTER query, it was already in the previous SQL file. | Warpten | |
| 2013-03-12 | Core/Objects: Added missing data convertion for `playercreateinfo_spell_custom`. | Warpten | |
| 2013-03-11 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 2013-03-11 | *Correctly* fixed the build. | Warpten | |
| Sigh. | |||
| 2013-03-11 | Fixed build. | Warpten | |
| 2013-03-11 | Core/Objects: Changed `playercreateinfo_spell` and ↵ | Warpten | |
| `playercreateinfo_spell_custom` to use race and class masks. Specifying a race mask of zero will provide the spell to every race. Specifying a class mask of zero will provide the spell to every class that the race can be. Note: As the SQL truncates `playercreateinfo_spell`, all your "custom" additions will be gone. | |||
| 2013-03-11 | DB/Auth/Schema: Change secId from int(10)u to tinyint(3)u in ↵ | Nay | |
| rbac_security_level_groups Closes #9403 | |||
| 2013-03-11 | DB/Quests: Fixes Scare the Guano Out of Them! Closes #6854 | Pitcrawler | |
| Thanks @w1sht0l1v3 for initial work | |||
| 2013-03-11 | Core/RBAC: Fix players not being able to reply GMs from the other faction ↵ | Spp | |
| (Partial revert of 377cfdb) | |||
| 2013-03-10 | Core/Spells: Fixed removing glyphs. | Warpten | |
| 2013-03-10 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 2013-03-10 | DB/Quests: Fixes Memories of Stormhoof, closes #1065 | Pitcrawler | |
| 2013-03-10 | Core/Vehicles: Corrected an oversight in ↵ | Shauren | |
| b3b66a8d028fafef1e71477325f467ef73626c8e Closes #9399 | |||
| 2013-03-10 | Scripts/Eye of Eternity: Last stability changes | Trista | |
| * Release button bug should be now really fixed, if someone manage to get it due to some server delay, it can be hit by typing "RepopMe()" or "Reload". It's now only clientside issue that I couldn't reproduce. * Before there was a chance for transition to phase III to break if hit at precise moment. On top of that, if SoP was to be executed there was no time for purple dimension change. (Note: If transiton happen while SoP is cast it will get specific client data and dimension light will stay changing that is hard to hit, but is blizz bug.) | |||
| 2013-03-10 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| Conflicts: src/server/game/AI/EventAI/CreatureEventAI.cpp src/server/game/AI/EventAI/CreatureEventAIMgr.h src/server/game/Entities/Creature/Creature.cpp src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Entities/Unit/Unit.h src/server/game/Guilds/Guild.cpp src/server/game/Handlers/MailHandler.cpp src/server/game/Spells/Auras/SpellAuraEffects.cpp src/server/game/Spells/Auras/SpellAuras.cpp src/server/game/Spells/SpellEffects.cpp src/server/scripts/Commands/cs_misc.cpp src/server/scripts/Commands/cs_modify.cpp src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp src/server/scripts/Kalimdor/zone_azshara.cpp src/server/scripts/Kalimdor/zone_darkshore.cpp src/server/scripts/Kalimdor/zone_durotar.cpp src/server/scripts/Kalimdor/zone_orgrimmar.cpp src/server/scripts/Spells/spell_mage.cpp src/server/shared/Packets/ByteBuffer.h | |||
| 2013-03-09 | DB/Quests: Fixes Dun-da-Dun-tah! Closes #4182 | Pitcrawler | |
| 2013-03-09 | Core/Vehicles: Fixed a possible crash if vehicle is deleted before its ↵ | Shauren | |
| passenger runs Abort on pending join event Closes #9392 | |||
| 2013-03-09 | Revert "Core/Commands: Optimize for command .npc near" | Vincent_Michael | |
| This reverts commit 4e789d4c5c83dd6f0f582fe24e9d49b39950fffe. | |||
| 2013-03-09 | Core/Commands: Optimize for command .npc near | Vincent_Michael | |
| 2013-03-09 | Core/Commands: Add unit flags 2 for .npc info | Vincent_Michael | |
| 2013-03-09 | Core/Commands: Add mmaps check for command .gps | Vincent_Michael | |
| 2013-03-09 | Core/Spells: Fix logic in 20eeeaf59764604d629d91e2044972bf00f9c052 | Vincent_Michael | |
| 2013-03-09 | Core: Fix warnings | Vincent_Michael | |
| 2013-03-09 | SQL: Rename a SQL from PR | Nay | |
| 2013-03-09 | SQL: Update sql/base/auth_database.sql | Nay | |
| 2013-03-09 | Scripts/Commads: Fix non PCH build | Nay | |
| 2013-03-09 | Merge pull request #9388 from thomas007788/DeserterCmd | Nay | |
| Implement .deserter commands | |||
| 2013-03-09 | Add the following commands: | Nefarion | |
| .deserter instance add $time (Adds the instance deserter debuff with $time duration to your target) .deserter bg add $time (Adds the BG deserter debuff with $time duration to your target) .deserter instance remove (Removes the instance deserter debuff) .deserter instance remove (Removes the bg deserter debuff) | |||
| 2013-03-09 | Scripts/Commands: Fix .mod rep faction not updating client side reputation | SgT-Fatality | |
| Closes #7939 Closes #9354 | |||
| 2013-03-09 | Core: Remove unnecessary commas | WyldePointer | |
| Last element of enumerator does not need comma after it's value. Closes #9367 | |||
| 2013-03-09 | Core: Fix build | Vincent_Michael | |
| 2013-03-09 | Scripts/Eye of Eternity: Remove some uneeded check and last to do that is ↵ | Trista | |
| uneeded after last GO changes * also repair some broken GO data for 3.3.5a. | |||
