Xandaros

Results 36 issues of Xandaros

Depends on #13 The inlining done previously does not actually work - there is never a `scope` field. Functions without an explicit scope would also not be parsed correctly at...

A `record_entry` is: ``` record_entry: $ => choice( seq( field("key", $.identifier), ":", field("type", $._type) ), seq( "[", field("string_key", $.string), "]", ":", field("type", $._type) ), // TODO: there has to be...

As alluded to in #9, the parser could really do with more fields. For example, the current record definition is ``` _record_def: $ => seq( "record", field("name", $.identifier), optional($.typeargs), $.record_body...

As far as I can tell, the parser seems fairly complete Could you publish the rust bindings on crates.io, so other people can easily depend on it?

It'd be nice to have database support in evolve. The current textfile system is kinda weird.

enhancement

It contains settings for evolve, rather than something gmod related like the sandbox tab. Plugins are able to register their own settings. We might want to group these settings, similar...

API

Evolve doesn't have a decent documentation right now and afaik never had. As github also allows you to have a wiki for your project, I suggest we use that functionality...

Other

Add a plugin to keep track of small delicts. This way, other admins can see what offenses a player has already done and react better upon a new misdeed.

enhancement

Let's say there are 2 other people on the server, one is called "a", the other "ab". You want to kick the Player with the name "a". It won't let...

Hello there! In the README, it currently states: > Labbie was written to use on the Windows operating system, so YMMV if you choose to try with other operating systems...