From 24af115b47c0aceda5e9d60cad87c2249aa7325f Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Sun, 4 May 2014 19:27:03 +0300 Subject: [PATCH] =?utf8?q?lsnes=20rr2-=CE=B221?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 43 +++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 65ac07a0..f90bafff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1776,3 +1776,46 @@ rr2-β20 [Monday April 1st 2014] * Add option to emulate fucked up GBC timings * Coalesce UI events. * Don't update statusbar fast outside paint event + +rr2-β21 [Sunday May 4th 2014] +============================= +* Delete the now-unused emulator_status stuff +* Numeric range class, obsolete clip_range. +* Lua: gui.solidrectangle +* Lua: (D)BITMAP:draw_clip, (D)BITMAP:draw_outside, TILEMAP:draw_outside +* c-interface: Add some translation templates +* src/lua/gui-bitmap.cpp Initialize spal to avoid compiler warning +* Don't use -Werror +* Use open/read/write/close for binary saves instead of iostreams +* Select slot hotkeys +* Fix macros getting frame duplicated after loadstate +* Advance macros after frame is complete, not before frame starts +* SA1 tracing support + memorywatch/search SA1 IRAM +* Recognize SA1IRAM for purposes of breakpoints +* ZMBV full search mode +* SNES: SA1 registers for memory.getregister/setregister +* SNES: Pseudo-registers hcounter and vcounter +* Memory search: Resolve memory area if possible +* Merge multiple versions of get_read_address() into one +* Lua: Deprecate global addresses +* moviefile::get_movie_length: Use milliseconds, not nanoseconds +* Use curl-config instead of -lcurl +* Wipe all sorts of potentially sensitive stuff after use +* Memory peek/poke: Accept and show relative addresses +* Autodetect followed by undefined with multiple choices: Ask user +* Lua: Fix some includes +* Fix SA1 open bus +* Trace logger (Window): Show start of frame +* Trace logger: Allow deleting lines / clearing +* Fix potential crash on exit +* lsnes-dumpavi: Support downloading movies +* Trace logger: Don't double free trace hooks +* Support configurable URI shorthands +* Movie editor: Draw clear / fix current column +* Movie editor: Insert multiple lines at once +* Fix loading states with movie-ahead without ROM +* If loading ROM with multiple candidates, prompt before adding to recentrom +* Tweak the RNG a bit +* Some Win32 build fixes +* TAS input keyboard support +* Use urandom / rtlgenrandom diff --git a/VERSION b/VERSION index 534056f3..dffb02b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2-β20 +2-β21 -- 2.11.4.GIT