diff --git a/changelog.txt b/changelog.txt index 2ffb7c0c..f9b849d5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +---version 2.0.1 released--- + +04-aug-2008 - adelikat - autofire fix +04-aug-2008 - zeromus - homebrew mmc5 games now have 64KB of exwram instead of only 8KB +04-aug-2008 - zeromus - fix crash related to player2 in lua scripts 03-aug-2008 - qfox - fixed player2 in lua scripts ---version 2.0.0 released--- \ No newline at end of file diff --git a/documentation/lua/iup_button.lua b/documentation/examplelua/iup_button.lua similarity index 100% rename from documentation/lua/iup_button.lua rename to documentation/examplelua/iup_button.lua diff --git a/documentation/lua/iup_example.lua b/documentation/examplelua/iup_example.lua similarity index 100% rename from documentation/lua/iup_example.lua rename to documentation/examplelua/iup_example.lua diff --git a/documentation/lua/luabot.desc.txt b/documentation/examplelua/luabot.desc.txt similarity index 100% rename from documentation/lua/luabot.desc.txt rename to documentation/examplelua/luabot.desc.txt diff --git a/documentation/lua/luabot_framework.lua b/documentation/examplelua/luabot_framework.lua similarity index 100% rename from documentation/lua/luabot_framework.lua rename to documentation/examplelua/luabot_framework.lua diff --git a/documentation/lua/luabot_front.lua b/documentation/examplelua/luabot_front.lua similarity index 100% rename from documentation/lua/luabot_front.lua rename to documentation/examplelua/luabot_front.lua diff --git a/documentation/lua/luadesc.txt b/documentation/examplelua/luadesc.txt similarity index 100% rename from documentation/lua/luadesc.txt rename to documentation/examplelua/luadesc.txt diff --git a/documentation/lua/smb1.lua b/documentation/examplelua/smb1.lua similarity index 100% rename from documentation/lua/smb1.lua rename to documentation/examplelua/smb1.lua diff --git a/documentation/lua/smb1_iup.lua b/documentation/examplelua/smb1_iup.lua similarity index 100% rename from documentation/lua/smb1_iup.lua rename to documentation/examplelua/smb1_iup.lua diff --git a/documentation/lua/smb2.lua b/documentation/examplelua/smb2.lua similarity index 100% rename from documentation/lua/smb2.lua rename to documentation/examplelua/smb2.lua diff --git a/documentation/lua/tetris.lua b/documentation/examplelua/tetris.lua similarity index 100% rename from documentation/lua/tetris.lua rename to documentation/examplelua/tetris.lua diff --git a/documentation/lua/tmnt.lua b/documentation/examplelua/tmnt.lua similarity index 100% rename from documentation/lua/tmnt.lua rename to documentation/examplelua/tmnt.lua diff --git a/src/types.h b/src/types.h index 2a8bb083..24b2b813 100644 --- a/src/types.h +++ b/src/types.h @@ -27,7 +27,7 @@ #define FCEU_VERSION_NUMERIC 20000 #define FCEU_NAME "FCEUX" -#define FCEU_VERSION_STRING "2.0.0" +#define FCEU_VERSION_STRING "2.0.1-interim" #define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING ///causes the code fragment argument to be compiled in if the build includes debugging diff --git a/vc8/archive.bat b/vc8/archive.bat index 113b36e9..cdd7af2e 100644 --- a/vc8/archive.bat +++ b/vc8/archive.bat @@ -3,4 +3,6 @@ cd ..\output ..\vc8\zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7z.dll palettes copy /y luapack\luapack.zip ..\vc8\ ..\vc8\zip -X -9 -r ..\vc8\luapack.zip auxlib.lua +cd ..\documentation +..\vc8\zip -X -9 -r ..\vc8\luapack.zip examplelua cd ..\vc8 \ No newline at end of file