lsnes rr1-Δ17ε2

This commit is contained in:
Ilari Liusvaara 2013-04-01 15:05:41 +03:00
parent 03c03fc4c1
commit 31434a691d
3 changed files with 69 additions and 1 deletions

View file

@ -1 +1 @@
1-Δ17ε1
1-Δ17ε2

View file

@ -8012,5 +8012,53 @@ Lua: on_snoop2
Lua: on_button and input.veto_button.
\end_layout
\begin_layout Subsection
rr1-delta17epsilon2
\end_layout
\begin_layout Itemize
Fix saving PNG screenshots on Win32.
\end_layout
\begin_layout Itemize
Movie editor: Sweep axis.
\end_layout
\begin_layout Itemize
Load selected slot in ro/rw/preserve/movie mode.
\end_layout
\begin_layout Itemize
input.joyset: Preserve and invert user input.
\end_layout
\begin_layout Itemize
Allow immediate saving at point of save (transfer saves).
\end_layout
\begin_layout Itemize
Wxwidgets: Filter filenames in dialogs, autoappend extensions.
\end_layout
\begin_layout Itemize
data/verysmall.font: Add missing glyph 70 (
\begin_inset Quotes eld
\end_inset
F
\begin_inset Quotes erd
\end_inset
).
\end_layout
\begin_layout Itemize
Lua: Allow painting custom fonts with halo.
\end_layout
\begin_layout Itemize
Fix memory value search to work on byte types.
\end_layout
\end_body
\end_document

View file

@ -3927,3 +3927,23 @@ set-axis joystick0axis19 disabled
• Lua: on_button and input.veto_button.
19.80 rr1-delta17epsilon2
• Fix saving PNG screenshots on Win32.
• Movie editor: Sweep axis.
• Load selected slot in ro/rw/preserve/movie mode.
• input.joyset: Preserve and invert user input.
• Allow immediate saving at point of save (transfer saves).
• Wxwidgets: Filter filenames in dialogs, autoappend extensions.
• data/verysmall.font: Add missing glyph 70 (“F”).
• Lua: Allow painting custom fonts with halo.
• Fix memory value search to work on byte types.