aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-12-31Core/Misc: Warning fixShauren
warning C4459: declaration of 'realm' hides global declaration
2015-12-30Core/PacketIO: Added new opcodeShauren
2015-12-29Core/Networking: Added safety checks against linking instance socket with ↵Shauren
incorrect/old session Ref #15892
2015-12-28AHBot item class modifiersAndrew Letson
Adds missing modifiers to worldserver.conf
2015-12-28Core/PacketIO: Corrected swapped opcode valuesShauren
2015-12-27Core/Misc: VS 2013 build fix - horrible hack.Shauren
2015-12-26Build fixShauren
2015-12-25Core/Creatures: Improved creature text selection to be "more random" instead ↵Shauren
of favoring first entry
2015-12-24Core/Utils: Moved rng functions to separate header and added utility ↵Shauren
functions to select a random element from a container where each element can have different chance of being selected
2015-12-23Core/PacketIO: Defined new known opcodesShauren
2015-12-22Core/PacketIO: Corrected orientation sent in teleport packetsShauren
Closes #16061
2015-12-21Core/PacketIO: Removed handler for another opcode that doesn't exist anymoreShauren
2015-12-20Core/Spells: Fixed a crash when npc casts a spell with SpellLevel = 0 and ↵Shauren
SPELL_ATTR0_LEVEL_DAMAGE_CALCULATION attribute Closes #16072
2015-12-19Core/PacketIO: Updated and enabled /mountspecial packetsShauren
2015-12-19Config/BNetServer: Rename yet unused config key to match others.Gacko
2015-12-19Config/BNetServer: Move Wrong.Password.Login.Logging to Auth Server Settings ↵Gacko
section.
2015-12-18Core/PacketIO: Removed handler for an opcode that no longer existsShauren
2015-12-17Core/PacketIO: Updated and enabled CMSG_CANCEL_CHANNELLINGShauren
2015-12-16Server/ObjectMgr: Added Error Log And Server Shutdown At ID OverflowSoftware Engineer
2015-12-14Core/PacketIO: Updated and enabled CMSG_CALENDAR_COMPLAINShauren
2015-12-13Core/Players: Updated base mana regenShauren
2015-12-13Fix non pch build.Gacko
2015-12-13Tools/MapExtractor: Fix a warning reported by gcc 4.9Carbenium
/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 f0c7061f0b6dbd739f98dd91ad471395343fa836) 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-12Merge pull request #15960 from panaut0lordv/6.xjackpoz
Core/Misc: Character escaping is not necessary in MOTD config
2015-12-12Merge pull request #15920 from Treeston/3.3.5-MCHotkeyPosjackpoz
Unit/PossessBar: Fix spell ordering on possess bar (cherry picked from commit c703e01471a3598f68051abb17e598e316b744ef)
2015-12-12Merge pull request #15912 from Treeston/3.3.5-urandmsjackpoz
Core/Util: Add urandms(minMS, maxMS) helper (cherry picked from commit c1b4cd21f3debc2eb5e462c5adce659b558c7dc9)
2015-12-12Merge pull request #15903 from tkrokli/remove_script_npc_anchorite_truuenjackpoz
Core/Scripts: Remove deprecated script npc_anchorite_truuen Remove deprecated script npc_anchorite_truuen replaced by SAI in 2cecc7b1f7b846d24f25e0f5acb957c4c4b4484d (cherry picked from commit 9020790db22d96dca05e8f6581c9cf80727f14b4)
2015-12-12Core/Player: Always allow accounts with RBAC_PERM_COMMAND_GM to enter ↵jackpoz
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 5f917e2286809d7aafa8871be38042ae7966c26b)
2015-12-12Scripts/EyeOfEternity: Fix crashjackpoz
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 6e296ddaa20a51327f7666f6ddaac60e4216ee23)
2015-12-12Core/Misc: Build time improvementShauren
2015-12-11Core/Trade: Update TradeStatus enum for 6.2.3Shauren
Closes #15958
2015-12-10Core/Taxi: Updated taxi enums for 6.2.3Shauren
Closes #15959
2015-12-09Core/Auras: Defined new spell aura typesShauren
2015-12-08Misc: Removed unneeded info about character escaping from .conf.dist and ↵Cosmo Orzechovsky
improved example MotD
2015-12-08Core/Items: Fixed a possible crash with soulbound tradable itemsShauren
Closes #15700
2015-12-06Added missing null checks to c488fb219ab080031488593a0b86ac785a7d2caeShauren
2015-12-05Core/Creatures: Implemented automatic detection of trigger models, their ↵Shauren
order in creature_template no longer matters
2015-12-03Core/Conditions: extended CONDITION_NEAR_CREATURE, condition value 3 is now ↵MitchesD
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-03Core/Spells: Extended .cheat cooldown command to also affect spells with chargesShauren
2015-12-02Core/Spells: Fixed mistake in building SetSpellCharges packetShauren
2015-12-01Scripts/Icecrown Citadel: Professor Putricide - fixed Expunged Gas damage ↵Shauren
formula Closes #6396 (cherry picked from commit 94e4bddb903d581293b5a7f50f9b32d1262d2c20)
2015-11-30Core/DataStores: Added assertion for wrong max difficulty valueShauren
2015-11-29Core/Misc: Updated TransferAbortReason enumShauren
2015-11-29Core/Spells: Implement SPELL_AURA_MOD_SKILL_2Shocker
2015-11-29Core/Spells: Define some aura typesShocker
2015-11-29Core/RBAC: Fix revoking permissionsShocker
2015-11-29Core/Spells: Define PROC_FLAG_JUMPShocker
2015-11-28Core/PacketIO: Updated LootSlotTypeShauren
Closes #15890
2015-11-28Misc: Fix some warnings reported by GCC 4.9Carbenium