| Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 2b8fc95fdec69ca5c057c2e63a1313d8165d44ea)
|
|
format argument instead being templated on it to slightly improve compile times and reduce executable size
|
|
|
|
* clarify that this is not the crash error, but an error with the crash report itself
* improve formatting and message boundaries
* warn the reader that this means the call stack symbols may be inaccurate
(cherry picked from commit 6e37438e5dadd30dc2ce36e468045e0be4d26c83)
|
|
(cherry picked from commit 9368823c8dfa0587ef915d2f1e0aa443355d7854)
|
|
|
|
(cherry picked from commit 9fca5e9117317d6706fdf7d09fb86acaa3361129)
|
|
showing incorrect documentation in IDEs on entire std namespace
|
|
|
|
|
|
|
|
|
|
Partial port of cmangos/mangos-wotlk@ff5232c64809207b5fa59d62e9870f58a36b6f3f
|
|
for RSA
|
|
deleters more convenient
|
|
(cherry picked from commit 0b6f77a0062389ea0bc90427a56d2cc90eda6768)
|
|
Sync default Metric.Interval value in C++ with the value in worldserver.conf
(cherry picked from commit c83d00a645a310c48abd454b68402d366773c4d1)
|
|
(cherry picked from commit 46b1284f61310a441f2fb219891c6a2f2e4a218e)
|
|
(cherry picked from commit 46b7a361eeef35402f3f9ca52dd2b68e20b161ec)
|
|
(cherry picked from commit caaedbfa80870b10d58e124dd6bc6a637278da59)
|
|
versions
(cherry picked from commit ca9b82fb856c8314c3e84b15bc16ffb3fe8239ba)
|
|
just orientation
|
|
standard)
|
|
|
|
Closes #27943
|
|
|
|
|
|
upper version limit
|
|
|
|
it ourselves (#27883)
Do not calculate inv direction, Ray has one
|
|
* Core/Config: Implement config override with env vars
Implement overriding of configuration from the .conf file with environment variables.
Environment variables keys are autogenerated based on the keys defined in .conf file.
Usage example:
$ export TC_DATA_DIR=/usr
$ TC_WORLD_SERVER_PORT=8080 ./worldserver
* Core/Config Fix typo in logs
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
* Core/Config Fix code style in EnvVarForIniKey
Co-authored-by: Shauren <shauren.trinity@gmail.com>
* Update tests/common/Config.cpp
* Apply suggestions from code review
Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>
* Apply suggestions from code review
Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>
Co-authored-by: Anton Popovichenko <anton.popovichenko@mendix.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>
(cherry picked from commit 1ddd9dc19cc1df1a1ab8c6123283999f9dea6760)
|
|
* Core/DBLayer: Add QueueSize() method
Add QueueSize() method to database objects (Login, Character and World) that returns how many tasks are queued.
Include the queue size of the 3 databases in ".server debug" command
* Make the code less threadsafe
* Send data to InfluxDB
* Update grafana dashboard
(cherry picked from commit 96dc110f4a353871ac74c82ff4b1bcc4c34156f3)
|
|
(cherry picked from commit 5ae2a0f47d323fadcfebf44c7b6ec11a3f91c75a)
|
|
at first newline
|
|
* Core/Console: Improve ReadWinConsole logic and cosmetic changes
* Core/Console: Fixed possible appearance of weird characters in the console when printing the output of child processes
* Fix codestyle
* Removed auto
* Core/Misc: Explicit casting Difficulty values to uint8 before outputting to console
* Core/Misc: Cast Difficulty to uint32 for output to console
Co-authored-by: jackpoz <giacomopoz@gmail.com>
(cherry picked from commit 6c12f45f3b7d7eab32ed29860d2261fc8a512f0e)
|
|
(cherry picked from commit 677952fbc59676b549337f9f7eb5c7e7abb1135e)
|
|
* Core/Misc: Fixed utf8 encoding in console input/output.
* Fix gcc build
* Fixed that weird 'a' with circle above it and other similar letters. Also fixed encoding in AppenderConsole which sometimes did not work as it should
* Fix build on Linux
* Probably better to do it like this
(cherry picked from commit 1539bed3db86f2153f2d0d5fbf24bf9ee4af1d92)
|
|
Circle CI artifacts (#25832)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
(cherry picked from commit 9af6bf15aa2fe836c3ebba306eaaa8971f00fac4)
|
|
std::wstring in 309851e. Fixes creation characters with declined russian names (#25797)
Closes #23775
(cherry picked from commit eaa22b8a1722fd362bf5ef2c6944b5c50b121afd)
|
|
* Core/Misc: fix double empty line
* worldserver.conf
(cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7)
|
|
(cherry picked from commit 91cda8b1cdf4b45c4ca3ef1a742f6d1733ad3d66)
|
|
|
|
remove compatibility code for unsupported versions
|
|
|
|
|
|
|
|
be included by other headers
|
|
|
|
|
|
(cherry picked from commit 75f9e7396e35360f3016cc0cb21e72e20f5d96d5)
|