| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-15 | SQL: Restored file that was not supposed to be renamed | Shauren | |
| 2014-06-14 | Core: Fix non pch build | Vincent-Michael | |
| 2014-06-14 | Merge pull request #12280 from MitchesD/commands | Discover- | |
| Scripts/Commands: added option to show flags_extra (.npc info) | |||
| 2014-06-14 | Scripts/Commands: added option to show flags_extra (.npc info) | MitchesD | |
| 2014-06-14 | DB/SAI: Fix sai linked error | Vincent-Michael | |
| 2014-06-14 | Core: Fix fail | Vincent-Michael | |
| 2014-06-14 | Core/Ulduar: Added IsInCombat check for ulduar teleporter | Vincent-Michael | |
| 2014-06-14 | Core: Fix build | Vincent-Michael | |
| 2014-06-14 | Core/SAI: Fix typo in 2596f1f35d01a8a6c8a555a5952c055a4d4dc239 | Vincent-Michael | |
| 2014-06-14 | DB/Misc: Convert ulduar teleporter in sql | Vincent-Michael | |
| 2014-06-14 | Core/SAI: Added SMART_ACTION_CAST support for gameobject cast | Vincent-Michael | |
| 2014-06-14 | Merge pull request #12278 from MitchesD/misc | Shauren | |
| Scripts/Misc: random fixes | |||
| 2014-06-14 | Fixed typo in 2014_06_14_00_world_creature_template.sql | Shauren | |
| 2014-06-14 | Scripts/Misc: random fixes | MitchesD | |
| 2014-06-14 | Replaced calls to ceilf (msvc extension) with ceil - fixes build | Shauren | |
| 2014-06-14 | DB/Instance: Fixed mutated abomination regenerating power clientside | Shauren | |
| 2014-06-14 | SQL: Renamed files to match the naming rules | Shauren | |
| 2014-06-14 | Core/Vehicles: Fixed power issues | Shauren | |
| * Regenerate powers only if vehicle has UNIT_FLAG2_REGENERATE_POWER * Removed old pyrite power hack * Apply creature_template.ManaMod to all power types Closes #12141 | |||
| 2014-06-14 | Scripts/Icecrown Citadel: Fixed possible crash in blood nova target selection | Shauren | |
| 2014-06-13 | Core/Misc: | Ascathor | |
| * Fix some codestyle, fix some typos * Change CMakeLists for: Custom (can be uncommented), Events, World ** Custom is theoretically unchanged. You can, however, uncomment the glob_recurse that initializes every file within. This might be easier for beginners. * Introducing the IP Based Action Log System: ** On several different actions, e.g. Login, Character Login, etc., a new entry is added ** Can be logged on and off in worldserver config *** Disabled by default to prevent increased log db size for unknowing users. * Add a new row to account table called 'last_attempt_ip' ** Lists the last ip trying to connect to the account * Add a new type of HookScripts: AccountScript ** Includes: OnAccountLogin, OnFailedAccountLogin, OnEmailChange, OnFailedChange, OnPasswordChange, OnFailedPasswordChange * Added new Hook to PlayerScripts: OnFailedPlayerDelete * Added new variables to PlayerScripts: OnPlayerDelete | |||
| 2014-06-13 | Core/Transports: Fixed crash happening during teleporting transports | Shauren | |
| Closes #11793 | |||
| 2014-06-12 | Core/Spells: Partially revert 4992c0290b2b43c3d4c744833ca9ba6f74af85ad, and ↵ | Trisjdc | |
| further implement SPELL_ATTR3_NO_DONE_BONUS (which is the correct way of doing this) | |||
| 2014-06-12 | Quick fixup for previous commit | Trisjdc | |
| 2014-06-12 | Core/Spells: Change haste benefit to cast time formulas, may need further ↵ | Trisjdc | |
| correction - With these changes, Paladin/Death Knight mount summons will no longer benefit from haste | |||
| 2014-06-12 | DB/Creature: Trenton Lighthammer missing gossip | Aokromes | |
| By dr-j closes #12248 | |||
| 2014-06-12 | DB/Quest: Fix Missing text for A Most Puzzling Circumstance | Aokromes | |
| By Crysicle, closes #12252 | |||
| 2014-06-11 | Fixed windows nopch build | Shauren | |
| 2014-06-11 | Core/Misc: Fix gcc build | jackpoz | |
| 2014-06-11 | Merge commit ↵ | jackpoz | |
| https://github.com/Unholychick/TrinityCore/commit/52c0fc96bb4a8a62218bd383f360c0e1350ef62a | |||
| 2014-06-11 | Move pestilence to spellscripts | Unholychick | |
| Fixes crash and warnings introduced in d4bbc26261d7ce1e01292470f77390ab3c2f5e98 Fixes a bug that allowed dks to spread diseases using another dks diseases Closes: https://github.com/TrinityCore/TrinityCore/issues/12245 | |||
| 2014-06-11 | Core/PacketIO: Fixed logic in DosProtection::EvaluateOpcode | Shauren | |
| 2014-06-11 | Fixed typo, spotted by @Gooyeth | Shauren | |
| 2014-06-11 | Merge pull request #12046 from phoenixfight/fishmaster | Aokromes | |
| Core/Fishing: Repair fishing spell result fish escape | |||
| 2014-06-10 | Core/PetAI: Fix memory leak | jackpoz | |
| Fix memory leak added in e7f0808d467210c2e0ca455cf810e52700518849 Valgrind log: 395,712 (390,216 direct, 5,496 indirect) bytes in 229 blocks are definitely lost in loss record 65 of 67 at operator new(unsigned long) (vg_replace_malloc.c:320) by PetAI::UpdateAI(unsigned int) (PetAI.cpp:167) by Creature::Update(unsigned int) (Creature.cpp:541) by TempSummon::Update(unsigned int) (TemporarySummon.cpp:47) | |||
| 2014-06-10 | Core/Auras: Correct a typo that caused bad stacking of ↵ | Trisjdc | |
| SPELL_AURA_MOD_MELEE_HASTE | |||
| 2014-06-10 | Merge pull request #12233 from Trisjdc/aura_stacking | Warpten | |
| Core/Auras: Expanding functionality of SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT to be able to take care of aura effects inside their handlers | |||
| 2014-06-10 | [core/database]Repair fishing spell result fish escape | phoenixfight | |
| edit fish junk sql formart Optimized code, remove some useless brackets fix default fish result ,just like Off the coast of Storm Peaks. cleaned the sql part thx Kinzcool fix todo now | |||
| 2014-06-09 | Core/NetworkIO: Adjust more packet throttling values | jackpoz | |
| Ignore some opcodes that don't cause any trouble. Remove old Allow/Disable Anti-DoS system since it's no longer required. | |||
| 2014-06-09 | Core/Vehicles: Fixed channeled spells being interrupted for passengers when ↵ | Shauren | |
| vehicle moves | |||
| 2014-06-09 | DB/Quest: Fix some missing quest texts | Aokromes | |
| By crysicle, closes #12167 | |||
| 2014-06-09 | Core/Handlers: Move a couple of logs to debug, they can appear without ↵ | Trisjdc | |
| anything abnormal due to client latency | |||
| 2014-06-09 | Fix Warnings | Lucas | |
| 2014-06-09 | Core/Calendar: Sanitize calendar event parameters | jackpoz | |
| Prevent events added in the past which in some conditions would cause an infinite loop in the client. | |||
| 2014-06-09 | Revert "Core/Calendar: Fix memory leak when malformed ↵ | jackpoz | |
| CMSG_CALENDAR_ADD_EVENT is received" This partially reverts commit 51e38872c72e16bb0f09e660c2660759021b2176. The stack-initialized variable calendarEvent would have called CalendarMgr::FreeEventId() when it went out of scope, marking the current event id as free and allowing next event to overwrite current event. This doesn't fix the memory leak issue which still needs to be addressed in a proper way. | |||
| 2014-06-09 | Script: Minor optimization in spell_unlocking_zuluheds_chains | Gacko | |
| 2014-06-09 | DB/GameObjects: Deleted no longer needed gameobjects spawns since their ↵ | Kinzcool | |
| phaseMask correction | |||
| 2014-06-09 | DB/GameObjects: Fixed the phasing of the remaining flags in WinterGrasp | Kinzcool | |
| 2014-06-09 | DB/GameObjects: Fixed some phasing of certain gameobjects in Northrend and ↵ | Kinzcool | |
| DK's area | |||
| 2014-06-09 | DB/Conditions: Fix conditions for Xink gossip | Vincent-Michael | |
| 2014-06-09 | Core/Misc: Kill Whitespace ... | Vincent-Michael | |
