aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-18Core/Guild: Correctly give guild perks based on guild levelShocker
2012-10-17Core/Scripts: Fixed buildSubv
2012-10-17Scripts/Spells: Updated some Shaman SpellScripts to 4.3.4Subv
2012-10-16Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Subv
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Handlers/TicketHandler.cpp src/server/game/Tickets/TicketMgr.cpp src/server/scripts/Northrend/ChamberOfAspects/RubySanctum/boss_halion.cpp
2012-10-16Core/SpellAreas: Changed the way quest_start and quest_end works.Subv
They now follow this rule: The player's quest status of quest_start must have the mask defined in quest_start_status in order for the spell to be applied/kept. The player's quest status of quest_end must _NOT_ have the mask defined in quest_end_status in order for the spell to be removed To generate the mask: Take the QuestStatus enum in QuestDef.h, use (1 << theValueYouWant) to obtain a mask and you can use | to combine masks. This expands the usage of the spell_area table, making possible to give a player an aura while he has a quest, but remove it as soon as the quest is completed (not rewarded). Feature request by @Svannon
2012-10-16Core/Entities: Fixed the WorldObject::BuildMonsterChat method.Subv
closes #7556
2012-10-17DB: Add gm_tickets changes to base character dbkaelima
2012-10-17Core/Ticket:kaelima
- Fully parse CMSG_GMTICKET_CREATE, use GmTicket::GetChatLog() to access the reporters chat log from this session (unused atm, possible useful to detect chat harassment) - Simplify SMSG_GMTICKET_GETTICKET and fix "category" field (renamed it same as in blizz LUA files) - Store response in DB
2012-10-17Core/PacketIO: Automatically set field count in SMSG_INIT_WORLD_STATES ↵kaelima
instead of manual switch.
2012-10-17Core/Battleground: Allow players to start capping flags stealthed or ↵kaelima
invisible - gameobject should remove the stealth/invis aura on use.
2012-10-16Codestyle: Fixed codestyle from previous commits.Subv
2012-10-16Core/Vendors: Fixed the "Item not found" error message when trying to buy an ↵Subv
item from a vendor.
2012-10-16Core/Vendors: Fixed the "Item does not go into that slot" problem.Subv
The client sends the player guid when trying to store the item in the default backpack (255)
2012-10-16Fix compile under windowsSpp
2012-10-16Core/Achievements: Fixed a recursive call in ↵Subv
AchievementGlobalMgr::GetAchievementCriteria
2012-10-16Scripts/Halion: Fixed some warningsSubv
2012-10-16Core/Spells: Fix a possible crash in Light's Beacon when a player logged in ↵Subv
with the aura.
2012-10-16Fix compile without pchSpp
2012-10-15Merge pull request #8073 from cristal/PvPLogDataSubv
Core/Battlegrounds: Fix visual honor gain in PvPLogData
2012-10-15Scripts/Spells: Deleted a deprecated SpellScript (Astral Shift)Subv
2012-10-15Scripts/Spells: Updated some more spells to 4.3.4Subv
2012-10-15SQL: Renamed SQL from previous merge.Subv
2012-10-15Merge pull request #7979 from Naios/phase_definitions_rebaseSubv
[4.3.4] Phase Definitions, Terrainswap & Multiphasing (v.2)
2012-10-15Core/PhaseMgr: Implemented Phase Definitions, Terrainswap and multiphasingNaios
* fixes cataclysm aura effect SPELL_AURA_PHASE without phasemasks defined in miscValueA * implements CONDITION_SOURCE_TYPE_PHASE_DEFINITION Thanks to: - Cyberbrest: For the hard research work about multiphasing. - Venugh: He helped me with a lot of strange compile Errors. - Shauren: For the 4.3.4 phaseshift packet. - Booksize: He showed me how terrainswap works Signed-off-by: Naios <naios-dev@live.de>
2012-10-15Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Subv
Conflicts: src/server/scripts/Commands/cs_modify.cpp
2012-10-14Scripts/Spells: Updated some warlock spellscripts to 4.3.4Subv
2012-10-13Core/SpellMgr: Replace magic number by constantNay
Thanks 2010phenix
2012-10-13Core/Battlegrounds: Fix visual honor gain in PvPLogDataCristal
2012-10-13Update THANKS fileShocker
Don't complain about duplicates / invalid names, they were extracted & parsed from commits
2012-10-12Merge pull request #8053 from tibbi/rep_fixNay
renaming GetBaseReputation used for offline players
2012-10-12Merge pull request #8066 from Warpten/halionUpdateNay
Scripts/Ruby Sanctum:
2012-10-12Merge pull request #8065 from MrSmite/PetAI_Cleanup_1Nay
PetAI Cleanup
2012-10-12Merge pull request #8067 from Elron103/pull-requestsShauren
Core/Spells: Fix power drain effect for heroic versions of spell 70759 (72015, 72016) - thanks to Shauren
2012-10-13Core/Spells: Fix power drain effect for heroic versions of spell 70759 ↵Elron103
(72015, 72016) - thanks to Shauren
2012-10-13Fix buildShocker
2012-10-12Scripts/Ruby Sanctum:Warpten
* Fixed Halion's health pool in the Twilight Realm. * Updated missing expansion fields for Saviana Ragefire, General Zarithrian. * Have Halion bind players to instance on any other mode than 10NM. * Link template entries depending on difficulties. Closes #8017. Closes #8024.
2012-10-12Cleanup PetAI, remove unnecessary and broken JustDied(). Closes #7242MrSmite
Thanks to Oiler2112 for suggestions and testing.
2012-10-12Merge pull request #8064 from Warpten/modMoneyShocker
Core/Commands: Allow .modify money to take complex parameters
2012-10-12Core/Commands: Allow .modify money to take another parameter structure:Warpten
Example uses: * .modify money 325g 25s 12c is the same as .modify money 3252512 * .modify money -12g is the same as .modify money -120000 * .modify money -12g 45s is the same as .modify money -115500 * .modify money 25c 18g is the same as .modify money 18g 25c
2012-10-12Core/XP: Players only get 10% xp for killing NPCs of the same expansion or ↵Subv
lower.
2012-10-12Revert "Core/Entities: Do not create the model twice for a GameObject."Subv
This reverts commit 0f166336caaf33eb01cffe19d5bb49f729d8d22d.
2012-10-12renaming GetBaseReputation used for offline playerstibbi
2012-10-11Merge pull request #8051 from Aokromes/masterSubv
Core/Battlefield: Compile Fix
2012-10-12Core/Battlefield: Compile FixAokromes
2012-10-12Core/Script: Fix item unusual compass.Nay
By Kaelima and Retriman Closes #8039
2012-10-11Merge pull request #8048 from Tuxity/battlegrounds_stuffNay
[434] Battlegrounds
2012-10-12Core/Battlegrounds: Now it works !Tuxity
Thanks to @Subv, @Drethek and @Zakamurite Todo: - Display countdown when bg start (packet related) - Implement packet SMSG_BATTLEFIELD_STATUS_WAITFORGROUPS - Maybe little typos here and here Signed-off-by: Tuxity <kevin.darcel@gmail.com>
2012-10-11Wintergrasp: move keep banner spawns to db. fix invisible stalker position.Kandera
2012-10-11Merge pull request #8042 from Retriman/SpellBarkskinkandera
Core/Spell:
2012-10-11Fix buildkaelima
Remove 2 unused header includes