* Impement Ensure Version for OpenSSL
* Fix OpenSSL library linking to most of the project
* Cleanup of old file
* Make error message a bit more clear on invalid versions
* Link Submodule changes to main PR
* Attempt to fix missing symbol DSO compile issue linux
* Sometimes I need to learn to look into things a bit more.
Fix error when compiling in CentOS - 7 src/shared/Utilities/Duration.h:46:30: error: missing space between ‘""’ and suffix identifier
constexpr std::chrono::hours operator""_days(unsigned long long days)
* initial review for docker
* update link
* more typos
* hight letter
* it's realm.rft
* realm.rtf
* remove legacy code from dockerfiles
* docker-compose cleanup,- documented clone the right database
* add timezone to mangos.env
* add more at the build command
* double only
* it's a script not a container
* more documentation and moved into seperate folder
* revert back the openssl
* reformat documentation
* high letter
* timezone
* reduce dockerfiles and add documentation
* removed mangos user from build script
* correct links for realmd and world
* fixing small things, after railroid the documentation.
* command is called restart
* hold the documentation line
* add the changes for realmlist.wtf
Co-authored-by: AndyBe <andreas.benzler@gmail.com>
* Implement Characters createdDate field
Will store in DB the timestamp when the character has been created, useful for statistics
/!\ Need a latest Character DB update (Rel22_02_001)
* Fix blank spaces for codestyle checks
* After reading some forum posts and recurrent questions on Discord, the message error displayed if running the core with a DB content version above the version which is referenced by the core will no more be displayed as an error.
* Typo fix in core startup message.
* Fix another typo in core startup message....
Since the commit related to timers (1c4e25cba0), weird behaviours were encounterd in game so it was unplayable :
- When attacking a mob it would aggro but not fight back
- After 1st spell cats you will hang forever not being able to cast another spell
- Item spells with cast duraction were not casted properly (Earthstone etc..)
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.