aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-18Core/Spells: Check for Bane spells should be before check curse because Bane ↵zorix
have dispel type Curse
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-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: Fix compile (Thanks to Sovak for reporting). Remove many warnings and ↵Spp
Fix possible out of bounds access to Void storage
2012-08-16Core/Spells: Removed more deprecated spells codeSubv
2012-08-16Core/Spells: More cleanup of deprecated spells codeSubv
2012-08-17Core/Spells: Fixed a mistake in obtaining class for scaling, also fixed ↵Shauren
crash in feral damage calculations
2012-08-16Core/Player: Instead of not saving eclipse power, set it to 0 on player load ↵Greymane
(shauren's idea, blame him =D) Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-08-17Core/Spells: Implemented spell level scalingShauren
2012-08-16Core/Logging: Change a few more logging messages to LOG_FILTER_SERVER_LOADINGNay
consistency!
2012-08-16Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Events/GameEventMgr.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Spells/SpellMgr.cpp src/server/worldserver/worldserver.conf.dist
2012-08-16Core/Spells:Greymane
* Implemented aura 328 SPELL_AURA_PROC_ON_POWER_AMOUNT. * Added eclipse power energize handling. Closes #7417
2012-08-16Core/Items: Fixed transmogrifying chest pieces (robe/chest have different ↵Shauren
inventoryType)
2012-08-16Core/Items: Fixed disenchantingShauren
2012-08-16Core/Players: Set PLAYER_PROFESSION_SKILL_LINE_1 fields not only when ↵Shauren
loading from db
2012-08-16Core/Players: Updated size of exploration fieldsShauren
2012-08-16Scripts/Commands: Fixed remaining crashes caused by removal of dbc localesShauren
2012-08-16Core/Stats: Correct druid weapon damage formula, and fix a small mistake.Tuxity
Thx to @cocolino for the help.
2012-08-16Core: Fix buildNay
2012-08-16Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/AI/EventAI/CreatureEventAIMgr.cpp src/server/game/DataStores/DBCStores.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/World/World.cpp src/server/scripts/Commands/cs_misc.cpp src/server/worldserver/worldserver.conf.dist
2012-08-16Core/Spell: Update some comments in SpellEffect enumNay
2012-08-16Core/Logging: Remove recently added "outOpCode" with ↵Spp
outInfo(LOG_FILTER_OPCODE... (There is no need to create new function) Also, set config options to behave like old log system by default
2012-08-16Core/Logging: Set config options to behave like old log system.Spp
2012-08-16Core/Loading: Re-enable Server loading logSpp
2012-08-15Core/Spells: Cleaned up more deprecated spells codeSubv
2012-08-15Core/Stats: Fix a damage bug when you go into a druid's formTuxity
2012-08-15Core/Players:Tuxity
- Power regeneration is now affected by haste. Patch by @Greymane. - Ticks of DoT and HoT spells are now affected by haste.
2012-08-15Misc: CRLF to LF, whitespace cleanup and tabs to spacesNay
2012-08-15Core/Loading: Fix a field type when loading reputation_spillover_templateNay
Also whitespace cleanup
2012-08-15Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/shared/Logging/Appender.h src/server/worldserver/worldserver.conf.dist
2012-08-15Core/Logging: Added documentation about this systemSpp
- Restored old CharDump (LOG_FILTER_PLAYER_DUMP) but disabled by default. - "%s" is now used to set dynamic file names, only used by GM commands and Player dump
2012-08-15Core&DB: Increase the size of MinLevel and MaxLevel to int16Nay
2012-08-15Core/Spells: Updated mount cast checkShauren
2012-08-15Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-15Core/Items:Nay
- Update some ItemPrototype enums - Merge armor and weapon vellum into a single subclass - Fix tackler bags
2012-08-15Core/Logging: Fix crash on authserver shutdownSpp
Closes #7365 Closes #7325
2012-08-14Merge pull request #7403 from Tuxity/4.3.4Nay
[434] Attack power formula and druid typos
2012-08-15Core/Opcodes: Fix compiler error in GCCNay
Thanks Nevan Closes #7404
2012-08-15Core/Stats:Tuxity
- Update dodge base, parry cap and dodge cap values to cataclysm. - Remove useless function since defense skill was remove in 4.0.1
2012-08-15Core/Stats: Update formula of min/max weapon damages in feral form.Tuxity
2012-08-15Core/Stats: Feral attack power doesn't exist since 4.0.1Tuxity
2012-08-15Core/Stats: Update AttackPower to cataclysm.Tuxity