Commit graph

154 commits

Author SHA1 Message Date
Yehonal
e727df7566 Imported pending sql 2017-11-19 16:29:45 +01:00
Yehonal
b74e1e03ba DB: Fixed difficulty type condition for achievement statistics 2017-11-19 16:26:13 +01:00
Yehonal
c4622096e9 Importing pending sql 2017-11-17 00:26:19 +01:00
Yehonal
8a7cef6f64 Fixed arena statistics by type 2017-11-17 00:24:23 +01:00
sucofog
2bab14b1ca Import pending SQL from commit:
a2170f218b
2017-11-14 22:55:03 +01:00
sucofog
b56d3de7d9 Scripts/Northrend: talk event for quest A Suitable Test Subject
Ported from: fda99b2972

Credits to @Wyreth and Trinitycore
2017-10-29 11:15:00 +01:00
Yehonal
d0af1c812b Importing pending sql 2017-10-17 01:37:03 +02:00
Kevin Starrheld
7026d2e561 DB/Misc: N/A (#685)
* Lord Thorval missing creature_text

* Warsong Recruitment Officer - Gossip (Hellscream's Vigil)

* startup errors
2017-10-16 18:58:24 +02:00
talamortis
3d908d31a2 removed pending world SQL files 2017-10-14 17:03:42 +01:00
sucofog
612e996209 Calendar/GameEvents: Store + Send holiday data to calendar (#589)
* Calendar/GameEvents: Store + Send holiday data to calendar

Fix by @Gerhood port by Sucofog for AC

* Remove comments

* Fixed an sql error

* Fixed spell casting destination to require ENABLE_LOGS and ENABLE_EXTRA_LOGS to be enabled (#646)

* Fixed spell casting destination to require ENABLE_LOGS and ENABLE_EXTRA_LOGS to be enabled (#601)

* Fixed line spacing

* Fixed file spacing

* Revert "Fixed file spacing"

This reverts commit c32f081fe2ea59b9206887fb5aee0236c49a744c.

* Revert "Fixed line spacing"

This reverts commit 5a922bbfe819aa435a797056f30571b93503c6ae.

* Revert "Fixed spell casting destination to require ENABLE_LOGS and ENABLE_EXTRA_LOGS to be enabled (#601)"

This reverts commit 0d57b3c27320df09e230553f346d850f8bb43bcd.

* Fixed spell casting destination to require ENABLE_LOGS and ENABLE_EXTRA_LOGS to be enabled

* Core: step 1 - starting to fix core warnings

expecially from headers and some cpp files

Scripts and tools in next steps

* Core: Step 2 - Fixed warnings with clang 3.9+

issue #121

* Core: Step 3 - removed all warnings from core

related to #121

Next step: Scripts and extractor tools

* Scripts: Step 4 - Fixed all warnings inside scripts

issue #121

Next step: enabling -DWITH_WARNINGS and fix

* Implement banned_addons (#647)

* Removed more warnings, mostly related to unused-variable

issue #121

We still have to work on unused-parameter

* Script: Fixed yogg saron Drive Me Crazy achievement

* uncommented releaseModelInstance to fix a warning

* Improved travis compilation

Including pending sql and enabling tools, core-debug, extra-logs and perftools

* Fixed compilation

* Fixed all unused-parameters warnings

issue #121

used clang-tidy to achieve this

* Removed unused variables in WaypointMovementGenerator

* Solved cmake D9025 issue with MSVC

* Fixed some variable/parameters type issues

* Uncommented some utils functions for LFG

* 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.

* Pending sql

* Cleaning unused variables

* Update issue_template.md

* Coverity badge

* Fixed other badges

* Add GMSummonPlayer Config Option (#643)

* Stratholme's Rat Traps (#613)

* now rat traps in stratholme work correctly

* Implemented sql importing for db_assembler script

It includes a backup system that saves your day if you
push the "red button" (importing bases on a production db)

* Bash: Fixed Quit option

* Bash: Allow action non-interactive selection

You can directly run a specific action from command lines
useful for cronjobs for example

+ splitted db_assembler in more files ready to be included
from other bash scripts

* Cmake: Compiling with warnings by default

Forcing all contributors to fix all warnings before push a commit (i hope)

* Fixed gcc warnings

* Build without PCH to catch missing headers

+ changed to Debug build type

* Fixed PCH compilation and gcc warnings fixed

+ removed some useless warning suppressions

* Improved travis compilation

it must give us errors on warnings allowing contributors to fix them
as soon as possible (best before accepting PR)

* Improved db assembler, now can create DBs

* Bash: implemented installer script for server and modules (beta)

+ minor fixes

* Installer: minor fix

* Bash: fixed mysql default conf

* updated doc

* Installer: differentiate linux distro

* Use PLAYER_BYTES_3 instead of gender to avoid displayid problems

- This fix night elfs corpse turning into a cube

* Fix CMake custom script (#658)

* CMake - CMake now detects custom scripts in the Custom directory

* CMake - CMake now detects the custom script headers

* CMake - Added an example in the README on how to make a CMakeLists.txt for a custom script

* Scarlet Monastery - Chapel: Last Boss (#599)

* Core/Misc Created handler for character creation

* [Core/Boss] Reworked final figth Scarlet Monastery - Chapel

* correct the animation when Whitemain cast resurrection

* Fixed max heroic attempts ICC

it must be 50 instead of 25

* Workaround to import sql with zero value in date on mysql 5.7

Maybe we need to fix those fields or find another better way

* Various fixes for installer script and db_assembler

* Db_Assembler: hide mysql password in prompt

* Revert "Cmake: Compiling with warnings by default"

It generates compile errors on windows
Maybe we should separate warning cmake define for each compiler (?)

This reverts commit 8ad3c15d63.

* Fixed warnings when EXTRA_LOGS are off

* Fixed and optimized EXTRA_LOGS code

about 1700 lines of code manually checked

* Bash: Minor fixes for installer
2017-10-12 18:01:13 +02:00
Gargarensis
c710122259 Molten Core fixes (#604)
* Molten Core fixes

* fix indentation

* forgot to adjust 3 lines

* Fixed warning
2017-10-12 18:00:46 +02:00
talamortis
b9e6faca6c closes #667 #273 2017-09-29 22:07:07 +01:00
Yehonal
30e6abf6ab Import pending sql 2017-09-26 01:27:22 +02:00
Ercules76
34682ecc2c Scarlet Monastery - Chapel: Last Boss (#599)
* Core/Misc Created handler for character creation

* [Core/Boss] Reworked final figth Scarlet Monastery - Chapel

* correct the animation when Whitemain cast resurrection
2017-09-23 17:20:26 +02:00
Yehonal
7277e4f006 importing sql 2017-08-25 11:49:51 +02:00
Yehonal
3b90286571 [Script/SAI] Fixed Shattered Hand Blood Guard Event (#579) 2017-08-25 11:48:28 +02:00
Yehonal
5c7834d384 importing pending sql 2017-08-22 22:33:02 +02:00
Кирилл
d27ee6324e [NPC] Franclorn Forgewright visibility (#568)
* DB/NPC: make Franclorn Forgewright visible only for dead players

* add a new line at the end of file
2017-08-21 01:03:08 +02:00
Кирилл
fa78d2d83e Core/Scripts: start fight with hardcode in scripts by sending pet trainers to DB from Core (#571)
* Core/Scripts: start fight with hardcode in scripts by sending pet trainers to DB from Core

* fix build(forget about it lol azetorh don't have this commit)
2017-08-20 17:31:59 +02:00
Yehonal
1ed98105a1 importing pending sql 2017-08-20 06:03:34 +02:00
Nefertumm
fa147d84d2 Maybe not. Fk travis. 2017-06-30 19:19:12 -03:00
Nefertumm
2363e0802c More codestyle 2017-06-30 19:04:06 -03: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
Inifield
297fec113e Import pending sql 2017-06-14 00:20:20 +02:00
PolarCookie
7bedfcda7a Core/Quest : Fix he Missing Diplomat part 14 & 15
Author: @PolarCookie
2017-06-14 00:15:07 +02:00
Inifield
10db211b3c Import pending sql 2017-06-12 17:34:12 +02: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
yehonal
d397d8c7de importing pending sql 2017-05-28 07:37:28 -04:00
PolarCookie
cfd2d7eabc Core/Pet: Warlock pet base damage and stat fix (#480) 2017-05-08 15:11:08 +03:00
Yehonal
3a59e01dda Imported missing sql 2017-05-01 21:24:19 +02:00
Yehonal
67ff8761ab Imported pending sql
To Devs: please remember to run bin/db_pendings/import.sh script
after merging of PRs that include sql files.
2017-05-01 21:17:34 +02:00
starrheld
f397118a38 DB/Quest: Killing Two Scourge With (#464) 2017-04-15 21:54:19 +01:00
starrheld
f4f1bca529 DB/Quest: Shoot 'Em Up (#463) 2017-04-15 20:02:21 +01:00
Кирилл
4e40707f5a DB/SAI: fix quest leave no one behind close issue #447 (#449)
* DB/SAI: fix quest leave no one behind close issue #447

* lines
2017-03-31 20:05:26 +01:00
starrheld
0001a003b3 Core/Scripts: implemented enchant Blade Warding (#446) 2017-03-30 03:37:39 +03:00
Gargarensis
e7582c9ac7 Ashbringer event inside Scarlet Monastery instance (#280)
* Ashbringer event inside Scarlet Monastery instance

* Fixed git version

* skipped a line, i should go to sleep
2017-03-26 15:45:49 +02:00
starrheld
21c5562702 [VANILLA][OBJECT] Gold Vein, Ooze Covered Gold Vein, Tin Vein, Mithril Deposit (#436)
Removal of some incorrectly spawned objects in Durotar.
2017-03-21 22:18:23 +00:00
starrheld
c4ed0375d4 DB/Item: Missing loot from Leandro's pet box and Gift box. 2017-03-16 14:39:44 +03:00
HeartWell
fbe5e8c0dc Core/Command: Added disable commands. (#423)
* Core/Command: Added disable commands.
2017-03-15 10:48:28 +03:00
ShinDarth
e04409ee23 Import pending SQL files 2017-03-04 14:32:14 +01:00
ShinDarth
79e86bc2e4 Added SQL file using the proper format 2017-03-04 14:25:45 +01:00
Lee
9c82b2179b Merge pull request #406 from starrheld/master
Minor fixes!
2017-03-03 20:23:34 +00:00
Кирилл
4a6350dc83 Locales for quests (#407) 2017-03-03 16:24:20 +01:00
starrheld
a8e09d7c31 [NPC] Lagoon Eel
Currently swimming above water surface.
2017-03-03 12:07:40 +01:00
Ariel-
486be4b766 implement Moss Covered Feet
implement Moss Covered Feet
2017-02-28 19:49:38 +01:00
Lee
54e25518c3 Merge pull request #393 from starrheld/master
Minor SQL Fix
2017-02-22 22:01:47 +00:00
starrheld
3b7128cc37 [NPC][EVENT] Kruban Darkblade <Darkmoon Faire Barker>
Should only be present when Darkmoon Faire event is active.
2017-02-21 22:37:23 +01:00
Lee
c92d0403a7 Merge pull request #389 from starrheld/master
[NPC][VANILLA] Rotting Agam'ar
2017-02-20 18:53:05 +00:00
starrheld
306f177b82 [NPC][VANILLA] Rotting Agam'ar
Should not be in the air, should be in Razorfen Kraul.
2017-02-19 22:28:49 +01:00