No description
Find a file
2016-04-09 16:44:13 -03:00
archived Moved/Fixed: Installer.zip was removed from the archived section. Installer.bat is added to docs/ for public release. 2010-09-22 06:09:50 +00:00
docs Changed: Reverted changes on pet command STOP. Now it will act as an duplicated command of STAY instead make the pet stop all current actions and start follow his owner again. 2016-04-09 16:23:20 -03:00
src Removed unused function CItemMulti::Multi_ListObjs() 2016-04-09 16:44:13 -03:00
.gitignore -Fixed GIT hash not showing correctly (and also changed it to use the short hash instead full hash) 2015-08-17 05:23:54 -03:00
GraySvr.vcxproj Removed unused _DBPLUGIN defs 2015-11-14 14:36:18 -02:00
GraySvr.vcxproj.filters Removed unused _DBPLUGIN defs 2015-11-14 14:36:18 -02:00
LICENSE Update LICENSE 2016-01-03 04:40:26 -02:00
makefile Removed unused _DBPLUGIN defs 2015-11-14 14:36:18 -02:00
makefile.alt Removed unused _DBPLUGIN defs 2015-11-14 14:36:18 -02:00
README.md Update README.md 2016-01-03 04:36:42 -02:00

SphereServer

Game server for UO

Join gitter chat

Join the chat at https://gitter.im/Sphereserver/Source

Project details

Automatic builds

Building

Project files can be build with CMake for both Linux (GCC) and Windows (MSVC and MinGW), old project files are still present in the source for now.

Ubuntu

Install mysql library

  • sudo apt-get install libmysqld-dev
  • sudo apt-get install libmysql++ libmysql++-dev
  • sudo apt-get install libmysqlclient-dev:i386

Windows

Create a .sln file (If the project was not generated by CMake)

  • Open 'GraySvr.vcxproj' file using Visual Studio, press Ctrl + S to save the solution and choose a name for the .sln file, use this file from now.

Coding Notes (add as you wish to standardize the coding for new contributors)

  • Make sure you can compile and run the program before pushing a commit.
  • Rebasing instead of pulling the project is a better practice to avoid unnecessary "merge branch master" commits.
  • Removing/Changing/Adding anything that was working in one way for years should be followed by an ini setting if the changes cannot be replicated from script to keep some backwards compatibility.

Licensing

Copyright 2016 SphereServer development team

Licensed under the Apache License, Version 2.0 (the "License").
You may not use any file of this project except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0