Subv
e0abbfd86c
Core/MMaps: Renamed PathFinderMovementGenerator to PathGenerator, since its not a MovementGenerator, and moved out of the MovementGenerators folder
2012-08-25 21:55:03 -05:00
Subv
92e72b2a5c
Core/Mmaps: Fixed a few mistakes in the mmaps_generator, should be somewhat faster now
2012-08-25 17:37:15 -05:00
Subv
f0473777e2
Core/Mmaps: Fixed jump effects (like Death Grip ). They should not use a path
2012-08-25 14:32:52 -05:00
Subv
c446013791
Core/Mmaps: Added elapsed time to the mmaps_generator
2012-08-25 12:40:04 -05:00
Subv
35437149e2
Core/Mmaps: Added some corrections to the logs in the mmaps_generator
2012-08-25 12:27:48 -05:00
Subv
f8cc38d65a
Core/Mmaps: Make the mmaps_generator multithreaded, you can specify the max number of threads that are spawned at the same time (default 3) by using "--threads x" in the command line, where x is the number of threads you want.
...
Core/Mmaps: Removed now useless sh script
2012-08-25 11:38:33 -05:00
Subv
9698d295b2
Core/Mmaps: Refactored some code
2012-08-24 20:03:57 -05:00
Subv
76a3a7738f
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
2012-08-24 15:34:29 -05:00
Subv
4351548c75
Tools/MapExtractor: Fixed a crash caused by using a variable before it was initialized
2012-08-24 15:33:38 -05:00
Vincent-Michael
2041ff2562
Core/Battlefield:
...
* Fix correct faction for Wintergrasp
* Remove hack for vehicle faction
* Fix gameobject ai for go_wg_vehicle_teleporter
* Fix some warnings and code style
2012-08-24 20:25:18 +02:00
Subv
937518181f
Core/Mmaps: Fixed build after last merge
2012-08-24 11:38:39 -05:00
Kandera
6bcc994a5e
DB/Gameobjects: fix double spawns of wintergrasp keep gameobjects
2012-08-23 15:18:20 -04:00
Kandera
b16792cb30
Core/Wintergrasp: give vehicles correct faction based on wintergrasp faction ids
2012-08-23 14:07:47 -04:00
Kandera
b11de3eac0
Scripts/Wintergrasp: enable script and add it to spell_script_names
2012-08-23 13:29:54 -04:00
Kandera
f6ab6d3fca
Scripts/Wintergrasp: fix defender portal teleporting and clean up vehicle teleporter code
2012-08-23 13:21:27 -04:00
Kandera
a1b3ec2e21
Core/Gameobject: fix build
2012-08-23 12:10:04 -04: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
Nay
b007fd70c0
Misc/WG: Fix conditions
2012-08-21 22:58:26 +01:00
Spp
13ba61ab69
Core/Logging: Disable all LOG_FILTER_OPCODES related messages by default
2012-08-21 23:13:05 +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
Shauren
7dc26c7ff7
Core/Misc: Warning fixes
2012-08-21 18:20:42 +02:00
Shauren
7ccd254fdc
Scripts/Commands: Added .quest reward command - this will reward player's quest, similar to finishing it at quest ender, requires quest to be completed, rewards all items and first choice item (if quest has choice rewards)
2012-08-21 17:45:10 +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
Vincent-Michael
129e0e2f49
Core/Misc: Add missing cmake for cs_bf.cpp
2012-08-21 16:30:47 +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
Stalker-Riddick
a84ac50f1c
Core/Scripts: Improvements to Trial of the Crusader
...
*Fixed creature_text errors.
*Icehowl now works properly
*Fixed waypoints so creatures don't enter the arena through the wall,
Lich King now spawns at a proper place, after you start a new fight
corpse of a the previous boss despawns (chest also after you start
valkyries).
Closes #7415
2012-08-21 15:19:42 +01:00
blub
e3052f8d16
Merge pull request #7278 from Faq/SpellMasks_0
...
Core/Spells: Druid T8 Feral 2P Bonus
2012-08-21 01:03:53 -07:00
Faq
e550f24ec4
rename
2012-08-21 11:01:19 +03:00
Faq
291b0899c5
Merge remote-tracking branch 'upstream/master' into SpellMasks_0
2012-08-21 10:58:15 +03:00
Nay
542521a026
Scripts/Achievements: Remove a duplicated achievement script
2012-08-20 23:43:12 +01:00
Vincent-Michael
d11e71b098
Fix more non PCH build and code style
2012-08-20 23:37:33 +02:00
Vincent-Michael
9df6c4dd70
Fix more non PCH build
2012-08-20 23:12:31 +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
Nay
b6eae0c6a7
Merge pull request #7461 from Faq/QuestShare
...
Core/Questhandler: Fix qsharing. Thnx Chaplain for idea
2012-08-20 13:42:06 -07: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