From 8afef341d30365bfb131489a1180bb7245bfc39e Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Fri, 4 Oct 2013 21:48:48 +0300 Subject: [PATCH] =?UTF-8?q?lsnes=20rr1-=CE=9418=CE=B51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 21 +++++++++++++++++++++ VERSION | 2 +- lsnes.nsi | 3 +-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0f0df90d..892fb697 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1010,3 +1010,24 @@ rr1-Δ18 [Thursday July 25th 2013] * Support Y-cabled gamepad16. * Lua: Allow shortening evaluate-lua to L. * Lua: Methods for handling movies as objects. + +rr1-Δ18ε1 [Friday October 4th 2013] +=================================== +* Add installer script +* Backport support for SGB GB WRAM and HRAM. +* Support BITMAP+PALETTE -> DBITMAP. +* If loading movie/savestate without ROM, prompt one. +* Fix movie initialization on ROM load. +* Fix compilation if wxString is wchar_t based. +* Save ROM name hints. +* Use hints for default filename on ROM load. +* runuifun: Call the function only once. +* Fix NULL pointer dereference if gametype changes from NULL. +* Lua: gui.arrow +* Fix diagonal arrows. +* Print() can print any type. +* Extend userdata printing. +* Fix wrong use of lua_error. +* Lua: Tilemaps +* Don't allow editing reset flags after reading. + diff --git a/VERSION b/VERSION index 0f52f2f9..e6caed55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1-Δ18 \ No newline at end of file +1-Δ18ε1 \ No newline at end of file diff --git a/lsnes.nsi b/lsnes.nsi index b8c88a64..fa9c9f05 100644 --- a/lsnes.nsi +++ b/lsnes.nsi @@ -1,5 +1,5 @@ !define PRODUCT_NAME "lsnes" -!define PRODUCT_VERSION "rr1-delta18" +!define PRODUCT_VERSION "rr1-delta18epsilon1" !define PRODUCT_PUBLISHER "Ilari" !define PRODUCT_WEB_SITE "http://tasvideos.org/Lsnes.html" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" @@ -57,7 +57,6 @@ Section "Main installer files" SEC01 File "lsnesgb-wxwidgets.exe" File "lsnes-sdl.exe" File "lsnes-wxwidgets.exe" - File "sources.tar" File "lsnes.nsi" File "manual.txt"