punkrockguy318
153a3d6f23
add PUBLIC_RELEASE option to SConstruct; commented out by default
2011-06-04 05:33:05 +00:00
punkrockguy318
6879b92768
changelog update
2011-06-02 04:08:42 +00:00
punkrockguy318
68200c2d6a
sdl - fixed "--help" fix introduced with previous revision
2011-06-02 04:07:14 +00:00
punkrockguy318
cff16d4ae4
sdl - print usage when help arguments are passed even if SDL cannot be initialized
2011-06-02 04:02:11 +00:00
punkrockguy318
a29f585d7b
added two items items to the log that were features the plombo added but never got added to the changelog (theres probably more)
2011-05-30 06:28:11 +00:00
zeromus
c36da5bb50
win32: add hotkey for ntview
2011-05-09 05:57:35 +00:00
zeromus
1c509ed632
win32: try calculating debugger font height
2011-05-07 17:47:24 +00:00
CaH4e3
1f57d295cb
Debugger line number calculation doesn't appear to be right anyway
2011-05-07 10:47:49 +00:00
zeromus
6ce0cee9a0
win32: tighten up the address mousepos calculation and resize behaviour line in the debugger
2011-05-06 20:59:54 +00:00
punkrockguy318
55e45af3dd
sdl: fix compile error
2011-04-26 02:29:04 +00:00
punkrockguy318
0d20afaf5e
sdl: ESCAPE now quits by default (unless your running with gui). this can be disabled by setting "SDL.Hotkeys.Quit = 0" in fceux.cfg
2011-04-21 03:36:08 +00:00
punkrockguy318
bf3ca067eb
sdl: readme update
2011-04-21 03:30:32 +00:00
punkrockguy318
43abe9fe7c
sdl: dont bomb out on inputcfg in certain combonations of gtk toggle and nogui toggle
2011-04-21 01:23:15 +00:00
plombo
c7096f4d4a
sdl: revert revision 2160; fixes --inputcfg
2011-04-21 00:26:19 +00:00
punkrockguy318
c9678317a4
sdl: cleaned up showusage string
2011-04-21 00:01:26 +00:00
punkrockguy318
12e3a9b07a
sdl: create ~/.fceux dir with 755 permission
2011-04-20 23:21:43 +00:00
punkrockguy318
e9d616d416
sdl: updated TODO
2011-04-18 14:38:49 +00:00
punkrockguy318
8077c10ad6
sdl: bugfix - list option "nogui" properly as "--nogui" instead of "--no-gui"
2011-04-18 13:53:54 +00:00
punkrockguy318
9196ec72b0
sdl: added GTK3 build option to SConstruct (although code is not yet gtk3 compatible)
...
sdl: cleaned some build code
2011-04-09 03:20:48 +00:00
punkrockguy318
7fcfed38bd
gtk: use accelerator functions instead of direct access for future gtk3 compilation
2011-04-09 03:12:46 +00:00
plombo
fdb03d894b
sdl: remove useless commented code
2011-04-09 00:00:15 +00:00
punkrockguy318
75f1a4f6f9
sdl: todo commit
2011-04-01 19:24:18 +00:00
punkrockguy318
85e74ed681
sdl: add menu file and png icon to source tree
2011-04-01 19:22:36 +00:00
punkrockguy318
ee980142f5
sdl: pause before switching to fullscreen; resume when switch is complete
2011-03-31 00:26:22 +00:00
punkrockguy318
b5c95f8a82
gtk: string change; there were two "q" menu shortcuts in the File menu
2011-03-30 03:16:12 +00:00
plombo
602b7e82fe
sdl: make previous commit compatible with SDL 1.3
2011-03-30 03:11:34 +00:00
plombo
1b5b6ee38d
sdl: change the way that the Shift and Alt keys are detected
...
Fixes an issue that would occur after switching from SDL fullscreen to GTK+ windowed, where pressing Enter after releasing Alt in windowed mode would trigger a switch back to fullscreen.
2011-03-30 02:56:44 +00:00
plombo
3dbcd76aa9
gtk: don't show state slot changes on the game screen if they are done using the menu (as opposed to using a hotkey)
2011-03-29 23:52:06 +00:00
plombo
eb0c8e6175
gtk: make the 'Change State' menu items (0-9) look normal, and update its selection when the state slot is changed with a hotkey
2011-03-29 23:42:43 +00:00
punkrockguy318
14869a046a
gtk: add some padding to network config
...
gtk: adjustment to last commit
2011-03-29 00:27:19 +00:00
punkrockguy318
0809f5261a
gtk: don't have redundant labels on savestate menu
2011-03-29 00:18:47 +00:00
plombo
935946d83d
gtk: add accelerators for recording and saving movies (same as hotkeys)
2011-03-28 21:40:46 +00:00
plombo
cd3e32450c
gtk: make save state slots (0-9) accessible through GUI
2011-03-28 21:29:41 +00:00
plombo
4b5c2b2167
gtk: make all config dialogs be GtkDialogs rather than toplevel windows
2011-03-28 02:58:57 +00:00
zeromus
163d5debc0
work on about string
2011-03-23 00:11:55 +00:00
plombo
2c9fac5f2f
gtk: disable Screenshot hotkey when the GUI is active
...
Like pause/resume, GTK+ handles screenshots using an accelerator. The hotkey was also being triggered, so 2 screenshots were taken every time F12 was pressed.
2011-03-23 00:02:58 +00:00
plombo
de992b79a0
gtk: don't forget to save the updated config after enabling/disabling the Game Genie
2011-03-22 23:41:12 +00:00
plombo
c76d4bf20d
gtk: fix some minor issues
...
Only allow the emulator to handle key events when the main window has the input focus
Don't write anything to stdout when configuring a button using the GTK+ control config dialog.
2011-03-22 23:36:16 +00:00
plombo
f3eb06bde3
gtk: make control configuration dialog non-modal
...
It was the only modal dialog in the entire application.
This also fixes an issue where the emulator would unpause when closing the control config dialog, even if it had been paused manually by the user.
2011-03-22 23:02:45 +00:00
plombo
bd87146cca
sdl: don't needlessly kill the video and input subsystems before control configuration
2011-03-22 22:53:45 +00:00
plombo
994ffdead9
gtk: bind About dialog to main window instead of making it a toplevel window, and fix window icon for Credits and License subwindows
2011-03-22 00:43:16 +00:00
punkrockguy318
9aa94bf2a9
sdl: readme fix
2011-03-21 23:10:17 +00:00
punkrockguy318
2df90bf4f3
remove empty file
2011-03-21 19:21:59 +00:00
punkrockguy318
ea0eebd0e1
removed rename-cpp script; not really necessary anymore
2011-03-21 19:21:18 +00:00
punkrockguy318
b65ac0fd68
sdl: updated INSTALL readme
2011-03-21 19:19:03 +00:00
punkrockguy318
a8f71e3264
gtk: added authors to about dialog
2011-03-21 19:15:26 +00:00
punkrockguy318
4427c066ec
gtk: remove gtk_main_quit() and manually flush gtk event queue on quit
...
this supresses the Gtk-Critical error on fceux quit
sdl: removed unneccesary newline prepending "Starting FCEUX"
2011-03-21 18:57:00 +00:00
gocha
651b5a16c2
RAM Search: fix reset code and update the current values for every addresses.
...
RAM Search: workaround for auto search restart.
2011-03-21 00:56:19 +00:00
zeromus
7526131735
sync emufiles between emus
2011-03-20 18:34:08 +00:00
zeromus
cd461e50ba
windows: don't unpause when loading a rom while paused
2011-03-20 05:26:11 +00:00