ariel-
b239afb0ef
Core/Misc: calculate rotation fields from orientation in some places it's impossible to get:
...
- SmartScripts: SMART_ACTION_SUMMON_GO
- Spell Effects:
* SPELL_EFFECT_DUEL
* SPELL_EFFECT_SUMMON_OBJECT_WILD
* SPELL_EFFECT_SUMMON_OBJECT_SLOT1
* SPELL_EFFECT_SUMMON_OBJECT_SLOT2
* SPELL_EFFECT_SUMMON_OBJECT_SLOT3
* SPELL_EFFECT_SUMMON_OBJECT_SLOT4
- Command Scripts: .gobject add
Closes #17891
(cherry picked from commit 14445d2202 )
2017-02-19 15:34:57 +01:00
r00ty-tc
8a71e4255e
[Core/Maps] Activate creatures and objects during opening cinematics and other flyby cameras (sunwell etc).
...
Requires re-running map extractor to extract camera m2 files from data
files. These are very small.
2017-02-19 14:47:20 +01:00
joschiwald
c6632dc3ee
Fixed build and typo
2017-02-18 13:40:03 +01:00
joschiwald
80c36f3d9c
Scripts/Command: Fixed phases output in .pinfo command
...
Closes #19144
2017-02-17 21:54:49 +01:00
jackpoz
7616f22bfb
Core/Commands: Code cleanup
...
Remove commented out code
(cherry picked from commit eb9bf314c4 )
2017-02-12 16:27:58 +01:00
ariel-
a4baffbf6f
Core/Scripts: allow ".debug arena" and ".debug battleground" commands to be issued in the console
...
(cherry picked from commit 1b44377cda )
2017-02-12 15:32:48 +01:00
ForesterDev
9d5304fd4f
Core/Command: Check account password max length
...
(cherry picked from commit fdcea5c7ef )
Rename 2016_08_04_05_world.sql to 2016_08_11_00_world.sql
(cherry picked from commit d4f2f5968a )
2017-02-12 14:06:35 +01:00
treeston
af6041740c
Scripts/Commands: Some adjustments to make shutdown commands more user-friendly.
...
- New error message if a shutdown is delayed due to force threshold.
- New status message indicating that a server shutdown was successfully cancelled.
(cherry picked from commit d760219062 )
2017-02-11 22:35:00 +01:00
jackpoz
a3384bdc70
Scripts/Commands: Change "server shutdown" behavior
...
Change "server shutdown 0" behavior to delay the shutdown by the force threshold specified in configs if there are still players connected, set to 30 by default
(cherry picked from commit b37c7101de )
2017-02-11 22:02:08 +01:00
jackpoz
6367be09fa
Scripts/Commands: Change "server shutdown" behavior
...
Change "server shutdown" behavior to always include [force] optional parameter when issued from local or remote console.
(cherry picked from commit 884736b3b2 )
2017-02-11 21:43:03 +01:00
ariel-
c429e7d489
Core/Entities: debloat SummonGameObject parameter list using proper wrappers and enable GO rotation in scripts
...
- There's still an overload allowing for x, y, z, o to be passed directly
- Fixed default animstate for GameObject creation in many places, it should be 255, not 100 (checked in sniffs)
(cherry picked from commit 62bfee37cb )
# Conflicts:
# src/server/game/Battlefield/Battlefield.cpp
# src/server/game/Battlegrounds/Battleground.cpp
# src/server/game/Entities/GameObject/GameObject.cpp
# src/server/game/Entities/GameObject/GameObject.h
# src/server/game/Entities/Object/Object.cpp
# src/server/game/Entities/Object/Object.h
# src/server/game/Spells/SpellEffects.cpp
# src/server/scripts/Commands/cs_gobject.cpp
# src/server/scripts/EasternKingdoms/SunkenTemple/instance_sunken_temple.cpp
# src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
# src/server/scripts/Kalimdor/zone_feralas.cpp
# src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp
# src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
# src/server/scripts/OutdoorPvP/OutdoorPvPSI.cpp
2017-02-11 20:50:29 +01:00
ariel-
02cef6f034
Core/GameObjects: Gameobject rotation (from cmangos/mangos-wotlk@2bcbc0f ) ( #14146 )
...
cmangos/mangos-wotlk@0fe88f35df : [11531] Normalize gameobject's quaternion, thanks to zergtmn for pointing
cmangos/mangos-wotlk@060dfb791b : [11667] Implement transport path rotation
cmangos/mangos-wotlk@565f52c6c1 : [11806] A bit gameobject code refactoring
cmangos/mangos-wotlk@6874951 : [11807] Add gameobject_addon table
Closes #14146
(cherry picked from commit 2967bf59b4 )
# Conflicts:
# src/server/game/Battlefield/Battlefield.cpp
# src/server/game/Battlegrounds/Battleground.cpp
# src/server/game/Entities/GameObject/GameObject.cpp
# src/server/game/Entities/GameObject/GameObject.h
# src/server/game/Entities/Object/Object.cpp
# src/server/game/Globals/ObjectMgr.cpp
# src/server/game/Spells/SpellEffects.cpp
# src/server/scripts/Commands/cs_gobject.cpp
# src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
# src/server/scripts/OutdoorPvP/OutdoorPvPSI.cpp
2017-02-11 19:10:43 +01:00
joschiwald
a6d238b833
Core/Player: Moved character_template from character to world db
2017-01-29 16:09:46 +01:00
Traesh
6ab3877c91
Core/Entities: Basic AreaTrigger System ( #18035 )
...
* Implemented AreaTrigger Templates
* Implemented AreaTrigger Splines
* Implemented SPELL_AURA_AREA_TRIGGER
* and many more
2017-01-29 00:00:43 +01:00
Shauren
dad19df69d
Core/Units: Renamed and documented UNIT_FLAG_DISABLE_MOVE to prevent people from trying to use this flag to root a creature leaving them wondering why it doesn't do anything
...
(cherry picked from commit b36da77185 )
Core/Scripts: build fix
(cherry picked from commit 258368a2bd )
2017-01-09 21:16:36 +01:00
Shocker
0cddecf2d4
Merge pull request #17138 from ForesterDev/creature_family
...
Core/Misc: Define CREATURE_FAMILY_NONE to avoid magic numbers in code
(cherry picked from commit 62635f07d0 )
2017-01-09 20:52:48 +01:00
vincent-michael
86b98686a9
Update copyright note for 2017
...
Happy new year
2017-01-01 16:23:13 +01:00
Shauren
8742732149
Core/Items: Implemented bonus list as a possible result of RandomSuffix
...
Ref #18423
2016-12-26 21:21:28 +01:00
Shauren
b633d61899
Core/Commands: Added new 'bnetaccount listgameaccounts' command to display all account table entries linked to a given battle.net email
...
* Also fixed errors about bad commands in db
Closes #18474
2016-12-18 12:35:27 +01:00
Shauren
ac1dc758b9
Core/Units: Cleanup hardcoded magic numbers for byte field offsets
2016-12-13 20:58:22 +01:00
Shauren
eba8ed329f
Core/Commands: Output phase list in gps command
...
Closes #18227
2016-12-07 23:24:32 +01:00
joschiwald
7fbc4374f3
Core/Entities: GameObjectDespawn packet is only sent for GameObjects
2016-11-16 22:46:37 +01:00
Palabola
dbd3e68ce6
Command/Morph fix ModelId above 65535 ( #18149 )
2016-10-26 23:14:38 +02:00
ariel-
59a9bc5ca0
Core/Channels: Revamp of channel system
...
* Core/Chat: general cleanup and revamping: (#17576 ) (fbbb03212e )
* Core/Channel: restore accidentally deleted line, fixes channels not honoring ownership setting (7c71417993 )
* Channel Followup: avoid setting an invisible gm as Channel owner (#17597 ) (8a8362ef15 )
* Core/Channel: change the way channels are stored and sent to client, fixes multiple channels per zone when using different locales (#17980 )
2016-10-07 01:09:28 -03:00
Shauren
c676e80c45
Core/Players: Removed references to removed currencies
...
Closes #17721
2016-09-29 23:30:47 +02:00
Shauren
660aa059ae
Core/Commands: Slightly improve output of bnetaccount create command
...
Ref #18002
2016-09-26 17:43:33 +02:00
Traesh
d4887311e3
Core/Scenes: Implemented scene system
...
Closes #17858
Closes #17976
2016-09-25 16:13:12 +02:00
Vincent-Michael
1f6c324476
Core/Misc: Whitespace cleanup
2016-09-22 21:59:12 +02:00
Vincent-Michael
3a860429d3
Core/Commands: Fixed build
2016-09-03 19:44:37 +02:00
xjose93
779d3b2368
Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). ( #17301 )
...
(cherry picked from commit e2c0189927 )
2016-09-03 18:04:11 +02:00
treeston
a92bfb5505
Scripts/Commands: Small QoL adjustments
...
- .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it)
- .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior).
- Add .npc evade command.
- Add .pet level command.
- .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected.
- New commands .server shutdown force and .server restart force bypass this limitation.
(cherry picked from commit 0e1eb460d6 )
2016-09-03 13:46:33 +02:00
Vincent-Michael
fbd547f590
Core/Commands: Added offline player support for unstuck command
2016-08-27 19:12:30 +02:00
tkrokli
68a3f8f582
Core/Scripts: uint8 -> uint16 in cs_cheat.cpp
...
After the latest size change in PLAYER_EXPLORED_ZONES_SIZE
from 255 to 256, this needs to be an uint16 variable instead of uint8.
2016-07-25 04:06:09 +02:00
Shauren
a9a13d10f7
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion
2016-07-17 17:37:06 +02:00
Shauren
e2d6c362f2
Core/Commands: Allow .cooldown command to work on player pets
...
(cherry picked from commit 9509aac38b )
(cherry picked from commit 86a594a4dd )
2016-07-16 14:14:43 +02:00
Shauren
70137b8f3a
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion
2016-07-06 00:05:13 +02:00
DDuarte
b9ec8ae328
Scripts/Commands: Fix build warning
...
(cherry picked from commit 42028a1842 )
2016-07-05 11:56:04 +01:00
DDuarte
7ab5145321
Scripts/Commands: Remove unused argument of .cometome command
...
(cherry picked from commit 1100fe6057 )
# Conflicts:
# sql/updates/world/3.3.5/2016_07_05_01_world.sql
2016-07-05 11:23:04 +01:00
Shauren
d2733eb6f1
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion
2016-06-13 21:00:25 +02:00
Shauren
c529566ac4
Core/GameObejcts: Fixed disconnects happening when viewing nearby players on elevators
...
Closes #17335
2016-06-12 00:11:00 +02:00
Shauren
737469cfaa
Core/PacketIO: Update movement packets
2016-06-05 17:57:19 +02:00
Vincent-Michael
9d7a17d9f5
Core/Commands: Added ".npc set phase" command error message for invalid phaseid
...
Closes #14927
2016-06-05 16:43:41 +02:00
Shauren
6b1c85a676
Core/PacketIO: Updated spell packets
2016-06-05 14:08:53 +02:00
Shauren
a1ce7ae6a2
Build fixes
2016-06-03 16:49:42 +02:00
Shauren
c95f4a5070
Core/GameObjects: Updated GameObjectTemplate to 7.0.3.21796
2016-05-30 23:49:35 +02:00
Shauren
b82332487a
Core/DataStores: Updated db2 to 7.0.3.21737
2016-05-27 23:14:36 +02:00
Shauren
70102f32fe
Core/DataStores: Updated opcodes and db2 to 7.0.3.21414
2016-05-20 23:49:53 +02:00
Shauren
885d9b53c3
Core/DataStores: Updated dbc/db2 to 7.0.1.20994
2016-05-20 23:48:48 +02:00
Shauren
41ae38d94d
Core/DataStores: Updated dbc/db2 to 7.0.1.20914
2016-05-20 23:48:24 +02:00
Shauren
5c2c9a684f
Core/DataStores: Updated dbc/db2 to 7.0.1.20810
2016-05-20 23:46:17 +02:00