Commit Graph

231 Commits

Author SHA1 Message Date
ansstuff 945b1d833d * fixed savestates filenaming bug when working with a movie
* updated docs

[[Split portion of a mixed commit.]]
2012-08-30 15:51:19 +00:00
ansstuff 533327bfa6 updated SubWCRev
[[Split portion of a mixed commit.]]
2012-08-28 15:23:05 +00:00
ansstuff 4c556052a6 * fixed MessageLog bug #537
* taseditor-ru: updates

[[Split portion of a mixed commit.]]
2012-08-26 19:50:44 +00:00
ansstuff bd43c39e12 * total revamp of Video config stuff, now current screen resolution is always suggested by default
* Best Fit also works for fullscreen mode
* "Hide mouse cursor" and "Use console BG color for empty areas" options
* "Switch fullscreen by double-click" option in GUI config
* Fixed "Reload ROM" hotkey in fullscreen
* updated docs

[[Split portion of a mixed commit.]]
2012-08-20 20:41:45 +00:00
ansstuff 579bfa851e * "Maintain aspect ratio (best fit)" option in Video config
* updated docs

[[Split portion of a mixed commit.]]
2012-08-19 20:31:40 +00:00
ansstuff c8465b09b6 taseditor-ru: glossary update and various fixes 2012-08-18 20:49:51 +00:00
ansstuff 1ef200ff52 * Added FPS display to Win32 port (Config->Display->FPS)
* Debugger: double-click breakpoint also adds current bank number to breakpoint condition
* Debugger: "Display ROM offsets" option
* updated docs

[[Split portion of a mixed commit.]]
2012-08-12 16:22:22 +00:00
ansstuff 08f14816f4 taseditor-ru: minor fixes 2012-08-08 15:15:13 +00:00
ansstuff fd1360db10 updated docs
[[Split portion of a mixed commit.]]
2012-08-08 15:00:14 +00:00
ansstuff fa4d8fbd38 taseditor-ru: first fixes 2012-07-26 20:08:09 +00:00
ansstuff dc43c5e634 Web: uploaded Russian version of TAS Editor Manual. English version is in progress... 2012-07-26 13:53:35 +00:00
ansstuff 1e38d32451 Taseditor: auto-starting Note editing when creating Marker by double-click
[[Split portion of a mixed commit.]]
2012-07-25 19:16:58 +00:00
ansstuff b207305974 Updated SVN link and fixed paths in BATs
[[Split portion of a mixed commit.]]
2012-07-25 13:37:24 +00:00
ansstuff f438b260d1 * Taseditor: Markers are bound to Input by default; some minor fixes
* fixed docs

[[Split portion of a mixed commit.]]
2012-07-23 16:45:36 +00:00
zeromus af36c7ee4a fix fm2 docs romChecksum 2012-07-04 18:39:20 +00:00
ansstuff caf5d883b4 * updated docs
* new hotkey "Run Manual Lua function" (not mapped by default)
* Taseditor: general cleanup of codebase

[[Split portion of a mixed commit.]]
2012-07-01 14:11:24 +00:00
punkrockguy318 f84f270427 web: update tracker url 2012-06-30 12:12:23 +00:00
punkrockguy318 52f684cfa0 web: fix typo on release date on home page 2012-06-24 16:21:20 +00:00
ansstuff 05a400ede6 * Lua functions emu.pause() and emu.unpause() don't yield and don't reset emulator speed anymore
* updated docs

[[Split portion of a mixed commit.]]
2012-05-01 21:05:35 +00:00
punkrockguy318 f0e20784fa sdl: reverted default frame advance key to backslash (from backtick)
[[Split portion of a mixed commit.]]
2012-04-07 21:47:58 +00:00
ansstuff 6497a90da4 * Taseditor: changed the order of "Select between Markers"
* Taseditor: applying PAL and PPU flags when loading projects
* Taseditor: much better way of calculating Branches Tree; hinting full timelines
* Taseditor: miniarrow showing current Playback cursor position in Branches Tree
* Taseditor: "Bookmark#" modtype, undo/redo works for Bookmarks
* Taseditor: version data in fm3
* fixed HUD/messages dumping in AVI

[[Split portion of a mixed commit.]]
2012-04-07 17:10:29 +00:00
ansstuff 00babac07d * Taseditor: Alt+Wheel = jump across gaps in Input/Markers
* updated the site on fm2 format

[[Split portion of a mixed commit.]]
2012-03-26 18:40:35 +00:00
ansstuff 2be6585036 * Taseditor: BookmarksList clicks apply on buttonup only
* returned default mapping of Frame Advance hotkey to Backslash
* updated documentation on fm2 format

[[Split portion of a mixed commit.]]
2012-03-25 15:37:45 +00:00
ansstuff c63b80ded3 updated documentation 2012-03-23 20:30:31 +00:00
ansstuff 06cb8c5c02 * Taseditor: changed Shift+V and Shift+Ins to Ctrl+Shift+V and Ctrl+Shift+Ins
* updated documentation

[[Split portion of a mixed commit.]]
2012-03-23 20:20:50 +00:00
punkrockguy318 98ec2cf1d3 web: minor clarity adjustments 2012-03-11 21:58:03 +00:00
punkrockguy318 6600d12c1d web: fixed typo (on the main page) 2012-03-06 19:14:55 +00:00
punkrockguy318 b0863d98f5 docs: preliminary cfg.d information; other minor changes 2012-03-06 08:09:15 +00:00
adelikat a636096a1c document the different command values 2012-02-19 20:24:23 +00:00
punkrockguy318 f4d4486e9e docs: updated sdl-faq (can someone pull this pls? thx :D ) 2012-02-10 05:50:19 +00:00
ansstuff 144228c191 * updated fceux.chm
* uploaded new online documentation (old fceux-2.0.2 doc is still there)
* converted old HelpNDoc project file to HelpNDoc3 format

[[Split portion of a mixed commit.]]
2012-02-02 19:06:42 +00:00
ansstuff 1ca05a68d7 * 1 new Lua function in Joypad library: getimmediate()
* 1 new Lua function in TAS Editor library: getsuperimpose()
* added 5 new Lua scripts demonstrating some TAS Editor library functions
* updated fceux.chm and online documentation, uploaded HelpNDoc3 project file

[[Split portion of a mixed commit.]]
2012-02-01 22:02:26 +00:00
punkrockguy318 6856a1ca4c sdl: switched default frame advance key from "\" to "`" for consistency with Win32 port
[[Split portion of a mixed commit.]]
2012-01-08 18:29:12 +00:00
zeromus 4866456799 remove misleading insinuation of interim build uptodateness from website 2011-10-31 19:30:57 +00:00
punkrockguy318 a0bf17a846 doc: update to reflect new hotkey in 2.1.6 2011-10-19 02:48:02 +00:00
punkrockguy318 b0cea418b8 sdl: docs update -- wow these are old 2011-10-11 23:12:09 +00:00
punkrockguy318 a6a7d23107 web: adjust website to prepare for release; add links to 2.1.5 2011-06-04 15:14:29 +00:00
punkrockguy318 7eb733297b added some gtk changes to draft press release 2011-05-30 06:34:09 +00:00
punkrockguy318 272e510094 web - Added draft for 2.1.5 press release. 2011-05-30 06:23:20 +00:00
adelikat 1cfb185edb Fix documentation of movie mnemonics 2011-05-20 00:00:08 +00:00
punkrockguy318 3a4bfed369 web: clean up 2011-01-25 05:47:52 +00:00
punkrockguy318 56ba3588d0 web: fixed some errors and outdated info on download.html 2011-01-25 05:42:29 +00:00
punkrockguy318 dddf070dab updated sdl info on download page 2010-08-15 23:48:59 +00:00
zeromus 97166aa361 update osx docs 2010-07-18 05:56:11 +00:00
adelikat 9009f74a8e Web - Fix a broken link, add a few doc files that got left out last time. 2010-06-01 02:26:32 +00:00
adelikat dcaf39d489 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 0c9d62bb9b Web - add download link to win2000/98 binary 2010-05-31 03:04:36 +00:00
adelikat 9048555c42 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 1c164a6108 Fix up all press releases to conform to site formatting (css, menus, etc) 2010-05-31 00:56:32 +00:00
adelikat 4c550ea985 Better document new loadstate logic and fix up changelogs
[[Split portion of a mixed commit.]]
2010-05-30 23:45:55 +00:00