From 8a430a657e668f85916a2b9110e34181a385d378 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Fri, 28 Feb 2014 15:49:09 +0200 Subject: [PATCH] =?utf8?q?lsnes=20rr2-=CE=B217?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 26 ++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a21e2644..0da9a73b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1682,3 +1682,29 @@ rr2-β16 [Friday February 14th 2014] * Fix parsing of #nnnnnn color notation * Lua: Cleanup & fix memory hash / storecmp functions * Lua: memory2: More functions corresponding to memory.* + +rr2-β17 [Friday February 28th 2014] +=================================== +* Makefile: platclean: Only clean emulation files +* Lua: COMPARE_OBJ: Check strided memory block for modifications +* Some tweaks to Lua docs +* Show dialog if loading ROM/movie from command line fails +* Lua: Don't run Lua until the emulator has fully started up +* Lua: Run startup scripts after amode has been initialized +* wxwidgets: Allow entering fullscreen mode from commandline +* bsnes: redump sprite/palette functions +* Lua: Fix gui.repaint() when paused +* Lua: Clean up region bounds computation +* Some cleanup +* Wxwidgets: --unpause to auto-unpause on start +* Properly set Read-Only mode if rewinding +* Memory search: Fix display of unsigned dword and signed qword +* Tracelogger: Breakpoints +* Pass dummy object parameter to do_unregister +* Fix system plugins not getting loaded if user plugin enum failed +* Move library recentfiles to its own namespace +* Don't crash if recentfiles line fails to deserialize +* Recentfiles object: named object +* New projects menu +* C interface +* Fix exact core matching when loading projects diff --git a/VERSION b/VERSION index b77c169d..ffe108db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2-β16 +2-β17 -- 2.11.4.GIT