Commit Graph

25697 Commits

Author SHA1 Message Date
jackpoz 5dfd07fa4f Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-01-18 18:30:34 +01:00
Kinzcool dfa0f2a253 Core/Misc: Made GetExpansionForLevel return current expansion for all creatures higher than the last one 2015-01-17 14:37:42 -05:00
Shauren caa2be3ae9 Tools/Extractors
* Modified dbc list to include all gametables found in GameTables.dbc, in case they exist...
* Extractor always tries to extract both dbc and db2 extensions
2015-01-17 20:35:16 +01:00
Shauren a910858ee5 Core/Misc: Load all rows from gtOCTLevelExperience.dbc into xp per level storage regardless of configured max level 2015-01-17 20:08:22 +01:00
Shauren 58d75eda3a Core/Commands: Added "createGameAccount" argument to .bnetaccount create command (default true) to opt out of creating the initial game account 2015-01-17 20:03:39 +01:00
z0ldrax 17039cd922 Merge pull request https://github.com/TrinityCore/TrinityCore/pull/13650
RandomMovementGenerator - no need for extra complexity in computing height

(cherry picked from commit 1b9aca10c7)
2015-01-17 18:48:54 +01:00
Shauren e07054ff2d Build fix 2015-01-17 18:31:09 +01:00
Shauren 8a30b70a20 Core/DataStores: Optimized memory usage for DB2Storage 2015-01-17 17:59:13 +01:00
Shauren 1c7d25238b Warning fix 2015-01-17 17:58:49 +01:00
jackpoz 6df3f795ba Core/Aura: Replace assert with logged error for invalid AuraRemoveMode
Fix AuraScript::Remove() triggering an assert with default parameter and log an error when Aura is removed with invalid mode AURA_REMOVE_NONE instead of triggering an assert deep down in the call tree.
Fix https://github.com/TrinityCore/TrinityCore/issues/714 , triggered by spell 50240 "Evasive Maneuvers" script

(cherry picked from commit 9ea93eae33)
2015-01-17 17:46:22 +01:00
jackpoz aca47618d2 Core/Dep: Remove unneeded recast files
(cherry picked from commit 6390e6a4cc)
2015-01-17 17:27:04 +01:00
Kinzcool 0425ab2047 Core/Misc: Readded a rounding that vanished 2015-01-16 22:21:50 -05:00
joschiwald 36e50ff8ae Core/Opcodes: sync with wpp 2015-01-17 03:55:29 +01:00
Kinzcool b21c346658 Core/Misc: Implemented leveling/killing experience loading from gtOCTLevelExperience.dbc
* Updated the xp formula to Warlords of Draenor
2015-01-16 21:46:00 -05:00
projectcoredevs e9187b5c55 Core/Packet: Update some AH, BM and banker opcodes
Closes #13923
2015-01-16 23:16:33 +00:00
Shauren 469b836114 Core/Auras: Fixed saving all aura effect values to database 2015-01-16 23:32:41 +01:00
cemak 44b2e52021 Core/Loot: Implement CMSG_LOOT_MONEY, CMSG_LOOT_RELEASE, SMSG_COIN_REMOVED, SMSG_LOOT_MONEY_NOTIFY 2015-01-16 19:33:21 +02:00
Duarte Duarte 1406536a2c Merge pull request #13763 from et65/6.x
Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some locales.
2015-01-16 13:47:39 +00:00
Intel dc9ce43c45 Core/Loot: Implemented SMSG_LOOT_RESPONSE, SMSG_LOOT_REMOVED, CMSG_AUTOSTORE_LOOT_ITEM
AoE looting is work in progress.
2015-01-15 22:37:10 +02:00
Walkum 8e95ca9c57 Core/Player: Fixed Pandaren language
Closes #13910
2015-01-15 17:02:52 +00:00
Duarte Duarte 38d83f8f5f Merge pull request #13913 from Mogadischu/corpse
Core/PacketIO: Updated corpse related packet structures
2015-01-15 16:34:17 +00:00
Mogadischu c2722959a9 Core/PacketIO: Updated corpse related packet structures 2015-01-15 02:25:19 +01:00
Shauren 062efd94dd Build/GCC: Compile fix (works with PCH, NOPCH not tested) 2015-01-14 18:49:45 +01:00
Shauren e23d95c4c6 Core/PacketIO: Removed depracated opcode 2015-01-13 16:44:05 +01:00
Nayd f9088da715 Core/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask
Closes #13892
2015-01-13 01:12:53 +00:00
Unholychick 0eb025512d Scripts/Spells: Update several Death Knight spell scripts
New Scripts:
Army Transform
Festering Strike
Glyph of Death's Embrace
Glyph of Foul Menagerie
Glyph of Runic Power
Glyph of the Geist
Glyph of the Skeleton
Periodic Taunt
Soul Reaper
Unholy Blight

Updated to 6.x:
Anti-Magic Shell
Blood Boil
Death and Decay
Death Coil
Death Pact
Death Strike
Icebound Fortitude
Raise Dead
Vampiric Blood
Will of the Necropolis

Deprecated and removed Scripts:
spell_dk_anti_magic_shell_raid
spell_dk_anti_magic_shell_self
spell_dk_anti_magic_zone
spell_dk_blood_gorged
spell_dk_butchery
spell_dk_death_strike_enabler
spell_dk_improved_blood_presence
spell_dk_improved_frost_presence
spell_dk_improved_unholy_presence
spell_dk_necrotic_strike
spell_dk_pestilence
spell_dk_presence
spell_dk_rune_tap_party
spell_dk_scent_of_blood
spell_dk_scourge_strike

Closes #13759
2015-01-12 23:49:19 +00:00
Shauren 3519f14b23 Core/Player: Fixed character creation, for real this time 2015-01-12 23:37:59 +01:00
Shauren aff40d741e Core/Quests: Send completed quest data on login 2015-01-12 23:16:14 +01:00
Shauren 590693eb91 Core/Groups&Players: Fixed saving/loading after difficulty changes 2015-01-12 20:33:50 +01:00
Duarte Duarte d874bf0c74 Update README.md
Add labels for how long in average it takes for an issue or PR to be merged.

http://www.issuestats.com/github/TrinityCore/TrinityCore
2015-01-12 19:10:40 +00:00
Hanfblatt 377eedb69c DB/Players: Major update to player_levelstats
Closes #13823
2015-01-11 23:02:20 +00:00
Nayd 31e3dc2e75 Dep/CascLib: Update to https://github.com/ladislav-zezula/CascLib/commit/5d3789af3435534c288c2145e158d422651c7fe1
Closes #13866
2015-01-11 23:02:19 +00:00
Duarte Duarte 8bbd9133d5 Tools/ConnectionPatcher: Fix a typo when checking if moduleName dir exists
Thanks to @ChipLeo
Ref #13866
2015-01-11 22:00:55 +00:00
AriDEV 6cfa0e6d85 DB/Players: Add playercreateinfo data for races 25 and 26 (Pandaren non-neutral) 2015-01-11 19:43:06 +00:00
Nayd a7b4922528 DB/Schema: Boost stats in player_levelstats from tinyint to smallint
Needed to accommodate base stats higher than 255

Ref #13823
2015-01-11 19:35:24 +00:00
joschiwald e34b2ae663 Core/Spells: fixed Shatter crit chance modifier 2015-01-11 12:39:33 +01:00
Kinzcool 4d033eaa89 Core/Entities: Load creature health points from the Gt DBCs 2015-01-10 18:31:41 -05:00
MitchesD 82e5d18893 Scripts/Misc: some random changes after recent commits and cleanup
(cherry picked from commit f94cfc6577)
2015-01-10 23:01:41 +01:00
Shauren 2dfd1594cd Core/Players: Fixed loading and saving skill data PK violations 2015-01-10 20:59:08 +01:00
Shauren ec5800c845 Core/PacketIO: Reenabled most opcodes for WorldSession::DosProtection::GetMaxPacketCounterAllowed 2015-01-10 20:57:53 +01:00
Nyeriah bd5c7cc637 Scripts/BlackfathomDepths: Convert bosses to EventMaps/BossAI and clean up instance script
(cherry picked from commit 1852d7d2f7)
2015-01-10 03:41:05 -02:00
Nyeriah 6aac2bf2a7 Scripts/HellfireRamparts: Remove the spawning of the Reinforced Fel Iron chest from scripts
Updates #13747

(cherry picked from commit 9c9e5abca3)
2015-01-10 03:37:43 -02:00
Rushor f66596a335 Scripts/Stratholme: Move Maleki the Pallid to Eventmaps
Closes #13871

(cherry picked from commit db849e7fcc)
2015-01-10 05:20:36 +00:00
projectcoredevs 039cf60d11 Core/Packet: Update structure for SMSG_ITEM_TIME_UPDATE
Closes #13855
2015-01-10 05:14:39 +00:00
Nayd f4047d5b31 DB: Update playercreateinfo
Closes #13837
2015-01-10 05:04:44 +00:00
AriDEV aafceb2a93 DB/Instances: Add areatrigger teleports for MoP instances entrances and exits
Closes #13873
2015-01-10 04:09:09 +00:00
AriDEV 8db73ccfd5 DB/Achievements: Achievement Reward: "You'll Get Caught Up In The... Frostfire!"
After Complete of The Achievement "You'll Get Caught Up In The... Frostfire!"
Players get a Reward mail with Text From Draka with the Subject "The Frostwolves Thank You"

Closes #13587
2015-01-10 03:36:01 +00:00
AriDEV 88efa5181e DB/Instances: Add instance templates for MoP and WoD
Closes #13819
Ref #13873
2015-01-10 03:33:29 +00:00
AriDEV 49b4c6ec79 DB/Mail: Lucky Red Envelope Mail
Since 2012, This item is not posted per Mail anymore, instead of Mail Spam its rewarded directly from Quest.

Closes #13570
2015-01-10 03:14:23 +00:00
Shauren faa583c784 Core/Maps: Updated map difficulties 2015-01-10 01:35:47 +01:00