Ovahlord
f763095de9
Core: merged some analysis issue fixup commits from master and 335
2019-02-18 04:15:05 +01:00
Ovahlord
50a91bd590
Core/Movement: merged Collision height handling from 335 branch to reduce the probability that creatures are falling under the map
2019-02-17 23:40:24 +01:00
Ovahlord
7edabcbd88
Core/Movement: ported and merged Follow and Chase movement generator rewrite
2019-02-07 23:51:45 +01:00
Ovahlord
e6e2421fd1
Core/Phases: synch phasing files with master branch
2019-02-03 21:18:59 +01:00
Ovahlord
9377ce2528
Scripts/Commands: fixed returning height values in gps command when the target is not on transport
2019-01-21 11:08:08 +01:00
Ovahlord
af3981d71b
Scripts/Commands: fixed a crash happening when trying to appear at invalid map coordinates or trying to appear near a transport passenger
2018-11-21 16:29:00 +01:00
Ovahlord
5229a734dd
Core/Transports: ported transport refactoring
...
* this implements full support for stoppable transports as well as serverside transport position tracking
* fixed several vehicle related issues
* fixed gameobject passengers not being displayed as transport passengers
* pets, dynamic objects and other summons are not added as transport passengers and will now properly be displayed
Todo:
- Deeprun Tram visual issues needs to be resolved
- Lady Deathwhisper's elevator needs some additional research
2018-11-21 12:04:26 +01:00
Ovahlord
1a1790b737
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
...
# Conflicts:
# src/server/game/AI/SmartScripts/SmartScript.cpp
# src/server/game/Skills/Archaeology/ArchaeologySites.cpp
# src/server/scripts/Spells/spell_mage.cpp
2018-09-17 15:43:22 +02:00
Aokromes
47d7f7be1c
kill whitespaces
2018-09-09 16:41:58 +02:00
Treeston
c843f2b7e2
Core/ChatCommands: Implement achievement link parsing
2018-09-09 15:05:25 +02:00
Treeston
e97e4e4605
another build fix
2018-09-09 14:56:00 +02:00
Aokromes
ca23ed1f6c
Scripts/Commands: Rewrite .account commands to new model
2018-09-09 14:54:43 +02:00
Aokromes
6815c24be1
Scripts/Commands: New argument parsing methodology (PR #22363 )
...
- Detect the arguments accepted by the command handler
- Tokenize out those arguments automatically and feed them to the handler
- Unmatched rest of the string can be accepted by trailing char const* or CommandArgs*
2018-09-09 14:31:14 +02:00
Aokromes
88e1b344cb
Core/RBAC: Simplification part 1. Nobody needs different permissions …
...
…for each type of .go command.
2018-09-09 13:19:23 +02:00
Ovahlord
65a0dbadd3
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
2018-09-03 07:14:17 +02:00
Aokromes
9a8db98c94
build fix
2018-09-02 22:28:44 +02:00
Aokromes
77c9d5c43e
Scripts/Commands: Cleanup and trinity_string for .go instance. Hi sha…
...
…uren.
2018-09-02 21:51:46 +02:00
Aokromes
861f114d5d
Scripts/Commands: New command ".go instance". Goes to an instance.
2018-09-02 21:45:47 +02:00
Ovahlord
5e380763aa
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
...
# Conflicts:
# src/server/game/DungeonFinding/LFGMgr.h
# src/server/game/Maps/Map.h
# src/server/scripts/EasternKingdoms/zone_arathi_highlands.cpp
2018-08-28 04:41:18 +02:00
Ovahlord
10e866aae9
Scripts/Commands: fixed layout of returned values when using .npc info
2018-08-26 23:02:39 +02:00
Ovahlord
d27baf2e36
Scripts/Commands: fixed a crash in .gobject near command
2018-08-26 23:00:50 +02:00
Shauren
5a7a83f520
Core/Commands: Fixed .damage command to work with spell schools caused by bad strtok usage
...
Closes #22280
2018-08-20 04:45:08 +02:00
Treeston
8bb732b951
Scripts/Commands: Fix .quest complete to properly work with PvP kill quests. Closes #16321 .
2018-08-15 13:37:41 +02:00
Ovahlord
3f53afd39e
Core/Maps: fixed several issues with liquids by merging some 335 branch commits that are taking mopg flags into account
2018-08-07 12:35:02 +02:00
Ovahlord
e03e3ca639
Core/Spells: corrected flag applying for SPELL_AURA_MOD_UNATTACKABLE. Also do not clear combat states for affected units
2018-08-03 16:44:58 +02:00
Ovahlord
78e0328356
Core/Movement: fixed waypoint movement commits up to 2ce9a0a094
2018-08-02 16:20:02 +02:00
Ovahlord
c808b981f7
Core/Movement: merged smooth waypoint movement. Followup commits will be merged soon (tm)
2018-08-02 15:38:35 +02:00
Ovahlord
83fb611b47
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
2018-07-26 17:37:05 +02:00
Ovahlord
12ccecf756
Scripts/Commands: fixed a crash in .gobject near command
2018-07-25 18:17:01 +02:00
Ovahlord
bf68acea1f
Core/Transports: force transport spawns into legacy group
2018-07-25 14:44:47 +02:00
Ovahlord
b6fa50b11c
Scripts/Commands: fixed layout of returned values when using .npc info
2018-07-23 16:52:46 +02:00
Aokromes
5d60d1980a
warning fix
2018-07-23 16:16:37 +02:00
Ovahlord
6320bb6a46
Revert "fix warnings" and fix warning properly
2018-07-23 15:59:32 +02:00
Ovahlord
cd60e908c0
Revert "fix warnings" and fix warning properly
2018-07-23 15:58:39 +02:00
Ovahlord
a0e288e761
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
2018-07-23 15:57:10 +02:00
Aokromes
3167005650
fix warnings
2018-07-23 11:34:08 +02:00
Ovahlord
f9ca7d5dcf
Core/Maps: fixed a crash regarding terrain swap grids
2018-07-22 15:50:32 +02:00
Ovahlord
8c0ae9392d
Scripts/Commands: fixed a crash in npc info command
2018-07-22 15:31:02 +02:00
Ovahlord
59d169e8e4
Merge branch 'dynamicSpawnMerge' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
...
# Conflicts:
# src/server/game/Entities/Creature/Creature.cpp
# src/server/game/Entities/Object/Object.cpp
# src/server/game/Maps/Map.cpp
# src/server/game/Maps/Map.h
2018-07-21 23:13:55 +02:00
Ovahlord
b976bc1187
Core/Spawns: merged Dynamic Spawning
2018-07-21 20:44:41 +02:00
Ovahlord
0d46b893fc
Core/Objects:
...
*merged 3.3.5 renaming of GetObjectSize() to GetCombatReach()
*made GetBoundaryRadius virtual and use it to determine the actual spell radius distance with it instead of using CombatReach
2018-07-13 14:50:10 +02:00
Ovahlord
bb66c16e12
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
2018-06-26 21:59:08 +02:00
Aokromes
b097c167de
rename files
2018-06-23 22:03:43 +02:00
Shauren
3ecf82f1a0
Common: Replace ip2nation by ip2location. ( #21957 )
...
Replace ip2nation by ip2location.
Download: https://lite.ip2location.com/database/ip-country
Core/Misc: Improved ip2location code and set it to disabled by default
2018-06-23 21:45:51 +02:00
Aokromes
a24b080639
4.3.4 specific CONTRY to COUNTRY
2018-06-23 21:41:51 +02:00
Gooyeth
300e0717a6
Typo fix contry -> country ( #22075 )
2018-06-23 21:39:06 +02:00
Aokromes
0c6fe1941f
rename files
2018-06-23 02:21:59 +02:00
Ovahlord
1998dc1287
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
...
# Conflicts:
# src/server/game/AI/SmartScripts/SmartScript.cpp
2018-05-17 12:44:55 +02:00
Aokromes
98364454ca
Core/Quest: Fix crash caused by disabled quests
...
Fix crash happening when a disabled quest was added and rewarded (through a GM command). Disabled quests are not validated on startup and they can reference invalid spells.
2018-05-12 13:23:19 +02:00
Ovahlord
cbadcab773
Core/Spells: merged DBC spell coefficient reading (commit: 1826437c09)
2018-04-23 21:22:21 +02:00