summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEero Tamminen <oak@helsinkinet.fi>2020-10-21 09:49:00 (GMT)
committerEero Tamminen <oak@helsinkinet.fi>2020-10-21 09:51:41 (GMT)
commit25be9430d3cc924751591f14e9451870e08a3b69 (patch)
tree4876304ea0df8fe3b4238b3573685ee62a18d5d7
parent71330dbc39e92a14c632bb5a22a740e7329eacc4 (diff)
downloadhatari-25be9430d3cc924751591f14e9451870e08a3b69.zip
hatari-25be9430d3cc924751591f14e9451870e08a3b69.tar.gz
Update release notes and authors
Add release notes for: - HATARI_TEST variable - merged pull requests: https://github.com/hatari/hatari/pulls?q=is%3Aclosed - new Blitter test Add one pull request author name to authors.txt (names for others weren't mentioned in pushed commits).
-rw-r--r--doc/authors.txt3
-rw-r--r--doc/release-notes.txt16
2 files changed, 16 insertions, 3 deletions
diff --git a/doc/authors.txt b/doc/authors.txt
index 004b67a..10fe885 100644
--- a/doc/authors.txt
+++ b/doc/authors.txt
@@ -145,6 +145,9 @@ random order - and if someone is missing here, please remind us!):
- Steven Noonan : patch to prevent a crash if Halt dialog was called
before SDLGui_SetScreen()
+- Chritophe de Dinechin : patch to improve Spec512_StoreCyclePalette
+ when using 16 or 32 MHz
+
Code from other projects
------------------------
diff --git a/doc/release-notes.txt b/doc/release-notes.txt
index 889a6b9..a0f4087 100644
--- a/doc/release-notes.txt
+++ b/doc/release-notes.txt
@@ -66,7 +66,10 @@ Emulator:
- Use floppy track's size in bytes to detect DD/HD/ED
(instead of counting sectors)
- Add --lilo debug option for more convenient m68k Linux loading
- - Support config file values with '=' in them
+- Config file handling:
+ - Support config file values with '=' in them
+ - Skip reading global config file if HATARI_TEST environment
+ variable is set
- Memory handling:
- Memory snapshot version increase due to FDC changes
(i.e. old snapshots won't work with new version)
@@ -105,7 +108,14 @@ Emulator:
removed and "Linear scaling" option in GUI is replaced with
the "GPU scaling" option (=bUseSdlRenderer config option)
- Added new "--screenshot-dir" option to select the folder for screenshots
+ - Fix: [ffmpeg/video] Invalid PNG signature 0x89504E470D0A1A
+ - Fix: garbage graphics (by clearing the whole render area)
+ - Fix: Spec512_StoreCyclePalette when using 16 or 32 MHz
- Input handling:
+ - Support SDL "Hat" events in addition to "Axes" events
+ (= support 80's game controllers, also in SDL GUI)
+ - Map a turbofire button independent of the fire button if the game
+ controller is capable
- Show mouse grab toggle shortcut key in startup statusbar message
- Center host mouse to Hatari window on Atari resets and resolution
changes only when window is focused and mouse pointer is within it
@@ -154,12 +164,12 @@ Tools and Hatari Python/Gtk UI:
anymore install Python v2 by default. To use a script with v2,
change "python3" in its first line to "python2"
-Building:
+Building and unit tests:
- Source repository moved from Mercurial to Git
- Fix: issue with multilib capable cross-compilers
- Only Caps library v5.1 is supported (support for old v4.2 is dropped)
- Obsolete Mudflap option replaced with AddressSanitizer support
-- Add tests for GEMDOS HD, fullscreen/overscan display and Hatari
+- Add tests for GEMDOS HD, fullscreen/overscan display, blitter and Hatari
command FIFO + improve CPU/MMU variant coverage in earlier tests
Documentation: