| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-03 | Core/Spells: fix wintergrasp water being applied to players. small codestyle fix | Kandera | |
| 2012-04-03 | Core/World: Add character name data after loading PlayerDump | Shauren | |
| Closes #3653 Note: Manual changes in database while the server is running are not advised thus not supported | |||
| 2012-04-02 | Core/Protocol: Fixed SMSG_NAME_QUERY_RESPONSE for offline players (fixes ↵ | Shauren | |
| friend lists) | |||
| 2012-04-02 | Core/DBLayer: Fix another wrong type, hopefully the last one | Nay | |
| TODO: Hunt down the reason for friends list (characters_social) and instance reseting not working | |||
| 2012-04-02 | Core: Fix another type-error in the mail expiration handling (using data ↵ | click | |
| pulled from CHAR_SEL_EXPIRED_MAIL_ITEMS prepped statement) | |||
| 2012-04-02 | Core/Database: Some extended debug output for Field::GetXXX logs. | kaelima | |
| 2012-04-02 | Core/DBLayer: Yet more type fixes | Nay | |
| 2012-04-02 | Core/DBLayer: Yet more type fixes | Nay | |
| 2012-04-01 | Merge pull request #5981 from Jildor/fix_Spinning_Pain_Spike2 | Subv | |
| Core/Spells: Fix Spinning Pain Spike damage closes #5652 | |||
| 2012-04-01 | Core/DBLayer: More type fixes | Nay | |
| Thanks to Vasago for the help in spotting the errors Thanks to Subv as well (so he doesn't feel lonely) | |||
| 2012-04-01 | change GetMaxHealth and BeforeHit... | Jildor | |
| 2012-04-01 | Core: Only clear motionmaster flags if the respective entity exists in world. | click | |
| Original patch by kewarr and Mrsmite, additional commenting by Machiavelli removing the pet-specific checks applied. Fixes #5400. | |||
| 2012-04-01 | DB/Conditions: Capture Jormungar Spawn can only be used in Ice Heart Cavern | Nay | |
| Fix by Discover and Havenard Closes #2452 Also fix a typo in a previous commit | |||
| 2012-04-01 | Core: Tell ScriptMgr to reload properly on .reload - thanks to codels for ↵ | click | |
| the patch | |||
| 2012-04-01 | DB/SAI: Fix quest Falcon Versus Hawk | Odyssey | |
| Closes #2127 | |||
| 2012-04-01 | DB/NPC: Mana Beast shouldn't reward XP | Discover- | |
| Closes #1887 | |||
| 2012-04-01 | DB/Conditions: Imbued Scourge Shroud should only be used in City area ↵ | Svannon | |
| (conditions) Closes #1527 | |||
| 2012-04-01 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore | Subv | |
| 2012-04-01 | SQL/Spells: Missing SQL from previous commit | Subv | |
| 2012-04-01 | DB/NPC: Fix trainers added in 1bc99cd5af348c578a8c | Nay | |
| 2012-04-01 | Core/Commands: Allow combatstop command to be used from console with the ↵ | Subv | |
| player name as parameter Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-01 | Core/Spells: Fixed SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT on several ↵ | Subv | |
| types of spell effects closes #5961 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-01 | Core/Spells: Fix Spinning Pain Spike damage | Jildor | |
| Close: #5652 | |||
| 2012-04-01 | DB/Spawns: Fix previous commit (512aa8897bf30bbb8) | Nay | |
| 2012-04-01 | Database/Spawns: Spawn some missing creatures. | Discover- | |
| Closes #5974 | |||
| 2012-04-01 | Merge pull request #5975 from GyxTom/master | Discover- | |
| Core/Script: Code style and some rewriting. | |||
| 2012-04-01 | Core/Script: Code style and some rewriting. | Gyx | |
| MoveInLineOfSight(Unit* unit) -> MoveInLineOfSight(Unit* who) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-04-01 | DB/Auth: Increase realmlist.address size to 64 (varchar) | Nay | |
| You might want to verify if the previous size did not truncate your address (it was 15) | |||
| 2012-04-01 | Core/DBLayer: Fix another wrong type in mail related code | Nay | |
| 2012-03-31 | Core: Send SSL and ACE version in all logging detailmodes, not just when set ↵ | click | |
| in the config | |||
| 2012-03-31 | Merge pull request #5964 from GyxTom/master | Shocker | |
| Core/Misc: Code style and some rewriting | |||
| 2012-03-31 | DB/Loot: Antechamber of Ulduar reworked | ZxBiohazardZx | |
| 2012-03-31 | Core/DBLayer: More type fixes | Nay | |
| 2012-03-31 | Core/Config: Add SQLDriverQueryLogging to authserver.conf (disabled by ↵ | Nay | |
| default, just like worldserver) | |||
| 2012-03-31 | Core/DBLayer: Delete a triplicated prepared statement (LoginDatabase) | Nay | |
| Thanks to Anubiss for spotting it | |||
| 2012-03-31 | Core/Logging: Fix a typo in DebugLogFilters - Database & AI | Nay | |
| Thanks to Garthog for finding it | |||
| 2012-03-31 | Core/DBLayer: Added missing prepared statement implementation for uint8/16 | Shauren | |
| 2012-03-31 | Core/Script: Code style and some rewriting. | Gyx | |
| JustDied(Unit* Killer) -> JustDied(Unit* killer) JustDied(Unit* /*Killer*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*unit*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*slayer*/)) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*victim*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* victim) -> JustDied(Unit* killer) JustDied(Unit* /*who*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* who) -> JustDied(Unit* killer) JustDied(Unit*) -> JustDied(Unit* /*killer*/) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-31 | DB/Quest: Add SAI-script for quests - thanks to Unholy and Redsonja for ↵ | click | |
| recreating the SQL. Closes #1448, #3812, #4312, #385. | |||
| 2012-03-30 | Merge pull request #5649 from Elron103/pull-requests2 | click | |
| Core/Movement: Fix random position finding near edges, avoid big z-coordinate differences | |||
| 2012-03-30 | Merge pull request #5933 from GyxTom/master | Shocker | |
| Core/Misc: Code style and remove unused define | |||
| 2012-03-30 | Merge pull request #5903 from Warpten/ringOfValor | Shocker | |
| Core/Battlegrounds: Fire lines in Ring of Valor should only be lit when the arena battle begins | |||
| 2012-03-30 | Core/Script: Code style(Missing?). | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-29 | Core/DBLayer: More prepared statement corrections | Shauren | |
| 2012-03-29 | Core/DBLayer: More type fixes | Shauren | |
| Closes #5936 | |||
| 2012-03-29 | Core/DBLayer: more type fixes | Kandera | |
| 2012-03-29 | Core/DBLayer: More types fixes | leak | |
| 2012-03-29 | Core/DBLayer: Fix stupid mishap from last commit (i need glasses) - thanks ↵ | click | |
| nayd for poking me about it | |||
| 2012-03-29 | Core/DBlayer: ... and some more COUNT()-based type-fixing ... | click | |
| 2012-03-29 | Core/DBLayer: Even more types fixes... | Nay | |
