Yehonal
bf60f8f5c6
Add summoner information to TeleportTo function and created OnBeforeTeleport hook
2017-11-20 11:36:14 +01:00
Yehonal
9bded96de5
Fixed aura for GM visibility at login
2017-11-20 11:30:29 +01:00
Yehonal
f669732d19
Allow near commands to list only object of your current phase
2017-11-19 16:24:57 +01:00
sucofog
e772b08c68
Update Vmaps | Mmaps | Recastnav and fixed FleeingMovement
...
- Fixes getHeight collision (Map height is now calculated properly core-side, extraction of Maps, Vmaps is required)
- Fixes invisible walls causing LoS errores and wrong pathing in some zones.
- Mmaps update, padding is used, now to ensure proper binary-identical mmtiles
- Updated Recastnav to work properly with new updates
- Updated Area Storage
- Implement Map out of Bound (players will pop on closest graveyard if out of bounds)
- FleeingMovementGenerator updated, LoS calc to not go out of bounds or in/under textured when
fleeing
- Added command .mmap, port from TC (info about mmaps)
2017-11-14 15:14:43 +01:00
Yehonal
77340773be
Fixed gcc warnings
2017-09-21 00:59:43 +02:00
StygianTheBest
209bc50ef5
Add GMSummonPlayer Config Option ( #643 )
2017-09-19 20:30:23 +02:00
Yehonal
944cfd077e
Cleaning unused variables
2017-09-19 11:23:07 +02:00
Yehonal
9975fb5923
Fixed linux compilation error with linker
...
This was caused by a GNUC compiler optimization that removes
LFG.obj from binaries since its functions have never been called
by gamelib. So we had to call at least one of them on LFGMgr forcing
compiler to include LFG.cpp in build. I can't find another way.
2017-09-19 10:40:27 +02:00
Yehonal
af6fc3d873
Uncommented some utils functions for LFG
2017-09-18 19:36:26 +02:00
Yehonal
2b2e299ccc
Fixed all unused-parameters warnings
...
issue #121
used clang-tidy to achieve this
2017-09-18 14:23:26 +02:00
Yehonal
5ec07ef31f
Removed more warnings, mostly related to unused-variable
...
issue #121
We still have to work on unused-parameter
2017-09-18 03:16:32 +02:00
Yehonal
3dde305068
Core: step 1 - starting to fix core warnings
...
expecially from headers and some cpp files
Scripts and tools in next steps
2017-09-16 13:47:19 +02:00
Yehonal
b450ba35d8
[CORE/Command] fixed wrong db worker for IP2NATION statement
2017-08-26 00:22:24 +02:00
Yehonal
c854b65882
Merge branch 'master' into master
2017-08-20 04:59:52 +02:00
Yehonal
0dd68dfbee
Another huge compilation fix
...
please delete cache and re-run cmake
2017-08-20 04:48:07 +02:00
Yehonal
c1586e0d99
changed DISABLED_ cmake variable to ENABLED_ and implemented for all disabled logs
2017-08-19 19:42:48 +02:00
Inifield
6aff74cd17
Core/Command: Fix a crash when using wp show info pathid
...
Fix #530 thanks to @BarbzYHOOL for testing
2017-08-02 19:35:22 +02:00
Nefertumm
c599c7e42e
Tabs
2017-06-30 16:56:29 -03:00
Nefertumm
9d2484bfc7
Implement ip2nation and ip2nationCountries
2017-06-30 01:54:22 -03:00
Kalhac
8d6207430f
Adding character deleted command from trinitycore ( #164 )
...
* Importing character deleted commands
* Adding command .character erase and SQL help description
2017-06-08 07:59:01 +01:00
HeartWell
fbe5e8c0dc
Core/Command: Added disable commands. ( #423 )
...
* Core/Command: Added disable commands.
2017-03-15 10:48:28 +03:00
Shin
81b195099b
DB/World: move questItem* fields to *_questitems tables ( #249 )
2016-11-25 20:23:44 +01:00
HeartWell
f61f6221e8
Scripts/Commands: Adding command reload broadcast text. ( #228 )
2016-11-06 20:34:41 +01:00
HeartWell
c8cc99be37
Core/Object: Localization objects. ( #226 )
2016-11-05 20:43:11 +01:00
HeartWell
55873c1891
Core/Creature: Localization creatures. ( #224 )
2016-11-05 15:28:49 +01:00
HeartWell
8088ca220a
Core/Item: Localization items. ( #223 )
2016-11-04 21:03:48 +01:00
HeartWell
cd9add3ddc
Script/Commands: implemented .reload battleground_template ( #210 )
...
- Closes #28
2016-10-29 11:43:41 +02:00
ShinDarth
5802a37698
Revert "Build/Clang: fixed 96 warnings + improved code readability"
...
This reverts commit a4589f71d5 .
2016-09-04 10:11:10 +02:00
Yehonal
cd2417eb2f
Using IsGMAccount instead of direct check
2016-09-02 00:21:12 +02:00
ShinDarth
e2a00f9ae4
Script/Commands: correction of 1b1767e9f4 (diff-de077c84577b8885f0df1d20707bbb38L243)
2016-08-28 01:19:54 +02:00
ShinDarth
865e3d0c99
Script/Commands: enhanced .lookup player command
2016-08-26 18:59:10 +02:00
ShinDarth
76b59632c0
Misc: fix copyright header
2016-08-26 16:42:23 +02:00
ShinDarth
cf9322ab4d
Core/Commands: enable .gm ingame command + misc cleaning
2016-08-24 17:06:14 +02:00
ShinDarth
d538b86a47
Core/Chat: properly prevent crashes + cleaning (import from TrinityCore)
...
- Closes #111
2016-08-24 01:14:28 +02:00
ShinDarth
d641365b3b
Script/Commands: fix all command permissions
2016-08-21 20:50:02 +02:00
Yehonal
1b1767e9f4
Fix commands and starting to use nullptr instead of NULL
2016-08-20 09:49:37 +02:00
Yehonal
937b5dab09
fixed compilation of latest commands rewrite work
2016-08-20 02:03:03 +02:00
Yehonal
ee0ead5e4f
Merge branch 'threading_rewrite' of https://github.com/ShinDarth/azerothcore-wotlk into threading_rewrite
2016-08-19 23:54:55 +02:00
Yehonal
155a232459
Merge branch 'master' of github.com:azerothcore/azerothcore-wotlk
2016-08-19 23:33:12 +02:00
Yehonal
6eaa77591d
Fixed compilation without PCH enabled
...
please avoid to miss header files in your sources
2016-08-19 23:33:02 +02:00
ShinDarth
0aba3ae267
Corrected more copyrights
2016-08-19 23:24:44 +02:00
ShinDarth
cb30a6b404
Update chat system, based on TrinityCore commit
2016-08-19 20:26:58 +02:00
ShinDarth
da7a7ab295
Fix License issue, closes #21
2016-08-17 17:58:45 +02:00
ShinDarth
a4589f71d5
Build/Clang: fixed 96 warnings + improved code readability
2016-08-16 23:21:38 +02:00
ShinDarth
146f147676
Misc: fix SQL updates + move some lines of code
2016-08-14 20:23:39 +02:00
Luth31
47dfb6c526
Core/Commands: Add missing message for .ticket complete ( #79 )
...
Do not allow the completion of a ticket with or without response if the handler isn't the assignee
Let players know when their ticket has been closed or they received a response.
2016-08-14 19:45:13 +02:00
Rival
e2daeebd98
Fix warning on Windows. ( #89 )
2016-08-14 19:06:09 +02:00
Yehonal
b0c8eceb08
Refactoring part 2 [W.I.P]
2016-08-12 02:38:26 +02:00