37 Commits

Author SHA1 Message Date
Elmsroth
3bc84f7bf4
Add status_failed_mangos_string_id column in areatrigger_teleport (#173)
* Add status_failed_mangos_string_id column in areatrigger_teleport

Will be able to handle specific areatrigger_teleport message ina  generic way using mangos_string table as storage table for messages
/!\ WARNING  REQUIRE DB STRUCTURE UPDATE /!\

* Fix messages for areatrigger in Champions Hall and Hall of Legends

uses now aretarrigger failed_text_mangos_string_id proeprty if available

* Fix blank space
2022-01-02 13:30:37 -05:00
Antz
89e63f3eee
Happy New Year 2022 from everyone at getMangos.eu 🎉
Signed-off-by: Antz <antz@cix.co.uk>
2022-01-01 00:17:57 +00:00
Elmsroth
3202c905e7
Implement .freezplayer/.unfreezlayer command (#144)
REQUIRES DB UPDATE : Rel22_01_010_freeze_gm_command.sql

This command will apply freeze aura (spellId:9454) :
- Player cannot more anymore or use any spell nor logout ;
- Effet does not disappear even if player quits game via ALT+F4.....Can only be removed by an GM using ".unfreezeplayer" command or .unaura command

A GM with lower security level cannot freeze another GM with a higher security level.
2021-03-06 20:58:07 +00:00
Meltie2013
5a4ed6d0d6
Refactor Logout Request Packet (#128)
* Fixed possible logout problems in Major Cities and Inns.
2021-01-31 17:18:00 +00:00
Antz
cc27f32744
Release 22 2020-12-29 19:52:30 +00:00
Antz
fedd8b9288
Style cleanup from the Mangos Futures Team 2020-09-15 21:19:31 +01:00
Tim Forbes
7fd24f7a6a
Make Mangos Zero compatible with newer MySQL (#83)
* Delimite SQL queries for MySQL 8 compatibility

* Fix database name for PlayerDump

Fix an incorrectly escaped SELECT

* Missed a tick
2020-04-23 19:53:28 +01:00
Caydan
9b2cc69612
Game/MiscHandler: max matchcount for SMSG_WHO is now configurable 2020-01-23 13:36:40 +00:00
Antz
343193ef2d
Apply style fix pt3 2020-01-12 21:17:49 +00:00
Antz
4e9f27e284
Apply style fix pt2 2020-01-11 23:50:26 +00:00
Antz
ec54642cdf
Apply style fix 2020-01-10 16:15:51 +00:00
Antz
d34051d719
Minor typo tidy up 2020-01-07 22:35:20 +00:00
Antz
57464c1f32
Happy New Year 2020 from everyone at getMangos.eu 🎉 2020-01-06 21:21:08 +00:00
Antz
6b0e4a7228
Happy New Year 2019 from everyone at getMangos.eu 🎉 2019-01-02 23:27:16 +00:00
H0zen
d014ca2599 ObjectAccessor rewrite
- ObjectAccessor now hides it's inner locks
  - Introduced C++11 lambdas; from now on, VS2012 and any non C++11 compiler are not supported anymore
2018-03-29 14:39:32 +03:00
Antz
52454825c7 Happy new year from getmangos 🎉 2018-01-14 10:24:47 +00:00
brotalnia
38ab864468 Using /who in a BG should only list players in the same instance. 2017-08-27 12:58:00 +01:00
Olion
06cc8a9f9a More SMSG structure cleaned 2017-07-22 18:35:03 +03:00
Olion
6304d628c7 SMSG_GUILD_COMMAND_RESULT check of some constants 2017-07-06 03:02:31 +01:00
Olion
e1b0f666ff Wrong field order inside SMSG_LOGOUT_RESPONSE 2017-07-04 07:55:39 +01:00
Olion
c87cca2d21 CMSG_MOVE_SET_RAW_POSITION handling.
ToDo: use also MSG_MOVE_SET_RAW_POSITION_ACK.
2017-07-02 18:43:29 +01:00
Antz
756c8ff797 Remove unused include directives
Based on the work of @stfx in commit:
https://github.com/cmangos/mangos-classic/commit/48a84fb
2017-01-20 23:20:46 +00:00
Antz
cb2d60ba17 🎉 Happy 2017 from everyone at getmangos.eu 2017-01-01 14:19:24 +00:00
jaxx56
5e2d880c37 Implement CMSG_MOVE_TIME_SKIPPED packet!
NOTE: This is a WIP, Research still needed but this will sync the player's movement to the server's time by doing a "Skip/Jump" in the time.

This may show symptoms of a freeze, eventually smoothing out.

A sync may trigger with high latency.
2016-04-12 23:10:28 -05:00
stfx
baf374d2f9 Enable areatrigger teleports in battleground
Idea by @joschiwald

Also cleanup and unify related code
2016-03-21 07:34:11 +00:00
Antz
c453b05106 Corrected website URL 2016-03-20 22:09:21 +00:00
Olion17
ceaf2aa1e9 cleanup inspired by GCC build 2016-03-02 23:34:54 +00:00
H0zen
b21d79183b Fix playerbot module building 2016-02-22 19:40:22 +02:00
Olion
aa7f682aa9 Interrupt autoshot by deselecting target 2016-02-20 22:06:09 +00:00
H0zen
625ea2a6db Various external fixes - part 1
- ported fixes from cmangos repositories
2016-02-17 15:46:42 +02:00
Olion
2aa0003d42 Player::TeleportTo() signature change to request undelayed teleport 2016-02-14 23:12:21 +02:00
Antz
3967eddc87 [2016] Happy New Year from the MaNGOS Team 2015-12-31 21:15:37 +00:00
Foereaper
29c30bd620 [Warden] Initial implementation
Big thank you to TOM_RUS and TrinityCore for their amazing work on Warden

Settings for Warden can be changed in the worldconf
2015-04-09 01:33:46 +02:00
Machiavell1
0894ff4720 [Core] Fix SMSG_WHO show players matching given criteria. (c2651)
Used to be total number of players online.

Also limit shown players to 49 which is how it used to be on retail.
2015-03-26 13:43:35 +00:00
Antz
c9b37c73fa [Movement] Reverted Rel18 movement flag changes 2015-03-23 10:58:10 +00:00
Foereaper
ee1b174a27 [Cleanup] Part 1
This is the first of several cleanup commits, specifically directed towards the dependencies.

This commits removes the old, deprecate precompiled openssl and mysql libraries, as well as started restructuring of shared and deps folder.

This has not been tested on Linux yet, and the pre-built SLN files have not yet been updated.
2015-03-23 01:29:17 +01:00
Antz
386f5374ab [Release20] Initial Release 20 2015-03-22 22:10:05 +00:00