Commit Graph

1212 Commits

Author SHA1 Message Date
Travis CI
ddc8a1ae6e Importing pending sql 2018-08-19 23:22:22 +00:00
Dunjeon
7dce384d33 MissingCreatureTexts
2.5k unique creature_text database entries extracted from TC
2018-08-20 01:20:35 +02:00
Travis CI
ac06be129d Importing pending sql 2018-08-13 13:48:38 +00:00
Barbz
99b534ddaf Core/Commands: .npc set faction fix and improvement (#1001)
Fix error message in console, and add help text for new 'npc set faction' command
2018-08-13 15:46:42 +02:00
Stoabrogga
c369ba44e6 fix error message and help text for new 'npc set faction' command 2018-08-12 23:16:01 +00:00
Barbz
334a0f3e2c Cmake: Custom cmake options now read (#989)
fix: config.cmake not work.

"EXISTS" cannot use relative paths.
2018-08-06 15:56:30 +02:00
BarbzYHOOL
4d7c06c304 Revert "Show default options, missing in config files (#908)"
This reverts commit f122ed57bf.
This commit created a critical errors and made the core instable. The feature should be reimplemented in a better way.
2018-08-05 20:49:51 +02:00
Barbz
3e914957db Fix travis + compiler script (#997 from Stoabrogga/compiler)
Exit compiler script if any statement returns non-zero exit code
2018-08-05 19:15:27 +02:00
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
talamortis
a47876ebd9 Updated custom commands made. 2018-08-05 00:52:10 +01:00
talamortis
cbf7bc2d3f Updated code for New config.
*enable/disable Minigob Manabonk
*Put the config option in the wrong part, changed from int to bool.
2018-08-05 00:50:24 +01: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
ayase
69e663510e fix: config.cmake not work. 2018-07-29 00:27:38 +08: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