Commits


Add a comment explaining last change


Omit showing the vow title in non-color mode Less to read for players with braille/screen reader


Mention support for visually impared players at the beginning


Enhance description of the -c option


Remove brackets in case the user wants no colors Eases reading with braille readers


Add getter to return value of the color flag


Remove the arrow symbols Too much symbols are confusing


Add some more missing voids found by clang 15


Fix sloppy wording


Add void in case functions have no arguments


Remove duplicate include


Bump version for dev phase


It's fascinating how many times I used the word simple in the project. While here, fix my mastodon URL


isscrolls is no longer simple. Change wording while here


'p' needs to be displayed after print since its an alias


Sort help output (i.e. commands) alphabetically


Replace some warning options with -Wextra which enables other options as well


Better wording and add a newline for better readability


Fix typo


lgtm code checking is dead


curchar can also be NULL here


curchar can be NULL here, so check for it


Check if name is NULL Very unlikely but make llvm code scanner happy


Provide a meaninful comment instead of stating the obvious


Simplify enterthefray code Check early if the character is already in a fight and bail out.