c4llv07e

Results 16 comments of c4llv07e

> the copy pasting definitely isnt the right move but i can go in and clean this up probably Something like this?

I don't like the `""` solution, but returning C strings is even worse. I can't find any `std::string*` in the project, so I assumed that there shouldn't be any allocations...

Force pushed because of the rebase.

Emacs has a built-in `compile-mode` that has global keybinds `M-g M-n` and `M-g M-p` to jump to the next and previous error, respectively. This way, when you have compiled your...

I think it's a cool idea because it will add a new use case to the network configuration tool, which is great. I'll try to do it.

Now it should work. I tested it and it's working better than I expected. This codebase is amazing! I really don't understand why UI API is called "wasteland" in the...

@dmnct As far as I know, you cannot determine if an entity is inside a container in another entity, so this change requires editing the DoorSystem code. So it may...

@lzk228 Huh, here come some problems: At the moment, there are child prototypes of the Airlock entity that have an additional AccessReaderComponent with different accesses. If we want to move...

> i think that would be cool to change airlock access in admin-tricks menu Maybe, but I can't imagine how it can be done, and it seems to me that...