Aleos c4a364be2c
Initial work for map server to C++ (#2565)
* Initial progression of moving the map-server to C++ format.
* Converted all core files to .cpp and header files to .hpp.
* Refactored the refine database parser to utilize native YAML C++.
Thanks to @Jeybla and @lighta for their help!
2017-11-02 17:39:03 -04:00
..
2017-10-30 13:19:27 -04:00
2011-09-08 19:47:26 +00:00
2017-04-28 13:40:08 +02:00
2017-04-28 13:40:08 +02:00
2017-10-30 13:19:27 -04:00
2017-04-28 13:40:08 +02:00
2017-10-30 13:19:27 -04:00

This folder contains everything related to 3rdparty code or tools.

cmake - scripts for the cmake build system (http://www.cmake.org)
libconfig - library for processing structured configuration files (http://www.hyperrealm.com/libconfig/)
msinttypes - standard headers missing from Microsoft Visual Studio (http://code.google.com/p/msinttypes)
mt19937ar - code for Mersenne Twister pseudorandom number generator
mysql - library for MySQL Community Server (http://www.mysql.com)
pcre - library for Perl Compatible Regular Expressions (http://www.pcre.org)
zlib - library for DEFLATE lossless compression algorithm (http://www.zlib.net)