730 Commits

Author SHA1 Message Date
Antz
ced9e537f2
[Extractors] Minor cleanup to fix some warning messages 2020-01-08 10:08:47 +00:00
Antz
d34051d719
Minor typo tidy up 2020-01-07 22:35:20 +00:00
Antz
0b7b22df7e
Fix some compiler warnings and project sync 2020-01-07 22:14:54 +00:00
Antz
8e0016f61d
some missed dates 2020-01-07 21:39:18 +00:00
Antz
57464c1f32
Happy New Year 2020 from everyone at getMangos.eu 🎉 2020-01-06 21:21:08 +00:00
Antz
84115df3cc
Happy New Year 2020 from everyone at getMangos.eu 🎉 2020-01-06 21:05:20 +00:00
H0zen
ac6d83f9ba Fixed some annoyances
- CONF_INSTALL_DIR is no longer hardcoded, except for the case
    when it's explicitely specified via -D in cmake
  - extractor scripts are now copied in tools directory
  - fixed some changes in ACE which made servers crash in FreeBSD
2019-06-16 16:44:19 +03:00
Vale the Violet Mote
f6fc8b6555
GetRolls no longer needed, caused seg fault 2019-06-01 11:51:07 -04:00
Vale the Violet Mote
528179cb02
Fix seg fault on bots rolling
Using group->GetRolls() brings back a vector that gives a segmentation fault on one of the iterations when iterated.
2019-06-01 11:48:12 -04:00
Antz
a521df114e
[TOOLS] Fixed mmap extractor binary name used in various scripts 2019-05-30 22:02:58 +01:00
Tid
e381d55713 [TOOLS] Fixed mmap extractor binary name used in MoveMapGen.sh 2019-05-30 18:53:30 +01:00
H0zen
5a6f485753 0.22.3 - New build system 2019-05-17 19:22:12 +01:00
H0zen
1885e3588b 0.22.2 - Fixed PCH build issues 2019-05-17 09:36:51 +01:00
H0zen
3d1084a658 Build - GCC 2019-05-16 08:10:29 +03:00
H0zen
4bd4b91e6f Rel. 0.22.1 - fix build issues 2019-05-15 13:41:17 +03:00
H0zen
feefa3b7bf Release 0.22 2019-05-14 13:07:40 +03:00
Artox
488bb83e0d use canonical target names for zlib and bzip2 2019-05-06 21:47:06 +01:00
Necrovoice
d483a079b4 Revision update.
Match current DB release.
2019-02-12 14:00:10 -05:00
Antz
48749163ed
[DbDocs] The Big DB documentation update 2019-01-13 21:10:31 +00:00
Necrovoice
a3c7f7d69f Add support for new comment column 2019-01-11 17:12:08 -05:00
Antz
78469affa4 Merge branch 'master' of https://github.com/mangoszero/server 2019-01-10 09:40:11 +00:00
Antz
b5c8fd1b54
[Cleanup] Remove tabs which have crept into the source 2019-01-10 09:39:47 +00:00
Armand-Gabriel-Camner
5bac361592 Changed email return for item that can't be equiped anymore. Before the email was sent with an empty body and the subject was to long to be displayed in the player email. Now the Email is sent with the subject 'Item could not be loaded to inventory.' and the body as the subject message before. (#71) 2019-01-09 21:58:05 +02:00
Antz
368b8e8147 Adjusted Startup Revision 2019-01-07 23:22:19 +00:00
Antz
c9ec51161a Revert "Remove Remnants of Two obsolete tables: npc_trainer_template & npc_vendor_template"
This reverts commit 6fb855fda6e18856d22a61908d34175e0be81a35.
2019-01-07 22:28:54 +00:00
Antz
6b0e4a7228
Happy New Year 2019 from everyone at getMangos.eu 🎉 2019-01-02 23:27:16 +00:00
Rochet2
5efacc3ddd Fix non PCH build and update Eluna 2018-10-19 04:44:15 +03:00
Necrovoice
59bad5ae48 Hai'shulud script update.
Updated Hai'shulud to the correct database entry (#22038).
Fixed the targeting error that would not allow Hai'shulud to be sumoned.
2018-06-17 16:01:37 -04:00
HelloKitty
63827dbc23 Fixed incorrect UpdateField.h value BANKBAG_SLOT_LAST (#68) 2018-06-05 14:13:59 +03:00
RidingKeys
77d285010d Fixes daze absorb and duplicate target flags (#67)
- Fixes daze absorb and duplicate target flags
- Fix chests showing out of range even when in range
2018-06-01 11:07:28 +03:00
leewalkergm
2748d6f5c6 Fixed indentation 2018-05-10 20:53:38 +01:00
leewalkergm
1524a1e85d Added IsLockInRange check when dealing with opening locks with a spell 2018-05-10 20:53:38 +01:00
H0zen
30d105fe9f New RNG engine for MaNGOS
- Based on C++11 <random> library
  - Uses ACE_TSS_Singleton for thread-safety
2018-05-08 12:04:55 +03:00
H0zen
89fbe37e3e Fix incorrect usage of ACE_Guard 2018-05-03 09:39:08 +03:00
Antz
eaeb3ec213 Added MySql 8.0 support, see notes
Notes:
MySql 8.0 MUST BE INSTALLED with LEGACY SECURITY
- If you use the default 'new' security model, it will not work
2018-05-01 18:04:36 +01:00
H0zen
bcab12ecbc Fix crash when using Eye of Kilrogg (spell id 126) 2018-04-22 18:31:16 +03:00
Antz
8cb7c4c07f [DB] Update mangos to expect the base database versions
Realm DB:
21.1.4 "Remove dbDocs"

Character DB:
21.5.4 "Remove dbDocs"

World DB:
21.14.81 "NPC_12481_model_update"

Signed-off-by: Antz <antz@cix.co.uk>
2018-04-19 21:55:47 +01:00
H0zen
9dc9059fd4 Fix Warden disconnect bug
- A wrong variable initialisation in Warden constructor led to an aberrant value in Warden::Update calls.
  - Fixes the issue https://www.getmangos.eu/bug-tracker/mangos-zero/warden-kicking-users-exceeded-response-delay-r1343/.
2018-04-19 15:15:15 +03:00
Antz
b74e337e63
[Eluna] Update Eluna to latest version 2018-04-13 21:29:27 +01:00
Sidsukana
3ffded2406 AURA_STATE_HEALTHLESS_20_PERCENT apply only on alive targets 2018-04-13 09:40:25 +01:00
katz1
4185e88803 Fixed instant 'Failed attempt' on gathering 2018-04-13 09:32:08 +01:00
H0zen
ef91e6f31c Fix some codacy detected issues 2018-04-12 21:59:49 +01:00
H0zen
3299820ab7 Implement OpenSSL 1.1.x support 2018-04-12 20:19:47 +01:00
MadMax
61ad4fe70d Revert "Allow OpenSSL version up to 1.1.x"
This reverts commit 6ccf8443ddca9db38c7accc1d2828b9cf2fe8946.
2018-04-12 16:42:48 +01:00
H0zen
6ccf8443dd Allow OpenSSL version up to 1.1.x 2018-04-12 15:46:05 +01:00
H0zen
c287b304e9 Updated extractor submodule 2018-04-11 10:04:09 +01:00
H0zen
d3123b941c Fix VS debug build 2018-04-11 08:50:22 +01:00
ChuniMuni
4a371ee2d5 Clean-up spell TBC 2018-04-09 10:36:59 +01:00
EinBaum
20bd1acb60 Make the .ban command remove characters from the world (instantly)
Previously the .ban command would only disconnect players.
Their character was staying ingame for multiple minutes.
2018-04-08 01:33:56 +01:00
EinBaum
a7dd8955f7 Fix level up health text
https://elysium-project.org/bugtracker/issue/3263

You know what's strange? The amount of health includes stamina but the mana amount does not include int
2018-04-07 21:34:09 +01:00