aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-25fix typothomas33
2013-01-24Scripts/Icecrown Citadel: Fixed possible crash with Bone Spike GraveyardShauren
Closes #7171
2013-01-24Scripts/Icecrown Citadel: Fixed Deathbringer Saurfang's Blood Power scaling ↵Shauren
on first attempt. Closes #3283
2013-01-24Core/Log: Fix console colors (missing change from 53a3373)Spp
Closes #9051
2013-01-24Merge pull request #8953 from MrSmite/PetAI_PassiveCastFixNay
Fix passive pets not using spells when commanded to attack
2013-01-24DB/SAI: Fix quest Wrangle Some Aether Rays!Kirkhammett
Closes #6176 Closes #8968
2013-01-24Merge pull request #8978 from Naios/sai_timed_condNay
Core/SmartScripts: Check Conditions also for timed Events
2013-01-24Core/Players: Fixed uninitialized variable for item swapsShauren
2013-01-24Core/Logging: Fix all possible crashes when using bad Appender config settingsSpp
2013-01-24Core/Misc: Minor cosmetic changes here and thereSpp
2013-01-24Tools/mmap_generator: Fixed a deadlock at exitShauren
2013-01-24Merge pull request #9049 from springfieldking/masterNay
Fix crash when wordserver startup
2013-01-24Merge pull request #9037 from krofna/crefixesNay
Fix error when swapping unique equipped weapon on dual wield
2013-01-24Update src/server/shared/Logging/Log.cppspringfieldking
Fix crash when the last iter plus and change value
2013-01-24Core/Log: Rotate logs when maximum size is exceeded, backup name will be ↵Spp
"filename".datetime - This is an addition to 39c2d89
2013-01-24Merge pull request #9045 from krofna/mysqlShauren
Fix magic numbers: You meant 5.1 and not 5.10
2013-01-24Core/DBLayer: Fixed required version definitionsMislav Blažević
2013-01-24Fix error when swapping unique equipped weapon on dual wieldMislav Blažević
Also fix rings and trinkets
2013-01-24Tools/mmaps_generator: Multithreading optimisations. Should save some time ↵Machiavelli
generating mmaps.
2013-01-24Merge branch 'HEAD' of git@github.com:TrinityCore/TrinityCore.gitMachiavelli
2013-01-23Tools: Remove a bit of spam when mmaps_generator loads vmapsShauren
2013-01-23Scripts/Icecrown Citadel: Fixed Essence of the Blood Queen interrupting ↵Shauren
player spell casts Closes #8665
2013-01-23Core/DBLayer: Drop support for MySQL versions <5.1Machiavelli
Both server and client libraries must be up to date in order to run TC.
2013-01-23SQL: Rename SQL merged in PRVincent_Michael
2013-01-23Merge pull request #9016 from joschiwald/spellscripts4blub
Core/Spell: convert more spells to SpellScripts
2013-01-23Typo fix.WishToDie
2013-01-23Script/Commands: Add command to join an existing group/party.w1sht0l1v3
2013-01-23Core/Log: Allow configuring a maximum file size for a log file. If the file ↵Machiavelli
size is about to be exceeded, the core will create a new file titled <oldname>_.log and start outputting there.
2013-01-23DB/Misc: Add back flight aura on Wyrmrest Defender.(probably deleted on last ↵w1sht0l1v3
template_addon cleanup) Correct a SAI line for Nerub'ar Broodkeeper.
2013-01-22Core/Spell: convert more spells to SpellScriptsjoschiwald
2013-01-22Merge pull request #9020 from krofna/krafixesclick
Core/ConfigReader: Expand ~ as the HOME envvar on UNIX-based platforms (requries that the HOME envvar has been set, it normally is)
2013-01-22Core: Yet another warning fixNay
@Kaelima: could you verify MoveCharge?
2013-01-22Core: Fix buildVincent_Michael
2013-01-22Core: Fix compile warningsNay
2013-01-22Update more copyright note for 2013.Vincent_Michael
2013-01-22DB/SAI: Fix more some db errors no.4Vincent_Michael
2013-01-22Tools/MeshExtractor: Fix warningsNay
2013-01-22Tools: Build fix, for real this timeShauren
2013-01-22Tools/MapExtractor: Fix displaying of a few counts in WindowsNay
%zu works fine on GCC/Linux, but fails in MSVC/Windows
2013-01-22Tools: Build fixShauren
2013-01-22Core/Objects: Changed how update fields marked for sending are stored ↵Shauren
serverside to use our UpdateMask class
2013-01-22Tools/Extractors: Mmap extractors no longer depend on shared and MySQL librariesShauren
2013-01-22DB/mmaps: Rename mmap commands related sqlNay
2013-01-22Merge pull request #9008 from krofna/krefixesNay
Too small buffer fail
2013-01-22Tools/MeshExtractor: Removed shared and MySQL dependencies.Shauren
2013-01-22Core/Movement: Fixed one (probably many remain) merge errorShauren
2013-01-22Expand ~ to home directory on unixMislav Blažević
2013-01-21Merge pull request #9018 from TrinityCore/mmapsKinzcool
Mmaps
2013-01-21DB/SAI: Fix more some db errors no.3Vincent_Michael
2013-01-21Core/Config: Set mmaps disabled by defaultNay