-
Notifications
You must be signed in to change notification settings - Fork 35
/
ChangeLog
145 lines (100 loc) · 4.76 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
#### 30 / Apr / 2018
Mednaffe 0.8.8 is released with the following changes:
- [Windows] Fixed left trigger not working using XInput controllers
(Thanks to Pcegames for report and testing).
- [Windows] Fix to accept up/right D-Pad inputs in controller setup on
some conditions (Thanks to SatoXa for report and testing).
- [Linux] Use the 'MEDNAFEN_HOME' environment variable when
it is set (Patch by denisfa).
- Some minor fixes.
#### 25 / Mar / 2018
Mednaffe 0.8.7 is released with the following changes:
- Update to work with 1.xx.x versions of mednafen emulator.
(This release drops support for 0.9.xx versions).
- Now Pce GE CD bios can be setted (Thanks to Pcegames for reporting).
- Honor environment CFLAGS in configure script (Thanks to akien-mga for patch).
- Support compilation under *BSD OS'es. (Thanks to PaddyMac for report and testing).
#### 29 / Jul / 2017
Mednaffe 0.8.6 is released with the following changes:
- Add checks to avoid access array out of bounds (It cause a segfault
when configuring some keys)
#### 14 / Feb / 2017
Mednaffe 0.8.5 is released with the following changes:
- Check properly version of mednafen emulator (It fails when used
spanish locale on Linux).
- Fixed Saturn bios setup.
- Add expansion cart option for Saturn.
#### 21 / Jan / 2017
Mednaffe 0.8.4 is released with the following changes:
- Added support for new settings added by mednafen 0.9.41 (Obviously,
it needs this version or higher to work).
#### 19 / Nov / 2016
Mednaffe 0.8.3 is released with the following changes:
- Added support for Sega Saturn (It needs 0.9.39.1 or higher of mednafen emulator).
- [Linux] Fix stack smashing when compiling with '-fstack-protector' caused by
buffer overflow (Thanks to 'not-a-user' for report it).
#### 21 / Feb / 2016
Mednaffe 0.8.1 is released with the following changes:
- [Windows] Fix xbox 360 controller detection on some conditions.
#### 24 / Jul / 2015
Mednaffe 0.8 is released with the following changes:
- [Windows] Support for XInput devices.
- Support for key assignments to (some) mednafen functions.
- Added deadzones for analog axis (Thanks to tapcio for report it).
- New tab with text widgets in order to read logs.
- Added the ability to select an mednafen executable if it is not found in path.
- [Windows] 'video.disable_composition' option added.
- [Windows] Missing sound driver options added.
- [Linux] Rewrite the error handling process.
- [Linux] Fix (mostly) deprecated functions.
- Better alingment between widgets.
- Minor cosmetic changes.
#### 02 / May / 2015
Mednaffe 0.7 is released with the following changes:
- Controller setup for systems (keyboard and gamepads)
- Static build for Windows (standalone executable to avoid GTK+ runtime dependency)
- Descriptive error messages on Windows.
- Added new settings until 0.9.36
- Mednafen version is detected properly now on Linux.
- Fixed freezing while executing emulator under some conditions on Linux.
- Fix to handle spaces in paths on Windows.
- Spins disregarding values fixed.
- More minor fixes.
Note: This version will need 0.9.36 (or above) of mednafen emulator.
#### 10 / December / 2013
Mednaffe 0.6 is released with the following changes:
- A message error is showed when mednafen gives an error.
- Descriptive error messages via '-remote' option (Only on Linux).
- Gui options have been moved to Edit->Preferences menu.
- Now you can choose which systems are showed. (Thanks to Shinra for the suggestion)
- Now Mednaffe can resize down to 768x516. (Thanks to StarrySky for report it)
- Added an option to remember window size.
- Add support to filter ccd files from CloneCd images.
- Add a desktop file and icons to install on Linux.
- Some minor fixes.
#### 16 / September / 2013
Mednaffe 0.5 is released with the following changes:
- Support for 0.9.31/32-WIP added.
- Added an option to search files recursively. (Thanks to Shoegazer for the suggestion)
- Improve performance when filling list (x20 speed up).
- List options (filters, sort direction) are saved now.
- Fix 'Open' buttons signals on Windows.
- Now Mednaffe restore after minimize on Windows.
- Fix Windows icon (hopefully)
#### 30 / August / 2013
Mednaffe 0.4 is released with the following changes:
- Mednaffe has been rewritten from scratch in C language.
#### 24 / October / 2010
Mednaffe 0.3 is released with the following changes:
- New: Qt version for Linux.
- Rewrite 'Scanlines' component for better understanding.
- Rewrite 'Resolution' and 'Scale' components for better
usability.
- Now Mednaffe remember his position on the screen
#### 22 / August / 2010
Mednaffe 0.2 is released with the following changes:
- Fixed: Values by default are shown now.
- Fixed: Size of sound buffer in Linux.
- Minor cosmetics changes.
#### 12 / August / 2010
Mednaffe 0.1 is released. It's an alpha version.