Commit Graph

17064 Commits

Author SHA1 Message Date
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
Nay
137d973e5d Merge pull request #7411 from Tuxity/4.3.4
[434] Correct 2 typos
2012-08-16 04:23:16 -07: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
Nay
a465a43da0 SQL: Move all world sql updates to /old/ directory. Base DB is available in https://github.com/TrinityCore/TrinityCore_4.3.4_DB_Alpha
From now on, this repository should only contain core related sqls
Aforementioned repository will be synced with this one from time to time and will include DB related content
2012-08-16 00:07:29 +01: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
Nay
fe0edb08f0 Merge pull request #7407 from Tuxity/4.3.4
[434] Haste
2012-08-15 13:53:37 -07: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
Nay
0289f2e1bb DB/Schema: Change RewardFactionValueIdOverride to int(11)
Core change is not needed, it's reading an Int32 already
2012-08-15 20:51:28 +01:00
Nay
1cca24440b DB/Schema: Remove a meaningless index in quest_poi, update PKs for npc_vendor tables 2012-08-15 19:11:45 +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
a29a79e6d7 SQL: Comment out a sql file that would error with sql-mode strict 2012-08-15 18:12:18 +01: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
Tuxity
d0923e6dae Core/Stats: Update AttackPower to cataclysm. 2012-08-15 00:36:53 +02:00
Vincent-Michael
a306d39bb4 Core/Scripts: Missing change from previous commit 2012-08-15 00:06:19 +02:00
Vincent-Michael
bddaf9b3a4 Core/Scripts: Fix uninitialized variable in boss_akilzon 2012-08-14 23:58:08 +02:00
Vincent-Michael
302051da3d Core/Scripts: Fixed more uninitialized variables 2012-08-14 23:46:42 +02:00
Shauren
b8bb828b03 Core/Misc: Updated TOTAL_SPELL_TARGETS to 4.3.4 2012-08-14 23:21:07 +02:00
Vincent-Michael
0f40869627 DB/Creature: Add Missing spawn for Mistcaller Soo-gan 2012-08-14 20:15:27 +02:00
Nay
c0adf370e5 Core/Vendors: Add currencies to vendors
npc_vendor table gets a new field, type (1 is item, 2 is currency)
for type 1 fields still mean the same, for type 2 maxcount is buycount (without any "precision")

changed structure of SMSG_UPDATE_CURRENCY(_WEEK_LIMIT) but not enabled, wrong values are being wrongly calculated
2012-08-14 18:11:06 +01:00
Nay
79a2165e27 Merge pull request #7398 from Vincent-Michael/onyxiaCreatureText
Scripts/Onyxias Lair: Convert script_texts in creature_text
2012-08-14 09:39:50 -07:00
Vincent-Michael
a896fa8e76 Scripts/Onyxias Lair: Convert script_texts in creature_text 2012-08-14 18:10:54 +02:00
Shauren
e761458b24 Core/Taxi: Updated taxi mask building 2012-08-14 15:29:43 +02:00
Nay
a768bba3c6 Core: Add enum for currency flags, update MAX_VENDOR_ITEMS and fix build 2012-08-14 02:56:45 +01:00
Subv
df073d3d69 Core/Spells: Finished cleanup in Unit::HandleDummyAuraProc 2012-08-13 19:16:14 -05:00