lsnes rr1-Δ18ε1
This commit is contained in:
parent
4c8f9c04d2
commit
8afef341d3
3 changed files with 23 additions and 3 deletions
21
CHANGELOG
21
CHANGELOG
|
@ -1010,3 +1010,24 @@ rr1-Δ18 [Thursday July 25th 2013]
|
||||||
* Support Y-cabled gamepad16.
|
* Support Y-cabled gamepad16.
|
||||||
* Lua: Allow shortening evaluate-lua to L.
|
* Lua: Allow shortening evaluate-lua to L.
|
||||||
* Lua: Methods for handling movies as objects.
|
* 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.
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1-Δ18
|
1-Δ18ε1
|
|
@ -1,5 +1,5 @@
|
||||||
!define PRODUCT_NAME "lsnes"
|
!define PRODUCT_NAME "lsnes"
|
||||||
!define PRODUCT_VERSION "rr1-delta18"
|
!define PRODUCT_VERSION "rr1-delta18epsilon1"
|
||||||
!define PRODUCT_PUBLISHER "Ilari"
|
!define PRODUCT_PUBLISHER "Ilari"
|
||||||
!define PRODUCT_WEB_SITE "http://tasvideos.org/Lsnes.html"
|
!define PRODUCT_WEB_SITE "http://tasvideos.org/Lsnes.html"
|
||||||
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
!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 "lsnesgb-wxwidgets.exe"
|
||||||
File "lsnes-sdl.exe"
|
File "lsnes-sdl.exe"
|
||||||
File "lsnes-wxwidgets.exe"
|
File "lsnes-wxwidgets.exe"
|
||||||
File "sources.tar"
|
|
||||||
File "lsnes.nsi"
|
File "lsnes.nsi"
|
||||||
File "manual.txt"
|
File "manual.txt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue