You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: deprecated windows-2019 build in GHA
new: support .pal files
fix: prevented ZX_PLAYER from creating the .Spectral/ folder
chg: deprecated ZX_SHADER,ZX_FOLDER_WINDOWS,ZX_FOLDER_UNIX options
chg: switched to relative paths (.ini options)
chg: adjusted Horace's luma detection code so it's compatible with RF modes
chg: adjusted hovering areas on ui buttons
fix: missing robocop speech in AY=2 mode
chg: audio mixing adjustements so L/R channels are closer to mono now
chg: added checkbox that toggles Horace
chg: added extra options in tv menu
fix: macos return key while in basic (osx)
fix: macos build in upgraded GH actions environment (objc_msgSend args mismatch) (osx)
fix: linux build (reported by @md0-code)
new: exposed ZX_BLUR and ZX_BLOOM options
lab: x8 zoom mode
fix: fixed mid-raster renderer to be more accurate during paper cycles (reported by cafedead)
chg: added vivid palette to zx player by default
chg: added Z and UP key mappings as secondary and terciary gamepad buttons by default
chg: prefer png game-maps over scanned jpegs
lab: can edit palette colors (shift+click any toolbar palette color)
chg: upgraded zxdb to v1.0.214
new: added remix, hue15, skin5, petit palettes
new: parse "-rf"/"-crt" settings as strings in filename prior to ZX_PLAYER launch (via argv[0])
lab: extra options via cmdline
new: dream15 palette
new: new option to display the palette in use (ZX_PALETTE_PREVIEW)
fix: missing Enter keycode while typing in basic (reported by skoolkid)(Linux)
lab: attribute clash removal
lab: vram changes highlighter
lab: sprite outlines
lab: lobby chat
new: run-ahead 2-frame mode
fix: fixed downloading urls with plus chars in them (see: ExplodingFist+ case)(Windows)
fix: fixed saving screenshots or videos with disallowed chars in them (see: JackTheNipperII:Coconut case)(Windows, Linux, Mac)
fix: fixed plausible crash during audio initialization on some hw specs (since v1.10)
fix: fixed missing cp1252 > utf8 conversion in prompt() call (Windows)
new: option to paste host clipboard into basic
chg: do not patch tap checksums anymore, since we stopped from hotpatching medias.
fix: loading medias with no supported file types on them (see: PacmanEmulator)
fix: fixed local browser resetting scroll position on enter key
new: fantasy15 palette
new: adapted dawnbringer palette
new: adapted pico8 palette
new: adapted amstrad cpc palette
new: adapted gameboy palette
new: added support to rename files via local folder (F2 key)
chg: use crosshair cursor when lightguns are in use
-[x] Can translate game menus from some languages into English.
49
48
-[x] Games can be appended to executable and get a standalone game viewer.
49
+
-[x] Co-op for kids: Horace, a companion screenmate.
50
50
51
51
# Downloads
52
52
Download both source code and binary releases from [these links](https://github.com/r-lyeh/Spectral/releases).
@@ -68,6 +68,8 @@ Hold any F1..F12 key for 2 seconds to redefine it.
68
68
# Credits
69
69
Andre Weissflog, for their many single-header libraries! (Zlib licensed). Peter Sovietov and wermipls, for their accurate AY chip emulator (MIT licensed). Ulrich Doewich and Colin Pitrat, for their uPD765A floppy disk controller (GPL licensed). Marat Fayzullin for their WD1793/FDI controllers (Proprietary). Sean Middleditch for their gamepad code (MIT licensed). Sergey Bulba for their ay2sna tool (Public Domain). Potapov Vsevolod Viktorovich for their rusfaq website. Andrew Owen and Geoff Wearmouth for their custom ROMs. Simon Owen for their DSK technical websites. Santiago Romero, Philip Kendall, James McKay for their FOSS emulators. Damian Vila for their BESCII truetype font (CC-1.0). lalaoopybee, for their lovely tube shader. Günter Woigk, Juan Carlos González Amestoy and David Colmenero for their floppy sound recordings. Sean Middleditch for their gamepad library (MIT). joric for their irc client (PD). David Reid and Lieff for their mp3 decoding library (PD). Steve John for their waveform display code (MIT). Simon Owen for their LensKey source code. The ZXDB devs. The ZX Spectrum Discord folks. All the ZX community!
70
70
71
+
Special thanks to zjoYkileR, ZXGuesser, Beginner, arjun, ref and LaesQ! :D
72
+
71
73
# Unlicense
72
74
This software is released into the [public domain](https://unlicense.org/). Also dual-licensed as [0-BSD](https://opensource.org/licenses/0BSD) or [MIT (No Attribution)](https://github.com/aws/mit-0) for those countries where public domain is a concern (sigh). Any contribution to this repository is implicitly subjected to the same release conditions aforementioned.
0 commit comments