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
Copy file name to clipboardexpand all lines: Changelog
+30
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,33 @@
1
+
Version 0.2.106
2
+
===============
3
+
Highlights are support for libgme, newer version of libancient, unifont files can now be bundled using --with-unifont-relative and beta support for Windows.
4
+
5
+
* [IT] Increase the number of max-samples to match openMPT (it can export files with more samples that original tracker and Schism supports)
6
+
* [devpdisk] Reported time during playback was random
7
+
* [adplug] Add support for SudoMakers RetroWave OPL3 Express, please configure it in setup:/adplugconfig.dev
8
+
* [adplug] Make channel tracker aware of AM/FM modes so it more correctly can display visualization
9
+
* [adplug] Left/Right OPL3 logic was incorrect in the register-tracker
10
+
* [mingw] Initial support (BETA) for mingw, enables Windows support
11
+
* [libancient] Add more fingerprints for compression formats that v2.1.0 can decompress
12
+
* [Linux CDROM] Fix deadlock
13
+
* [configure] cleanup --bindir --libdir and --datadir, and new syntax to override post ocp suffixes: ./configure LIBDIROCP=/usr/lib/ocp DATADIROCP=/usr/data/ocp
14
+
* [configure] removed --with-dir-suffix
15
+
* [CDROM *.CUE] REM didn't work as expected
16
+
* [CDROM *.CUE] files didn't work if containing INDEX 00 (pregap)
17
+
* [CDROM *.CUE] BINARY keyword should be little endian, but there are tools that produce big-endian files without marking them correctly. So we need to detect the endian used.
18
+
* [CDROM *.CUE] files didn't include pregaps in the track table
19
+
* [CDROM *.TOC] files didn't split the logic for pregap and offset into the raw file
20
+
* [musicbrainz] Increase the buffersize, some data retrivals failed
21
+
* [global MIME database] Add adplug fileformats
22
+
* [global MIME database] Add Game Music Emulator fileformats
23
+
* [SDL2] if entering fullscreen while in graphical effect mode, it could not be exited without visiting a textmode resolution.
24
+
* [SDL2] Use SDL_OpenAudioDevice(), else the expected audio format between SDL2 and OCP might not be what we expect causing random noise to be played.
25
+
* [X11] non-Shm usage could fail to successfully create butter on window resize
26
+
* [X11] If background picture is loaded in GUI modes, it was not repainted on window-resize
27
+
* [unifont] Allow for unifont ttf/otf files to be placed in the datadir by using ./configure --with-unifont-relative (you still need to copy the files in)
28
+
* [*.VGZ] Silently convert them to *.VGM
29
+
* [GME] Add support for Game Music Emulator library (libgme) for playback of various retro console systems
Open Cubic Player is a music player ported from DOS. Provides a nice text-based
41
32
frontend, with some few optional features in graphical. Plays modules, sids,
42
33
wave and mp3
43
34
44
35
%changelog
45
-
Changes from version 0.2.103 to 0.2.105:
46
-
47
-
* Update libsidplayfp
48
-
* Update adplug
49
-
* Latest version of the upstream version
50
-
* Adds support for *.PIS and *.MTR
51
-
* Reimplemented the OPL2/3 status viewer
52
-
* Buffer for compositing tracker data for music that supports this, was not
53
-
cleared between pattern loads. Causing visual data to be accumulated.
54
-
* OCP now supports multiple of the emulator implementations
55
-
* Default emulator to use has been changed
56
-
* Configuration dialog added into setup:
57
-
* Elapsed time is now based on played samples and not counting seconds passed
58
-
* Screen resizing should be more consistent on remembering settings
59
-
* Add support for 3-bytes-per-pixel in SDL 1.x
60
-
* Files that are detected as valid for libancient but fails decompression,
61
-
OCP failed to reset the filehandler read-position back to 0.
62
-
* Track viewer had some excessive CPU usage
63
-
* Analyzer viewer has the scale gain range increased, and the current gain is
64
-
visible in the header.
65
-
* Quick help documentation has been updated, with special focus on the keyboard
66
-
shortcuts.
67
-
* Avoid crash if attempting to access graphical viewer moder when running in
68
-
curses (text only).
36
+
Changes from version 0.2.105 to 0.2.106:
37
+
38
+
* [IT] Increase the number of max-samples to match openMPT (it can export files with more samples that original tracker and Schism supports)
39
+
* [devpdisk] Reported time during playback was random
40
+
* [adplug] Add support for SudoMakers RetroWave OPL3 Express, please configure it in setup:/adplugconfig.dev
41
+
* [adplug] Make channel tracker aware of AM/FM modes so it more correctly can display visualization
42
+
* [adplug] Left/Right OPL3 logic was incorrect in the register-tracker
43
+
* [mingw] Initial support (BETA) for mingw, enables Windows support
44
+
* [libancient] Add more fingerprints for compression formats that v2.1.0 can decompress
45
+
* [Linux CDROM] Fix deadlock
46
+
* [configure] cleanup --bindir --libdir and --datadir, and new syntax to override post ocp suffixes: ./configure LIBDIROCP=/usr/lib/ocp DATADIROCP=/usr/data/ocp
47
+
* [configure] removed --with-dir-suffix
48
+
* [CDROM *.CUE] REM didn't work as expected
49
+
* [CDROM *.CUE] files didn't work if containing INDEX 00 (pregap)
50
+
* [CDROM *.CUE] BINARY keyword should be little endian, but there are tools that produce big-endian files without marking them correctly. So we need to detect the endian used.
51
+
* [CDROM *.CUE] files didn't include pregaps in the track table
52
+
* [CDROM *.TOC] files didn't split the logic for pregap and offset into the raw file
53
+
* [musicbrainz] Increase the buffersize, some data retrivals failed
54
+
* [global MIME database] Add adplug fileformats
55
+
* [global MIME database] Add Game Music Emulator fileformats
56
+
* [SDL2] if entering fullscreen while in graphical effect mode, it could not be exited without visiting a textmode resolution.
57
+
* [SDL2] Use SDL_OpenAudioDevice(), else the expected audio format between SDL2 and OCP might not be what we expect causing random noise to be played.
58
+
* [X11] non-Shm usage could fail to successfully create butter on window resize
59
+
* [X11] If background picture is loaded in GUI modes, it was not repainted on window-resize
60
+
* [unifont] Allow for unifont ttf/otf files to be placed in the datadir by using ./configure --with-unifont-relative (you still need to copy the files in)
61
+
* [*.VGZ] Silently convert them to *.VGM
62
+
* [GME] Add support for Game Music Emulator library (libgme) for playback of various retro console systems
0 commit comments