Commit Graph

1986 Commits

Author SHA1 Message Date
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
punkrockguy318 3e4fc92dfe sdl: updated readme and added install script to copy to /usr/local/bin 2011-03-19 22:04:34 +00:00
punkrockguy318 6c2ec61e60 gtk: set lastOpenFile when launching from commandline
(this was causing issues with hardReset)
2011-03-19 20:03:14 +00:00
punkrockguy318 968dd77ccf gtk: renamed "Emulator" menu to "Emulation" menu 2011-03-19 19:52:58 +00:00
punkrockguy318 be05f73b97 gtk: added hard reset option (closes rom/re-opens rom)
gtk: renamed reset to soft reset (resetNes())
gtk: added seperators to emulator menu
2011-03-19 19:51:46 +00:00
qeed 107636301b fix ips patch, thanks RDonch 2011-03-19 16:58:24 +00:00
plombo a845b822bc gtk: set window icon for About dialog 2011-03-19 02:53:40 +00:00
punkrockguy318 4f1bae8c58 sdl: removed GTK_LITE build option in favor of --nogui runtime option
you can still disbale compiling in gtk with GTK=0
2011-03-19 02:28:01 +00:00
plombo a7c16f1835 gtk: set Pause key as an accelerator and don't send the keypress event to SDL
Now the Pause/Resume menu item changes state when the emulator is paused or unpaused using the Pause key.
2011-03-19 01:44:13 +00:00
plombo d8f4c3636c gtk: replaced Pause checkbox with Pause menu item that changes to Resume when pausing and vice versa when unpausing, and fixed the bug where FCEUX would stop responding after unpausing 2011-03-19 01:16:09 +00:00
punkrockguy318 e9b4ab74ec gtk: about dialog improvements 2011-03-19 01:02:30 +00:00
punkrockguy318 f3a1f8728d gtk: minor code cleanup 2011-03-19 00:54:07 +00:00
punkrockguy318 abe58dcd54 gtk: turn off game genie on gtk init to match game genie menu checkbox which is off by default 2011-03-19 00:50:24 +00:00
punkrockguy318 469bcb1b53 gtk: removed redundant functions and changed "pause emulation" to "pause" 2011-03-19 00:39:27 +00:00
punkrockguy318 8a19bdc66c gtk: pause/resume menu items replaced with pause checkbox 2011-03-19 00:31:05 +00:00
plombo 692b405bc6 gtk: add window icons to the configuration dialogs 2011-03-18 19:54:47 +00:00
plombo cfb3a88708 gtk: add even more icons to menu items 2011-03-18 19:29:02 +00:00
plombo 999c374013 gtk: use more stock icons for menu items 2011-03-18 18:58:58 +00:00
plombo ca66f4c765 gtk: migrate the menu bar from the deprecated GtkItemFactory to GtkUIManager 2011-03-18 18:36:56 +00:00
punkrockguy318 81201c1c63 update todo 2011-03-18 03:08:59 +00:00
zeromus 873c9dd728 remove shared memory stuff 2011-03-18 00:59:55 +00:00
zeromus 0311add547 fix a very paranoid very unlikely nondeterminism in newppu 2011-03-18 00:56:49 +00:00
zeromus 38bca0ae1a fix a corner case in conditional debug parsing 2011-03-17 23:01:55 +00:00
punkrockguy318 ad91be1ad3 updated todo 2011-03-16 05:22:44 +00:00
punkrockguy318 fea7c9f132 gtk: enable/disable game genie through menu 2011-03-16 05:22:13 +00:00
punkrockguy318 09818e412d gtk: added load game genie rom option
todo: checkbox somewhere for gg
gtk: cleaned some code
2011-03-16 04:59:58 +00:00
punkrockguy318 710ce56ccd cleaned up todo file 2011-03-16 04:34:38 +00:00
punkrockguy318 6730a2d237 gtk: let gtk decide window size of palette config window (looks better) 2011-03-16 04:25:43 +00:00
CaH4e3 7b4e7489e5 return back missing controllers
top rider seems do not works properly though
2011-03-09 09:16:11 +00:00
gocha bcada013d2 Lua: sound.get: move freqreg to regs.frequency 2011-03-06 09:01:45 +00:00
plombo fe73d11f9b gtk: Replaced the control config dialog with a newer, more usable one.
For a detailed changelog, see https://github.com/Plombo/fceux/tree/control-config2
2011-03-04 23:38:11 +00:00
gocha e0aff101e0 Lua sound.get(): add a little more members for DMC channel. 2011-02-27 11:21:34 +00:00
gocha 88c8e1521e Lua: add input.openfilepopup() and input.savefilepopup(), very basic interface for GetOpenFileName() and GetSaveFileName(). 2011-02-27 02:20:01 +00:00
gocha 2e30792b8f Removed temporally comment 2011-02-26 23:05:09 +00:00
gocha ffca5efaca Lua: add sound.get(), remove iowritelib. 2011-02-26 15:20:30 +00:00
plombo e57b79861e sdl: marked OpenGLip GUI option as done in TODO list (it is available as 'Enable OpenGL linear filter' in the video options) 2011-02-19 04:08:24 +00:00
punkrockguy318 c32b21d9d5 sdl: updated TODO list 2011-02-17 03:09:25 +00:00
gocha daf1b10074 better support for iowrite.readbyte() 2011-02-14 13:21:28 +00:00
gocha 9cc4ee1d77 add iowrite.readbyte() lua function, to read the last value written to write-only port. it currently supports only general sound registers ($4000-4013, $4015, $4017). 2011-02-13 22:41:19 +00:00
mart0258 7ee2494ba7 Fix input selection for Famicom Expansion port 2011-02-12 17:56:58 +00:00
punkrockguy318 aaa7b508d6 sdl: fixed non-openGL compilation 2011-02-10 17:52:39 +00:00