Commit Graph

25537 Commits

Author SHA1 Message Date
Kinzcool
4ef9769c72 DB/Quests: Moved quest visual effects to their own table 2014-12-25 21:30:00 -05:00
Shauren
3c3b42362f Core/DataStores: Added DB2Manager
* Moved DB2 helpers to new class
* Moved hotfix data to hotfixes database and core management functions to DB2Manager class
* Updated HotfixNotifyBlob packet
2014-12-26 01:38:40 +01:00
Duarte Duarte
def2bfc83c Merge pull request #13744 from Golrag/Opcodes
Core/Opcodes: Add some opcodes
2014-12-25 23:53:44 +00:00
Duarte Duarte
c548517585 Merge pull request #13751 from Unholychick/6.0.3
Core/Scripts: Add new SpellScript hook
2014-12-25 21:30:44 +00:00
Unholychick
1f39b1dbfa Core/Scripts: Rewrite Devour Magic
Rewrite Devour Magic to use new spellscript hook OnEffectSuccessfulDispel.
2014-12-25 22:28:57 +01:00
Unholychick
ebf95e7ed7 Core/Scripts: Add new SpellScript hook OnEffectSuccessfulDispel
Adds SpellScript hook to execute scripts after succesful dispels, example could be warlock pets Devour Magic, which should only trigger when succesfully dispelling an aura.
2014-12-25 22:21:15 +01:00
Shauren
9eb70940bd Core/DataStores: Moved broadcast_text handling to DB2Storage 2014-12-25 22:20:16 +01:00
mthsena
4e8217754e Core/PetitionsHandler: Move charter costs to config
(cherry picked from commit 0c1d3aa344)

Conflicts:
	src/server/game/World/World.h
2014-12-25 20:55:46 +00:00
Nayd
4b7c1d5e45 Core/Items: Fix signed/unsigned mismatch warnings 2014-12-25 20:52:53 +00:00
Nyeriah
db2816cfba Scripts/Nexus: Implement Grand Magus Telestra's seasonal costume
Closes #13643

(cherry picked from commit e2f7b91298)
2014-12-25 18:15:18 -02:00
MitchesD
175951754c Scripts/Nexus: rewritten instance script
(cherry picked from commit f743fb3e43)
2014-12-25 19:53:00 +01:00
Shauren
3393934045 Core/DataStores: Implemented loading locale strings from database to DB2Storage 2014-12-25 12:43:59 +01:00
Shauren
ae8814772f Core/DataStores: Implemented loading hotfixes database into DB2Storage 2014-12-24 22:24:32 +01:00
Nayd
09f57db03d Dep/zlib: Update zlib from version 1.2.7 to 1.2.8
"Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately. Version 1.2.8 also has these improvements:
Add new inflateGetDictionary() function
Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream.
Fix bug in gzclose() when gzwrite() runs out of memory"
2014-12-24 17:45:29 +00:00
Shauren
33a492e822 Core/DBLayer: Removed a few old authserver prepared statements 2014-12-24 15:16:51 +01:00
Shauren
911d0cf400 Core/Battle.net: Fixed client crashes happening when reconnecting too soon after being kicked 2014-12-24 13:48:52 +01:00
Golrag
be4d0c60bd Define some opcodes 2014-12-24 12:48:25 +01:00
Shauren
c57171041b Core/Items: Added item level caps 2014-12-24 12:07:06 +01:00
Shauren
3eee1d9730 Core/Players: Fixed melee damage 2014-12-23 22:15:30 +01:00
Vincent-Michael
998f1f9873 Core: Fix non pch build² 2014-12-23 00:51:32 +01:00
Vincent-Michael
d5a4059ce7 Core: Fix non pch build 2014-12-23 00:39:33 +01:00
Shauren
5e0bde95d9 Core/Items: Fixed autocomplete typo 2014-12-23 00:34:40 +01:00
Duarte Duarte
edbbb2ec74 Merge pull request #13740 from AriDEV/6.x
Update PLAYER_EXPLORED_ZONES_SIZE to prevent console spam on entering Dr...
2014-12-22 23:29:58 +00:00
Shauren
f3c6e1e96d Because saving a file is hard. 2014-12-23 00:27:01 +01:00
Shauren
941904d5ea Core/Items: Updated item stat calculations
* Implemented item modifiers
* Implemented item bonuses
2014-12-23 00:25:43 +01:00
joschiwald
6c6e4d4328 Core/Packets: moved chat packet building function to packet builder class 2014-12-23 00:06:36 +01:00
AriDEV
3cdc6478ad Update PLAYER_EXPLORED_ZONES_SIZE to prevent console spam on entering Draenor zones.
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-22 23:49:44 +01:00
Duarte Duarte
bf8eff8545 Merge pull request #13739 from ProjectcoreDevs/patch-1
Core/Opcode Add CMSG_BUY_ITEM Opcode
2014-12-22 21:14:47 +00:00
ProjectCoreDevs
2a98e7b3ee Core/Opcode Add CMSG_BUY_ITEM Opcode 2014-12-22 21:44:22 +01:00
Nyeriah
9d7433244e Core/Players: Fix a flaw as timed quests can still turn failed even if complete
(cherry picked from commit 0043a5dd22)
2014-12-21 21:49:23 -02:00
Northstrider
0c0207a2f9 DB/CreatureText: Update Feledren the Banished's creature text with its missing sound
Closes #13732

(cherry picked from commit 249270c52c)
2014-12-21 21:16:16 -02:00
Rat
83f168353a Core/Items: remade inventory packets to new packet system 2014-12-21 19:11:39 +01:00
Nayd
d149e370f7 Tools/ConnectionPatcher: Fix build on GCC/Clang 2014-12-21 14:09:27 +00:00
Shauren
6dbb516b65 Core/Items: Refactored ItemTemplate 2014-12-21 13:35:43 +01:00
Rat
77dc1b00db Core/Spells: fixed wrong aura update targets 2014-12-21 12:44:21 +01:00
Rat
6968032ad8 Core/Spells: fixed aura crash (mostly for lvl 100 warriors) 2014-12-21 11:16:16 +01:00
Vincent-Michael
d61488563c Core/MovementPacket: Fix spline stuff for SMSG_UPDATE_OBJECT 2014-12-21 00:13:52 +01:00
Nayd
560e531da7 Tools/ConnectionPatcher: Restore previous functionally that downloaded modules if they did not exist 2014-12-20 22:58:21 +00:00
Duarte Duarte
54f5582871 Merge pull request #13723 from AriDEV/6.x
Server/DataStore: Added Scenario to MapTypes
2014-12-20 22:50:19 +00:00
AriDEV
c58d5d621a Server/DataStore: Added Scenario to MapTypes
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20 23:38:16 +01:00
Shauren
1e9dde73ca Core/Items: Missed reforging code 2014-12-20 23:16:35 +01:00
Shauren
17124c69bb Core/Items: Removed reforging 2014-12-20 23:15:40 +01:00
Vincent-Michael
6f8903ebf5 Core/MovementPacket: Fix typo (meh @Intelz) 2014-12-20 22:48:02 +01:00
Rat
381526dbf2 Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x 2014-12-20 22:29:21 +01:00
Rat
92aafbf111 Core/Items: fixed inventory item moving/splitting 2014-12-20 22:29:06 +01:00
Vincent-Michael
356b27cb00 Core: Fix build 2014-12-20 17:44:17 +01:00
Rat
b3a5f466d5 Core/Items: fixed item destroy (needs porting..) 2014-12-20 17:37:13 +01:00
Rat
ec513ecfc2 Core/Items:
- Added basic inventory item movements
(packets need to be ported to new handlers after more testing)
- Fixed some item visual bugs
2014-12-20 17:25:15 +01:00
Duarte Duarte
e6339778c8 Merge pull request #13720 from AriDEV/6.x
Server/DataStore: Updated DBC & DB2 Checks For 6.0.3 (19342)
2014-12-20 16:06:54 +00:00
AriDEV
fc5e77f047 Server/DataStore: Updated Error Message Text
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20 16:23:54 +01:00