Tracer
Tracer
> Is this supposed to return a list of files in a directory? Relative to a current resource, yes
> Is the Unix code block functional with `if (!(dir = opendir("c:\\src\\")))`? Also, don't you exclude the directory items in the `< C++17` block? And last, how can the scripter...
> Wouldn't it make more sense to append a directory separator for directory items? It might cause some issues when messing with directories directly via that function (unless mta takes...
> I don't think `fileListDir` makes a lot of sense as a name. Perhaps something like `getDirectoryEntries` or (or, I'd prefer to separate them, `getDirectoryFiles` and `getDirectoryFolders`, both with a...
> There's the module FileSystem which already does the same and has some more features/functions btw. > Although could be added nativelly yes if the only purpose is to get...
> i took a look at what did you do and i have few things to say: > > ```diff > - reply + reply ``` > > we should...
> good job well, i didnt do much but much can be achieved with this pr.
> Also, in order for the manager stuff to work you have to provide a DLL interface for those classes too. Yes, im aware of it but I have no...
With the increased amount of cheaters I think it would be a good idea to implement this. An account on forum would probably be sufficient. Making it required will be...
> Did you perform any benchmarks? The `assert` and range checks will make it significantly slower than the C++ implementation. Unfortunatelly I did not. Didnt have the chance. In that...