Commit Graph

21844 Commits

Author SHA1 Message Date
DDuarte
eabf0f44dd Tools/mmaps: Change the PCQ queue to uint32 again
6f272ea5b7 re-added support for non-pointer types
2014-07-27 17:33:42 +01:00
Shauren
6f272ea5b7 Core/Network: Optimized packet sending by removing unneccessary memory copying 2014-07-27 17:46:46 +02:00
DDuarte
8a05231994 Conf/World: Disable player limit by default 2014-07-27 15:46:34 +01:00
DDuarte
7024dee19b CI/Travis: Fix typo added in previous commit 2014-07-27 15:35:31 +01:00
DDuarte
f162bce473 CI/Travis: Compile all branches
Also added master and 4.3.4 build status to the README
2014-07-27 15:29:02 +01:00
Dr-J
7c498a0cf9 DB/Misc: Fix some spell area issues
Add spell area entries so some spells get removed when players leaves zone where its intended to be used: -

Closes #12669

Also fixes imbued scourge shroud http://www.wowhead.com/item=34782/imbued-scourge-shroud so the aura gets removed when player leaves the Temple City of En'kilah.
2014-07-27 15:03:22 +01:00
Shauren
e77c0b6ed4 Core/Network: Allow storing any packet types in Socket write queue to reduce the amount of copying going on 2014-07-27 14:59:46 +02:00
Malcrom
6699d969f3 DB/Waypoints: Pathing for Murkblood Invaders in Nagrand 2014-07-27 01:12:16 -02:30
Malcrom
fe80415b50 DB/Misc: Fix some startup errors 2014-07-27 00:49:11 -02:30
Dr-J
1c345e59bc DB/SAI: Azuremyst Isle Scripts
Script Turn in events for 

* Medicinal Purpose
* An Alternative Alternative
* Rune Covered Tablet

Script repeating event for "Cookie" McWeaksauce
2014-07-27 02:11:04 +01:00
Shauren
26715795b4 Fixed gcc build 2014-07-27 01:26:03 +02:00
Shauren
c1b1ba44ba Core/Network: Refactored socket code, moved common operations to base Socket class 2014-07-26 23:26:01 +02:00
Malcrom
30e1342048 DB/Creature Formations: Fix formation error in last commit. 2014-07-26 13:07:45 -02:30
Malcrom
51b2756ab7 DB/Waypoints: Add Pathing for Garadar Wolf Riders in Nagrand 2014-07-26 12:45:55 -02:30
Shauren
e1c400250c Added comments to 6961f957c9 to make sure noone decides that storing the result in a variable is unneccessary 2014-07-26 16:14:18 +02:00
Shauren
6961f957c9 Core/DBLayer: Fixed possible crashes with async queries retrieving result
Closes #12655
2014-07-26 16:10:05 +02:00
Subv
a03c879565 Core/PreparedStatements: Fixed a change I missed in the World prepared statements for waypoints. 2014-07-25 20:18:43 -05:00
Subv
b5d025938e Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints. 2014-07-25 19:05:25 -05:00
Shauren
a98737d5d9 Core/Threading: Fixed lock type used in HashMapHolder::Insert - a write lock is needed there, not a read lock 2014-07-26 01:36:54 +02:00
Vincent-Michael
e516265703 Core: Fix non pch build 2014-07-25 21:52:41 +02:00
DDuarte
dcfa3bfa90 Core/Network: Fix build 2014-07-25 19:49:43 +01:00
Shauren
db6be5927f Core/Realmlist: Force resolving realm addresses to ipv4
Closes #12640
2014-07-25 20:13:13 +02:00
Malcrom
c60bdec160 DB/Misc: Misc fixups in Dalaran 2014-07-25 14:54:47 -02:30
DDuarte
4f1d247dfb Core/Network: Fix some possible exceptions on socket.close()
Ref #12634
2014-07-25 18:06:43 +01:00
Malcrom
cbcebbe63d DB/Misc: Misc fixups in Shattrath 2014-07-25 13:08:12 -02:30
DDuarte
63e1cc6276 Tools/mmaps: Fix build when building only tools
Closes #12631
2014-07-25 15:23:40 +01:00
DDuarte
0b75e38755 Core/Shared: Change rand32 to return uin32 instead of int32
Fixes a crash that happened when rand32 returned negative values.
Also updated some related comments that were outdated since we changed to SFMT.

Closes #12638
2014-07-25 15:00:40 +01:00
Dr-J
435baba1c9 DB/Creature: Add a lot of missing texts
* Add a lot of missing texts (from sniff) and add sai to use them
* Add to some existing scripts to use texts which where missed from original scripts
2014-07-25 14:44:33 +01:00
DDuarte
baf9922350 Tools/mmaps: Fix a possible mem leak and a compile warning 2014-07-25 14:04:39 +01:00
DDuarte
8e385ca6d9 Core/Spells: Fix an issue with previous commit (a309ca9727) 2014-07-25 14:04:12 +01:00
Warpten
a309ca9727 Core/Spells: Fixed issues with Death and Decay and similar spells not ticking if players stepping in the AoE are not in LoS with the caster.
Not exactly sure if that behavior should *exactly* be as such, but until more informations ...
2014-07-25 14:47:07 +02:00
Malcrom
89f67fc0c3 DB/Waypoints: Pathing for Empoor and Formation for his bodyguard 2014-07-24 23:41:30 -02:30
Dr-J
9cdc9f84d6 DB/QUEST: Healing the lake
Closes #12504
Closes #12526
2014-07-25 00:39:17 +01:00
Dr-J
b63af06b62 I must not forget to add broadcasttext IDS... 2014-07-24 22:51:59 +01:00
Dr-J
d1f8dbd561 DB/QUEST: Quest a Carver and a Croaker
Closes #3649
2014-07-24 22:12:13 +01:00
WishToDie
fb484f9917 Fix typo in 2014_07_13_01_world_misc.sql 2014-07-24 23:39:05 +03:00
leak
90bc6f1e39 Restore mmaps gen build
Closes #12631
2014-07-24 21:55:37 +02:00
Shauren
b5f0b85b48 Core/Misc: Fixed a possible crash in ProducerConsumerQueue::Cancel 2014-07-24 18:05:54 +02:00
DDuarte
3de1714350 Scripts&DB/Feralas Convert npc_screecher_spirit to SAI
SAI by @Rushor and gossip by @malcrom

Closes #12630
2014-07-24 16:38:18 +01:00
Shauren
f1a41eabae Core/NetworkIO: Fixed boost::asio::async_write usage - packets will now be sent properly 2014-07-24 17:09:45 +02:00
Aokromes
03146835e5 DB/Creature: Mana surge
By untaught, closes #11661
2014-07-24 17:08:01 +02:00
Shauren
02cbe978aa Rename 2014_07_24_00_world_misc.sql to 2014_07_24_00_world_misc.sql 2014-07-24 16:59:58 +02:00
Dr-J
88ac8d4c68 DB/Gameobject: Spawn some missing mailboxes
Spawn Missing Mailboxes in Undercity and Stormwind

* 6 In Undercity (previously only 1 mailbox was spawned in whole of undercity) - 7 in total including the 1 already spawned
* 2 In Stormwind (12 where spawned) - 14 in total including the 12 already spawned
2014-07-24 15:54:35 +01:00
Malcrom
532d8fb2b0 Create 2014_07_24_10_world_sai.sql
DB/SAI: Fallen Ranger SAI fix
closes #12206
2014-07-24 12:18:48 -02:30
Malcrom
1c3e465a9b Create 2014_07_24_09_world_sai.sql
DB/SAI: Argus Shadow Mage SAI fix
closes #12001
2014-07-24 12:14:20 -02:30
untaught
3009bb4808 Scripts/Darkshore: Fix an issue with the quest Gyromast's Revenge
TODO: Rewrite the script in SAI

Closes #11987

Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24 15:18:04 +01:00
untaught
e48c37cc10 Scripts/AreaTriggers: Fix an issue with an AT for the quest The Etymidian (Sholazar Waygate)
Closes #12178

Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24 15:15:18 +01:00
Vincent-Michael
296956e06e Revert "Core/Spells: Death and Decay"
This reverts commit 02d56e00bc.
2014-07-24 16:14:25 +02:00
Malcrom
d7cf0a935a Create 2014_07_24_07_world_conditions.sql
Db/Conditions: Update conditions for Gart Mistrunner gossip
closes #12496
2014-07-24 11:23:34 -02:30
Aokromes
062755df94 DB/Creature: Fix Innkeeper Belm
By Rushor, closes #12618
2014-07-24 11:34:57 +02:00