aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-10Core/Spells: Improved spell category cooldown handlingShauren
* Category cooldown is stored with the spell that started the cooldown (and only resetting cooldown on that spell will clear cooldowns on entire category - this fully mirrors client behavior) * This significantly reduces the amount of data saved to database for cooldowns * Spell casts from items that have a different category specified than on spell will now check for cooldown during the cast Closes #15349
2015-09-10DB/Misc: added missing creature queststarter and questender in "Maelstrom"Helias
Closes https://github.com/TrinityCore/TrinityCore/issues/15450
2015-09-10Core/Build: Fix nonPCH compileStormBytePP
2015-09-09Merge pull request #15139 from horn/6.xMitchesD
Core/BattlePets: Basics for Battle Pets
2015-09-09Core/BattlePets: Basics for Battle Petshorn
2015-09-09Core/Players: Removed obsolete class memberShauren
2015-09-08Core/Misc: Updated SpellCastResult, TradeStatus, InventoryResult and defined ↵Shauren
PlayerFlagsEx
2015-09-07Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444Shauren
2015-09-06DB/Misc: added stuff for Wandering Isle start zoneMitchesD
* includes mainly SAI for panda fighters * still you can't get quests, it's not completed yet
2015-09-06Core/PacketIO: Fixed a bunch of swapped opcode valuesShauren
Closes #15447
2015-09-06Buildsystem: Added dependency on revision_data to common project. Simply ↵Shauren
including the header in GitRevision.cpp is not enough to rebuild that file after updating sources Fixes having to build twice before GitRevision returns accurate info.
2015-09-06DB/Misc: added missing creature queststarter and questender in GorgrondHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15417
2015-09-06DB/Misc: added missing creature queststarter/ender in Spires of ArakHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15430
2015-09-06DB/Misc: added missing creature queststarter/ender in Tanaan JungleHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15421
2015-09-06DB/Misc: added missing creature queststarter/ender in Nagrand (Draenor)Helias
Closes https://github.com/TrinityCore/TrinityCore/issues/15427
2015-09-06DB/Misc: added missing creature queststarter/ender in Shadowmoon Valley ↵Helias
(Draenor) Closes https://github.com/TrinityCore/TrinityCore/issues/15428
2015-09-06DB/Misc: added missing creature queststarter/ender in TaladorHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15431
2015-09-06Core/PacketIO: Corrected data sent in SMSG_LOOT_RESPONSEShauren
Closes #15438
2015-09-05DB/Quests: Updated quest_template up to 6.2.2Vincent-Michael
2015-09-05Core/PacketIO: Fix chat message opcodes for 6.2.2Vincent-Michael
2015-09-05Core/PacketIO: Updated TutorialAction enum for 6.2.2Vincent-Michael
2015-09-05Core/PacketIO: Updated base build for pkt logVincent-Michael
2015-09-05DB/Hotfixes: Updated broadcast_text to patch 6.2.2Vincent-Michael
2015-09-05DB/Bnet: Fix typo in 663cff2195900fe4cf24473a25eec7613a163bd1Vincent-Michael
2015-09-05Core: Updated to 6.2.2.20444.Shauren
* This includes all known packet structures, nothing has been disabled. * worldserver still expects 6.2.0 DBC/DB2 files - do not reextract
2015-09-04Core/DBLayer: Allocate a single buffer for entire prepared result set ↵Shauren
instead of separate ones for each field
2015-09-03DB/Misc: added missing creature queststarter and questender in AshranHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15415
2015-09-03Core/Auras: Warning fixShauren
2015-09-03DB/Misc: fix missing creature queststarter and questender in AshranHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15386
2015-09-02Core/DataStores: Corrected memory allocation for DB2 files. Non-localized ↵Shauren
strings no longer reserve memory for all locales
2015-09-02Core/Spell: don't interrupt spells with attribute SPELL_ATTR8_RAID_MARKERMitchesD
* needed for example when creating heirlooms from collection (or when upgrading)
2015-09-01Core/Spells: Extended spell required shapeshift masks to 64 bits and defined ↵Shauren
a new spell attribute
2015-09-01Core/DB2Structure: Add missing include that triggers compile error when ↵StormBytePP
including it but no Util.h first. (it uses flag128 from Util.h)
2015-08-31Core/Spells: Fix Tauren and Night Elf Moonkin formThomas33
Closes #15392 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2015-08-31DB/SAI: Swamp of SorrowsKillyana
Closes #15369 Updates #15127 Author: @cooler-SAI
2015-08-31Core/DataStoresShauren
* Changed loading dbc/db2. Worldserver no longer accepts dbc and db2 files directly inside '/dbc/*/ folder but expects them to be structured exactly as mapextractor creates them 'dbc/locale/*' * Fixed loading locale db2 files if they were not placed in root dbc directory Tools/Mapextractor: Fixed extracting locale dbcs It is recommended to re-extract dbc files by running 'mapextractor -e 2' instructing the tool to only create dbc/db2 files skipping maps.
2015-08-30Build fixesShauren
2015-08-30Core/Players: Implemented serverside validation of reserved/profane namesShauren
Closes #15357 New library dependency: Boost.Regex
2015-08-29Core/Players: Fixed warnings about incorrect creator guid when loading void ↵Shauren
storage
2015-08-29Core/Unit: Prevent AoE damage to have effect in some cases when faction is ↵StormBytePP
unfriendly but they don't attack you and you don't have at war enabled (Example, Sporaggar faction) Fixes #15374
2015-08-29Core/Vehicles: Fix CanEnterOrExit by implying that if a vehicle seat have ↵StormBytePP
anim for enter/ride means it can be entered/exited even in cases where it lacks VEHICLE_SEAT_FLAG_CAN_ENTER_OR_EXIT flag
2015-08-28Merge pull request #15359 from pete318/map_instance6xShauren
Core/Maps: Prevent assert when entering instance on second character with corpse inside.
2015-08-27DB/Misc: Fix missing creature questenderHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15294
2015-08-27Only read and delete from corpse table for current map instance. Not forpete318
all. Prevents assert stop upon entering an instance on second character after first one is a corpse in the same dungeon on different instance ID.
2015-08-27Core/DBLayer: Added compile time validation for prepared statement indexes ↵Shauren
passed to DatabaseWorkerPool::GetPreparedStatement turning mistakes like the one fixed in 0327927fa61434d432f9749fd9242ae5dce9a5cd into compiler errors.
2015-08-26Core/Player: fix typo in toyboxMitchesD
* it's kinda strange that it worked before, thanks @hondacrx for that catch
2015-08-26Core/DBLayer: Optimized prepared statement query results by eliminating ↵Shauren
unneeded buffer copies * Improved error logs for using incorrect Field getters to also include table name, field name and field index.
2015-08-26Core/Player: implemented ToyboxMitchesD
* now you can use all the things in toybox - add new toys, set them as favorite and use them
2015-08-25Core/Unit: Updated ReactStates for WoDVincent-Michael
2015-08-25Core/Misc: Fixed macro redefinition warnings when building for running under ↵Shauren
helgrind