aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-08-21Core/Criteria: Fixed `disables` table requiring a reload for achievement ↵Shauren
criteria Closes #17828
2016-08-20Core/Creatures: Implemented loading animkits from creature_addon (#17834)Malcrom
2016-08-20Core/Misc: Don't conditionally include non platform specific headersShauren
2016-08-20Core: Fixed non pch build for unixVincent-Michael
2016-08-20Core/Spells: Fixed extended spell range while movingShauren
Closes #17818
2016-08-19Core/World: Change worldstate storage to uint32 to fix compile warnings (its ↵Shauren
also saved/loaded as uint32 from database)
2016-08-18Core/Spells: Define SPELL_EFFECT_PLAY_SCENE (effect #198)Shocker
2016-08-18Core/Items: Implemented new item flag ITEM_FLAG3_DUAL_WIELD_NOT_REQUIRED ↵Shauren
used by feral and bear artifacts
2016-08-17Core/Players: Fixed autoattack damage in shapeshift forms that don't have ↵Shauren
offhand attacks but can dual wield (ghost wolf and druids with feral/bear artifacts)
2016-08-16Core/Stats: Fixed feral melee damage calculationShauren
2016-08-15Core/Taxi: Fixed warnings in TaxiPathGraphShauren
2016-08-15Warning fixesShauren
2016-08-15Core/Items: Implemented artifactsShauren
2016-08-14Core/Creatures: Fixed loading creature templateShauren
2016-08-14Core/DataStores: Fixed buildVincent-Michael
2016-08-14Core/Items: Fixed default display for items that don't have any entry with ↵Shauren
appearancemod = 0
2016-08-14Core/Creatures: Fixed typoVincent-Michael
2016-08-13Core/Creatures: Fixed typo in f94339271ee34977c8156a6253caa7b6291fff9fVincent-Michael
2016-08-13Core/Creatures:Vincent-Michael
- Renamed creature_template.exp_unk to RequiredExpansion - Added creature_template.HealthScalingExpansion - Added creature_template.VignetteID
2016-08-12Core/PacketIO: Fixed typoVincent-Michael
2016-08-12Core/Packets: Remove empty filejackpoz
2016-08-10Core/Account: Fix race condition in AccountMgr::UpdateAccountAccessariel-
(cherry picked from commit 6c0b98f24c6aaf425fe654a4d44146e097352606)
2016-08-10Core/Accounts: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Add code missing from d8234bed420728aaa2e0f329778730a906f7dd12
2016-08-10Core\Command: remove account_muted data on account deletionForesterDev
(cherry picked from commit 6a87524204161234576810f770d8ad2a0b9bb9c8) # Conflicts: # src/server/database/Database/Implementation/LoginDatabase.cpp # src/server/database/Database/Implementation/LoginDatabase.h
2016-08-10Core/Updater: Clarify even more this errorAokromes
(cherry picked from commit 09a1cfdf771a093b21779990ee516c22f66f4255)
2016-08-10Update DBUpdater.cppAokromes
Because nature wins race.... (cherry picked from commit 5868509a6366d0ba7a0fe819c3ece0e4a57c7029)
2016-08-10Core/DB/Updater: engrish corrections in DBUpdater.cpp (#17262)Trond B Krokli
English grammar and syntax corrections in DBUpdater.cpp - string texts corrected, source code unchanged - comments improved and checked for typos (cherry picked from commit 8fe85017125803a4ca8fd1d972b128930cd364b9)
2016-08-10Server/Database: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-10Core/DataStores: Implemented all curve types from Curve.db2Shauren
2016-08-09Core/Spells: Renamed some old and new spell effectsShauren
2016-08-08Core/Misc: Better description for a logAokromes
(cherry picked from commit 90cff479ac16289caeb685c9a899eeafa43bf893)
2016-08-08Server/Database: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-08Core/Spells: Changed TOTAL_AURAS to 492Shauren
Closes #17755
2016-08-06Common/Utilities: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-06Core/PacketIO: Minor refactor in Opcode definitions, packet class type no ↵Shauren
longer needs to be defined manually, it is now inferred from handler argument
2016-08-06Warning fixShauren
2016-08-05Core/DataStores: Refactored DB2 loaders to no longer require sparse format ↵Shauren
to be specified at compile time
2016-08-05Update RBAC.hAokromes
2016-08-05Core/RBAC: Name some permissions from 3.3.5a to stop people reuse themAokromes
2016-08-04Core/DataStores: Fixed retrieving area info by vmapsShauren
Closes #17723
2016-08-04Common/Logging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-04Tools/VMapExtractor: Port 060256000b1a553a21581b9b65e12f7cb034e148DDuarte
2016-08-04Core/Crash reporting: Better handle max nesting level settingjackpoz
Fix wheaty exception report counting reference symbols as 2 nesting levels, not logging child objects in some cases, i.e. spell id in SpellEvent crash. (cherry picked from commit 284dd6b80d79f5691c82eda848c7474c5b87cfd9)
2016-08-04Common/Crypto: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03Common/Crypto: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03Common/Maps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Partially port 1347d7cf7a8656f3db9d8b2f6e6d955e1fa8c129 too
2016-08-03Core/DataStores: Fixed name validation crash on locales with utf-8 ↵Shauren
characters encoded on more than a single byte
2016-08-02Core/Misc: remove unused function prototypeariel-
(cherry picked from commit 2efd40b8049efc4c35622a7997cc47b10b468b4d)
2016-08-02Core/PacketIO: Implemented SMSG_DISPLAY_GAME_ERRORShauren
2016-08-01Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevelShauren