aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-05Core/Units: Updated mana regen and removed 5 second ruleShauren
2012-09-05Core/Misc: Rename void storage related prep. statements to comply with standardsNay
2012-09-04Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Handlers/BattleGroundHandler.cpp
2012-09-05Core/Spells: Avoid unnecessary code execution for SPELL_ATTR3_NO_DONE_BONUSShocker
2012-09-04Core: Fix buildVincent-Michael
2012-09-04Core/BG: Prevent players from using macro to exploit leaving BG queues when ↵kaelima
they already have entered. - Cleanup and add some comments to MSG_BATTLEGROUND_PLAYER_POSITIONS Closes #7633
2012-09-04Corrections to previous merged in PRNay
2012-09-04Merge pull request #7644 from e000/masterNay
[Unit::SetCharm] Restore original walking state when removing charm. Fixes mind control + walk bug.
2012-09-04Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Spells/SpellInfo.cpp src/server/scripts/Commands/cs_misc.cpp
2012-09-04Core/Gameobject: fix collision for gameobjectsKandera
2012-09-04Fix codestyle per Vincent-Michaele
2012-09-04[Unit::SetCharm] Restore original walking state when removing charm. Fixes ↵e
mind control + walk bug.
2012-09-04Core: Fix buildVincent-Michael
2012-09-04Core/Gameobject: another attempt at fixing collision. chest gameobject ↵Kandera
initial collision provided by vincent-michael
2012-09-04Misc: Convert from CRLF to LF in cs_misc.cppNay
Also cleanedup whitespace
2012-09-04Core/Reputation: fix forced reputation auras with neutral. closes #5790Kandera
2012-09-04Core/Battleground: fix unneeded log messageKandera
2012-09-04Core/Spells: Fix memory leak when Load() fails from spell/aura-scriptskaelima
2012-09-04Properly fixed one warningShauren
2012-09-04Core/Spells: Implement SPELL_AURA_MOD_VENDOR_ITEMS_PRICESShocker
2012-09-04Core/Spells: Crowd control spells PvP duration has been decreased to 8 ↵Shocker
seconds (down from 10)
2012-09-04Dep/G3D: Restored 99c8399772701af9bf3c79e4c514aead57cdc7d6Shauren
2012-09-04Core: Warning fixesShauren
C4100: 'x' : unreferenced formal parameter C4310: cast truncates constant value C4389: '==' : signed/unsigned mismatch C4668: 'x' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' C4701: potentially uninitialized local variable 'x' used C4826: Conversion from 'HMODULE' to 'DWORD64' is sign-extended. This may cause unexpected runtime behavior. C6067: Parameter '3' in call to 'sprintf' must be the address of the string C6387: 'argument 1' might be '0': this does not adhere to the specification for the function 'CloseHandle'
2012-09-04Corrections to 'Merge pull request #7635'Nay
2012-09-03Merge pull request #7635 from cyberbrest/pull23Nay
[Core/Currency] perfom saving all currencies to db and some cap fixes.
2012-09-04Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-09-04Revert "Core: Blood Furnace - Broggok event"Nay
This reverts commit 153e88a16b33bedfd28273030e26914844d60aff.
2012-09-04Core/Auras: Added minimal delay before Rapture cooldown takes effect to ↵Mik43l
allow all bubbles broken by a single damage source proc mana return Closes #7443 Signed-off-by: Shauren <shauren.trinity@gmail.com>
2012-09-04Core/Battlefield: Fix some memory leakskaelima
2012-09-04Core/Currency: codestyle and Doxygen documentation.cyberbrest
2012-09-03Merge pull request #7634 from Gacko/blood_furnaceNay
Core: Blood Furnace - Broggok event and fix OnUnitDeath hook use
2012-09-03Core/Misc: typocyberbrest
2012-09-03Core: Blood furnace - Update method header to lastest revGacko
2012-09-03DB/Misc: add character_currency to full db.cyberbrest
2012-09-03[Core/Misc] change full character db because of currency changes.cyberbrest
2012-09-03[Core/Currency] drop conquestPoints and totalHonorPoints columns with ↵cyberbrest
porting data to new table.
2012-09-03[Core/Currency] save all currencies on special db table.cyberbrest
+ fix initialization currencies.
2012-09-03[Core/Currency] not allow add more then week limit.cyberbrest
2012-09-03[Core/Currency] no needed delta calculations + fix crashes because of it.cyberbrest
2012-09-03Core: Blood Furnace - Broggok eventGacko
Move prisoners back in cages after respawn. They didn't reset correctly for players which were still in the instance after wipe
2012-09-03Dependencies/G3D: Fix build on x64 (change already included in TC's diff)Nay
2012-09-03Core: Fix x64 compile and GCC compileNay
2012-09-03DB/Quests: Fix required races for quest 9719nelegalno
Closes #7604
2012-09-03DB/GOs: Correct flags of GO 186371Nay
Thanks Joshh Closes #6846
2012-09-03Core/Stats mana generation: remove MP5 rule ↵cyberbrest
(http://www.wowwiki.com/Mana_regeneration) + add correct generation formula from wowwiki Closes #7459
2012-09-03Merge pull request #7491 from NorthStrider/pull-1Nay
[4.3.4] Core/Players: updated health regeneration to cataclysm.
2012-09-03Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: dep/PackageList.txt src/tools/map_extractor/System.cpp
2012-09-03Core/Dependencies: Update G3D to version 8.01Nay
2012-09-03Core/Dependencies: Update zlib to version 1.2.7Nay
2012-09-03Core/Dependencies: Update utf8-cpp to version 2.3.2Nay