87 Commits

Author SHA1 Message Date
Uleat
eb8cd1a5b4 Fix for build zlib option when not using vcpkg 2019-07-13 00:43:56 -04:00
Akkadius
8d67c1aed7 Merge branch 'master' of https://github.com/EQEmu/Server into feature/eqemu-api-data-service-netstats-ws 2019-07-01 01:28:49 -05:00
KimLS
e086f53b97 Zlib ng 2019-06-30 18:13:46 -07:00
KimLS
5b41060588 Swap out recast for our own submod 2019-05-17 00:18:32 -07:00
KimLS
f2d47927b8 Update cmake to point at our static recast, need to apply our patches to it now 2019-05-16 14:28:15 -07:00
KimLS
ebca112769 Implement a basic websockets server 2019-05-16 00:12:21 -07:00
KimLS
d0ad579501 Recastnav to submodule 2019-03-10 00:38:43 -08:00
KimLS
7c0ca73937 libuv submodule 2019-03-10 00:18:04 -08:00
KimLS
777f182282 Update fmt lib with submodule 2019-03-10 00:10:47 -08:00
Akkadius
4e24184089 Merge branch 'master' into movement_manager 2018-12-30 14:49:59 -06:00
KimLS
d3aa74ff54 Update glm 2018-12-21 00:39:28 -08:00
Uleat
487e994f89 Disabled zone map mmf option in cmake 2018-12-19 05:36:48 -05:00
KimLS
d2340d3f2e Fix for missing policy 2018-09-03 00:41:59 -07:00
Alex
9b09891aa5
Revert "Adjusted zlib cmake to honor policy CMP0074 warning" 2018-09-03 00:30:50 -07:00
Chris Miles
8a580a7774
Merge pull request #765 from EQEmu/zlib_cmake
Adjusted zlib cmake to honor policy CMP0074 warning
2018-09-03 02:25:51 -05:00
KimLS
fc071d1d2f Set CMP0074 2018-09-03 00:20:43 -07:00
Xackery
bf5c5b803e Adjusted zlib cmake to honor policy CMP0074 warning 2018-08-05 17:12:46 -07:00
KimLS
2533de1d62 Appveyor scripts that are in use, and added back in the old dependency stuff for windows 2018-07-02 22:08:04 -07:00
KimLS
e7cf687d2b Don't set c++ vers 2018-06-29 22:12:11 -07:00
KimLS
842a40f76d lower cmake version 2018-06-28 21:03:32 -07:00
KimLS
213a496efb Add cmake prefix path [skip-ci] 2018-06-28 13:21:46 -07:00
KimLS
50eededd9f Some build fixes and changes 2018-06-27 19:54:33 -07:00
KimLS
352e70cf28 Fix for duplicate luabind 2018-06-26 22:50:44 -07:00
KimLS
80f1c65e1c Update fmt lib, add recast, wip on recast pathfinder interface (broken atm) 2017-07-29 00:11:57 -07:00
KimLS
4d39c76c19 Remove some unused opts 2017-04-21 17:59:53 -07:00
KimLS
a834ec92a5 Fix for openssl find on win 2017-04-18 20:06:40 -07:00
KimLS
94f55d9304 OpenSSL for windows look in dependencies folder 2017-04-18 14:18:43 -07:00
KimLS
01a04a63c3 Add uuid lib reference for unix 2017-01-14 16:20:44 -08:00
KimLS
b6d79e5af2 Query serv reimplement first steps 2016-12-21 14:25:33 -08:00
KimLS
84367e1f77 Added headless connection stuff, fixing connecting with daybreakconnections 2016-11-13 23:28:25 -08:00
KimLS
53beefd19b Fix for how uv writes work on linux (they don't copy the buffer automatically) which should enable actually logging in on linux now 2016-11-02 18:45:05 -07:00
KimLS
0b8b41d91f World <-> Login connection reworked 2016-10-28 19:02:03 -07:00
KimLS
1d1df3bf7a Servertalk implementation wip, added optional support for pub-key authenticated encryption (via libsodium), not backwards compatible. 2016-10-23 17:55:19 -07:00
KimLS
e29ca88a76 Removal of openssl stuff 2016-10-20 21:32:48 -07:00
KimLS
960da66b87 Fix for crash on bind 2016-10-16 17:03:02 -07:00
KimLS
4ba0aa8e7f Basic relay link connection 2016-10-11 21:34:26 -07:00
KimLS
5cad3f62d0 EQStream abstraction layer 2016-09-25 15:10:34 -07:00
Uleat
84db0ec2c5 Zone MMF Implementation (for map files) 2016-07-28 22:50:06 -04:00
KimLS
03286f540a Updated version of glm 2015-01-22 16:52:50 -08:00
Arthur Ice
c98964a9e8 Lua, perl, boost, zlib, mysql, and glm include files are now being included marked as system (library) files. warnings for these libraries are now suppressed 2014-12-01 10:33:57 -08:00
KimLS
4cf845e6ff Workaround for FreeBSD not having std::to_string 2014-10-16 01:16:38 -07:00
KimLS
e0e3059498 Turn off user literal error in clang 2014-10-03 14:57:01 -07:00
KimLS
c57292a9dd Tired of this GLM warning (and we dont even use glm rotate grr) also reworked how I approached that peq entity process crash after thinking about it a bit 2014-09-25 14:54:40 -07:00
Michael Cook (mackal)
d87c95c1f8 Properly set '-std=c++0x' as a CXX_FLAGS
This fixes an issue with clang compiling C files.
(Note: this does not mean clang is supported yet)

Ideally, this should check the compiler for -std=c++11 support,
then check -std=c++0x if the previous failed, then error if that
fails as well.
2014-08-19 20:06:49 -04:00
KimLS
b7e36feeeb Removed more socket server stuff, changed some of the build stuff. 2014-07-14 15:44:28 -07:00
JJ
a96784aa18 Minor typos. 2014-07-09 19:19:51 -04:00
Chris M
c645b81890 Removing socket server from cmake for now and maintaining it in its own branch until push to master 2014-07-03 18:16:43 -05:00
Chris M
90f74d6847 More Socket Server work. Made Socket server a by default disabled option in the CMake configuration while development is underway. For now, do not use. 2014-07-03 03:25:58 -05:00
Chris M
a92b4c04e9 Initial Socket Server implementation with CMakeLists.txt updated. Socket server will connect to world at this point. 2014-07-02 22:17:45 -05:00
KimLS
2ef6d3f93e Removed older AZone build options, use eqemu-zone-utils instead 2014-06-30 14:09:03 -07:00