Snapshot mirror of gitlab.com/TheGrandLibrary/zaela/Server (TheGrandLibrary, Sept 2025)
Find a file
2014-10-10 04:26:54 -04: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 Updated/activated EQDictionary code to use the new possessions enumeration 2014-10-10 04:26:54 -04: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 LogMerchantTransaction converted to QueryDatabase 2014-08-28 00:10:55 -07:00
shared_memory Renaming headers is hard work 2014-08-21 17:26:32 -07:00
tests Add bool EQEmu::IsSpecializedSkill(SkillUseTypes skill) 2014-09-25 21:40:31 -04:00
ucs Fix errors in Database::ExpireMail in ucs 2014-10-01 18:06:02 -04:00
utils Implement mana/hp/end replenishments if logged off for long enough 2014-10-08 03:36:31 -04:00
world Minor clean ups to CheckCharCreateInfo 2014-10-08 01:34:36 -04:00
zone Fix issues with purchasing raid AAs 2014-10-09 23:30:08 -04: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 Build fix plus future travis update 2014-09-21 02:25:05 -07:00
changelog.txt Added a 'BOTS' converter to supplement Akkadius's recent 'PP' blob converter - updates views/function to reference the proper tables and columns. 2014-10-09 23:54:48 -04:00
CMakeLists.txt Turn off user literal error in clang 2014-10-03 14:57:01 -07: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