Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.14: autoexplore hotkey and mouse button examines instead #708

Closed
draeath opened this issue Aug 5, 2024 · 2 comments
Closed

1.14: autoexplore hotkey and mouse button examines instead #708

draeath opened this issue Aug 5, 2024 · 2 comments

Comments

@draeath
Copy link

draeath commented Aug 5, 2024

I'm not sure if this issue predates tags/v1.14 but I've found that autoexplore is no longer accessible - pressing x or clicking on the autoexplore button both enters examine mode instead.

Just in case I'm doing something stupid, here's my repo state and how I'm compiling. I am running opensuse tumbleweed x86_64.

draeath@ginnungagap:/opt/draeath/BrogueCE> git status
HEAD detached at v1.14
Untracked files:
(use "git add <file>..." to include in what will be committed)
        custom-build-notes.txt

nothing added to commit but untracked files present (use "git add" to track)

draeath@ginnungagap:/opt/draeath/BrogueCE> cat custom-build-notes.txt 
CFLAGS="-march=native" make -B -j$(nproc) RELEASE=YES DEBUG=NO bin/brogue && strip --strip-unneeded bin/brogue
@draeath
Copy link
Author

draeath commented Aug 5, 2024

I've also noticed that bin/BrogueRunHistory.txt is created at some point, but this file is not in .gitignore

I can't locate the source of this file, either, so I can't narrow down when this was added:

draeath@ginnungagap:/opt/draeath/BrogueCE> ag BrogueRunHistory
draeath@ginnungagap:/opt/draeath/BrogueCE>

EDIT: found it in 4a58caf

The fix is as simple as adding bin/*RunHistory.txt to .gitignore - but this whole comment is an aside.

@draeath
Copy link
Author

draeath commented Aug 6, 2024

Turns out i am an idiot, and didn't understand how autoexplore works in BrogueCE. What I was interpreting as an examine mode, was it showing me what it would do with a subsequent press of the key.

(basically i was expecting it to act like autopilot does, except for halting when something dangerous was seen)

I'll open a second issue for the gitignore thing.

@draeath draeath closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant