RojjaCebolla

Results 25 issues of RojjaCebolla

Folks who write a PR sometimes have their PR closed by nhcopier. This is because a devteam commit rewrites that PR's code and mentions the PR, closing it automatically. As...

Multiple players have been posting extremely successful games with weapons of speed, lately. These weapons trigger much more reliably than any other weapon, and the whole dungeon stands still while...

I forgot that the deeper you get, the riskier it is to save. Is this salvageable? ```./brogue -V CE 1.10.1-dev.819fb01.master ./brogue Event type mismatch in RNG check. Playback panic at...

bug

https://github.com/AlexMooney/Brogue/commit/d31dd1c05346a19ffb4faabced72bd867a8dabca Sometimes monsters aren't very visible against their background. IIRC there's a slight bug with the above implementation - bog monsters are revealed when they notice you.

enhancement

This idea basically comes from Pixel Dungeon. A room that can only be entered by jumping in from above. It contains one OOD monster and an item. The walls are...

The [learning rust](https://bfnightly.bracketproductions.com/rustbook/chapter_1.html#learning-rust) section of chapter 1 says "If you are completely new to programming, then a piece of bad news: Rust is a relatively young language, so there isn't...

Where the book invites you to install `better TOML, c/c++, and Rust (rls)`, which c/c++ is being suggested? ![image](https://user-images.githubusercontent.com/62170514/146637967-2ad02876-6321-4b31-832e-be332acaf057.png) One (the "basics") already comes with vscode by default, fwiw.

After I ran cargo init and attempted to run `rustup component add rustfmt`, it said `info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date`. Same for Clippy. Using vscodium...

I noticed that at roguelikelike.com (which is hosted by you, @flend ?) unBrogue and gBrogue are available for play. Cool! Here's some other possibilities, all are based on 1.7.4 i...