Giter Site home page Giter Site logo

mnwvs077's Issues

Translate tw stuff to english

Hi,

The source is promissing! It would be great if you could translate to english comments and variable names that are defined in tw language.

It will make easier to a non mandarim speaker to understand and contribute.

Congratulations and thank you for releasing such a polished source.

Best,

Define standard language for logging.

Hi.

Since people from around the world can collaborate with the project. I would like to propose that the source adhere to this standard:

  • All log messages should be defined in english without rely on StringPool.

  • Internal administration feedback messages such as the ones sent to Game Masters upon feature configuration should be defined in english without using the StringPool.

  • All messages sent to the client should be defined using the StringPool.

  • Scripts of all kind should support keys for internationalization. For example, the Script API must be able to translate a label key provided. Each script should have its own internationalization file, for example:
    Quest/2000.lua Quest/2000_en.locale Quest/2000_tw.locale.

Nevertheless, I want to mention that the source code is looking beautiful, really good job!

Missing Poco DLLS

The following artifacts are missing in Library folder:

  • PocoData.dll
  • PocoDataMySQL.dll
  • PocoFoundation64.dll

多執行序下asio::io_service出現 讀取存取違規

環境:
Windows 10 Build 21390.co_release.210521-1658
Visual Studio Community 2019 version 16.9.3

將專案升級到VS2019版本,解決編譯時缺少boost lib x64版本後
遇到在Debug Build模式下所有的Server
在執行下面這段時會出現讀取存取違規
std::thread tCenterWorkThread([&] { asio::io_service::work work(*m_pCenterServerService); std::error_code ec; m_pCenterServerService->run(ec); // 這裡出錯 }); tCenterWorkThread.detach();
已嘗試替換boost::thread,但是一樣有問題

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.