Commit Graph

1147 Commits

Author SHA1 Message Date
punkrockguy318 806f0661be GTK: added sound preferences window UI. The controls currently effectively do nothing 2010-02-19 02:46:55 +00:00
punkrockguy318 f4d8036223 GTK: added support for configuring gamepads besides gp1
GTK: cleaned gamepad config UI slightly
2010-02-19 02:03:04 +00:00
punkrockguy318 82c55b16e4 GTK: added GUI for --inputcfg; only works with gamepad 1 currently 2010-02-19 00:40:16 +00:00
punkrockguy318 160faa8837 SDL: Fixed possible audio segfault
GTK: Added menu options for screenshot
GTK: Added save as/load from for savestates
2010-02-18 23:29:33 +00:00
punkrockguy318 d7778a67cf SDL: bugfix: cursor is hidden in fullscreen 2010-02-18 22:42:59 +00:00
punkrockguy318 572f53f761 GTK: added fullscreen option; removed dummy menu options; removed WIP from titlebar 2010-02-18 01:23:03 +00:00
punkrockguy318 b0569356f0 GTK: added pause, resume, and reset menu options 2010-02-18 01:15:37 +00:00
punkrockguy318 11298ff1a5 improved boundary checking for previous bugfix 2010-02-17 06:00:41 +00:00
punkrockguy318 1bb4c8f53e SDL: bugfix - no longer crashes with invalid keys in fceux.cfg 2010-02-17 05:51:32 +00:00
ugetab 236708f9b8 Optimized/beautified previous committed code. Appears to function identically, and uses a single function throughout 16 files. 2010-02-08 04:33:46 +00:00
ugetab 9c5a81471e Added window bounds checking to all WM_MOVE entries due to a bug report and example fceux.cfg file from Gil_ at the nesdev IRC. Win32 only. 2010-02-07 22:19:38 +00:00
mart0258 088c065c9d W32 LUA: Add argument capabilities to scripts -- appears as variable "arg", which may sometimes be null. (Modified file also adds a second screenshot capability to lua.) 2010-02-02 22:12:07 +00:00
gocha 98f713f6ab add lua51.dll and lib 2010-01-31 11:12:17 +00:00
CaH4e3 56c7624cf2 fixed tracker bug ID#2931881 2010-01-15 10:07:32 +00:00
mart0258 2a3dfe7184 W32 record dialog: Fix off-by-one error, buffer overflow, and remember decision to record from "start" or "now". 2010-01-14 21:15:18 +00:00
rheiny 07a0d1efd7 Trace logger now logs the values of the stack pointer register 2010-01-08 16:58:21 +00:00
punkrockguy318 d66488ad26 unix netplay should actually work now
fceu-server is required; maybe we should start packaging this with fceu?
2009-12-31 06:37:57 +00:00
punkrockguy318 5e82639871 * fixed bug where fceux would eat cpu when not running rom (GTK+)
* minor SDL audio perfomance increase
2009-12-30 22:01:15 +00:00
zeromus 8586ec1e40 sdl: fix link error related to use of variable turbo in movie.cpp, and add --fourscore for fourscore emulation (since the way this is submitted to the core emulator changed within the past year and sdl's method was out of date) 2009-12-29 07:03:57 +00:00
mart0258 4e3f25c906 w32 - Tasedit - Allow requests to fast forward to frame past greenzone, and skip non-essential updates to improve speed. 2009-12-27 20:44:39 +00:00
punkrockguy318 eb504adb19 cleaned some code
moved sound checkbox to main window (pointless to have a pref window really; main window is pref window)
TODO:  Hotkey config / Input config
2009-12-22 06:40:33 +00:00
punkrockguy318 5011579ba1 added preferences window to gtk gui
added sound option in gui 
removed uncessary parameters from InitSound so it can be used from gui
2009-12-22 05:12:25 +00:00
punkrockguy318 491311db44 added lua script loading to gtk2 gui 2009-12-21 20:03:24 +00:00
punkrockguy318 af14209f43 Added about dialog to gtk2 2009-12-21 12:17:03 +00:00
punkrockguy318 b62bdede3b gtk2 bugfix: no longer crashes when escape hotkey is used
note to SDL: use CloseGame in the SDL code, not FCEUI_CloseGame.
2009-12-21 11:41:58 +00:00
punkrockguy318 ea64540d0f GTK GUI: Open, Close, and Quit menu options now work properly
Games can now be opened and closed on the fly without exiting fceux
2009-12-21 11:21:06 +00:00
punkrockguy318 4b6d0c4b3f cleaned up gtk2 code quite a bit
until direct sdl rendering on gtk2 can occur, the file menu will be in a seperate window
however this will allow direct interfacing with the emulator rather than just command line options like gfceux
2009-12-21 10:49:20 +00:00
punkrockguy318 98096d5b52 cleaned some gtk2 code
fixed build scripts for building w/ gtk2
2009-12-21 10:28:01 +00:00
mart0258 2a57a4287a Win32 - Fix crash on failure to toggle to fullscreen. 2009-12-19 23:58:38 +00:00
qeed 03bb053a7f fix compile error for linux 2009-12-18 17:02:23 +00:00
mart0258 60ff9e4627 fix compilation error 2009-12-18 15:16:16 +00:00
mart0258 f0b33ec203 Win - TASEdit updates - display readonly in-window and allow saving greenzone. 2009-12-18 05:40:38 +00:00
qeed 28cc8f5aae fix some sprite overflow stuff for new ppu 2009-12-18 01:10:26 +00:00
punkrockguy318 86123d257e began integration of GTK into the SDL tree
see gui.cpp at r1601 for demonstration of how this SHOULD work
currently, fceuX is creating its own new window instead of using GTKs window
added flag GTK_GUI (in code for now, will add to scons build later)
added line to sconstruct for GTK libraries (commented by default)
2009-12-17 07:27:17 +00:00
punkrockguy318 7af0329bf4 added functional GTK2/SDL framework
currently seperate from all fceux code but will soon be integrated into fceux 
in order to create an integrated UI on the linux build
2009-12-17 06:19:08 +00:00
mart0258 d9be086126 MinGW - fix some possible build issues and compile time errors 2009-12-11 03:07:34 +00:00
zeromus 621cc8e260 fix ntview for new ppu?
[[Split portion of a mixed commit.]]
2009-12-08 05:54:21 +00:00
mart0258 60abe35afb fds - show filename of missing bios file 2009-12-08 04:28:05 +00:00
qeed fe70d1bc32 fixed sprite hit before 255 and for non transparent hits only, thanks to dwedit for providing the fix 2009-12-08 00:51:14 +00:00
zeromus b8a4067542 sdl: dont allow --inputcfg gamepad0 and gamepad5 etc. as there arent actually that many gamepads 2009-12-07 01:19:52 +00:00
qeed 63be69bd72 removed xo code that was causing 3 frame delay when taking a hibuffer path of rendering 2009-12-04 22:20:22 +00:00
mart0258 270ce9466b Add autosave qty and frequency to config + stability fix 2009-11-26 02:11:09 +00:00
mart0258 32f0231910 TASEdit - Cut, Copy, Paste 2009-11-23 20:53:45 +00:00
mart0258 ca6f2be5f8 Tasedit - frame delete keyboard shortcut and related fixes 2009-11-23 01:48:17 +00:00
mart0258 b949a21fc4 Tasedit - multiframe edit by Shift/Ctrl DoubleClick 2009-11-23 01:05:31 +00:00
zeromus b145ac8b67 win32: properly use background input flag on emulator bootup 2009-11-20 15:45:55 +00:00
adelikat 3fd7c05579 Win32 - TASEDit - made the import FM2 menu item open the play movie dialog. This will suffice until the import concept is implemented. 2009-11-19 22:20:25 +00:00
adelikat fdd7af8997 Win32 - if Cheats dialog pauses the emulator, the emulator will unpaused if it regains focus. 2009-11-18 02:06:06 +00:00
adelikat ecbf9a2dd4 Win32 - Cheats - Pause while Active checkbox installed. 2009-11-18 01:51:37 +00:00
adelikat 7d34e1a885 vc9 now compiles, I have no idea what just happened. 2009-11-18 00:20:52 +00:00