Commit Graph

25828 Commits

Author SHA1 Message Date
Duarte Duarte
709275eecb Core/Spells: Fix a float division issue in EffectLeapBack
Ref Coverity CID 1227511
2015-02-15 15:01:36 +00:00
Duarte Duarte
e68ca82d4d Core/Server: Catch exceptions in int main()
The exceptions is rethrown on debug mode.

Ref Coverity CID 1010213, 1022574, 1227501, 1227502,
1227503, 1227504, 1227505, 1254536 and 1254612
2015-02-15 14:56:12 +00:00
Duarte Duarte
ad53be7081 Core/Guild: Fix crash on guild creation
Closes #14140
2015-02-15 02:40:00 +00:00
Duarte Duarte
6672642ee6 Merge pull request #14150 from Golrag/CombatPackets1
Core/Opcodes:
2015-02-14 19:00:46 +00:00
Golrag
7eb02e945f Core/Opcodes:
* SMSG_POWER_UPDATE
* CMSG_SET_SHEATHED
* SMSG_ATTACKSTOP
2015-02-14 17:09:02 +01:00
joschiwald
e8c7d47641 Scripts/FoS: improved bronjahm encounter, thanks @Grimton1337, @tkrokli
Closes #14130

(cherry picked from commit 6dfc35d13c)
2015-02-13 21:22:25 +01:00
Duarte Duarte
2b60b7e07d Core/Packets: Re-add handlers removed by mistake in bc0c0ae 2015-02-13 19:26:35 +00:00
Duarte Duarte
71f3642bdc Rename SQLs added in commit bc0c0ae 2015-02-13 18:56:44 +00:00
Mogadischu
bc0c0ae2a3 Core/Guild: Updated and enabled most previously implemented guild and petition related packets
Merged from https://github.com/Mogadischu/TrinityCore/commits/guild

Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com>
2015-02-13 18:32:36 +00:00
Nyeriah
69104cfa2a Scripts/ForgeOfSouls: Fix an indentation issue on Bronjahm's script
(cherry picked from commit 69d016d0fe)
2015-02-13 03:32:29 -02:00
Duarte Duarte
f68473aeff Core/Packets: Fix and enable CMSG_BUY_ITEM, SMSG_BUY_FAILED and SMSG_BUY_SUCCEEDED
Closes #14127
2015-02-13 00:45:39 +00:00
Shauren
40dcc170d9 Core/Items: Defined a few new item flags 2015-02-12 23:17:28 +01:00
Duarte Duarte
c29aebfc2c Core/Spells: Refactor code changed in 8c49d204c3 2015-02-12 22:08:17 +00:00
Duarte Duarte
8c49d204c3 Core/Packets: Write targets (hit & miss) to SMSG_SPELL_GO
Fixes most spell visuals.

Also write explicit basic types in SpellPackets (cosmetic)
2015-02-12 20:02:37 +00:00
Aokromes
18dc739e47 DB/Quest: Your Place In The World
By timsar2 & Gooyeth, closes #13864
2015-02-12 15:02:15 +01:00
Duarte Duarte
97e62c0ea5 Core/Packets: Update and enable CMSG_GOSSIP_SELECT_OPTION, SMSG_BINDER_CONFIRM, SMSG_GOSSIP_COMPLETE and SMSG_PLAYER_BOUND
Fixes #14115
2015-02-12 04:23:19 +00:00
Duarte Duarte
20aa605485 Core/Packets: Update and enable CMSG_USE_ITEM
Ref #14115
2015-02-12 02:37:42 +00:00
Duarte Duarte
6678635cc7 Core/Packets: Update and enable SMSG_COOLDOWN_EVENT
Fix build.
2015-02-11 23:09:56 +00:00
Duarte Duarte
cbfe638fa5 DB/Auth: Remove auto_increment value from auth_database.sql 2015-02-11 22:54:06 +00:00
Duarte Duarte
f4b74f8f1f Merge pull request #14106 from Noeliel/3.3.5
Scripts/ScarletEnclave: Add missing WorldObject parameter for Talk() ove...
(cherry picked from commit f961c06612)
2015-02-11 20:39:49 +00:00
Duarte Duarte
102d03b025 Merge pull request #13963 from tkrokli/3.3.5
Fix Cooldown for Raise Dead (Ghoul)
(cherry picked from commit 1d627ca1ea)
2015-02-11 20:39:09 +00:00
jackpoz
582313e545 Merge PR #14059 from 'Rochet2/ahbot_buyer' into 3.3.5
(cherry picked from commit b69fd4ac68)

Conflicts:
	src/server/game/AuctionHouseBot/AuctionHouseBotBuyer.cpp
2015-02-11 19:27:44 +00:00
Duarte Duarte
06c7de4178 Merge pull request #14098 from ariel-/arenacd
Arena Spells Reset Cooldown micro correction
(cherry picked from commit a3bc75b7b9)
2015-02-11 18:41:20 +00:00
Orphus
c4d81aa42d DB/PlayerStats: Corrections to intellect between levels 10 and 19 2015-02-11 16:47:23 +00:00
Nayd
49e8381a90 Tabs to spaces and whitespace cleanup 2015-02-11 16:47:23 +00:00
Duarte Duarte
a4d03a5ed1 Merge pull request #14099 from flippy84/fixes
Stat fixes
2015-02-11 16:44:06 +00:00
Duarte Duarte
7257c81b16 Merge pull request #14097 from flippy84/hp_fix
Fix health calculation.
2015-02-11 15:32:23 +00:00
Shauren
c9ca81f806 Core/Auth: Fixed clients being disconnected if taking too long to select game account for login
Closes #13782
2015-02-11 15:35:51 +01:00
Ante
3f8fea9b5f Stat fixes 2015-02-10 21:47:28 +01:00
Ante
1abfe99055 Fix health calculation. 2015-02-10 15:55:36 +01:00
Shauren
36963f2442 Core/Items: Defined all item modifiers 2015-02-09 13:12:40 +01:00
jackpoz
27e71f1805 Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-02-08 21:04:20 +01:00
joschiwald
bbce7d0342 Core/Items: fixed AuctionHouse and GuildBank items from DB 2015-02-08 20:02:04 +01:00
jackpoz
e6f26cfb1f Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity.
Rename SpellMgr::EnsureSpellInfo() to SpellMgr::AssertSpellInfo() to be consistent with other similar methods.
2015-02-08 19:40:03 +01:00
jackpoz
4ba22c5eaf Tools/MapExtractor: Fix crash when passing an invalid input path
Fix unhandled exception happening when passing an invalid path as -i argument.
2015-02-08 17:07:10 +01:00
Gacko
52125216ce Fix non pch build. ffs... 2015-02-08 16:44:25 +01:00
Shauren
a043d539f0 Core/Spells: Implemented SpellLearnSpell.db2 for auto learning linked spells 2015-02-08 16:23:31 +01:00
Nyeriah
e6eadc1f3b Scripts/SunwellPlateau: Fix a typo that caused M'uru's phase transition to fail on some rare cases
(cherry picked from commit 1e3247f00e)
2015-02-08 03:45:10 -02:00
joschiwald
116f5677c8 Fixed build 2015-02-08 03:07:13 +01:00
joschiwald
e01bb91887 Core/Packets: updated some contactlist packets 2015-02-08 02:51:49 +01:00
joschiwald
8fd7f80b6b Merge pull request #14063 from Carbenium/mail-fix
Core/Packets: Fix MailListEntry structure
2015-02-07 23:39:37 +01:00
Carbenium
5a9e23779b Core/Packets: Fix MailListEntry structure 2015-02-07 23:23:03 +01:00
Duarte Duarte
9d25e8970b Merge pull request #14025 from Carbenium/mail-1
Core/Packets: Implement all mail system relevant packets
2015-02-07 13:59:31 +00:00
Carbenium
829e11b662 Core/Packets: Implement all mail system relevant packets
Thanks @joschiwald, @DDuarte and @Warpten
2015-02-07 12:43:25 +01:00
Gacko
04ad137304 Fix non pch build 2015-02-06 22:19:53 +01:00
joschiwald
de3d20a945 DB: fixed The Brewmaiden SAI 2015-02-06 03:09:01 +01:00
jackpoz
919ab9157e SQL: Make sure the correct world db is select when executing SQL update scripts
Make sure script 2014_12_25_00_hotfixes_locale_broadcast_text.sql affects the correct world database version "TDB 6.00". This fixes an issue where the script would drop table "locales_broadcast_text" from a world database of another version (335, 434).
Issue added in df444890da
2015-02-05 21:44:57 +01:00
Shauren
9db2e6dbbe Core/Players: Updated player byte field offsets 2015-02-05 20:52:51 +01:00
joschiwald
f9c51b2c7d Made compiler happy 2015-02-05 20:35:44 +01:00
joschiwald
be6b1f5251 Core/Packets:
- updated who packets
- fixed typos from previous commits
2015-02-05 20:18:32 +01:00