Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
Release 2.0.0-6-g2adbcb2b2
Apply fixes for failure to load a mp3 on Windows (#5064) * Prevent crash in Windows front-end if mp3 sound file fails to load. * Windows: remove plog_fmt() call for mp3 load failures - load_sound() already makes a similar call.
Release 2.0.0-5-g8cdf65a6d
Avoid having necessary code being optimized away when -DNDEBUG is set…
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…