Shauren
def8bf0855
Core/Misc: Don't conditionally include non platform specific headers
2016-08-20 13:34:15 +02:00
Vincent-Michael
ac5b1bd984
Core: Fixed non pch build for unix
2016-08-20 11:07:17 +02:00
Shauren
10e0f4ff8f
Core/Spells: Fixed extended spell range while moving
...
Closes #17818
2016-08-20 00:28:55 +02:00
Shauren
3ab2f69f64
Core/World: Change worldstate storage to uint32 to fix compile warnings (its also saved/loaded as uint32 from database)
2016-08-19 17:34:59 +02:00
Shocker
0ba1d49bae
Core/Spells: Define SPELL_EFFECT_PLAY_SCENE (effect #198 )
2016-08-18 18:15:35 +03:00
Shauren
df0d8eb9ba
Core/Items: Implemented new item flag ITEM_FLAG3_DUAL_WIELD_NOT_REQUIRED used by feral and bear artifacts
2016-08-18 16:52:33 +02:00
Shauren
d9aca10221
Core/Players: Fixed autoattack damage in shapeshift forms that don't have offhand attacks but can dual wield (ghost wolf and druids with feral/bear artifacts)
2016-08-17 18:52:58 +02:00
Shauren
4a6cf1b61d
Core/Stats: Fixed feral melee damage calculation
2016-08-16 00:09:24 +02:00
Shauren
59cb6740ff
Core/Taxi: Fixed warnings in TaxiPathGraph
2016-08-15 13:53:07 +02:00
Shauren
ef480fadad
Warning fixes
2016-08-15 00:27:47 +02:00
Shauren
fea0cb16f2
Core/Items: Implemented artifacts
2016-08-15 00:03:38 +02:00
Shauren
f8c5a2c723
Core/Creatures: Fixed loading creature template
2016-08-14 22:18:55 +02:00
Vincent-Michael
0bd6a5d4e5
Core/DataStores: Fixed build
2016-08-14 01:38:25 +02:00
Shauren
48135aca3a
Core/Items: Fixed default display for items that don't have any entry with appearancemod = 0
2016-08-14 01:01:12 +02:00
Vincent-Michael
f9a9ea2daa
Core/Creatures: Fixed typo
2016-08-14 00:29:34 +02:00
Vincent-Michael
e8a38ff3fd
Core/Creatures: Fixed typo in f94339271e
2016-08-13 22:00:59 +02:00
Vincent-Michael
f94339271e
Core/Creatures:
...
- Renamed creature_template.exp_unk to RequiredExpansion
- Added creature_template.HealthScalingExpansion
- Added creature_template.VignetteID
2016-08-13 21:55:39 +02:00
Vincent-Michael
7e84e5df60
Core/PacketIO: Fixed typo
2016-08-12 19:19:25 +02:00
jackpoz
40b67bb7ce
Core/Packets: Remove empty file
2016-08-12 18:17:01 +02:00
ariel-
f915ab2c86
Core/Account: Fix race condition in AccountMgr::UpdateAccountAccess
...
(cherry picked from commit 6c0b98f24c )
2016-08-10 18:40:58 +02:00
jackpoz
fe03c9a45e
Core/Accounts: Reduce differences between 3.3.5 and 6.x branches
...
Add code missing from d8234bed42
2016-08-10 18:40:37 +02:00
ForesterDev
6147ba6156
Core\Command: remove account_muted data on account deletion
...
(cherry picked from commit 6a87524204 )
# Conflicts:
# src/server/database/Database/Implementation/LoginDatabase.cpp
# src/server/database/Database/Implementation/LoginDatabase.h
2016-08-10 18:19:16 +02:00
Aokromes
b71a3c2766
Core/Updater: Clarify even more this error
...
(cherry picked from commit 09a1cfdf77 )
2016-08-10 17:57:18 +02:00
Aokromes
be51db3ae1
Update DBUpdater.cpp
...
Because nature wins race....
(cherry picked from commit 5868509a63 )
2016-08-10 17:56:05 +02:00
Trond B Krokli
6f29493556
Core/DB/Updater: engrish corrections in DBUpdater.cpp ( #17262 )
...
English grammar and syntax corrections in DBUpdater.cpp
- string texts corrected, source code unchanged
- comments improved and checked for typos
(cherry picked from commit 8fe8501712 )
2016-08-10 17:53:12 +02:00
jackpoz
555ac389e2
Server/Database: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-10 17:06:16 +02:00
Shauren
bd3541d106
Core/DataStores: Implemented all curve types from Curve.db2
2016-08-10 00:05:56 +02:00
Shauren
51657e44d1
Core/Spells: Renamed some old and new spell effects
2016-08-09 17:21:19 +02:00
Aokromes
8954b83d29
Core/Misc: Better description for a log
...
(cherry picked from commit 90cff479ac )
2016-08-08 18:47:03 +02:00
jackpoz
d44c605f6d
Server/Database: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-08 18:46:38 +02:00
Shauren
0aa791dc9e
Core/Spells: Changed TOTAL_AURAS to 492
...
Closes #17755
2016-08-08 10:18:06 +02:00
jackpoz
6d866102de
Common/Utilities: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-06 16:27:10 +02:00
Shauren
807488df8a
Core/PacketIO: Minor refactor in Opcode definitions, packet class type no longer needs to be defined manually, it is now inferred from handler argument
2016-08-06 12:34:38 +02:00
Shauren
763e9e4921
Warning fix
2016-08-06 12:32:43 +02:00
Shauren
bb93816b5c
Core/DataStores: Refactored DB2 loaders to no longer require sparse format to be specified at compile time
2016-08-05 20:49:01 +02:00
Aokromes
8950ec43eb
Update RBAC.h
2016-08-05 03:47:28 +02:00
Aokromes
dd7526d6ab
Core/RBAC: Name some permissions from 3.3.5a to stop people reuse them
2016-08-05 03:43:51 +02:00
Shauren
5bbc5827aa
Core/DataStores: Fixed retrieving area info by vmaps
...
Closes #17723
2016-08-04 23:49:26 +02:00
jackpoz
fe6d8016af
Common/Logging: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 21:54:02 +02:00
DDuarte
01f7bacd05
Tools/VMapExtractor: Port 060256000b
2016-08-04 18:09:54 +01:00
jackpoz
bceb385773
Core/Crash reporting: Better handle max nesting level setting
...
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 284dd6b80d )
2016-08-04 17:05:24 +02:00
jackpoz
37fedcc8f6
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 17:03:25 +02:00
jackpoz
ab40f20bad
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 23:34:01 +02:00
jackpoz
02a9ae031e
Common/Maps: Reduce differences between 3.3.5 and 6.x branches
...
Partially port 1347d7cf7a too
2016-08-03 18:51:42 +02:00
Shauren
9bc28632b3
Core/DataStores: Fixed name validation crash on locales with utf-8 characters encoded on more than a single byte
2016-08-03 08:18:42 +02:00
ariel-
02b98010cd
Core/Misc: remove unused function prototype
...
(cherry picked from commit 2efd40b804 )
2016-08-02 21:23:00 +02:00
Shauren
6c78e7bcaa
Core/PacketIO: Implemented SMSG_DISPLAY_GAME_ERROR
2016-08-02 17:08:25 +02:00
Shauren
c74a1fcad0
Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevel
2016-08-01 16:14:35 +02:00
Naios
d3d204a18d
Core/Packets: Fix a warning (unreferenced locale var)
2016-08-01 16:11:15 +02:00
Shauren
53aecd6f09
Core/Loot: Fixed crash happening when looting items into new stack or items with random properties
...
Closes #17700
2016-07-31 17:26:46 +02:00