Robert

Results 39 issues of Robert

Looks like RPGs never break windows while some other weapons only rarely break them.

Type: Bug
Priority: Low
Status: Accepted

Priority: Low
Type: Feature
Status: On Hold

The engine should support noise and sound sources (e.g. Shooting, opening doors, etc.). This should later effect stealth missions and attraction of AI.

Priority: Medium
Type: Feature
Status: On Hold

Characters should be able to bandage wounded body parts and stop bleedings.

Priority: High
Type: Feature
Status: Accepted

- [ ] Guarding a certain spot (idle until alerted) - [ ] Patrolling certain areas - [x] Picking up items #113

Priority: Medium
Type: Feature
Status: On Hold

Currently the library enforces the usage of closure based OOP which probably is awkward to use for most lua coders. We could make it more open by either allowing the...

enhancement
help wanted

When I first wrote this library I just passed certain callbacks to all screens on the stack, but over time I realized that maybe for convenience it should forward all...

enhancement

For example see `BUTTON_LIST_WIDTH`:

Hi @dapetcu21, I'm currently rewriting my [love-atom](https://github.com/rm-code/love-atom) package to work with atom-autocomplete-lua and I've run into a small into issue with the return types of function variants. Below is an...