4 Commits

Author SHA1 Message Date
aleos
920844bf49 Adds support for automatic SQL updates
* SQL updates are checked at individual server start up and applied based on several unique factors.
* Adds a master sql_update_db.yml database that houses everything in one.
* Progress is saved into a local flat file for each available schema.
* Removes usage of individual SQL files.
2020-05-08 21:58:24 -04:00
Aleos
2ab298076c
Cleaned up header guard names (#3395)
* Fixes #3385.
* Updated the header guard names to C++ standards.
Thanks to @elfring's suggestion!
2018-08-10 15:57:50 -04:00
Aleos
11b42569fc
Synchronized source file headers (#3212)
* Alphabetically sorted includes.
* Updated copyright and license text to match across all files.
* Removed pragma once define in header files in lieu of ifdef guards.
2018-06-20 18:08:30 -04:00
Lemongrass3110
801d3ed942
Moved common, config and mapcache to C++ (#3200)
Dropped BETA_THREAD_TEST and everything around it
Dropped mt19937
Replaced msinttypes with cinttypes
Removed IRC link and updated README name
2018-06-14 21:51:58 +02:00