Aokromes
08341818f6
CMake: Use inherited dependencies in worldserver and authserver
2016-08-10 01:00:17 +02:00
Aokromes
7ef9b246b5
CMake: Use inherited dependencies in scripts
...
* Removes the circular dependency between game <-> scripts
2016-08-10 00:33:48 +02:00
Aokromes
b96f20c0d4
CMake: Remove the workaround for source groups below CMake 2.8.12
...
* Set the default option to hierarchical
* Add a new "hierarchical-folders" option which enables folders inside IDE's.
2016-08-09 23:49:31 +02:00
Aokromes
fee20bf1d9
typo fix
2016-08-08 22:01:10 +02:00
Naios
dc4ff7a9f2
Dep: Add efsw (entropia file system watcher)
...
* Uses system API's which reduces the overhead
instead of checking periodically for changes.
* Will be used in the hotswap system to reload
shared libraries on changes.
2016-08-08 21:51:31 +02:00
Aokromes
8e95859a41
missing change
2016-08-08 21:08:58 +02:00
Aokromes
5302d9112b
Core/Game: Converted the game library to a shared library.
...
* There is still the possibility to static link against game.
2016-08-08 20:11:29 +02:00
Aokromes
b2348b8915
CMake: Use inherited dependencies in database, shared and game
2016-08-08 18:07:57 +02:00
Aokromes
8a58b9a295
Update README.md
2016-08-08 01:43:49 +00:00
Aokromes
1c4054cde7
Add missing code
2016-08-07 23:49:43 +02:00
Aokromes
1de270f4e2
compile fix.
2016-08-07 23:46:26 +02:00
ariel-
879992e502
Update ObjectMgr.cpp
2016-08-07 21:52:26 +02:00
Aokromes
b10e5d5408
Core/Logs: Fine tune more logs
...
And move others to more logical appenders
2016-08-07 21:50:22 +02:00
Aokromes
20895a8631
Core/Logs: Fine tune another log
2016-08-07 21:50:05 +02:00
Aokromes
4231b2ba66
Core/Conditions: Add new CONDITION_PET_TYPE (45). Matches target player's pet against specified (value1) bitmask.
2016-08-07 21:49:25 +02:00
Aokromes
4d2527e05c
Core/Conditions: Add new CONDITION_CHARMED (44). Does what it says on the tin.
2016-08-07 21:46:41 +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
Shauren
ea918e1b69
Core/Utils: Added additional argument to Tokenizer class to make it behave like strtok - not returning empty tokens in case of multiple consecutive separators in input string
...
(cherry picked from commit dd1533b315 )
2016-08-07 21:28:29 +02:00
Aokromes
340b0227bf
Core/Logs: Fine tunning some logs
2016-08-07 21:28:07 +02:00
Aokromes
55b8fdea1d
DB/Misc: 3.3.5a fixes
2016-08-07 21:25:58 +02:00
Aokromes
5102f02631
DB/Gameobject: Fix incorrect rotations
2016-08-07 19:37:32 +02:00
Aokromes
abcc16b306
DB/Gameobject: Fix few startup errors
2016-08-07 19:19:46 +02:00
treeston
f8862f19f5
Scripts/SmartAI: Some clean-up work:
...
- NULL -> nullptr
- Rename "AssistPlayerInCombat(who)" to "AssistPlayerInCombatAgainst(who)" to reflect what the method actually does
- Code style
No functionality was changed.
2016-08-05 18:33:37 +02:00
Aokromes
11f46f2030
Core/Command: remove account_muted data on account deletion
2016-08-05 18:29:28 +02:00
Aokromes
7f71c2f70f
Core/RBAC: Name some permissions from 3.3.5a
2016-08-05 18:25:18 +02:00
Aokromes
58499f9488
another override
2016-08-05 02:42:30 +02:00
Aokromes
2e3db272e3
more missing overrides
2016-08-05 02:14:51 +02:00
Aokromes
1ec3b04951
More overrides
2016-08-05 01:56:50 +02:00
Aokromes
f00d77e2b9
more missing override
2016-08-05 01:43:00 +02:00
Aokromes
59244d6e73
More missing overrides
2016-08-05 01:33:17 +02:00
Aokromes
c3537da1e8
revert incorrect change
2016-08-05 01:17:39 +02:00
Aokromes
69e1738554
Add missing overrides.
2016-08-05 01:12:48 +02:00
jackpoz
0f965a530e
Common/Threading: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 23:48:39 +02:00
jackpoz
44165712ca
Common/Logging: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 21:56:30 +02:00
Aokromes
b3b90f8ef7
DB/Misc: 3.3.5a fixes
2016-08-04 21:08:18 +02:00
jackpoz
e8bc203651
Common/Debugging: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-04 20:57:38 +02:00
Rushor
2ec12775a1
[3.3.5] Beast Mastery hunter talent Animal Handler
...
The goal of this PR is to restore the correct AP values for a BM hunter:
Animal Handler, Rank 1
- Increases your pet's attack power by 5% and increases the duration of your Master's Call effect by 3 sec.
Animal Handler, Rank 2
- Increases your pet's attack power by 10%, and increases the duration of your Master's Call effect by 6 sec.
Viewed in talent calculator: http://wotlk.openwow.com/talent#cVbhzTGRb
by Rushor, closes #15361
2016-08-04 20:57:02 +02:00
treeston
f95ca514e6
ScriptedAI/Creature: Fix a bug where a std::chrono overload was counting milliseconds instead of seconds.
2016-08-04 20:56:06 +02:00
Aokromes
d642bd34a3
Scripts/Commands: Change "server shutdown" behavior
2016-08-04 20:54:34 +02:00
Killyana
5b96815fcb
DB/Objects: Remove old spawns
2016-08-04 17:02:17 +02:00
Killyana
e8767bc1e7
DB: Blood elf start location / Sunstrider isle fixes
...
By msoky
2016-08-04 16:41:26 +02:00
Aokromes
2bb136c1bd
remove startup error
2016-08-04 03:00:46 +02:00
Aokromes
2be2d00a7b
DB/Misc: 3.3.5a fixes
2016-08-04 02:57:53 +02:00
Aokromes
54975aef46
rename file.
2016-08-04 02:46:04 +02:00
tkrokli
de2ad7d38c
Core/Scripts: move npc_kharan_mighthammer to DB/SAI
...
This PR affects the following 2 quests:
Quest ID 4001 "What Is Going On?" - part 2 (Horde)
Quest ID 4342 "Kharan's Tale" (Alliance)
Target of this PR:
Move core script npc_kharan_mighthammer to DB/SAI
(thereby removing 10 lines of hardcoded text).
* DB/conditions: extra gossip conditions
- added conditions for gossip before quest taken and after quest completed.
- removed redundant core script SAY_GET_ME_OUT_OF_HERE comment
* DB/creature: add more text to Kharan
- add all missing creature_text lines to entry 9021 Kharan Mighthammer
- add SAI duration to wait before TEXT_OVER is triggered (3000 ms)
2016-08-04 02:42:00 +02:00
Aokromes
c3cb3e7233
compile fix
2016-08-03 23:47:37 +02:00
jackpoz
5dcb395e90
Common/Crypto: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 23:35:34 +02:00
jackpoz
3c66feafcc
Common/Maps: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 22:39:59 +02:00
jackpoz
8cd5cefaf6
Common/Maps: Reduce differences between 3.3.5 and 6.x branches
...
Code functionality shouldn't have been modified.
2016-08-03 19:48:38 +02:00
Aokromes
2b3987cf56
DB/Pet: Fix some startup errors
2016-08-03 14:48:39 +02:00