Vincent-Michael
95a7a88ef0
Core/Commands: Fixed build
2016-09-04 00:19:29 +02:00
xjose93
882453253f
Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc).
2016-09-04 00:19:13 +02:00
Aokromes
df2c6972c4
Whitespace clean-up
2016-08-29 01:20:31 +02:00
jackpoz
58e4568c36
Core/Commands: Code cleanup
...
Remove commented out code
2016-08-21 13:14:27 +02:00
ariel-
30e0460306
Core/Scripts: allow ".debug arena" and ".debug battleground" commands to be issued in the console
2016-08-16 12:26:33 +02:00
Aokromes
31dea6b435
Compile fix
2016-08-12 12:46:28 +02:00
ForesterDev
f59e00b85c
Core/Command: Check account password max length
2016-08-12 12:19:19 +02:00
Naios
e23d063f5a
Core/Game: Rewrote the ScriptMgr to support script reloading.
...
* Finally this commit enables dynamic script hotswapping
and finished the PR #15671 .
* Split the storage layout to use optimized storages
for database bound and unbound scripts.
* Add several unload workers to reload scripts correctly
-> Requires further investigation.
* Fixes memory leaks in ScriptMgr when dropping invalid scripts.
* Fixes VehicleScripts
* Makes OutdoorPvP scripts reloadable
* Makes InstanceMapScripts reloadable
* Makes CommandScripts reloadable
2016-08-10 08:40:44 +02:00
Aokromes
436cdfd7c9
Core/Game: Move scheduled map scripts counter methods into MapManager
...
* Since those have nothing to do with core scripts and are
not wished inside the ScriptMgr
2016-08-10 06:40:03 +02:00
Aokromes
a5a60286fa
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.
2016-08-07 21:41:10 +02:00
Aokromes
d642bd34a3
Scripts/Commands: Change "server shutdown" behavior
2016-08-04 20:54:34 +02:00
ariel-
30d4f70533
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/Entities/GameObject/GameObject.cpp
src/server/game/Entities/Object/Object.cpp
src/server/game/Spells/SpellEffects.cpp
src/server/scripts/Commands/cs_gobject.cpp
src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
src/server/scripts/Kalimdor/zone_feralas.cpp
2016-08-01 01:23:47 -03:00
Tomatoes
806ef935b8
Core/Ticket System: Ticket comment visual output bug
...
* Commenting on a ticket no longer sends the GM's name to the ticket handler for assignment
* Closes #16091
* Closes #17686
Signed-off-by: Naios <naios-dev@live.de >
2016-07-31 02:07:48 +02:00
Aokromes
2aba2e1330
Compile fix
2016-07-30 16:01:15 +02:00
Aokromes
b51adac24c
Core/GameObjects: Gameobject rotation (from cmangos/mangos-wotlk@2bcbc0f )
...
cmangos/mangos-wotlk@0fe88f3 : [11531] Normalize gameobject's quaternion, thanks to zergtmn for pointing
cmangos/mangos-wotlk@060dfb7 : [11667] Implement transport path rotation
cmangos/mangos-wotlk@565f52c : [11806] A bit gameobject code refactoring
cmangos/mangos-wotlk@6874951 : [11807] Add gameobject_addon table
2016-07-30 15:51:23 +02:00
ariel-
6434e98c01
Core/Scripts: Cleanup cs_modify.cpp
...
* Removed a chunk of duplicate code
* Generalized Message notification
* Generalized checking of resources modification with a min-max
* Generalized checking of single value modification
* Closes #16858
(cherry picked from commit 775b03bf6f )
Conflicts:
src/server/scripts/Commands/cs_modify.cpp
2016-07-23 07:06:15 -03:00
Shauren
3d991107e2
Core/Commands: Cooldown command should fall back to targeting self in case of no valid selection
2016-07-20 19:34:45 +02:00
Shauren
792f48b554
Core/Commands: Allow .cooldown command to work on player pets
2016-07-20 19:34:04 +02:00
DDuarte
e2248bbfa4
Scripts/Commands: Fix build warning
2016-07-20 18:37:01 +02:00
Aokromes
b942fd40a9
Scripts/Commands: Remove unused argument of .cometome command
2016-07-20 18:36:33 +02:00
Shauren
e58f0e805c
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
2016-07-20 13:56:16 +02:00
ForesterDev
43e1534a7b
improve error message
2016-07-20 12:57:45 +02:00
Aokromes
11636faadf
Core: define CREATURE_FAMILY_NONE to avoid magic numbers in code
2016-07-20 12:49:38 +02:00
Aokromes
551990fb4c
Compile fix, partialy revert a3ca833d0d need help to port
...
dc3327f9c5
2016-07-19 18:09:05 +02:00
Aokromes
cd9acb7d05
Core/Spells: Fixed overwriting summon requests
2016-07-19 17:15:06 +02:00
Aokromes
a3ca833d0d
Core/Scripts: Cleanup cs_modify.cpp
...
* Removed a chunk of duplicate code
* Generalized Message notification
* Generalized checking of resources modification with a min-max
* Generalized checking of single value modification
2016-07-19 17:01:15 +02:00
Aokromes
a65ac56b74
Core/Entities: Ported byte field offset naming from 6.x
2016-07-19 15:08:35 +02:00
Aokromes
4e7dabc09d
Core/Commands: Prevent creating accounts containing '@' character with .account create command
2016-07-19 12:27:06 +02:00
Aokromes
95166f1052
Merge branch 'cinematic_434' into '4.3.4'
...
[Core/Maps] Activate creatures and objects during opening cinematics
As well as other flyby cameras (like sunwell etc)
Requires re-running map extractor to extract camera m2 files from data
files. These are very small.
See merge request !14
2016-05-29 19:37:06 +00:00
Aokromes
10da96acb5
* DB/Graveyards: Added a comment field to describe the graveyards in graveyard_zone
2016-05-29 02:47:10 +02:00
r00ty-tc
527654b512
[Core/Maps] Activate creatures and objects during opening cinematics
...
As well as other flyby cameras (like sunwell etc)
Requires re-running map extractor to extract camera m2 files from data
files. These are very small.
2016-05-18 21:31:07 +01:00
Aokromes
41c3193c6b
Core: Remove whitespaces
2016-05-16 22:52:36 +02:00
Aokromes
95018939a8
Core/Maps: Implement optional pre-loading of maps.
2016-05-16 22:24:58 +02:00
Aokromes
e4eb3c841c
Scripts/Commands: Small QoL adjustments
2016-05-15 07:13:07 +02:00
Vincent-Michael
81bfb0007d
Core: Fixed warning
...
(cherry picked from commit b29005925e )
2016-05-12 09:20:02 +02:00
Vincent-Michael
d7e103c543
Core/Commands: Cleanup in 0940f3e077
...
(cherry picked from commit a3b4c40073 )
2016-05-12 09:19:45 +02:00
Vincent-Michael
3e42602afc
Core/Commands: Allowed .server idlerestart / idleshutdown / restart / shutdown to take another parameter structure:
...
e.g.:
* .server idlerestart 12d3h13m13s
* .server idleshutdown 46m13s
* .server restart 45h56m
* .server shutdown 323m42s
(cherry picked from commit 0940f3e077 )
2016-05-12 09:19:21 +02:00
Aokromes
34d78137e0
Scripts/Commands: Modify .debug anim command to target any selected unit
2016-05-12 00:25:01 +02:00
Vincent-Michael
dd02d8b004
Scripts: Added missing overrides
...
(cherry picked from commit 00b4e8b6cc )
Conflicts:
src/server/scripts/Kalimdor/zone_desolace.cpp
2016-05-04 03:04:51 +02:00
Vincent-Michael
f42e6647e4
Core/Commands: Added transport position for command .gps
...
(cherry picked from commit 9c99a1d0c7 )
2016-05-04 02:59:13 +02:00
ariel-
65aec5f8f7
Merge remote-tracking branch 'tc/3.3.5' into 4.3.4
...
Note: additional hand-picked ports from 6.x to fix build
Conflicts:
sql/updates/world/2016_02_22_00_world.sql
sql/updates/world/2016_02_22_01_world.sql
sql/updates/world/2016_02_22_02_world.sql
sql/updates/world/2016_03_07_00_world.sql
src/server/authserver/Realms/RealmList.cpp
src/server/authserver/Realms/RealmList.h
src/server/authserver/Server/AuthSession.cpp
src/server/game/Accounts/AccountMgr.cpp
src/server/game/AuctionHouse/AuctionHouseMgr.cpp
src/server/game/Chat/Chat.cpp
src/server/game/Conditions/ConditionMgr.cpp
src/server/game/Conditions/ConditionMgr.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Handlers/CharacterHandler.cpp
src/server/game/Handlers/MiscHandler.cpp
src/server/game/Scripting/ScriptLoader.cpp
src/server/game/Scripting/ScriptLoader.h
src/server/game/Server/WorldSession.cpp
src/server/game/Server/WorldSocket.cpp
src/server/game/World/World.cpp
src/server/game/World/World.h
src/server/scripts/CMakeLists.txt
src/server/scripts/Commands/cs_gm.cpp
src/server/scripts/Commands/cs_misc.cpp
src/server/scripts/Commands/cs_rbac.cpp
src/server/scripts/Commands/cs_ticket.cpp
src/server/scripts/Commands/cs_wp.cpp
src/server/scripts/EasternKingdoms/CMakeLists.txt
src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp
src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp
src/server/scripts/Kalimdor/CMakeLists.txt
src/server/scripts/Kalimdor/zone_dustwallow_marsh.cpp
src/server/scripts/Kalimdor/zone_orgrimmar.cpp
src/server/scripts/OutdoorPvP/CMakeLists.txt
src/server/scripts/Spells/spell_dk.cpp
src/server/scripts/Spells/spell_hunter.cpp
src/server/shared/CMakeLists.txt
src/server/worldserver/CMakeLists.txt
src/server/worldserver/Main.cpp
src/tools/mmaps_generator/CMakeLists.txt
2016-03-11 18:32:07 -03:00
Nyeriah
c1905771f0
Scripts/Command: Solve several format exception crashes introduced in a recent commit
...
Ref #16648
Closes #16751
2016-03-09 00:42:45 -03:00
DDuarte
2ea31027e5
Core: Backport 6.x realm changes
...
Make acessible all the info about current realm (e.g name) anywhere, not only realm id
Reduce the number of differences between the two branches
Original changes by Shauren
Partial port of bacc90b6ba and 63def8aa32
2016-03-06 19:46:59 +00:00
Shauren
7fe5a77f5e
Warning fix
2016-03-05 20:17:37 +01:00
Shauren
3d0b065135
Core/Commands: Fixed a crash in .wp mod by @Magnifikator
...
Closes #16732
2016-03-05 20:16:42 +01:00
Shauren
e73d5a7bf4
Core/Commands: Fixed incorrect use of GetGUID instead of GetSpawnId in waypoint commands
...
Updates #16732
2016-03-05 20:14:58 +01:00
Naios
9e43365b3d
Core/Scripts: Split the huge scriptloader into smaller pieces
...
* Each subdirectory contains it's own translation unit now
which is responsible for loading it's directory
* Improves merging & decoupling between 3.3.5 <-> 6.x
* Removes unused Battleground loader
* Ref #15671
(cherry picked from commit 5534915f74 )
2016-02-22 16:25:54 +01:00
ariel-
2de8d6b4bb
Core/Misc: fix warnings
2016-02-21 19:00:28 -03:00
ariel-
bb6089bb8c
Core/Maps: Changed the way area data is stored in maps, it now uses ID field from AreaTable.dbc instead AreaBit used for exploration marker (and is not unique anymore on top of simply being stupidly confusing)
...
Note: Extracting maps is required
(cherry picked from commit db0b8bf24e )
2016-02-21 08:16:32 -03:00
ariel-
8bc477a2de
Merge remote-tracking branch 'tc/3.3.5' into 4.3.4
...
Conflicts:
sql/base/characters_database.sql
sql/updates/world/2016_01_26_00_world.sql
sql/updates/world/2016_01_31_00_world.sql
sql/updates/world/2016_02_07_00_world.sql
src/server/authserver/Server/AuthSession.cpp
src/server/database/Database/Implementation/LoginDatabase.cpp
src/server/database/Database/Implementation/LoginDatabase.h
src/server/game/AI/ScriptedAI/ScriptedCreature.cpp
src/server/game/AI/ScriptedAI/ScriptedCreature.h
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Chat/Chat.cpp
src/server/game/DataStores/DBCStores.cpp
src/server/game/DataStores/DBCStructure.h
src/server/game/DataStores/DBCfmt.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Handlers/AuctionHouseHandler.cpp
src/server/game/Handlers/MailHandler.cpp
src/server/game/Handlers/MovementHandler.cpp
src/server/game/Server/WorldSocket.cpp
src/server/game/Server/WorldSocket.h
src/server/game/Spells/Auras/SpellAuraEffects.cpp
src/server/game/Spells/SpellEffects.cpp
src/server/game/Spells/SpellMgr.cpp
src/server/scripts/Spells/spell_druid.cpp
src/server/scripts/Spells/spell_generic.cpp
src/server/scripts/Spells/spell_hunter.cpp
src/server/scripts/Spells/spell_rogue.cpp
src/server/scripts/Spells/spell_shaman.cpp
src/server/shared/Networking/AsyncAcceptor.h
src/tools/map_extractor/CMakeLists.txt
src/tools/map_extractor/System.cpp
src/tools/map_extractor/adt.h
src/tools/mmaps_generator/MapBuilder.cpp
2016-02-21 07:02:53 -03:00