L3nn0x

Results 8 issues of L3nn0x

When trying to use the library in a multi-threaded environment, most of the structs aren't Send because they contain a raw pointer. Would it be possible to marke them as...

Implement the different skill actions.

type:enhancement

Being able to use skills. We need a general interface so we can call the skill action when required & affect the world.

type:enhancement

Add support for the skills hotbar. Being able to create / save / load / update the hotbar with skills

type:enhancement

- [x] login - [x] logout - [x] change characters - [x] create account on second login - [x] send worlds and channels - [x] select character - [x] create...

We use a json file to configure the servers (and/or command line options). The goal would be to write a github wiki page to document every option in the config...

type:enhancement
component:core
type:help wanted
type:good first issue

From what I saw, the skills table doesn't get deleted when a character is erased. It should so we can keep the database clean.

type:bug
component:databases:SQL
type:good first issue

We should be able to connect to a MySQL server as well as a PosteGres one in the same pool and everything should be streamlined.

type:enhancement
component:core