You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'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.
The text was updated successfully, but these errors were encountered: