Commit Graph

4208 Commits

Author SHA1 Message Date
punkrockguy318 a006cb249a changed coding style to 4 spaces for indent (from 2). note to self: never use two spaces again its impossible to read 2008-12-05 07:00:09 +00:00
adelikat e534c03691 more FCEUI_Emulate code clean up 2008-12-05 04:23:48 +00:00
adelikat b199505bcb fceu main loop - code cleanup. Saves a few cycles in a the process! 2008-12-05 03:59:46 +00:00
acmlm a1aaca5df1 - new font, slightly bigger with a blue background
- lua libraries loaded from "dll" subdirectory (on Windows)
2008-12-03 01:33:05 +00:00
punkrockguy318 b0d4eb7035 initiual GUI for gamepad config (currently only works with keyboards, joystick support to come) 2008-12-02 20:40:23 +00:00
punkrockguy318 ab899d720e config parser now works a lot better 2008-12-02 19:31:04 +00:00
punkrockguy318 1e7a87f370 New python object: FceuxConfigParser. This will be used by gfceux to map different things in the config. 2008-12-02 09:02:57 +00:00
adelikat dae7cd4c2a Win32 - memwatch - Fix ramchange bug & save as bug 2008-12-01 19:23:20 +00:00
adelikat 8fa380903d attempt to add features "add comment" and "add subtitle". Buggy atm. 2008-12-01 18:39:58 +00:00
punkrockguy318 665698e8e1 minor website changes 2008-12-01 01:49:58 +00:00
punkrockguy318 83bc523ac5 website cleanup 2008-12-01 01:47:20 +00:00
punkrockguy318 ee2de016f4 removed cheat converter off the website as the file is 404 2008-12-01 01:39:37 +00:00
punkrockguy318 cfba0af3ff minor webpage change` 2008-12-01 01:36:54 +00:00
punkrockguy318 291d9a7ca9 updated webpage 2008-12-01 01:34:38 +00:00
punkrockguy318 290cf12633 commit 1000 2008-12-01 00:40:00 +00:00
punkrockguy318 00e8b23a5f fixed gcc compile error and made hotkeys consistant with docs
[[Split portion of a mixed commit.]]
2008-12-01 00:37:40 +00:00
punkrockguy318 6daefb7c46 fixed gcc compile error and made hotkeys consistant with docs
[[Split portion of a mixed commit.]]
2008-12-01 00:37:40 +00:00
punkrockguy318 5d652dc6c0 changelog update 2008-12-01 00:28:50 +00:00
punkrockguy318 56d66eca2c more sdl doc cleanup 2008-12-01 00:24:41 +00:00
punkrockguy318 33283bcb55 updated sdl doc 2008-12-01 00:19:26 +00:00
punkrockguy318 840dddcd2f updated sdl doc 2008-12-01 00:18:41 +00:00
punkrockguy318 17612dbee4 more documentation cleanup 2008-12-01 00:07:09 +00:00
punkrockguy318 00df583858 update sdl docs 2008-11-30 23:54:45 +00:00
punkrockguy318 2dad09a2e9 fixed typo is sdl doc 2008-11-30 23:41:12 +00:00
punkrockguy318 fb955902cd SDL documentation update 2008-11-30 23:39:45 +00:00
qfox 70668b78d0 Fixed two position safeguards for memwatch and debugger. 2008-11-24 19:58:21 +00:00
adelikat fb876cbbc9 Win32 - right click context menus for main window 2008-11-24 19:18:13 +00:00
adelikat a51aa36f29 Win32 - added many hotkey items as menu items 2008-11-24 15:24:11 +00:00
adelikat 79a6391a7d Win32 - fixed a couple of booboo's in the AVI filename + directory selection code 2008-11-24 02:55:55 +00:00
adelikat 47236ddffa Movie subtitles can now be put in avi. Win32 - menu toggle item. 2008-11-24 00:45:25 +00:00
adelikat 57de01eb86 Subtitles have their own message function. 2008-11-23 23:49:15 +00:00
shinydoofy 60fe20142e movie subtitle toggle for SDL 2008-11-23 22:29:02 +00:00
adelikat ce8bcd1b83 Win32 - Movie Subtitle Toggle fixes and added to Hotkeys 2008-11-23 22:20:00 +00:00
adelikat 13d2afeffb Win32 - Movie subtitle toggle menu item 2008-11-23 21:41:33 +00:00
adelikat eb65e0122b Movie subtitle system installed 2008-11-23 21:28:22 +00:00
adelikat 79abc27140 Win32-TASedit minor changes, Help menu item to TASEdit + Hex Editor 2008-11-23 05:07:34 +00:00
adelikat b71b1679eb Win32-turbo now works with VBlank sync options. Fix warning in memwatch.cpp. Added Cheats Hotkey Menu Item update. 2008-11-23 03:10:09 +00:00
qfox 5f070f983c Changed movie.framecount() (forgot that in previous rev) and updated changelog to reflect these changes. Also removed old basicbot docs. 2008-11-21 15:16:32 +00:00
qfox 2b8631829a Lua: added mapping to joypad.read and joypad.set. Added function to toggle background and sprite rendering: FCEU.setrenderplanes(sprites, background) which accepts two boolean arguments to toggle those planes from within Lua. 2008-11-21 15:07:09 +00:00
adelikat 3bd5e7ffec Added Open Cheats hotkey (Windows only function) 2008-11-17 15:12:04 +00:00
adelikat d97699e058 Some code clean up 2008-11-17 14:50:42 +00:00
adelikat c7716b31ff Win32 - Menu items show current hotkey for menu items that have a mapped hotkey 2008-11-17 06:18:48 +00:00
adelikat ca1543289e Win32- RamChange() tweaks 2008-11-16 22:58:41 +00:00
adelikat 113fb5f339 Win32 - Memw - ram monitor implementation, now uses 4 addresses 2008-11-16 22:37:57 +00:00
adelikat b18cd2afdb Win32 Memwatch - ramchange implemented for 1 address only 2008-11-16 18:37:08 +00:00
adelikat 6c0c38ddcb Win32 - Memwatch - ram monitoring fixes 2008-11-16 17:22:41 +00:00
adelikat 4119180195 Win32 - Memwatch - ram change monitor beta version 2008-11-16 16:58:12 +00:00
adelikat e405aae7fc Win32 - re-enabled sound buffer time 2008-11-16 04:56:09 +00:00
adelikat a2490c3b10 Clip Left and Right Sides option now taken into account when drawing messages on screen. 2008-11-16 04:38:19 +00:00
adelikat e64ce0f489 Win32 - implemented Drag & Drop for movie (.fm2) files 2008-11-16 02:58:02 +00:00