Commit Graph

99 Commits

Author SHA1 Message Date
adelikat 0d686906b6 fix vc9 vcproj file 2011-09-28 01:18:15 +00:00
CaH4e3 e9e97b774e a little bit of latest mapper changes
code/data logger now can log data access from the RAM code
the new button to save unused data to the code/data logger
2011-09-24 06:36:44 +00:00
zeromus 873c9dd728 remove shared memory stuff 2011-03-18 00:59:55 +00:00
zeromus 48de647b72 as requested 2010-11-28 07:48:53 +00:00
CaH4e3 8ac26b296c mapper 3 - "Hayauchi Super Igo (J)" RAM support
mapper 0 - "Family BASIC (J) (V3.0)" RAM support
UNIF OneBus - supported

TODO: fix other project files, please
2010-11-28 07:35:32 +00:00
zeromus 50cd0559d3 vs2005 fastbuild configuration failed to link luaperks.lib 2010-07-27 03:29:47 +00:00
aquanull 252a4a55ad Allowed the user to disable keeping finished movies open. 2010-06-22 14:29:05 +00:00
zeromus 8def9ce6c6 vc8 can produce a working win9x build again 2010-06-18 02:00:37 +00:00
CaH4e3 1af53df1df "young indiana jones" problem fixed for old ppu, someone fix new one too 2010-06-12 16:42:36 +00:00
zeromus db5620970b fix 2010 debug build ? 2010-06-10 22:40:23 +00:00
zeromus b13f0f8b21 dont think luaperks should be in here. fix tastools luaperks not to use hypot, so it can link the vs2005-built version. not sure how I have fixed hypot in other cases. 2010-06-10 21:40:28 +00:00
zeromus 55daec3e57 add luasocket builtin to luaperks 2010-06-10 06:13:51 +00:00
fatratknight 7b53114862 Didn't quite explain all the lua scripts, but I thought I should start organizing something to make it easier to finish later. Added "Overview of Included Scripts". 2010-06-09 05:23:12 +00:00
adelikat 3bfa40572e New lua function: gui.savescreenshotas() 2010-06-07 16:38:47 +00:00
adelikat 8e8bbec3e0 getting stuff ready for a 2.1.4a maintenance release.
[[Split portion of a mixed commit.]]
2010-06-01 01:54:30 +00:00
adelikat d618a0ebd6 Fix vc8 proj file 2010-05-31 02:47:22 +00:00
adelikat 9cc28a4ebd Compile Help docs & webpages, Fix version string, fix up web pages for release. Update changelog to reflect release date + svn.
[[Split portion of a mixed commit.]]
2010-05-31 01:46:29 +00:00
adelikat 487074a6b5 Better document new loadstate logic and fix up changelogs
[[Split portion of a mixed commit.]]
2010-05-30 23:45:55 +00:00
adelikat 3415c1af4e Update 2.1.4 changelog in win32 docs 2010-05-29 23:31:27 +00:00
adelikat 7c6c8d0941 Added lua function movie.getfilename() which returns the current movie filename without the path included. 2010-05-29 04:06:49 +00:00
CaH4e3 1dd4e93cec mapper 19 savestate fix
mirroring for "Dream Master (J)" corrected to "four-screen" by CRC check
2010-05-23 18:37:31 +00:00
ugetab e5f12da441 After much effort, added NTSC 2x scaler option to both Windows and SDL. Includes new config option NTSCwinspecial. 2010-05-21 20:36:24 +00:00
adelikat 3eb19d2584 VS2010 pops up line 64 of bworld.cpp as a warning (as opposed to past VS versions). Disabling the warning on that file. 2010-05-18 15:46:32 +00:00
zeromus 4e66aaef9c replace most of the crappy iostream stuff with EMUFILE 2010-05-17 21:02:38 +00:00
adelikat 5993feb80c Getting the ball rolling on replacing the movie savestate ostream usage. Porting over the emufile class for desmume. Had to impport its types.h as types-des.h to get it to compile. Added the files to both the vc9 & vc10 proj files. 2010-05-16 19:41:11 +00:00
adelikat 7480101827 Timeline error messages now report the frame where the savestate branches from the movie file. 2010-05-16 19:26:29 +00:00
adelikat 87e92e3e52 Fixed luaperks to disable warnings on all builds (did debug only on accident last time). Fix so help.chm is not a build event on the debug build.
[[Split portion of a mixed commit.]]
2010-05-16 14:11:17 +00:00
ugetab a874412b61 Added option for palette selection as color for LUA colors. Included an LUA script to display all choices with the value used to pick displayed color.
Documented new color option and missing gui.text information.
2010-05-15 05:03:53 +00:00
adelikat 33ea23fee3 Input Display - displays a silver color when input is from a movie rather than the user 2010-05-13 03:53:20 +00:00
adelikat a832f49204 Win32 - Context menu - only display dynamic subtitle menu items if there are subtitles in the movie loaded. Document the dump to SRT context menu item. 2010-05-13 03:15:06 +00:00
adelikat 60564e96d2 Document "movie finished" return value of lua function movie.getmode() 2010-05-12 18:14:31 +00:00
adelikat b972313c34 More documentation fixes. 2010-05-12 01:57:36 +00:00
adelikat 85128ba0dd Document some recent additions 2010-05-12 01:48:50 +00:00
ugetab 6c991885bf Added a few options to emu.getscreenpixel. Can now fully distinguish between LUA and Emu pixels, or ignore distinction. 2010-05-10 16:52:27 +00:00
ugetab a8016502b0 Added gui.getpixel() and emu.getscreenpixel() to get LUA pixel written. Also fixed some coding misconceptions about how LUA worked for Game Genie Add/Delete functions. Documented stuff. 2010-05-10 07:20:55 +00:00
ugetab a24932ceff Added right-click subtitle toggle to movies with subtitles, and probably forgot to save the help file before the last commit. 2010-05-09 03:30:14 +00:00
ugetab 40423f46a0 Fixed several LUA savestate issues, including crashes and silent failures, and added savestate.object(), which is savestate.create() with intuitive save state ordering. Also documented it. 2010-05-09 02:02:20 +00:00
ugetab 81e4c919bf Made updating the Interim version also include the revision and data of that revision. Updated the changelog for something else. Run \fceu\vc\defaultconfig\MakeDownloadHTML.bat to enable/disable download.html updating when compiling a Release version.
[[Split portion of a mixed commit.]]
2010-05-09 00:16:33 +00:00
ugetab a5a1af821a Added emu.addgamegenie() and emu.delgamegenie() functions to LUA. Documented them as well. Took the todo out of a few comments too. 2010-05-08 20:34:27 +00:00
ugetab a507d6c849 Palette / Lua Bot documentation updated slightly. Moved the Debugger Usage Guide to FAQ / Guides. Updated 'Getting Started' for LUA, because luapack is no longer needed in new versions. 2010-05-08 04:04:40 +00:00
ugetab 3862bf0827 Added info on Cheat Dialog context menu to help file. 2010-05-08 01:24:57 +00:00
ugetab 67a7a22641 Error test and message added to UPX process. Fixed and commented out documentation addition line, so it can be used if needed, and causes no error message. 2010-05-08 00:51:14 +00:00
ugetab 05c76ec6c2 1. Debugger no longer reloads itself to load new game .DEB data
2. Added checkbox for .DEB loading
3. Updated Symbolic Debugging info in help documents
4. Made bookmarks work (need to check the rest of the //MBG TODO items too)
2010-05-06 00:34:45 +00:00
zeromus 62628250b2 2010-05-05 18:46:36 +00:00
ugetab 6c902a9562 Updated documentation for microphone, and reduced microphone polling restrictions. 2010-04-28 21:51:08 +00:00
ugetab ec98da5332 Help document:
Lua Functions:
Altered header referencing to use Alias: when referring to different sections(gui.*, input.*, etc), and relist same-section aliases as headers to function information multiple times.

emu.getreadonly() changed to emu.readonly()
emu.print() added.
gui.savescreenshot() added

Other:
Altered some table fonts to Fixed Width in Technical Information>NES Processing>CPU - 6502

Removed link to non-existent RAM Filter page.

Likely a few other small cleanups.
2010-04-27 22:18:51 +00:00
ugetab 80f6049f2e Added my attempt at an Intermediate level Debugger Usage Guide to the help document, and fixed a small issue with 'Forbid' breakpoints where even if they were disabled, they would still have the same effect as when enabled. These can now be turned off without deleting them. 2010-04-22 03:46:56 +00:00
ugetab 5ada522ac2 Help file maintenance. Added both new LUA commands, removed errant tabs, described/updated a little debugging data, and fixed a few tables by switching to them Courier New(for fixed width fonts). 2010-04-22 01:26:39 +00:00
CaH4e3 f4baea95ae vc10 project + vc10 luaperks src package
[[Split portion of a mixed commit.]]
2010-04-19 08:15:20 +00:00
adelikat 84e328d6ba Prepared files for release. This revision marks the 2.1.3 Release 2010-04-08 13:49:26 +00:00