aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-20Core/Items: Updated purchasing items from vendor, will no longer buy 20 ↵Shauren
stacks if item is sold in stacks of 20
2012-08-20Core/Items: Destroy only one item from stack when inserting a gem, not ↵Shauren
entire stack
2012-08-20Core/Items: Updated InventoryResult enumShauren
2012-08-20Core/Objects: Encapsulated Postion::m_orientation field to ensure it is ↵teyrnon
always normalized to 0-2pi range Closes #7400.
2012-08-19Core/Players: Fixed setting rune regen fields, thanks Lordron for noticingShauren
2012-08-19Merge pull request #7446 from Tuxity/druid_modelsNay
[434] Add new druid forms for trolls and worgens.
2012-08-19Merge pull request #7445 from Tuxity/direbear_formNay
[434] Dire Bear Form was removed in 4.0.1
2012-08-19Core/Players: Add new druid forms for trolls and worgens.Tuxity
2012-08-19Core/Players: Dire Bear Form was removed in 4.0.1Tuxity
2012-08-19Core/Auras: Refreshing a damage over time spell with one tick remaining will ↵Shauren
now cause it to join the new aura (SPELL_ATTR8_DONT_RESET_PERIODIC_TIMER)
2012-08-19Core/Quests: Fixed copy paste mistakeShauren
2012-08-19Core/Spells: Add totem models for goblinVincent-Michael
2012-08-18Core/Loading: Fixed a crash at char loginSubv
2012-08-18Core/Spells: Removed more spell obsolete codeSubv
2012-08-19Scripts/Zul Gurub: Fix map id in instance script for cataVincent-Michael
2012-08-18Core/Misc: Added research notes for one spell attributeShauren
2012-08-18Core/Misc:Vincent-Michael
* Fix warning * Fix codestyle in 1be45d1a0a759dbdb817ff3812015ecc1ea916ca#
2012-08-18Scripts/Zul Gurub: cleanup for cataVincent-Michael
2012-08-18Core/Entities: Spirit no longer affects HP regenSubv
2012-08-18Core/Quests: Split Flags and SpecialFlagsNay
2012-08-18Core/Misc: Corrected date sent for db reply when there are no hotfixesShauren
2012-08-18Core/Player: Fixed loading glyphsShauren
2012-08-18Core/Spells: Fixed adding extra periodic ticks from hasteShauren
2012-08-18Core/Misc: Use the proper EffectUnused handler for unused spell effectsSubv
2012-08-18Core/Auras: Removed unused aura typesSubv
2012-08-18Core/Entities: Intellect no longer affects mana regenSubv
2012-08-18Core: Fix build and cleanup whitespace and double semicolonNay
2012-08-18Core/Vendor: Verify if the player has enough currency when buying ↵Nay
items/currency with extendedcost
2012-08-18Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Entities/Item/ItemEnchantmentMgr.cpp src/server/game/Events/GameEventMgr.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Guilds/GuildMgr.cpp src/server/game/Loot/LootMgr.cpp src/server/game/Server/WorldSocket.cpp src/server/game/Spells/SpellMgr.cpp src/server/worldserver/worldserver.conf.dist
2012-08-18Core/Entities: Update attack power calculation based on what's found on the ↵Subv
client.
2012-08-18Core/Entities: A little update to the Hp per stamina formulaSubv
2012-08-18Core/Entities: Update health bonus from stamina to use DBC valuesSubv
2012-08-18Core/Auras: Reverted part of f82851a3a8ff8dbebebe96a52b3148aa95768ca2 - that ↵Shauren
calculation is incorrect
2012-08-18Core/Loading: Do not validate fields QuestGiverPortrait nor QuestTurnInPortraitNay
These fields do not have to exist server-side
2012-08-18Core/Spells: Removed more deprecated spells codeSubv
2012-08-18Merge pull request #7435 from zorix/PR1Nay
Core/Spells: Check for Bane spells should be before check curse because Bane have dispel type Curse
2012-08-18Core/Spells: Check for Bane spells should be before check curse because Bane ↵zorix
have dispel type Curse
2012-08-18Merge pull request #7430 from Tuxity/banecurse_434Nay
[434] Banes and Curses
2012-08-18Core/Spells: Fix warlock banes and curses.Tuxity
2012-08-17Core/Spells: Cleanup some old codeSubv
2012-08-17Core/Spells: Fixed some aurasSubv
2012-08-17Core/Spells: Implemented the haste modifying auras.Subv
2012-08-17Core/Spells: Fixed scaling spells for lower levels (when cast time scales as ↵Shauren
well)
2012-08-17Core/Spells: More spells cleanupSubv
2012-08-17Core/Spells: Removed more deprecated spells codeSubv
2012-08-17Core/Spells: Removed some more deprecated spells codeSubv
2012-08-17DB/Spells: Fix a typo in 7b9ed5afdd4888339aa98d83b547006ea2d21375 (thx ↵Vincent-Michael
Destalker)
2012-08-17Core/Players: Implemented rune regen scaling with haste.Tuxity
Closes #7413.
2012-08-17Better way to fix some of the warnings of the previous commitSpp
2012-08-17Core/Logging: Restore dumping packets in binary formatSpp