aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-21Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Subv
Conflicts: src/server/game/DataStores/DBCfmt.h src/server/game/DungeonFinding/LFGMgr.h src/server/scripts/Kalimdor/feralas.cpp
2012-10-21Core/SQL: Renamed SQL from previous merge.Subv
2012-10-21Merge pull request #8088 from Gacko/q13038Subv
Core/DB: Quest 'Distortions in time' Closes #3011
2012-10-21Merge pull request #8146 from Gacko/usetrapsSubv
Core: Implement Gameobject::Use() for traps Closes #8137 Closes #4811
2012-10-21Core/Conditions: Fixed a mistake in Conditions loading which didn't allow to ↵Subv
use SAI conditions with negative source entry (guid)
2012-10-21Core: Implement Gameobject::Use() for trapsGacko
2012-10-21Merge pull request #8138 from durotar/masterSubv
Core/Script: Gnomeregan - Deleting duplicate texts and script adjusted
2012-10-21Dungeon Finder: Fix teleport coords loadSpp
2012-10-20Core/Script: Gnomeregan - Deleting duplicate texts and adjusted the scriptdurotar
2012-10-20Core/SQL: Corrected a mistake from previous merge.Subv
Author: @Gacko
2012-10-20Merge pull request #8134 from Gacko/q2987Subv
Core/DB: Quest 'Gordunni Cobalt'
2012-10-20Core/DB: Quest 'Gordunni Cobalt' - CodestyleGacko
2012-10-20Core/DB: Quest 'Gordunni Cobalt'Gacko
SpellScript and conditions for spells of this quest.
2012-10-20Core/Entities: Corrected error log message, thanks zorix for noticingShauren
2012-10-20DB: Update period timer for icecrown ship transportskaelima
2012-10-19Core/SQL: Renamed SQL from previous pull request merge.Subv
2012-10-19Merge pull request #8107 from durotar/masterSubv
Core/Script: Update creature_text for Gnomeregan
2012-10-20Core/Spells: Fixed visuals of area spells that use a dynamic objectShauren
2012-10-19Scripts/Spells: Corrected the spirit value used in the Mana Tide Totem script.Subv
2012-10-19Fix crash on shutdown after last DF changesSpp
2012-10-19Proper naming of LfgDungeon structuresSpp
2012-10-19Move LFG string out of Custom patch rangeSpp
2012-10-19Merge branch 'master' into 4.3.4Spp
Conflicts: src/server/game/DataStores/DBCStructure.h src/server/game/DataStores/DBCfmt.h src/server/game/Globals/ObjectMgr.cpp src/server/game/Handlers/LFGHandler.cpp src/server/game/Server/Protocol/Opcodes.cpp src/server/game/Server/WorldSession.h
2012-10-19Core/Dungeon Finder: Move queue related code to its own class.Spp
- Use different queues for each team (or shared one if two-side interaction is enabled) - Some optimizations in matching algorithm
2012-10-18Core/Dungeon Finder: Minor optimizationsSpp
- Internal changes in store types - Remove of (Player *) and (Group *) From LFGMgr.cpp (step 2)
2012-10-18Core/Dungeon Finder: Some optimizations.Spp
- Store teleport coordinates to avoid recalculations each time someone has to be teleported - Correct teleport error msg when player is charming or using vehicle - Internal changes in storage types - Proper code for missing achievement lock type - Better debug msgs - Trying to get rid of "Player*" and "Group*" inside LFGMgr as much as possible (Step 1)
2012-10-17Core/Entities: Fixed declining a group invitationSubv
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-17Core/BG:kaelima
- Force removal of stealth and invisible auras when using gameobjects with type GAMEOBJECT_TYPE_FLAGSTAND and GAMEOBJECT_TYPE_FLAGDROP - Do not allow players to use unfriendly battleground objects (prevents flag cap with Nitro Boosts active for example)
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-16Added some suggestions from Subvdurotar
2012-10-16Missing sql for previous commitdurotar
2012-10-16Core/Script: Update creature_text for gnomeregandurotar
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-16Core: Quest 'Distortion in time' - CodestyleGacko
Replace enum name eCloseRift with CloseRift and add underscore to private member counter.
2012-10-16Fix compile without pchSpp