Commit Graph

14054 Commits

Author SHA1 Message Date
Subv
c5929fa091 Core/Spells: Removed more deprecated spells code 2012-08-18 09:17:49 -05:00
zorix
819d79075e Core/Spells: Check for Bane spells should be before check curse because Bane have dispel type Curse 2012-08-18 15:43:05 +02:00
Tuxity
60e28bbc34 Core/Spells: Fix warlock banes and curses. 2012-08-18 12:04:52 +02:00
Subv
b55537e510 Core/Spells: Cleanup some old code 2012-08-17 21:12:10 -05:00
Subv
7e2c8f5ed9 Core/Spells: Fixed some auras 2012-08-17 20:57:39 -05:00
Subv
40cfb0fa85 Core/Spells: Implemented the haste modifying auras. 2012-08-17 18:06:29 -05:00
Shauren
d278fc725f Core/Spells: Fixed scaling spells for lower levels (when cast time scales as well) 2012-08-17 20:09:31 +02:00
Subv
19c67af6f5 Core/Spells: More spells cleanup 2012-08-17 12:24:21 -05:00
Subv
8a27cf327b Core/Spells: Removed more deprecated spells code 2012-08-17 09:48:53 -05:00
Subv
a96f695245 Core/Spells: Removed some more deprecated spells code 2012-08-17 09:01:48 -05:00
Tuxity
b3b10ccb5a Core/Players: Implemented rune regen scaling with haste.
Closes #7413.
2012-08-17 14:48:45 +02:00
Spp
9749fe55f8 Better way to fix some of the warnings of the previous commit 2012-08-17 14:30:10 +02:00
Spp
8da0bbdbb3 Core: Fix compile (Thanks to Sovak for reporting). Remove many warnings and Fix possible out of bounds access to Void storage 2012-08-17 10:25:29 +02:00
Subv
0499123f20 Core/Spells: Removed more deprecated spells code 2012-08-16 20:51:27 -05:00
Subv
9f989dbcda Core/Spells: More cleanup of deprecated spells code 2012-08-16 20:09:15 -05:00
Shauren
1acb3b4f1d Core/Spells: Fixed a mistake in obtaining class for scaling, also fixed crash in feral damage calculations 2012-08-17 00:24:50 +02:00
Greymane
00e81cd98a Core/Player: Instead of not saving eclipse power, set it to 0 on player load (shauren's idea, blame him =D)
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-08-16 23:19:47 +01:00
Shauren
f447403f6c Core/Spells: Implemented spell level scaling 2012-08-17 00:10:19 +02:00
Nay
69c74bb3c5 Core/Logging: Change a few more logging messages to LOG_FILTER_SERVER_LOADING
consistency!
2012-08-16 21:37:46 +01:00
Nay
21fb427ffc Merge remote-tracking branch 'origin/master' into 4.3.4
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-16 20:17:29 +01:00
Greymane
759e73c78f Core/Spells:
* Implemented aura 328 SPELL_AURA_PROC_ON_POWER_AMOUNT.
* Added eclipse power energize handling.

Closes #7417
2012-08-16 19:55:01 +01:00
Shauren
43bae31ff8 Core/Items: Fixed transmogrifying chest pieces (robe/chest have different inventoryType) 2012-08-16 20:11:30 +02:00
Shauren
69469d5295 Core/Items: Fixed disenchanting 2012-08-16 16:36:23 +02:00
Shauren
c27dfa224d Core/Players: Set PLAYER_PROFESSION_SKILL_LINE_1 fields not only when loading from db 2012-08-16 14:59:21 +02:00
Shauren
7cf825ffce Core/Players: Updated size of exploration fields 2012-08-16 14:58:55 +02:00
Shauren
21b1b72a6b Scripts/Commands: Fixed remaining crashes caused by removal of dbc locales 2012-08-16 13:27:54 +02:00
Tuxity
0187644a83 Core/Stats: Correct druid weapon damage formula, and fix a small mistake.
Thx to @cocolino for the help.
2012-08-16 13:18:59 +02:00
Nay
7dbacc278a Core: Fix build 2012-08-16 01:11:16 +01:00
Nay
b651b352ed Merge remote-tracking branch 'origin/master' into 4.3.4
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-16 00:36:50 +01:00
Nay
60e608417e Core/Spell: Update some comments in SpellEffect enum 2012-08-16 00:29:05 +01:00
Spp
50a271b81f Core/Logging: Remove recently added "outOpCode" with 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-16 01:26:47 +02:00
Spp
3c42401d66 Core/Logging: Set config options to behave like old log system. 2012-08-16 00:56:58 +02:00
Spp
8a1e7dd070 Core/Loading: Re-enable Server loading log 2012-08-16 00:23:44 +02:00
Subv
eb3ecac70f Core/Spells: Cleaned up more deprecated spells code 2012-08-15 17:22:58 -05:00
Tuxity
e5d43b9c59 Core/Stats: Fix a damage bug when you go into a druid's form 2012-08-15 22:49:44 +02:00
Tuxity
f82851a3a8 Core/Players:
- Power regeneration is now affected by haste. Patch by @Greymane.
- Ticks of DoT and HoT spells are now affected by haste.
2012-08-15 22:49:13 +02:00
Nay
ca2bc35713 Misc: CRLF to LF, whitespace cleanup and tabs to spaces 2012-08-15 21:30:55 +01:00
Nay
ca879e96b0 Core/Loading: Fix a field type when loading reputation_spillover_template
Also whitespace cleanup
2012-08-15 21:22:29 +01:00
Nay
9fcaeda097 Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/shared/Logging/Appender.h
	src/server/worldserver/worldserver.conf.dist
2012-08-15 21:14:21 +01:00
Spp
52a5991c12 Core/Logging: Added documentation about this system
- 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-15 19:58:02 +02:00
Nay
53a2b86228 Core&DB: Increase the size of MinLevel and MaxLevel to int16 2012-08-15 18:00:41 +01:00
Shauren
0e304fa98c Core/Spells: Updated mount cast check 2012-08-15 18:27:50 +02:00
Nay
c29eb1f87a Merge remote-tracking branch 'origin/master' into 4.3.4 2012-08-15 16:33:00 +01:00
Nay
efdaf2a300 Core/Items:
- Update some ItemPrototype enums
- Merge armor and weapon vellum into a single subclass
- Fix tackler bags
2012-08-15 16:31:34 +01:00
Spp
b77d88ec51 Core/Logging: Fix crash on authserver shutdown
Closes #7365
Closes #7325
2012-08-15 15:59:11 +02:00
Nay
d1eaf219c4 Merge pull request #7403 from Tuxity/4.3.4
[434] Attack power formula and druid typos
2012-08-14 16:51:08 -07:00
Nay
fcdadcd455 Core/Opcodes: Fix compiler error in GCC
Thanks Nevan

Closes #7404
2012-08-15 00:49:02 +01:00
Tuxity
9fc75cffc9 Core/Stats:
- 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-15 01:19:48 +02:00
Tuxity
40f6e1dd1e Core/Stats: Update formula of min/max weapon damages in feral form. 2012-08-15 00:58:31 +02:00
Tuxity
9818406555 Core/Stats: Feral attack power doesn't exist since 4.0.1 2012-08-15 00:48:30 +02:00