Module Development Kit is an easy to use kit to produce compatible modules with GameProgressive's Master Server.
WARNING: You are currently using an experimental/unfinished branch!
- Asynchronous database connection and querying (MySQL/MariaDB)
- Asynchronous server socket connection and handling
- Reimplemented database result data
- No third party modules are included in modules (They are only required inside this project)
- Logging API
- Extended C standard string support
- stdint.h definition for Visual Studio 2008 or lesser
git submodule update --recursive --remote
[x] Replace MySQL/MariaDB C API with Amy [ ] Replace old libUV code with Boost::Asio/Asio
CentOS Work Ardound: CentOS has some strange bug with rh-mariadb102, apperently it's not shipping a correct mysql/errmsg.h, that's why we're forced to include it from /usr/include. This produces error on systems where mysql include directory isn't inside /usr/include (like FreeBSD).