Aokromes
1750d83a30
Core/Updater: Update db download location
2017-10-20 01:53:35 +02:00
Aokromes
74f0d4c8dc
Core/Updater: Better log for fresh installations
2017-01-15 09:00:57 +01:00
Aokromes
719a317a67
Update copyright note for 2017
2017-01-02 07:26:38 +01:00
Trond B Krokli
0a09a69ab0
Core/DB/Updater: English grammar corrections ( #17207 )
...
Improve English text in strings and comments in UpdateFetcher.cpp
- replace incorrect text with the intended words in some output strings
- corrections in the comments to point out the intention of the code
(cherry picked from commit 186375d997 )
2016-08-10 18:19:01 +02:00
Naios
7a827fe435
Core/Cryptography: Move the SHA1 calculate helper to the SHA1 header
2016-08-10 08:56:37 +02:00
Naios
a75d2b01fb
Core/Common: Capsule boost process into helper functions
...
* For easier usage, the processes output it routed
correctly to the TC logger line by line now.
* Add support for asynchronous process execution
and process termination.
2016-08-10 08:51:52 +02:00
Naios
0b82bc2d0d
Core/Database: Converted the database library to a shared library.
...
* There is still the possibility to static link against database.
(cherry picked from commit 6cfea2d8f7 )
2016-08-10 08:45:27 +02:00
Aokromes
e30845b587
Core/Updater: Clarify log
2016-07-30 12:04:58 +02:00
Aokromes
e9c6ddbf8b
Core/DB/Updater: engrish corrections in DBUpdater.cpp ( #17262 )
...
English grammar and syntax corrections in DBUpdater.cpp
- string texts corrected, source code unchanged
- comments improved and checked for typos
2016-07-20 15:29:45 +02:00
Aokromes
9c1b965136
Core/Misc: MSVC warning fixes
2016-07-19 12:40:58 +02:00
Naios
b823c06973
Core/Updater: Correct the config key hint of a log message
2016-05-12 09:05:56 +02:00
Aokromes
ef29f1037e
Misc: Fix download db url
2016-03-17 19:05:46 +01:00
Naios
b5369b7d87
Core/Common: Add a generic config helper to access built-in overwriteable paths.
...
* Adds CMAKE_COMMAND and CMAKE_BINARY_DIR to revision_data.h
* Move the source and mysql exe path handling out of the DBUpdater.
* Make some Config methods const for correctness.
* Remove C & CXX flags from revision_data.h
(was unused and didn't capture all cxx vars)
* Reorder the link order to prevent `ld` from ignoring the file
* Ref #15671
(cherry picked from commit 719159e207 )
2016-02-22 16:25:47 +01:00
Naios
f2233f5d14
Core/Updater: Convert an assertion into a fatal error
...
* The error is triggered when it fails to open an update for hashing
* See 'https://community.trinitycore.org/topic/12352-worldserver-crashes-on-database-update/ '
for details
* And a minor cleanup in the UpdateFetcher
(cherry picked from commit c43b808665 )
2016-02-22 16:01:27 +01:00
Naios
ae1a5c6c2b
Core/Updater: Use a different method for file reading
...
* Current method causes issues under CentOS 6 and could possibly
lead to cutted buffer content when reading in textmode.
* Closes #16209
2016-02-20 20:18:42 +01:00
Duarte Duarte
893c63f320
Core/DBUpdater: Fix help text download link
...
Change from forums to GH Releases
(cherry picked from commit 6b529fcd43 )
2016-01-04 22:53:34 +00:00
Rushor
923a368ac7
Update copyright note for 2016
2016-01-01 12:02:33 +01:00
joschiwald
3db4c64287
Core/Updater: fixed host parameter is being ignored
...
(cherry picked from commit e51b660177 )
2015-10-05 17:15:54 +02:00
Naios
a561edefb9
Core/Updater: Fix mysql in path check/search.
2015-10-05 17:11:59 +02:00
Shauren
0cf04cc166
Core/Updater: Pipe mysql process output into worldserver log
...
(cherry picked from commit 2d109b63e2 )
2015-10-05 17:11:57 +02:00
StormBytePP
0cc3d883e1
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when old revision.h file is present
2015-08-16 23:08:01 +02:00
StormBytePP
1f66d719f2
Core/BuildSystem: Merge collision, debugging, threading, utilities and configuration into "common" which does not depend on shared anymore and moved database out of shared library
...
These changes enables to build tools only without even having MySQL installed
2015-08-16 21:23:15 +02:00