Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pressrelease-2.1.5.html « web - github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20962f957c37d12faca25da2613326984c55d1fc (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="fceux.css" rel="stylesheet" type="text/css" />
<title>Press Release 2.1.5</title>
</head>

<body>
<div id="masthead">
	<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
</div>
<div id="top_nav">
  <a href="home.html">Home</a>
  <a href="download.html">Download</a>
  <a href="documentation.html">Documentation</a>
  <a href="version.html">Versions</a>
  <a href="contact.html">Contact</a>
  <a href="links.html">Links</a>
</div>
<div id="container">
	<div id="left_col">
		<script type="text/javascript"><!--
		google_ad_client = "pub-0764229755985190";
		/* 180x150, created 5/22/10 */
		google_ad_slot = "7648866201";
		google_ad_width = 180;
		google_ad_height = 150;
		//-->
	</script>
	<script type="text/javascript"
		src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
	</script>
</div>
<div id="page_content">
<h1>FCEUX 2.1.5 Release</h1>
<p>04 June 2011</p>
<p>
The 2.1.5 release fixes a lot of bugs and brings various improvements to the prior 2.1.4a release.  In addition, the SDL port has improved signficantly; completely overhauling the GTK2 GUI, 
fixing many sound issues, and fixing a variety of bugs.
</p>

<h2>Common</h2>
Fixed compatibility issue with Young Indiana Jones Chronicals.<br>
Fixed bug in new PPU that made some intensify bits not get applied to output (fixed flashing siren screen in Werefolf).<br>
Fix many segmentation faults related to file handling.<br>

<h3>Movies</h3>
Slight performance increase when loading movies.</br>
Fixed read-only loadstate error messages and logic.</br>

<h3>Lua</h3>
Lua socket added to built-in lua library.</br>
Fixed speed.mode() function so that normal turns off turbo.</br>
New Lua function:
<ul>
<li>gui.screenshotas()</li>
</ul>


<h2>SDL</h2>
<h3>GUI</h3>
Integrated menu window and game window into a single window.<br>
Fixed issed with xscale and yscale spin buttons.<br>
Filechooser now remembers the last open file.<br>
Added hard reset menu item.<br>
Added GUI game genie support.<br>
Extended the savestate menu system: adding quicksave, quickload, and saveslot selection.<br>
Added video option: "OpenGL Linear Filter".<br>
New gamepad configuration dialog.<br>
Added stock icons to menu items.<br>
Overhauled GUI layout throughout all dialogs.<br>
<h3>General</h3>
Removed GTK_LITE build option from SConstruct.<br>
Added "no-gui" command line parameter to replace GTK_LITE build option.<br>
To disable the GUI even when it is compiled in fceuX, append "--nogui 1" to your startup command.<br>
Various bug fixes with related to SDL sound output.<br>
Many other bug fixes and various improvements.<br>


<h2>Win32</h2>
Fixed some minor GUI issues.<br>
Added avi capture commandline argument and related parameters.<br>
Fix input selection for Famicom Expansion port.<br>
<h3>Debugger</h3>
Fixed Ram Search to only display valid RAM addresses (0000-07FF and 6000-7FFF).<br>
Fixed crash when re-opening debugging window.<br>
<h3>Hex Editor</h3>
Added a confirmation prompt before removing all bookmarks.<br>
<h3>Ram Watch / Ram Search</h3>
Fixed the multiple selection of watches.<br>
Added support for Multiple selection of addresses in RamWatch
Fixed issue with restoration of the selection range in RamWatch.
<h3>TasEdit</h3>
General cleanup.<br>
Fixed crash when truncating while turbo was enabled.<br>
Invalidate greenzone when re-recording earlier portions of a movie.<br>

<h3>GUI</h3>
Added "SaveStateAs" menu item.<br>
Display movie name at the top of the main window.<br><br>


</div>

<div id="footer">
	<a href="home.html">Home</a> | <a href="download.html">Download</a> |
	<a href="documentation.html">Documentation</a> | <a href="version.html">
	Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
		<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
		<br/>©2009 adelikat
</div>
</div>
</body>
</html>