Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-21 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4 | Subv | |
Conflicts: src/server/game/DataStores/DBCfmt.h src/server/game/DungeonFinding/LFGMgr.h src/server/scripts/Kalimdor/feralas.cpp | |||
2012-10-21 | Core/SQL: Renamed SQL from previous merge. | Subv | |
2012-10-21 | Merge pull request #8088 from Gacko/q13038 | Subv | |
Core/DB: Quest 'Distortions in time' Closes #3011 | |||
2012-10-21 | Merge pull request #8146 from Gacko/usetraps | Subv | |
Core: Implement Gameobject::Use() for traps Closes #8137 Closes #4811 | |||
2012-10-21 | Core/Conditions: Fixed a mistake in Conditions loading which didn't allow to ↵ | Subv | |
use SAI conditions with negative source entry (guid) | |||
2012-10-21 | Core: Implement Gameobject::Use() for traps | Gacko | |
2012-10-21 | Merge pull request #8138 from durotar/master | Subv | |
Core/Script: Gnomeregan - Deleting duplicate texts and script adjusted | |||
2012-10-21 | Dungeon Finder: Fix teleport coords load | Spp | |
2012-10-20 | Core/Script: Gnomeregan - Deleting duplicate texts and adjusted the script | durotar | |
2012-10-20 | Core/SQL: Corrected a mistake from previous merge. | Subv | |
Author: @Gacko | |||
2012-10-20 | Merge pull request #8134 from Gacko/q2987 | Subv | |
Core/DB: Quest 'Gordunni Cobalt' | |||
2012-10-20 | Core/DB: Quest 'Gordunni Cobalt' - Codestyle | Gacko | |
2012-10-20 | Core/DB: Quest 'Gordunni Cobalt' | Gacko | |
SpellScript and conditions for spells of this quest. | |||
2012-10-20 | Core/Entities: Corrected error log message, thanks zorix for noticing | Shauren | |
2012-10-20 | DB: Update period timer for icecrown ship transports | kaelima | |
2012-10-19 | Core/SQL: Renamed SQL from previous pull request merge. | Subv | |
2012-10-19 | Merge pull request #8107 from durotar/master | Subv | |
Core/Script: Update creature_text for Gnomeregan | |||
2012-10-20 | Core/Spells: Fixed visuals of area spells that use a dynamic object | Shauren | |
2012-10-19 | Scripts/Spells: Corrected the spirit value used in the Mana Tide Totem script. | Subv | |
2012-10-19 | Fix crash on shutdown after last DF changes | Spp | |
2012-10-19 | Proper naming of LfgDungeon structures | Spp | |
2012-10-19 | Move LFG string out of Custom patch range | Spp | |
2012-10-19 | Merge branch 'master' into 4.3.4 | Spp | |
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-19 | Core/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-18 | Core/Dungeon Finder: Minor optimizations | Spp | |
- Internal changes in store types - Remove of (Player *) and (Group *) From LFGMgr.cpp (step 2) | |||
2012-10-18 | Core/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-17 | Core/Entities: Fixed declining a group invitation | Subv | |
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-17 | Core/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-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-16 | Added some suggestions from Subv | durotar | |
2012-10-16 | Missing sql for previous commit | durotar | |
2012-10-16 | Core/Script: Update creature_text for gnomeregan | durotar | |
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 | Core: Quest 'Distortion in time' - Codestyle | Gacko | |
Replace enum name eCloseRift with CloseRift and add underscore to private member counter. | |||
2012-10-16 | Fix compile without pch | Spp | |