Paul McDowell
Paul McDowell
I'm finding that the read times are 1-3 seconds on all of my cards. Is there a supported way of reducing the timing? I'm using Ubiquiti NFC Access cards and...
While analyzing the bootup sequence to combine the config files into a single file I noticed that `CMud::` declarations are being performed in multiple files: - `bootup.c / bootup.h`: Performs...
We should remove grant as a general perm to avoid potential permission leaks here. The DB user has no actual need for grant and really any non-CRUD related function, including...
Ideally if an area has an error or a consistency problem the error would be identified and output in the log, and the area would be skipped. Currently that doesn't...
The druid class has exactly one skill which isn't that interesting. However more importantly the code could use cleanup and tests to validate that one skill. A partially completed second...
With ctime not being thread safe the suggested replacement is strftime for safety. Doing so requires a refactor of all time_t as well, since they can't be used with strftime...
There is a complex weather system within the game, but the documentation is somewhat obscure. Improvements to the documentation that could lead to fixes (or fixes and improvements!) would be...
To be clear, it's not that it doesn't exist - it just doesn't exist in riftshadow - not here, not in the least.
>... snip ... > > Another fun find here is we're purging logs for no good reason. Go figure. > > https://github.com/rezalas/riftshadow/blob/dfac9022d239ab12df9c74b16852497f8c03db10/code/devextra.c#L782-L795 > > _Originally posted by @rezalas in [#255](https://github.com/rezalas/riftshadow/issues/255#issuecomment-1979913145)_