Commit Graph

21415 Commits

Author SHA1 Message Date
Shauren
2ebf3fc44b Core/PacketIO: Removed handler for another opcode that doesn't exist anymore 2015-12-21 23:20:00 +01:00
Shauren
ef91ba9517 Core/Spells: Fixed a crash when npc casts a spell with SpellLevel = 0 and SPELL_ATTR0_LEVEL_DAMAGE_CALCULATION attribute
Closes #16072
2015-12-20 12:44:14 +01:00
Shauren
67c57c4b5b Core/PacketIO: Updated and enabled /mountspecial packets 2015-12-19 23:43:39 +01:00
Gacko
6969bfc274 Config/BNetServer: Rename yet unused config key to match others. 2015-12-19 13:40:05 +01:00
Gacko
eebb47bc93 Config/BNetServer: Move Wrong.Password.Login.Logging to Auth Server Settings section. 2015-12-19 13:35:34 +01:00
Shauren
642bd1a76d Core/PacketIO: Removed handler for an opcode that no longer exists 2015-12-18 21:46:58 +01:00
Shauren
84609efb46 Core/PacketIO: Updated and enabled CMSG_CANCEL_CHANNELLING 2015-12-17 23:10:00 +01:00
Software Engineer
0d8b5c2142 Server/ObjectMgr: Added Error Log And Server Shutdown At ID Overflow 2015-12-16 18:55:01 +01:00
Shauren
0d9fe2222b Core/PacketIO: Updated and enabled CMSG_CALENDAR_COMPLAIN 2015-12-14 20:21:17 +01:00
Shauren
882c9ce981 Core/Players: Updated base mana regen 2015-12-13 20:04:34 +01:00
Gacko
626560385c Fix non pch build. 2015-12-13 12:55:25 +01:00
Carbenium
c7e58e4db1 Tools/MapExtractor: Fix a warning reported by gcc 4.9
/var/lib/jenkins/jobs/tc_335_release_gcc49/workspace/src/tools/map_extractor/System.cpp:113:25: error: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
             chdir("../");

*NO reextraction of dbcs/maps needed*
Binary compatibility is ensured

(cherry picked from commit f0c7061f0b)

Conflicts:
	src/tools/map_extractor/CMakeLists.txt
	src/tools/map_extractor/System.cpp
	src/tools/map_extractor/loadlib.cpp
	src/tools/map_extractor/loadlib/loadlib.h
	src/tools/map_extractor/mpq_libmpq04.h
2015-12-13 09:47:20 +01:00
jackpoz
880b08d3a9 Merge pull request #15960 from panaut0lordv/6.x
Core/Misc: Character escaping is not necessary in MOTD config
2015-12-12 15:41:35 +01:00
jackpoz
b03d36d702 Merge pull request #15920 from Treeston/3.3.5-MCHotkeyPos
Unit/PossessBar: Fix spell ordering on possess bar
(cherry picked from commit c703e01471)
2015-12-12 03:26:54 +01:00
jackpoz
f6131af02b Merge pull request #15912 from Treeston/3.3.5-urandms
Core/Util: Add urandms(minMS, maxMS) helper
(cherry picked from commit c1b4cd21f3)
2015-12-12 03:26:31 +01:00
jackpoz
8ff2359b7d Merge pull request #15903 from tkrokli/remove_script_npc_anchorite_truuen
Core/Scripts: Remove deprecated script npc_anchorite_truuen

Remove deprecated script npc_anchorite_truuen replaced by SAI in 2cecc7b1f7

(cherry picked from commit 9020790db2)
2015-12-12 03:09:21 +01:00
jackpoz
5077363f51 Core/Player: Always allow accounts with RBAC_PERM_COMMAND_GM to enter instances on login
Always allow accounts with RBAC_PERM_COMMAND_GM to enter instances on login even if player had .gm off .
Send an ingame message to notify the user about the avoided kick.

(cherry picked from commit 5f917e2286)
2015-12-12 03:08:45 +01:00
jackpoz
baa52438e6 Scripts/EyeOfEternity: Fix crash
Fix crash happening when a player would kill a Melee npc on the disks during Malygos fight and mount it before it ended the waypoint path.
Close #15900

(cherry picked from commit 6e296ddaa2)
2015-12-12 03:08:16 +01:00
Shauren
04058052d3 Core/Misc: Build time improvement 2015-12-12 00:25:27 +01:00
Shauren
73a754b26c Core/Trade: Update TradeStatus enum for 6.2.3
Closes #15958
2015-12-11 23:08:23 +01:00
Shauren
d97bca2c9b Core/Taxi: Updated taxi enums for 6.2.3
Closes #15959
2015-12-10 19:52:51 +01:00
Shauren
4695e23491 Core/Auras: Defined new spell aura types 2015-12-09 01:33:37 +01:00
Cosmo Orzechovsky
c731bd5d59 Misc: Removed unneeded info about character escaping from .conf.dist and improved example MotD 2015-12-08 20:25:59 +01:00
Shauren
094f505e40 Core/Items: Fixed a possible crash with soulbound tradable items
Closes #15700
2015-12-08 18:02:10 +01:00
Shauren
93c4710c38 Added missing null checks to c488fb219a 2015-12-06 00:19:33 +01:00
Shauren
c488fb219a Core/Creatures: Implemented automatic detection of trigger models, their order in creature_template no longer matters 2015-12-05 18:47:35 +01:00
MitchesD
cdb5bd3eb7 Core/Conditions: extended CONDITION_NEAR_CREATURE, condition value 3 is now used to check for dead creature entries (0 - alive, 1 - dead)
* I used 0 for alive to avoid touching all conditions with this type
2015-12-03 21:37:33 +01:00
Shauren
9dde78716c Core/Spells: Extended .cheat cooldown command to also affect spells with charges 2015-12-03 00:08:44 +01:00
Shauren
b512569258 Core/Spells: Fixed mistake in building SetSpellCharges packet 2015-12-02 23:50:41 +01:00
Shauren
8524faae94 Scripts/Icecrown Citadel: Professor Putricide - fixed Expunged Gas damage formula
Closes #6396

(cherry picked from commit 94e4bddb90)
2015-12-01 19:27:52 +01:00
Shauren
3c1748d8bd Core/DataStores: Added assertion for wrong max difficulty value 2015-11-30 00:18:08 +01:00
Shauren
8dad53d226 Core/Misc: Updated TransferAbortReason enum 2015-11-29 22:01:20 +01:00
Shocker
e9a1db916e Core/Spells: Implement SPELL_AURA_MOD_SKILL_2 2015-11-29 19:27:29 +02:00
Shocker
802ebbe36a Core/Spells: Define some aura types 2015-11-29 19:17:56 +02:00
Shocker
cb911cad00 Core/RBAC: Fix revoking permissions 2015-11-29 18:08:06 +02:00
Shocker
f926f98039 Core/Spells: Define PROC_FLAG_JUMP 2015-11-29 18:07:46 +02:00
Shauren
14b8944aa2 Core/PacketIO: Updated LootSlotType
Closes #15890
2015-11-28 23:36:33 +01:00
Carbenium
c0c4ed7135 Misc: Fix some warnings reported by GCC 4.9 2015-11-28 01:02:13 +01:00
Shauren
d03ca37f10 Core/Players: Use constant gender from PLAYER_BYTES_3 where appropriate. 2015-11-27 21:53:27 +01:00
Carbenium
e4bdaa0110 Merge pull request #15889 from Zedron/6.x
Core/MMaps: Fixed mmap loading after recent format change
2015-11-25 00:46:52 +01:00
Zedron
32a82dc956 Core/MMaps: Fixed mmap loading
Bug introduced in 1d2aafd
2015-11-24 15:31:49 -06:00
Shauren
d5fb18d3c3 Core/Spells: Implemented scaling spell value with item level 2015-11-24 00:16:42 +01:00
Carbenium
0ffc89999e Fix build after recent cherry-picks 2015-11-23 10:32:28 +01:00
Kittnz
e6465b5cb6 Merge pull request #15884 from tkrokli/re-enable_flying_vehicles
Core/Creature: Flying vehicles able to fly again
(cherry picked from commit 38c44fad8d)
2015-11-23 10:12:12 +01:00
Carbenium
94b22d98be Merge pull request #15835 from ariel-/entry
Creature Addon should be updated when entry is changed.
(cherry picked from commit 52692c3f9d)
2015-11-23 10:11:58 +01:00
jackpoz
7e056e25c7 Core/Quest: Fix issues reported by static analysis
Coverity defect IDs: 1339309, 1339310

(cherry picked from commit fbaed38b5e)
2015-11-23 10:11:55 +01:00
jackpoz
27e65ad33a Core/Player: Fix issue reported by static analysis
Coverity defect IDs: 1010154

(cherry picked from commit 63f2675076)

Conflicts:
	src/server/game/Entities/Player/Player.cpp
2015-11-23 10:11:54 +01:00
MitchesD
843955b8bf Merge pull request #15732 from ShinDarth/reset-health-mana
Scripts/Duel: implement duel reset of health and mana and improve duel reset
(cherry picked from commit a1150ce20f)

Conflicts:
	src/server/game/Spells/SpellHistory.cpp
2015-11-23 10:11:53 +01:00
Shauren
7a55541387 Core/PacketIO: Fixed a few swapped opcodes 2015-11-23 00:23:36 +01:00
Shauren
15bccf510b Core/Logging: Build for packet log is now taken from realmlist table for the current realm, thanks @Aokromes for suggestion 2015-11-22 00:11:32 +01:00