Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-19 | Core/ObjectMgr: check creature.orientation and gameobject.orientation range ↵ | ShinDarth | |
in loading Closes #13156 | |||
2014-09-19 | Core/Mechanics: Fix prevent fleeing + fear | Unholychick | |
Closes #9754 Players should never have been affected by SPELL_AURA_PREVENTS_FLEEING in the first place. Curse of Recklessness will no longer prevent Fear effects, only prevent NPCs from fleeing (e.g. at low health). Judgement of Justice will no longer prevent Fear effects, but will only prevent NPCs from fleeing (e.g. at low health). Source: http://www.wowwiki.com/Patch_3.0.2 | |||
2014-09-19 | Core/Commands: Fix displaying in .baninfo character command. | xjose93 | |
2014-09-19 | Core/Grids: Replace some magic numbers with constants | Shocker | |
(P.S.: That's why! @cs_misc.cpp) | |||
2014-09-19 | Core/MapScripts: Use proper enum value for boss whisper in SCRIPT_COMMAND_TALK | DDuarte | |
2014-09-19 | Core/MapScripts: Use proper source unit in SCRIPT_COMMAND_TALK | DDuarte | |
Closes #13161 | |||
2014-09-19 | Scripting/Tanaris: added a few enums | Malcrom | |
2014-09-19 | Oops. | DDuarte | |
2014-09-19 | Core/Misc: Multiple static analysis issues fixed (small optimizations and ↵ | DDuarte | |
clear code) | |||
2014-09-19 | Fixed build | joschiwald | |
2014-09-19 | Core/Misc: multiple changes | joschiwald | |
* fixed build * apply tc codestyle to ObjectGuid class * fixed warning | |||
2014-09-19 | Core/AreaTriggers: enable areatrigger teleports in battleground | joschiwald | |
Closes #11999 | |||
2014-09-18 | Core/Texts: added TextRange parameter to creature_text | joschiwald | |
Ranges: 0 - Normal (Default) 1 - Area 2 - Zone 3 - Map 4 - World Ref #13116 | |||
2014-09-18 | Shared/Logging: Use standard format specifier for size_t | jackpoz | |
Use standard format specified PRIuPTR for printing/logging size_t type that can be either uint32_t or uint64_t depending on platform/build configuration | |||
2014-09-18 | Core/Trade: Fixed enchanting soulbound items in trade | Shauren | |
Closes #12850 | |||
2014-09-18 | SQL: Fix sql import | Vincent-Michael | |
2014-09-18 | Core/Misc: changed trinity string id to unsigned and removed obsolete code | joschiwald | |
2014-09-18 | Scripts/Gundrak: cleanup InstanceScript | joschiwald | |
* converted Gal'Darah and Moorabi to BossAI * add and correct some texts * fixed altar activation spell visual | |||
2014-09-18 | Core/Scripts: implemented a guid map in InstanceScript, this way you can ↵ | joschiwald | |
easier store guids and access its objects | |||
2014-09-17 | Core/Spells: consider spell speed in SPELL_EFFECT_CHARGE | joschiwald | |
Misc: removed some duplicate guid words in logs | |||
2014-09-17 | Core/NetworkIO: Fixed queued packets not being properly sent causing players ↵ | Shauren | |
to be stuck during loading Closes #13120 | |||
2014-09-17 | Merge pull request #13159 from ShinDarth/335_fix2 | MitchesD | |
Corrected grammar of some strings | |||
2014-09-17 | Core/Grammar: corrected grammar of some strings | ShinDarth | |
2014-09-17 | Merge pull request #13154 from Unholychick/casts | Duarte Duarte | |
Core/Spells: Fix some -Wconversion warnings | |||
2014-09-17 | Core: Fix warnings | Vincent-Michael | |
2014-09-17 | Core/SAI: Remove SMART_ACTION_STORE_VARIABLE_DECIMAL | DDuarte | |
It's not used. | |||
2014-09-16 | Core/Spells: Fix some -Wconversion warnings | Unholychick | |
Attempt to fix #13152 by properly casting between data types during damage calculations. | |||
2014-09-16 | Scripts/Quest: Script spell for quest "Fumping" | Nyeriah | |
Updates https://github.com/TrinityCore/TrinityCore/issues/11418 | |||
2014-09-16 | Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCore | Shauren | |
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h src/server/game/Scripting/MapScripts.cpp src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp | |||
2014-09-16 | Core/Misc: Removed explicit qualifier from ObjectGuid uint64 conversion operator | Shauren | |
2014-09-16 | Core/Logging: Fixed incorrect usage of guid in logs | Shauren | |
2014-09-16 | Core/Scripts: Fixed incorrect guid usage in logs | Shauren | |
2014-09-16 | Core/Scripts: Fixed incorrect guid usage in logs | Shauren | |
2014-09-16 | Core/Scripts: Fixed PCH build | Shauren | |
2014-09-15 | Core/Scripts: Fixed build zone_* scripts | Shauren | |
2014-09-15 | Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remain | Shauren | |
2014-09-15 | Core/Scripts: Fixed build of boss_* scripts | Shauren | |
2014-09-15 | Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid ↵ | Shauren | |
class Fixed compile for boss scripts starting with letters B, C and D | |||
2014-09-14 | Scripts/ToCR: Set Anub'arak's respawn delay | Nyeriah | |
* This needs to be done manually since he's a summon. Closes https://github.com/TrinityCore/TrinityCore/issues/10587 | |||
2014-09-14 | Scripts | Shauren | |
* Introduced GetGuidData/SetGuidData to store guids in instance scripts (GetData64/SetData64 are still there) * CONDITION_INSTANCE_INFO: Changed existing DATA64 condition to GUID_DATA to preserve current use of this instance info type (most/all assume the data is a guid) and moved DATA64 to a different value - no db changes needed * Fixed compile in boss scripts starting with letter A | |||
2014-09-14 | Core: Remove whitespace | Vincent-Michael | |
2014-09-14 | Merge branch 'mik1893/fear-vs-stun' | jackpoz | |
Merge PR #13095 into master | |||
2014-09-14 | Scripts/Commands: Fix ".npc info" immune mask output | jackpoz | |
Fix ".npc info" showing wrong immune mask list Fixes #12358 | |||
2014-09-14 | Scripts/Misc: Some code style fixes for old code | Nyeriah | |
2014-09-14 | Core/Misc: Fixed build without pch | Shauren | |
2014-09-14 | Scripts/OnyxiaLair: | Nyeriah | |
- Potential null pointer crash fix - Reset react state properly on wipes during air phase | |||
2014-09-14 | Scripting/Stand spell: Remove UNIT_FIELD_FLAGS change from spell script. | Malcrom | |
2014-09-14 | Scripts/Commands: Fixed build with -DSCRIPTS=0 | Shauren | |
2014-09-14 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
2014-09-14 | Core/Entities: Use ObjectGuid class in game project | Shauren | |