Commit Graph

25130 Commits

Author SHA1 Message Date
Shauren
7afab9f783 Core/Entities: Updated HighGuid values 2014-10-27 12:03:35 +01:00
Shauren
8b75b7e638 Merge pull request #13466 from AriDEV/6.x
Server/Entities: Should Fix Compile Error Under GCC 4.8+
2014-10-27 10:19:27 +01:00
AriDEV
73daa70c53 Server/Entities: Should Fix Compile Error Under GCC 4.8+
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-10-27 10:09:17 +01:00
Kinzcool
5ccc7ddf8f DB/Graveyards: Fixed wrong values in the comments for graveyards having more than 1 zone by ID 2014-10-26 22:46:43 -04:00
treak
14e4a557ed Scripts/Freya: Fix Lumberjacked Achieve
Closes #13435
Fixes #8166

(cherry picked from commit e0512dd4b4)
2014-10-27 01:27:06 +00:00
MitchesD
bcc4b3aede DB/SAI: Added SAI for the second part of mobs before the gunship battle 2014-10-26 23:00:29 +01:00
Shauren
209a743bbe Core/Entities: Updated updatefields 2014-10-26 22:06:48 +01:00
jackpoz
e20a0212b0 Core/AH: Fix build
Fix build caused by 4.3.4 dbcs not having locales in ItemRandom*.dbcs .
Fix a buffer overflow trying to access a char* as char**
2014-10-26 20:48:21 +01:00
jackpoz
5a02018836 Core/AH: Code cleanup
Remove unused paramters from RemoveAuction(), kept till now for compatibility with ahbot patch.
Reverts 28dffbee11

(cherry picked from commit 8d39ad435a)
2014-10-26 19:40:19 +01:00
jackpoz
54adc80d64 Merge pull request #13455 Rochet2/ah
AH related fixes

(cherry picked from commit d924553002)
2014-10-26 19:17:46 +01:00
Kinzcool
c478f3b03a DB/Creatures: Updated creature levels, factions & exp values up to 5.4.7.18019 2014-10-26 11:40:59 -04:00
Kinzcool
fb4ac24ebe DB/Creatures: Changed the default char value from 100 to 200 for some columns 2014-10-26 10:41:01 -04:00
Shauren
0444c144bf SQL: Changed creature_template.family to be unsigned 2014-10-26 10:40:29 +01:00
Shauren
a231777c50 Misc: Fixed sql import, added new changes to world_database.sql, removed duplicate definition of ObjectGuidGenerator<HIGHGUID_PET> 2014-10-26 10:34:33 +01:00
Kinzcool
9c6f88d31c DB/GameObjects: Updated gameobject_template to 5.4.7.18019 2014-10-26 00:25:59 -04:00
Kinzcool
4613db1b95 DB/Graveyards: Added a comment field to describe the graveyards in graveyard_zone 2014-10-25 21:17:18 -04:00
Shauren
9e1930959d Core/Entities: Changed object lowguid to uint64 2014-10-26 02:57:28 +02:00
joschiwald
747350a0bc Scripts: replaced various Location struct defines with proper Position or G3D::Vector3 2014-10-26 01:56:06 +02:00
Shauren
10fb948c40 Core/Entities: Changed a few lowguid uses to ObjectGuid::LowType 2014-10-25 17:11:35 +02:00
DDuarte
5eb9fe1ea8 Core: Fix build in some compilers by calling proper cctor of ObjectGuid 2014-10-25 16:05:34 +01:00
DDuarte
f37e5b9afd Core/Opcodes: Support opcodes with the same ids and different direction
- Split enum Opcodes in enum OpcodeMisc/OpcodeClient/OpcodeServer
	- Old MSGs are temporarly in the enum OpcodeClient
- Split _internalTable of OpcodeTable in two tables, one for CMSG opcodes and another for SMSG opcodes

Note: most added static_cast<OpcodeX> will be removed once WorldPacket
is split in two classes (ServerPacket/ClientPacket, see #13434)
2014-10-25 15:42:16 +01:00
Duarte Duarte
c67fa90f3e Merge pull request #13462 from marc0303/6.x
Fixed SQL typo in characters_database.sql
2014-10-25 15:07:02 +01:00
marc0303
6675935e79 Fixed SQL typo in characters_database.sql 2014-10-25 10:00:36 -04:00
Shauren
a363c88f03 Core/Guilds: Fifth part of converting int to bigint guids in database 2014-10-25 15:04:38 +02:00
Shauren
ddd57d3332 Tools/Map extractor: Restored default configuration to make maps smaller at the cost of height data precision 2014-10-25 12:32:14 +02:00
Dr-J
3c085016fb DB/Misc: Cherry Picking missing commits
Some fixes which I pushed to 3.3.5 which are also valid for 6.x.x but have been missed
2014-10-25 11:22:01 +01:00
Kinzcool
45a4a10de9 Core/Misc: First part of renaming to Blizzard's names 2014-10-24 23:23:12 -04:00
Kinzcool
96b5eafc06 DB/Hotfixes: Fixed some texts in broadcast_text that had double quotation marks 2014-10-24 15:11:40 -04:00
Kinzcool
cb4509b286 DB/Hotfixes: Added TaxiPathNode 2014-10-24 14:56:29 -04:00
Shauren
9fc0b76cd1 Core/Entities: Fourth part of converting int to bigint guids in database 2014-10-24 19:56:17 +02:00
DDuarte
6cb52fe4e8 Core: Fix build 2014-10-24 18:41:17 +01:00
Shauren
b68ccb2e58 Core/Corpses: Fixed loading corpse guid during server startup 2014-10-24 18:52:00 +02:00
Shauren
6938d821f9 Fixed typo in ObjectGuid.h 2014-10-24 17:25:19 +02:00
MitchesD
e33d221d8e DB/SAI: Added SAI for first part of mobs before the gunship battle
I will add more when I will have more time.

(Picked from 3.3.5)
2014-10-24 14:32:42 +02:00
Duarte Duarte
1488903eea Core/Opcodes: Remove "direction" flag from some opcode ids
OpcodeTable will be split in two to support opcode direction
2014-10-24 00:42:54 +01:00
Kinzcool
4c8bf91b72 DB/Creatures: Updated creature_template to 6.0.2.19034 2014-10-23 18:58:27 -04:00
Shauren
a20fbfc8e0 Core/Entities: Third part of converting int to bigint guids in database 2014-10-23 23:04:16 +02:00
Shauren
1db15bd685 Core/Entities: Added type definition to use for a low guids 2014-10-23 21:35:29 +02:00
Shauren
76f1f85d8b Core/Entities: Second part of required database changes for migrating guids to 128 bit - all fields storing lowguid must be extended to uint64 2014-10-23 21:34:03 +02:00
Shauren
2f36898409 Core/Misc: Optimized ByteBuffer::ReadString 2014-10-23 18:11:42 +02:00
Shauren
08c56eb110 Core/Entities: First step to 128 bit guids
* Database fields storing full guid have been converted to BINARY(16)
2014-10-23 17:01:26 +02:00
Shauren
ff781978a5 Fixed gcc linking 2014-10-23 15:00:31 +02:00
Shauren
7889a3bb87 Fixed gcc build2 2014-10-23 10:32:14 +02:00
Shauren
ae4496b769 Fixed gcc build 2014-10-23 10:28:46 +02:00
DDuarte
d67eaab87c DB/World: Remove duplicated file added in 24bd4592fc 2014-10-23 01:43:51 +01:00
DDuarte
24bd4592fc DB/World: Cherry-picks
- ee623a4006 & 3965ee33ef
- 8274caeef0
- 805be8ebba
- d680e82c38
2014-10-23 01:41:00 +01:00
Nyeriah
0d444b3621 DB/Achievement: Fix map conditions for achievement "He's not getting any older"
25m used to be awarded in 10m vice-versa

(cherry picked from commit 805be8ebba)
2014-10-23 01:35:15 +01:00
Nyeriah
7bbc3a8a98 Scripts/ScarletMonastery: Summon the Headless Horseman once the Call the Headless Horseman is quest complete
By @cr4st
Closes #13273

(cherry picked from commit 22f218540b)
2014-10-23 01:32:58 +01:00
Nyeriah
1e5336e30e Scripts/Ulduar: Exclude Ignis' main target from the Slag Pot target selector
Closes #10516

(cherry picked from commit f4c035554f)
2014-10-23 01:32:38 +01:00
DDuarte
a539eecd6e Core/Opcodes: Update some opcode ids to 6.0.2 from WPP 2014-10-23 00:52:45 +01:00