Snapshot mirror of gitlab.com/TheGrandLibrary/zaela/Server (TheGrandLibrary, Sept 2025)
Find a file
2014-09-17 17:45:40 -07:00
client_files Crash fixes 2014-08-28 03:17:47 -07:00
cmake Added custom find lua cmake module to make building on windows easier 2013-06-26 09:57:06 -07:00
common Small sanity checks that was causing a few errors 2014-09-17 17:45:40 -07:00
dependencies fix for tortoisegit commit and overlay issues in dependencies/.gitignore 2013-07-15 23:22:17 -04:00
eqlaunch Moved some around, more renames 2014-08-21 22:43:33 -07:00
loginserver Added eqemu::any 2014-08-25 22:31:02 -07:00
luabind Removed more socket server stuff, changed some of the build stuff. 2014-07-14 15:44:28 -07:00
queryserv Tweaked QS code for Client::FinishTrade() and QueryServ handlers. 2014-08-26 06:37:40 -04:00
shared_memory Renaming headers is hard work 2014-08-21 17:26:32 -07:00
tests Added eqemu::any 2014-08-25 22:31:02 -07:00
ucs Merge remote-tracking branch 'remotes/origin/master' into blob_conversion 2014-09-07 04:11:09 -05:00
utils Merge branch 'master' of https://github.com/EQEmu/Server 2014-09-02 21:18:30 -04:00
world Added quest::crosszonesetentityvariablebynpctypeid(npctype_id, id, m_var) 2014-09-16 16:03:27 -05:00
zone Added quest::crosszonesetentityvariablebynpctypeid(npctype_id, id, m_var) 2014-09-16 16:03:27 -05:00
.gitattributes Create .gitattributes 2013-02-16 15:00:23 -08:00
.gitignore Update .gitignore 2013-02-18 23:07:32 -08:00
.travis.yml Travis CI file 2014-08-10 02:45:21 -07:00
changelog.txt Changed trade behavior to prioritize all main slots before sub slots 2014-09-06 12:45:45 -04:00
CMakeLists.txt Properly set '-std=c++0x' as a CXX_FLAGS 2014-08-19 20:06:49 -04:00
GPL.txt svn -> git Migration 2013-02-16 16:14:39 -08:00
LICENSE.md Merge and a few cleanup / bug fixes 2013-05-23 12:35:00 -07:00
README.md Update README.md [skip ci] 2014-08-14 15:05:44 -04:00

EQEmu

Build Status

Overview

EQEmu is a custom server implementation for EverQuest

Dependencies

For Windows: http://eqemu.github.io

Login Server dependencies for Windows/Linux/OSX: http://eqemu.github.io

For Debian based distros (adjust to your local flavor):

  • libmysqlclient-dev
  • libperl-dev
  • liblua5.1-0-dev (5.2 should work as well)
  • libboost-dev

Further instructions on building the source can be found on the wiki.

Bug reports

Please use the issue tracker provided by GitHub to send us bug reports or feature requests.

The EQEmu Forums also have forums to submit bugs/get help with bugs.

Contributions

The preferred way to contribute is to fork the repo and submit a pull request on GitHub. If you need help with your changes, you can always post on the forums or try IRC. You can also post unified diffs (git diff should do the trick) on the Server Code Submissions forum, although pull requests will be much quicker and easier on all parties.

Contact