Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
Release 2.0.0-4-gd644ca35d
Merge pull request #259 from backwardsEric/splash-screen-alignment Fix ragged right border for box around "First Age Angband" on splash screen
Release 2.0.0-2-gbd6ebdfae
Fix initialization of artifact update info, resolves #83
Release 2.0.0
This is a significant re-write of FAangband.
FAangband was originally forked from Oangband, and developed until around 2014 with version 1.4.4. Development was restarted in 2020, with a rewrite aimed at re-implementing the best features of original FAangband but based on the latest Angband code base.
Since this version is heavily based on Angband there are way too many people to thank here, but I would like to mention:
- Arralen
- backwardsEric
- Cuboideb (Diego Gonzalez)
- David Medley
- dhouseholder
- EugeneLesnov
- Gwarl
- HolyRage
- Ingwe Ingweron
- jevansau
- kheldar
- MITZE
- Rodent/Sideways/sulkasormi
- Sacksquatch
- wobbly
for specific FA_related help.
Release 2.0.0-1-g9b6b04159
Update splashscreen and help
Release 2.0beta2-223-gd4ba29597
Improve regional map (thanks EugeneLesnov)
Release 2.0beta2-222-ge50c8b46c
Fixed town names output on regional map
Release 2.0beta2-221-g8d9b16287
Add a player argument to floor_object_for_use(). Resolves https://gi…
Release 2.0beta2-220-gd94a8a786
In main-gcu.c, pass a writeable static buffer to putenv() since, in p…
Release 2.0beta2-219-g33ae9975a
Merge pull request #74 from EugeneLesnov/town-names Added town names output on regional map
Release 2.0beta2-217-g39070393a
Merge pull request #75 from backwardsEric/ui-spell-unused-variable Remove unused variable in spell_menu_browser() to avoid compiler warning