Stoabrogga
c3ecdf751d
add "set -e" also to script "db_assembler.sh"
2018-08-05 15:10:03 +00:00
Stoabrogga
5278e96aca
ignore exit code of 'make clean' as it won't find a Makefile if called as first action (which is the case for "compiler all")
2018-08-05 04:55:47 +00:00
Stoabrogga
287b2010ea
exit compiler script if any statement returns non-zero exit code
2018-08-04 22:50:16 +00:00
talamortis
ccb3e8c2a4
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
2018-07-29 23:09:07 +01:00
talamortis
78e1407f7a
New config option added
...
- Added config to enable/disable Minigob Manabonk.
- Dalaran Wintergrap mage no longer yells if the event has been disabled.
2018-07-29 23:08:56 +01:00
FALL1N1
c6be57c232
Move preloading in the continent transport check
2018-07-28 01:43:23 +02:00
Kartselyanski
1f51bf41cd
And another one...
2018-07-28 01:43:23 +02:00
Kartselyanski
21aae9eec5
Should be out of the check.
2018-07-28 01:43:23 +02:00
Kartselyanski
ea8c85c886
Make the continent transport and preloading optional.
2018-07-28 01:43:23 +02:00
Anthony Gauthier
5f4ab8fe44
Simple README error fixed
2018-07-26 20:36:03 +02:00
talamortis
4e27109cea
Fixed crash issue with death grip from previous commit.
...
*Tested on both Windows and Linux system.
2018-07-22 12:08:52 +01:00
talamortis
295f461fdd
Added the commands into a sub table
...
Now
.npc set faction temp (id)
.npc set faction original
.npc set faction perm (id)
2018-07-22 00:37:43 +01:00
talamortis
e36dac4258
added two more commands to .npc set
...
* .npc set tempfactionid (35) - will changed the selected npc faction but will not save it.
* .npc set originalFaction - will restore the correct faction from the npc faction template in the DB.
closes #706
2018-07-22 00:23:39 +01:00
talamortis
562833c9d6
Fixed Glyph Learning.
...
* Fixed an issue where if players learn a glyph in spec 1 the same glyph couldnt be applied in spec 2.
closes #739 #411
2018-07-21 23:38:33 +01:00
talamortis
bdbdc8030a
Update Death Grip
...
* Added another check to Death grip to ignore some boss ids, as need for some faction champions in argent crusade.
closes #982
2018-07-21 22:22:59 +01:00
ayase
d29a1a3300
Core: Easy module conf creation & reload ( #931 )
...
* Change the read method of the config of the module.Developers can now easily read the config file in cmake.
e.g. AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/my_first_module.conf.dist")
* Update Master.h
* Update cs_reload.cpp
Command: `.reload config` can now reload the config file of all modules #981
2018-07-19 21:50:29 +02:00
talamortis
8b1f2ece8a
Fixed Typo
...
*Fixed typo on custom hook.
2018-07-18 19:48:44 +01:00
talamortis
a5a130b95a
Added Hook
...
* This hook can be used to cache module database tables.
2018-07-18 13:12:30 +01:00
Yehonal
8767372ebf
Distro information when install OS deps
2018-07-17 17:27:17 +02:00
Yehonal
114f37801c
Missing unzip dep for client data downloader
2018-07-17 17:27:17 +02:00
Yehonal
3fb937f003
Fixed simple-restarter script
2018-07-17 14:56:13 +00:00
Stoabrogga
8e9faf8488
Revert WMO changes ( #976 )
2018-07-17 14:27:42 +01:00
Yehonal
8255f78f8a
Missing curl package in unix os deps
2018-07-17 13:57:55 +02:00
Yehonal
af5256cd5b
Various fixes to acore dashboard
...
+ simple restarter now prevents infinite crash loops
+ client data downloader now uses github releases and fixed downloading path
+ module updating now take care about compatibility version info
+ disabled CONFDIR variable in bash conf file, using BINPATH by default instead
2018-07-17 13:54:23 +02:00
Kartselyanski
113ac06929
Ahn'Kahet: Amanitar should cast the fungus only on players without "Mini" aura.
2018-07-17 00:01:09 +02:00
Travis CI
9bbb1b10e0
Importing pending sql
2018-07-16 16:10:50 +00:00
MajorDOT
dfd00ff897
DB/Script: Fix Captain Dranarus sound range
...
Fix by:
https://github.com/offl
2018-07-16 18:08:57 +02:00
Yehonal
32f215805a
Fixed libssl-dev for latest ubuntu revs on deps installer
2018-07-15 23:44:58 +02:00
Yehonal
afbe059d5a
fixed loop with comp_build() function of compiler
2018-07-15 23:33:22 +02:00
Yehonal
e2e3a07f94
missing executable permissions for *.sh files
...
command: git add --chmod=+x -- $file
2018-07-15 23:22:20 +02:00
Yehonal
cd722b73d3
Updated .travis.yml for new bash system
2018-07-15 23:13:42 +02:00
Yehonal
85388901cf
Rewrite of bash system
...
+ Implemented new dashboard menu
+ some fixes for db_assembler
+ new module installation process with version check via json files
+ some fixes to modules installer
+ implemented simple crossplatform worldserver and authserver restarters
+ new compiler script
+ client data downloader (beta)
+ various other fixes
2018-07-15 22:51:17 +02:00
Barbz
07a451e140
README - db_assembler
...
Added description and formatted it for github
2018-07-13 21:07:47 +02:00
Stoabrogga
a18d1474a3
tools improvement ( #926 )
...
* tools improvement
* added "Source/DetourAssert.cpp" to recastnavigation/Detour/CMakeLists.txt
* increased MMAP and VMAP version numbers
* Will need to re extract MMAPS and VMAPS
2018-07-13 12:46:04 +01:00
Travis CI
02d14df9b8
Importing pending sql
2018-07-12 13:43:52 +00:00
Stoabrogga
471413719c
Fix NPC 7856 (Southsea Freebooter)
2018-07-12 15:41:28 +02:00
Kartselyanski
90fdd10c3f
Fix Fishing's spell cast interruption.
2018-07-11 00:16:35 +02:00
Barbz
0f744d660f
Github: issue_template made easier to read
...
Deleted pointless comments and tidied it so it's less scary
2018-07-10 01:38:20 +02:00
Barbz
73bcb01005
Github: pull_request_template made easier to read 2
...
Made easier to read
Again.
2018-07-09 17:10:58 +02:00
Barbz
cc886b18a1
Github: pull_request_template made easier to read
...
Deleted pointless comments and made it easier to read
2018-07-09 16:46:32 +02:00
Kargatum
7a5ed0c5bb
Core/Scripts: Add SpellSC and new hook OnCalcMaxDuration
2018-07-08 01:04:38 +02:00
Kartselyanski
e5d58de641
Core/Scripts: Sapphiron fixes..
2018-07-07 16:59:31 +02:00
Barbz
81e66d7b04
Github/pull_request_template.md - Improved
...
Made "target branch" optional since all the PRs are for the master branch by default
Tidied the existing comments to be shorter to read but with more information
Added links for contribution
2018-07-06 22:15:44 +02:00
Barbz
4c4795ec40
Github/issue_template.md - Improved
...
Added a lot more guidelines
Tidied the existing comments to be shorter to read but with more information
Added links for contribution
2018-07-06 22:15:34 +02:00
talamortis
2c7485c11c
Removed the set faction from animal blood spell
2018-07-06 17:10:41 +01:00
talamortis
775d5094d2
Removed comment from hook - No idea why it was there.
2018-07-06 15:05:47 +01:00
FALL1N1
cbc5172b1c
Core/Scripts: Boss Gluth + Spell Infected Wound ... ( #937 )
...
* Fixed infinite stacks (and eventually crash) of infected wound. (Also fixes the stranglethorn vale zombies' DoT stack issue and all the mobs using that spell)
* Fixed zombie spawn location (3 gates, only 1 used in 10man, all 3 in 25)
* Fix Gluth's "Zombie Chow" distance, now it's blizzlike. Closes #736
2018-07-06 15:23:42 +02:00
Barbz
c15444a18e
Rogue/Spell: Blade Flurry correctly dmg multiple mobs ( #939 )
...
Core/Spells: Fixed Blade Flurry not sharing damage/ignoring armor to
2018-07-05 00:41:05 +02:00
Travis CI
6f1bb411ce
Importing pending sql
2018-07-04 22:25:00 +00:00
Stoabrogga
d9d5758383
Fix Midsummer Celebrants in Tirisfal Glades and add Festival Scorchling
2018-07-05 00:21:39 +02:00