| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-04 | Merge pull request #7657 from e000/master | Nay | |
| [Spell::CleanupEffectExecuteData] Remove this confusing and potentially worthless function, use memset instead. | |||
| 2012-09-04 | [Spell::CleanupEffectExecuteData] Remove this confusing and potentially ↵ | e | |
| worthless function, use memset instead. | |||
| 2012-09-05 | Core/SAI: Fix SMART_ACTION_SET_INVINCIBILITY_HP_LEVEL | w1sht0l1v3 | |
| Proper usage of params: -param1: flat hp value -param2: percent hp value Note: only one of these params should be used(in case you set values in both,the script will chose percent) | |||
| 2012-09-05 | Core/BG: Refix cf711ffbe5235a62e40c2a40a1769901afcb8d8e Thanks Kiddie | kaelima | |
| 2012-09-05 | Core/Spells: Avoid unnecessary code execution for SPELL_ATTR3_NO_DONE_BONUS | Shocker | |
| 2012-09-04 | Core: Fix build | Vincent-Michael | |
| 2012-09-04 | Core/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-04 | Corrections to previous merged in PR | Nay | |
| 2012-09-04 | Merge pull request #7644 from e000/master | Nay | |
| [Unit::SetCharm] Restore original walking state when removing charm. Fixes mind control + walk bug. | |||
| 2012-09-04 | Core/Gameobject: fix collision for gameobjects | Kandera | |
| 2012-09-04 | Fix codestyle per Vincent-Michael | e | |
| 2012-09-04 | [Unit::SetCharm] Restore original walking state when removing charm. Fixes ↵ | e | |
| mind control + walk bug. | |||
| 2012-09-04 | Core: Fix build | Vincent-Michael | |
| 2012-09-04 | Core/Gameobject: another attempt at fixing collision. chest gameobject ↵ | Kandera | |
| initial collision provided by vincent-michael | |||
| 2012-09-04 | Misc: Convert from CRLF to LF in cs_misc.cpp | Nay | |
| Also cleanedup whitespace | |||
| 2012-09-04 | Core/Reputation: fix forced reputation auras with neutral. closes #5790 | Kandera | |
| 2012-09-04 | Core/Battleground: fix unneeded log message | Kandera | |
| 2012-09-04 | Core/Spells: Fix memory leak when Load() fails from spell/aura-scripts | kaelima | |
| 2012-09-04 | Properly fixed one warning | Shauren | |
| 2012-09-04 | Dep/G3D: Restored 99c8399772701af9bf3c79e4c514aead57cdc7d6 | Shauren | |
| 2012-09-04 | Core: Warning fixes | Shauren | |
| 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-04 | Revert "Core: Blood Furnace - Broggok event" | Nay | |
| This reverts commit 153e88a16b33bedfd28273030e26914844d60aff. | |||
| 2012-09-04 | Core/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-04 | Core/Battlefield: Fix some memory leaks | kaelima | |
| 2012-09-03 | Merge pull request #7634 from Gacko/blood_furnace | Nay | |
| Core: Blood Furnace - Broggok event and fix OnUnitDeath hook use | |||
| 2012-09-03 | Core: Blood furnace - Update method header to lastest rev | Gacko | |
| 2012-09-03 | Core: Blood Furnace - Broggok event | Gacko | |
| Move prisoners back in cages after respawn. They didn't reset correctly for players which were still in the instance after wipe | |||
| 2012-09-03 | Dependencies/G3D: Fix build on x64 (change already included in TC's diff) | Nay | |
| 2012-09-03 | DB/Quests: Fix required races for quest 9719 | nelegalno | |
| Closes #7604 | |||
| 2012-09-03 | DB/GOs: Correct flags of GO 186371 | Nay | |
| Thanks Joshh Closes #6846 | |||
| 2012-09-03 | Core/Dependencies: Update G3D to version 8.01 | Nay | |
| 2012-09-03 | Core/Dependencies: Update zlib to version 1.2.7 | Nay | |
| 2012-09-03 | Core/Dependencies: Update utf8-cpp to version 2.3.2 | Nay | |
| 2012-09-03 | Core/Dependencies: Update bzip2 to version 1.0.6 | Nay | |
| 2012-09-03 | Tools/Extractors: Fix build under GCC 4.7 | Nay | |
| 2012-09-03 | Scripts: Fix non pch build | w1sht0l1v3 | |
| 2012-09-03 | Core/Scripts: Rewrite Cold Hearted quest. | w1sht0l1v3 | |
| Closes #1758 . | |||
| 2012-09-03 | Core/Spells: Hard-limit the number of hit and miss targets sent in ↵ | Nay | |
| SMSG_SPELL_GO to 255 (each), fixes client crashes Closes #3873 | |||
| 2012-09-02 | Merge pull request #7625 from Elron103/pull-requests | Nay | |
| Scripts/MoltenCore: Fix boss Golemagg enrage behaviour | |||
| 2012-09-03 | Scripts/MoltenCore: Fix boss Golemagg enrage behaviour | Elron103 | |
| 2012-09-02 | Misc: Correct a SQL, update PackageList.txt and remove an uneeded file (soap) | Nay | |
| 2012-09-02 | Core/Dependencies: Ugrade gsoap-library to v2.8.10 | click | |
| + add documentation for later upgrades and the original stub.file used for service generation. | |||
| 2012-09-02 | SQL: Fix sql error (thx ChazyTheBest) | Vincent-Michael | |
| 2012-09-02 | SQL: Rename SQL file after PR | Nay | |
| 2012-09-02 | Merge pull request #7587 from acrathos/master | Nay | |
| DB/SAI: Thorim and Lok'lira the Crone | |||
| 2012-09-02 | DB/Quests: Fix required races for multiple quests | nelegalno | |
| Closes #7620 | |||
| 2012-09-02 | Merge pull request #7613 from Elron103/pull-requests | Shauren | |
| Core/Scripting: Fix DoAction function of SummonList incorrectly removing entries in SummonList | |||
| 2012-09-01 | Merge pull request #7614 from Elron103/pull-requests2 | Nay | |
| Core/Scripting: Add missing entry in ScriptLoader for boss Ouro | |||
| 2012-09-02 | Core/Scripting: Add missing entry in ScriptLoader for boss Ouro | Elron103 | |
| 2012-09-02 | Core/Scripting: Fix DoAction function of SummonList incorrectly removing ↵ | Elron103 | |
| entries in SummonList | |||
