doomsider / DTSD

StarMade Daemon
GNU General Public License v2.0
1 stars 2 forks source link

Adding idea #7

Closed elstringer closed 9 years ago

elstringer commented 9 years ago

-Translation French and other -SQL Management (stats,online,faction) -added to a limit of ping (ping_limit: 500)

tschaerni commented 9 years ago

Hi, I had also the idea about translation/language selection per user, because we have at our Servers ~80%, but there are much more buggy things to fix with a higher priority. About the use of a sql DB, Doomsider is currently working on an other Project, called "Shadow" (you can take a look at https://github.com/doomsider/shadow). And Shadow is using MYSQL. But i don't think DTSD will be rewritten for sql, mostly because Doomsider makes a complete rewrite from scratch with better modularity (Shadow), Titansmasher is currently busy and I have my own project called "Hermes" it will be a smaller version as DTSD is with lesser functions but with a bit improvement and some unique ideas. About the Ping part, that isn't really possible. Mostly because it's heavy dependend on the actual traffic, the server bandwith and the server load. :/

But if you have ideas, or better some snippets or changes, you can always send them :3

Cheers!

doomsider commented 9 years ago

As tschaerni said these feature requests will be added in the spiritual successor to DTSD which is Shadow. I got a lot of feedback about the initial code and after much thought I decided a complete re-write borrowing some code from DTSD was the way to go. If you are interested in helping out or just have suggestion let me know.

elstringer commented 9 years ago

no problem I would inform you of my ideas ! the shadow of output is when? how it work? you will be there in the same principle as DTSD ?

idea : the posiblilitée of personalized touches in the configuration

replaced ! core to ! ship and that in the configuration file sorry for my english I am french

doomsider commented 9 years ago

Shadow works a lot like DTSD as it follows a log and send commands to the console. The differences are it is modular so you can write your own scripts to add without modifying the existing code, it uses Mysql instead of text files, and it is written to execute much faster and designed to be more readable with heavy use of functions to simplify coding.

tschaerni commented 9 years ago

I have merged the ideas, and added also an Ideas.txt and updated the Planned.txt (removed som obsolete points).

Cheers!