aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-23Scripts/Halls of Reflection: Fixed accessing uninitialized memoryShauren
2013-08-23[DB/Errors] Fix a few DB errors.Filip
2013-08-23Script/Ahnkahet: Fix warningAokromes
2013-08-22[DB/SAI]: I've Got a Flying Machine! (11390)Filip
Fixes #6609
2013-08-22[DB/SAI] Vile Like Fire!Filip
Fixes #6524
2013-08-22Merge branch 'master' of github.com:TrinityCore/TrinityCorejoschiwald
2013-08-22Scripts/GruulsLair: reworked InstanceScriptjoschiwald
Known Issue: position desynch after creature respawn
2013-08-21Scripted/ShadeOfAkama: Some cleanupsVincent-Michael
2013-08-21Scripts/AhnKahet: reworked InstanceScriptjoschiwald
2013-08-21Core: Fix warnings and random changesVincent-Michael
2013-08-21Scripts/BlackTemple: reworked InstanceScriptjoschiwald
2013-08-20Scripts/AzjolNerub: reworked InstanceScriptjoschiwald
2013-08-20Core/Commands: Improved debug moveflags to also send associated opcodesShauren
2013-08-20Scripts/HallsOfLightning: reworked InstanceScriptjoschiwald
2013-08-20DB: Fixup for last file nameFilip
2013-08-20Core/AurasShauren
* Fixed unsafe removal of charm auras, it is now safe to remove them inside AI hooks * Fixes crash in SmartAI::EnterEvadeMode Closes #8679
2013-08-20Delete 2013_08_19_02_world_sai.sqlShauren
Removed file which broke the repo (tab in name)
2013-08-19[DB/MISC]: To Rule The Skies (23061) & Onyx ScalesFilip
2013-08-19Scripts/Icecrown Citadel: Fixed Ice Tomb targeting tanks in phase 3 in ↵Shauren
Sindragosa encounter Closes #8778
2013-08-19Scripts: Random script fixes and code optimizationsjoschiwald
2013-08-19Core: Fix warningVincent-Michael
2013-08-19Fix build with gcc. Thanks to McBitter for testing.QAston
2013-08-19[DB/SAI] Rejek: First BloodFilip
Fixes #6113
2013-08-18Core: Fix warnings. Make callback symbols local.QAston
2013-08-18Update rename for openssl changesVincent-Michael
2013-08-18Fix crashed caused by using openssl from multiple threads simultanously.QAston
Note that this doesn't make BigNumber class threadsafe - it never was that way.
2013-08-18Fix BigNumber::AsByteArray function by returning Auto_Ptr.QAston
Remove mutex from BigNumber class - it didn't do what it was advertised to do - consider using the "locked" array outside of the function in which it was "locked".
2013-08-18Core: Fix a bug in BigNumber::SetBinaryQAston
2013-08-18Core: Fix a bug in BigNumber::SetQwordQAston
2013-08-18Core/Players: Do not add banned characters to _legitCharacters containerShauren
2013-08-18Core: Fix warningsVincent-Michael
2013-08-18Scripted/Misc: Remove some whitespaceVincent-Michael
2013-08-18Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some ↵joschiwald
cosmetic changes
2013-08-18Core/Spells: Fix hunter T7 4P BonusVincent-Michael
Closes #8320
2013-08-17Core/Misc: Implemented GetObjectScale functionVincent-Michael
2013-08-17[DB/MISC] Spawn entry for TEMP Blackhoof Village WindmillFilip
2013-08-18Fix typo in commit 7c7f19228e7a562f225c717215fd34dfcaf5b35aWishToDie
2013-08-17Core/Scripts: Placeholders for instances Maraudon and Dire Maul.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17Core/Scripts: Placeholders for instances The Slave Pens and The Underbog.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17[DB/MISC] Appropriate GO idFilip
2013-08-17Core/Scripts: Placeholder for instance Ragefire Chasm.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17Core/Misc: Implement CMSG_SET_TAXI_BENCHMARK_MODE to toggle ↵Discover-
PLAYER_FLAGS_TAXI_BENCHMARK based on arguments. To enable/disable this, call '/script SetTaxiBenchmarkMode(1)' (1 = on, 0 = off). Basically debugs the taxi flight and outputs min, max and avg FPS during flight. Automatically toggled off when flight ends.
2013-08-17Core/Scripts: Placeholder for instance The Stockade.w1sht0l1v3
It is needed for Random Dungeon Finder credit. Correct entry for last encounter in the instance.
2013-08-17Core/Spells: move spell resistance calculation into separate function (and ↵joschiwald
some cosmetic changes) Ref #7254
2013-08-16[DB/SAI]: Unleash the Raptors (11147)Filip
Fixes #9728
2013-08-16Merge pull request #10553 from MitchesD/creature_addonFilip
DB/Creature: Add missing creature_addon
2013-08-16DB/Creature: Add missing creature_addonMitchesD
2013-08-16DB Error fixes.Filip
2013-08-16[DB/SAI]: Digging Through Bones (10922)Filip
Fixes #3231
2013-08-16Scripts/DrakTharonKeep: update Tharon'JaMitchesD
- update Tharon Ja to BossAI - update one creature - cosmetic npc Closes #10524