Git Product home page Git Product logo

mnwvs196's Introduction

MapleNight Wvs Project

About this project

This is an official-like server emulator of TWMS ver. 196.

This server is based on C++ language and uses lua as script language(the official server use a lua-like language for the script system also), here to understand the difference between our implementation and OdinMS.

We (do our best)follow official-like function naming, coding styles, core implementations and script implementations, for descriptions of script functions, please refer to here.

Furthermore, the server maintains a memory allocator to prevent memory fragmentation. We also provide a manual which instruct developer to allocate/deallocate objects in this project correctly, please refer to this.

How to build

This project is currently able to build on Windows OS only because we use ppltask(which is provided by Windows as their unique concurrent C++ API.) to implement timer and event task driver.

This project is working under Visual Studio 2015. To be compatible with newer version of VS, you need to rebuild boost library by that VS.

The dependencies are included in the "Library" folder, which has been compressed as a rar file. All you need to do is to extract "boost_1_63_0" and "poco-1.7.8-all" folders under "Library" folder. The former is used for our network core, and the later one is to provide access to the MySQL server respectively.

The progress

So far we had finished:

  • WvsGame, WvsLogin, WvsCenter and WvsShop are now basically working.
  • Script system had been implemented, it's easy to expand just by following extant samples.
  • When transferring between channels(said, WvsGame) or between channel and shop(said, WvsShop), the status(like the remained time of buffers, pets, summoneds) are able to transfer correctly too.

Maybe you will see different variable-naming in the project becuase when I decided following official-naming style the server fundmentals have been done, this will be improved next time.

mnwvs196's People

Contributors

tnsc4502 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.