Commit Graph

7107 Commits

Author SHA1 Message Date
Subv
937518181f Core/Mmaps: Fixed build after last merge 2012-08-24 11:38:39 -05:00
Kandera
b16792cb30 Core/Wintergrasp: give vehicles correct faction based on wintergrasp faction ids 2012-08-23 14:07:47 -04:00
Kandera
a1b3ec2e21 Core/Gameobject: fix build 2012-08-23 12:10:04 -04:00
dr.skull
105a0da350 Remove Sentry Totem Aura when Sentry Totem is destroyed.
For Totems use Totem::UnSummon() when old totem is replaced with new one

Signed-off-by: dr.skull <dr.skull@centrum.sk>
2012-08-23 18:01:59 +02:00
dr.skull
58c9d7188f Sentry Totem can be unsummoned by totem timers opcode
Signed-off-by: dr.skull <dr.skull@centrum.sk>
2012-08-23 18:01:24 +02:00
Kandera
53db3d9700 Core/Gameobject: fix collision handling. 2012-08-23 11:58:57 -04:00
Subv
45fc80736d Core/Mmaps: Allow swimming creatures to move underwater when there is a hole in the mesh 2012-08-22 18:03:01 -05:00
Subv
4c765aad3d Core/Maps: Reduce the output map file size in the maps extractor for maps that do not have any hole information
Core/Mmaps: Fixed swimming creatures stuck in water. (Thanks Vlad and @Chevron )
Note: Re-extract maps
2012-08-22 18:00:58 -05:00
Subv
c3f75cdf1d Core/MMaps: Do not allow creatures that cant fly to take off the land, even when building shorcut paths. 2012-08-22 17:47:58 -05:00
Subv
4273690478 Core/Mmaps: Allow disabling pathfinding for specific maps in the config 2012-08-22 17:42:05 -05:00
Subv
5061fa626a Core/Mmaps:
* Unload instanced mmaps before unloading the base map
* Load only mmaps for base map on map creation
* Extractor: Somewhat speed improvement
2012-08-22 17:39:25 -05:00
Subv
dc95ce61b4 Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
Conflicts:
	dep/PackageList.txt
	src/server/game/Movement/MotionMaster.cpp
	src/server/game/Movement/MovementGenerators/HomeMovementGenerator.cpp
	src/server/game/Movement/MovementGenerators/PointMovementGenerator.h
	src/server/game/Movement/Spline/MoveSplineInit.h
	src/server/game/World/World.h
2012-08-22 17:26:53 -05:00
Kandera
85ed0e32a9 Core/Wintergrasp: fix possible crash when rebuild hits non rebuildable buildings 2012-08-22 13:08:57 -04:00
Vincent-Michael
ad26178c3b Core/Battlefield: Fix vehicle count 2012-08-22 18:21:40 +02:00
Shauren
92d28bc98c Core/Groups: Fixed update packet sent to group members on new member join 2012-08-22 14:24:15 +02:00
Vincent-Michael
6891fe6248 Core/Battlefield: Add missing stuff for wintergrasp 2012-08-21 23:03:30 +02:00
Spp
984493108b Core/Logging: Fix incorrect error level for some warden messages
Core/Logging: Fix incorrect filter type for many network messages
Core/Logging: Use OPCODE filter type for network messages related to wrong packets
2012-08-21 22:12:55 +02:00
Vincent-Michael
910755bbb3 Core/Battlefield: Fix more codestyle 2012-08-21 20:17:20 +02:00
Vincent-Michael
9f8ea0da1e Core/Battlefield:
* Update Logs filter
* Fix typo in worldserver config (thx filo)
* Fix some code style
2012-08-21 19:40:21 +02:00
Vincent-Michael
d22c82332b Core/Misc:
* Add missing script loader for bf commandscript (thx Geodar)
* Add missing Wintergrasp worldserver config
2012-08-21 16:56:01 +02:00
Faq
e2ffa41884 Core/Spells: Fix Librams/Idol
Libram of Light http://wotlk.openwow.com/?item=23006
Libram of Divinity http://wotlk.openwow.com/?item=23201
Blessed Book of Nagrand http://wotlk.openwow.com/?item=25644
Idol of the Flourishing Life http://wotlk.openwow.com/?item=46138
Libram of the Lightbringer http://wotlk.openwow.com/?item=28296
Libram of Tolerance http://wotlk.openwow.com/?item=40268
Libram of the Resolute http://wotlk.openwow.com/?item=45436

Closes #7271
Closes #6020
2012-08-21 15:24:00 +01:00
Vincent-Michael
d11e71b098 Fix more non PCH build and code style 2012-08-20 23:37:33 +02:00
Nay
9e0907874e Core: Fix 4 warnings / SQL: Rename two SQL files 2012-08-20 21:54:36 +01:00
Vincent-Michael
16a0813c1b Fix non PCH build 2012-08-20 22:48:26 +02:00
Faq
9a59dcb285 Core/Questhandler: Fix qsharing. Thnx Chaplain for idea 2012-08-20 23:35:44 +03:00
Kandera
b9f60fe56c Core/Wintergrasp: finish implementation for battlefields. this is highly experimental enable at you're own risk. will almost definatly cause issues with the wintergrasp patch floating around 2012-08-20 16:23:24 -04:00
Kandera
c428675048 Cmake: fix cmake file for use with wintergrasp 2012-08-20 14:11:38 -04:00
Kandera
e56ff2e93a Core/Battlefield: fix crash (thx joschiwald) closes #6726 2012-08-20 14:00:04 -04:00
Kandera
8dfbff7b15 fix build 2012-08-20 14:00:03 -04:00
Kandera
e4bf9d5cd4 cleanup merge and some unneeded selects in functions 2012-08-20 13:58:58 -04:00
Kandera
d6de7dec34 Core/Battlefield: few more updates to wintergrasp vehicle stuff. 2012-08-20 13:52:02 -04:00
Kandera
2d45e26012 Core/Battlefield: codystyle/whitespace cleanup. fix a stupid typo. attempt to get team using the vehicle creator instead of the vehicle 2012-08-20 13:52:01 -04:00
Kandera
483f0a6a4e Core/Battlefield: attempt to fix vehicle counter when vehicle is killed. finish correcting alliance/horde siege engine 2012-08-20 13:52:00 -04:00
Kandera
aa0ff294d2 Core/Battlefield: Correct previous commit 2012-08-20 13:51:58 -04:00
Kandera
9dd3789719 Core/Battlefield: correct wintergrasp faction for horde (thx kirkita), added grab passenger spell as per sniffs. 2012-08-20 13:51:58 -04:00
Warpten
094f98d3a9 Battlefield/Wintergrasp:
* Use correct spells on losing and winning factions
* Enums renaming, lowerCamelCase wherever applicable
* Rename some methods and class attributes for them to sound more English and less Engrish or even Frenglish (\o/)
* Use correct spells when trying to build mechanical units at the Workshops.
2012-08-20 13:50:49 -04:00
Kandera
d31902d858 Core/Battlefield: Fix issue with previous commit. codestyle cleanup and attempt to fix vehicle issues with worldstates. 2012-08-20 13:49:22 -04:00
Kandera
b700f545c5 Core/Battlefield: fix issues with vehicles. return correct vehicle data when using getdata. small cleanups. codestyle 2012-08-20 13:49:19 -04:00
Subv
5ec5bc1721 Battlefields/Wintergrasp: Fixed a crash when leaving a capture point.
Fixed the worldstate counters

Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-08-20 13:49:19 -04:00
kandera
6639347d37 Core/Battlefield: Fix build. closes #5707 2012-08-20 13:49:18 -04:00
thomas33
7988edda1c Core/Battlefield: Cleanup 2012-08-20 13:49:17 -04:00
thomas33
547bb47575 Core/Battlefield: plr -> player 2012-08-20 13:49:14 -04:00
Kandera
b04ad4401d Core/Battlefield: Cleaned up all incrementquest functions as this is a hacky way to do it 2012-08-20 13:48:53 -04:00
Kandera
07c8eec963 Core/Battlefield: remove handling for aura application when entering water. handled by liquid data. 2012-08-20 13:48:53 -04:00
Kandera
7491926e0c Core/Battlefield: fix stupid mistakes. sorry! 2012-08-20 13:48:52 -04:00
Kandera
00f8858838 Core/Battlefield: attempt to correctly fix again. 2012-08-20 13:48:51 -04:00
Kandera
e9323b2c2d Core/Battlefield: revert part of previous commit and correctly fix .bf stop crashing 2012-08-20 13:48:50 -04:00
Kandera
29343947e9 Core/Battlefield: attempt to fix crashes. please test and confirm 2012-08-20 13:48:50 -04:00
Subv
f9c9622f86 Battlefields/WG: Refactored duplicated code 2012-08-20 13:48:49 -04:00
Manuel Carrasco
ce17607595 BF/Battlefield: Small improvement, thanks to Subv. 2012-08-20 13:48:48 -04:00