| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-18 | Core/Guild: Correctly give guild perks based on guild level | Shocker | |
| 2012-10-17 | Core/Scripts: Fixed build | Subv | |
| 2012-10-17 | Scripts/Spells: Updated some Shaman SpellScripts to 4.3.4 | Subv | |
| 2012-10-16 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4 | Subv | |
| 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-16 | Core/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-16 | Core/Entities: Fixed the WorldObject::BuildMonsterChat method. | Subv | |
| closes #7556 | |||
| 2012-10-17 | DB: Add gm_tickets changes to base character db | kaelima | |
| 2012-10-17 | Core/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-17 | Core/PacketIO: Automatically set field count in SMSG_INIT_WORLD_STATES ↵ | kaelima | |
| instead of manual switch. | |||
| 2012-10-17 | Core/Battleground: Allow players to start capping flags stealthed or ↵ | kaelima | |
| invisible - gameobject should remove the stealth/invis aura on use. | |||
| 2012-10-16 | Codestyle: Fixed codestyle from previous commits. | Subv | |
| 2012-10-16 | Core/Vendors: Fixed the "Item not found" error message when trying to buy an ↵ | Subv | |
| item from a vendor. | |||
| 2012-10-16 | Core/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-16 | Fix compile under windows | Spp | |
| 2012-10-16 | Core/Achievements: Fixed a recursive call in ↵ | Subv | |
| AchievementGlobalMgr::GetAchievementCriteria | |||
| 2012-10-16 | Scripts/Halion: Fixed some warnings | Subv | |
| 2012-10-16 | Core/Spells: Fix a possible crash in Light's Beacon when a player logged in ↵ | Subv | |
| with the aura. | |||
| 2012-10-16 | Fix compile without pch | Spp | |
| 2012-10-15 | Merge pull request #8073 from cristal/PvPLogData | Subv | |
| Core/Battlegrounds: Fix visual honor gain in PvPLogData | |||
| 2012-10-15 | Scripts/Spells: Deleted a deprecated SpellScript (Astral Shift) | Subv | |
| 2012-10-15 | Scripts/Spells: Updated some more spells to 4.3.4 | Subv | |
| 2012-10-15 | SQL: Renamed SQL from previous merge. | Subv | |
| 2012-10-15 | Merge pull request #7979 from Naios/phase_definitions_rebase | Subv | |
| [4.3.4] Phase Definitions, Terrainswap & Multiphasing (v.2) | |||
| 2012-10-15 | Core/PhaseMgr: Implemented Phase Definitions, Terrainswap and multiphasing | Naios | |
| * 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-15 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4 | Subv | |
| Conflicts: src/server/scripts/Commands/cs_modify.cpp | |||
| 2012-10-14 | Scripts/Spells: Updated some warlock spellscripts to 4.3.4 | Subv | |
| 2012-10-13 | Core/SpellMgr: Replace magic number by constant | Nay | |
| Thanks 2010phenix | |||
| 2012-10-13 | Core/Battlegrounds: Fix visual honor gain in PvPLogData | Cristal | |
| 2012-10-13 | Update THANKS file | Shocker | |
| Don't complain about duplicates / invalid names, they were extracted & parsed from commits | |||
| 2012-10-12 | Merge pull request #8053 from tibbi/rep_fix | Nay | |
| renaming GetBaseReputation used for offline players | |||
| 2012-10-12 | Merge pull request #8066 from Warpten/halionUpdate | Nay | |
| Scripts/Ruby Sanctum: | |||
| 2012-10-12 | Merge pull request #8065 from MrSmite/PetAI_Cleanup_1 | Nay | |
| PetAI Cleanup | |||
| 2012-10-12 | Merge pull request #8067 from Elron103/pull-requests | Shauren | |
| Core/Spells: Fix power drain effect for heroic versions of spell 70759 (72015, 72016) - thanks to Shauren | |||
| 2012-10-13 | Core/Spells: Fix power drain effect for heroic versions of spell 70759 ↵ | Elron103 | |
| (72015, 72016) - thanks to Shauren | |||
| 2012-10-13 | Fix build | Shocker | |
| 2012-10-12 | Scripts/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-12 | Cleanup PetAI, remove unnecessary and broken JustDied(). Closes #7242 | MrSmite | |
| Thanks to Oiler2112 for suggestions and testing. | |||
| 2012-10-12 | Merge pull request #8064 from Warpten/modMoney | Shocker | |
| Core/Commands: Allow .modify money to take complex parameters | |||
| 2012-10-12 | Core/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-12 | Core/XP: Players only get 10% xp for killing NPCs of the same expansion or ↵ | Subv | |
| lower. | |||
| 2012-10-12 | Revert "Core/Entities: Do not create the model twice for a GameObject." | Subv | |
| This reverts commit 0f166336caaf33eb01cffe19d5bb49f729d8d22d. | |||
| 2012-10-12 | renaming GetBaseReputation used for offline players | tibbi | |
| 2012-10-11 | Merge pull request #8051 from Aokromes/master | Subv | |
| Core/Battlefield: Compile Fix | |||
| 2012-10-12 | Core/Battlefield: Compile Fix | Aokromes | |
| 2012-10-12 | Core/Script: Fix item unusual compass. | Nay | |
| By Kaelima and Retriman Closes #8039 | |||
| 2012-10-11 | Merge pull request #8048 from Tuxity/battlegrounds_stuff | Nay | |
| [434] Battlegrounds | |||
| 2012-10-12 | Core/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-11 | Wintergrasp: move keep banner spawns to db. fix invisible stalker position. | Kandera | |
| 2012-10-11 | Merge pull request #8042 from Retriman/SpellBarkskin | kandera | |
| Core/Spell: | |||
| 2012-10-11 | Fix build | kaelima | |
| Remove 2 unused header includes | |||
