Commit Graph

167 Commits

Author SHA1 Message Date
talamortis
2407208eb6 Update Pit of Saron (#78) 2016-08-29 09:37:47 +02:00
ShinDarth
0f30731133 Core/World: improved GetGlobalPlayer* methods 2016-08-29 00:15:37 +02:00
ShinDarth
9ac33ca092 Core/ObjectMgr: improved GetPlayerGUIDByName method + misc 2016-08-28 23:09:53 +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
3d5d8a663c Scripts/PetMage: fixed a crash with DK's Gargoyle and Mirror Image 2016-08-26 18:52:51 +02:00
ShinDarth
76b59632c0 Misc: fix copyright header 2016-08-26 16:42:23 +02:00
ShinDarth
7c081ad303 Misc: cleaning 2016-08-26 16:31:57 +02:00
Rival
f82c3fd94c Core/Pet: Fix initial energy of DK's Ghoul (#115) 2016-08-26 16:21:56 +02:00
ShinDarth
527bbf80d5 Build: fixed some warnings
- Closes #108
2016-08-26 14:24:27 +02:00
ShinDarth
cf9322ab4d Core/Commands: enable .gm ingame command + misc cleaning 2016-08-24 17:06:14 +02:00
mik1893
425a80b2a2 Core/Spells: fix greater blessings selection issues (pet class on player class) 2016-08-24 15:29:11 +02:00
mik1893
73b8f5b45f Core/Spells: fix removal of Disarm (scorpid sting) cooldown with Readiness 2016-08-24 15:29:02 +02:00
mik1893
f23858188f Core/Instance: Shared normal/heroic ID is now a configurable feature (default: deactivated) 2016-08-24 15:27:32 +02:00
mik1893
1cb7c81a78 Core/Scripts: add new hook OnPlayerAddToBattleground 2016-08-24 15:16:25 +02:00
mik1893
f4382e25c0 Core/Unit: enable setting and retrieval of a temporary race for players 2016-08-24 15:16:06 +02:00
mik1893
62c73fd6ef Will of Forsaken + Trinket PVP correct faction check 2016-08-24 14:27:39 +02:00
mik1893
b689b7f1e1 Core/Player: Implement original race variable at unit level and initialize it (for future customizations) 2016-08-24 14:27:10 +02:00
Yehonal
a43af57806 Avoid reset loop on boss nalorakk 2016-08-24 11:33:23 +02:00
mik1893
6f933d1385 Core/Pet: correct pet loading - summoning 2016-08-24 10:52:11 +02:00
ShinDarth
d538b86a47 Core/Chat: properly prevent crashes + cleaning (import from TrinityCore)
- Closes #111
2016-08-24 01:14:28 +02:00
Yehonal
a04f5a0798 Merge branch 'master' of github.com:azerothcore/azerothcore-wotlk 2016-08-23 14:23:53 +02:00
Yehonal
5fa9ed6f28 Compilation fix 2016-08-23 14:23:45 +02:00
Yehonal
85b8aa7ce8 Project restructuring [PART.3] 2016-08-23 13:30:41 +02:00
Yehonal
0355064321 Project restructuring [PART.2] 2016-08-23 12:11:46 +02:00
ShinDarth
edd5f4a192 Core/Chat: fixed crash in commands
closes #110
2016-08-23 10:02:41 +02:00
ShinDarth
b6d2c9b226 Core/Chat: fixed some commands
This fixes all those commands that can take in input both a param and a subcommand, e.g.: .learn, .tele, etc...
2016-08-22 01:40:58 +02:00
ShinDarth
d641365b3b Script/Commands: fix all command permissions 2016-08-21 20:50:02 +02:00
Yehonal
1e5af6d3be Core/Chat: fixed commands 2016-08-21 13:51:20 +02:00
ShinDarth
744e05d872 Revert "fixed crash on command execution"
This reverts commit d6133057ca.
2016-08-21 12:58:14 +02:00
ShinDarth
cbaafa9be5 Core/Console: rename console 2016-08-20 12:14:14 +02:00
Yehonal
1b1767e9f4 Fix commands and starting to use nullptr instead of NULL 2016-08-20 09:49:37 +02:00
Yehonal
d6133057ca fixed crash on command execution
seems that clang is now compilable and playable on linux too \o/
2016-08-20 02:04:18 +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
8ee36c5f64 Merge branch 'master' into threading_rewrite 2016-08-19 23:43:02 +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
Yehonal
469502581d Fixed compilation without PCH enabled
please avoid to miss header files in your sources
2016-08-19 23:32:46 +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
Yehonal
ea286f7332 Rewritten Threading system using c++11 std instead of ACE
It also allow full compilation with clang under all supported platforms

Need tests
2016-08-19 10:58:37 +02:00
ShinDarth
da7a7ab295 Fix License issue, closes #21 2016-08-17 17:58:45 +02:00
ShinDarth
5fe8821567 Build/Clang: fixed 2 warnings 2016-08-17 10:15:09 +02:00
ShinDarth
cd250f3fec Some corrections to previous commits 2016-08-17 10:14:13 +02:00
ShinDarth
9cd4cf08c6 Scripts/Northrend: corrected code logic, fixing a bunch of warnings 2016-08-17 00:15:26 +02:00
ShinDarth
24ae2150aa Build/Clang: removed deprecated finite() fixing 59 warnings 2016-08-16 23:45:53 +02:00
ShinDarth
a4589f71d5 Build/Clang: fixed 96 warnings + improved code readability 2016-08-16 23:21:38 +02:00
ShinDarth
9802678689 Core/Arena: fix arena points rate config + code indentation 2016-08-16 18:50:59 +02:00
Rival
eb992ee108 Core/Arena: Create more arena configs (#97) 2016-08-16 18:31:46 +02:00