Skip to content

Releases: angband/angband

4.2.5-185-g02b5e5f72

27 Apr 21:15
Compare
Choose a tag to compare
4.2.5-185-g02b5e5f72 Pre-release
Pre-release
Avoid assert failure for negative bash damage (thanks agoodman)

4.2.5-184-ga377e58bc

27 Apr 21:06
Compare
Choose a tag to compare
4.2.5-184-ga377e58bc Pre-release
Pre-release
borg: remove cursed semi-id'd items

4.2.5-183-g95c723c26

26 Apr 06:00
95c723c
Compare
Choose a tag to compare
4.2.5-183-g95c723c26 Pre-release
Pre-release
Display recently updated messages in RED colour in message subwindow …

…(#5960)

* feat(ui): print recent messages in red colour

* fix(msg-subwindow): update on each state change

fix the issue where it used to print only last message in red colour.
Fixed by calling message subwindow update only on `EVENT_STATE` event

* fix(message-subwindow): always highlight repeated messages with red

fix a bug where repeated message is always shown in red

4.2.5-182-g5aded19e8

26 Apr 06:00
Compare
Choose a tag to compare
4.2.5-182-g5aded19e8 Pre-release
Pre-release
borg: a couple of typos in borg.txt and some renames to make debuggin…

…g in msvc easier and make sure I free things correctly when reloading borg.txt

4.2.5-181-g7dcc373d7

26 Apr 06:00
Compare
Choose a tag to compare
4.2.5-181-g7dcc373d7 Pre-release
Pre-release
Angels were replaced by Ainur

4.2.5-180-gfeeefc16e

26 Apr 05:58
Compare
Choose a tag to compare
4.2.5-180-gfeeefc16e Pre-release
Pre-release
borg: some initialization changes

4.2.5-179-ge31f7bfa9

21 Apr 21:38
Compare
Choose a tag to compare
4.2.5-179-ge31f7bfa9 Pre-release
Pre-release
For exits due to a signal, use non-zero exit code and indicate signal…

… number

That is to help diagnose issues like https://github.com/angband/angband/issues/5952 .

4.2.5-178-gb22bdd388

21 Apr 21:40
b22bdd3
Compare
Choose a tag to compare
4.2.5-178-gb22bdd388 Pre-release
Pre-release
Borg dynamic (#5955)

* borg: dynamic formulas phase one

* stage two of dynamic calcs

* more formula code including some untested depth stuff

* fix some compiler warnings

* break prepared into depth and restock

* one last warning

* add some commenting

* add to the vc proj

* add to the vc proj filters

* add to the vc proj filters

* oops on the headers

* a warning in a different build

* another particularly picky warning

* adding a couple of quick edits since this hasn't been merged in yet...

* a quick non-code change.  change && to and and || to or for non-coder readability

4.2.5-177-g515cbb3e8

16 Apr 21:47
Compare
Choose a tag to compare
4.2.5-177-g515cbb3e8 Pre-release
Pre-release
Avoid crash with -l option when there are no savefiles to list

4.2.5-176-g92d003e16

16 Apr 21:14
Compare
Choose a tag to compare
4.2.5-176-g92d003e16 Pre-release
Pre-release
CMake and SDL2: use linker flags reported for SDL2_ttf and SDL2_image