Commit Graph

4701 Commits

Author SHA1 Message Date
jeblanchard 7676eff5cb Lots of love for the cmake build system 2008-06-08 06:34:13 +00:00
zeromus eea70691e4 just a small generalization to the input code 2008-06-08 06:23:43 +00:00
punkrockguy318 2b97f23288 got rid of bpp from gui until its fixed 2008-06-08 03:54:38 +00:00
punkrockguy318 2abda3ed4a xscale/yscale options still work
todo: bpp
2008-06-08 03:45:41 +00:00
punkrockguy318 1295e797e5 cleaned up sound options 2008-06-08 03:33:53 +00:00
punkrockguy318 3ecd31976e now remembers sound settings on load and quit 2008-06-07 22:08:34 +00:00
punkrockguy318 19c976aa0b New GUI options for soundq and soundrate 2008-06-07 22:06:12 +00:00
punkrockguy318 db4fbe165f fixed build errors in sdl version 2008-06-07 21:51:04 +00:00
zeromus 3ea76ba08d reorganize and cleanup a bunch of input code. still in preparation for more general support of all input devices in movies. 2008-06-07 08:18:04 +00:00
jeblanchard 8e546b1bed More silly warning elimination 2008-06-07 01:21:38 +00:00
jeblanchard 6ae3b48b7d Initial support for cmake as an alternative to the shitty scons build system 2008-06-07 00:26:45 +00:00
punkrockguy318 73aec896e3 added some sounds options to the glade file (though they do not work in the code yet) 2008-06-07 00:12:07 +00:00
jeblanchard c8e4dee70a Add semi-stub UTF8_fstream function to SDL port 2008-06-06 12:45:25 +00:00
zeromus a4fb078f3c some work on the zapper movie recording, but it is not finished and a lot will have to be scrapped. there was some useful refactoring in here though so i am checking it in 2008-06-06 08:23:12 +00:00
zeromus ab82d07be8 restore compression to savestates (accidentally left removed while debugging sdl savestates) 2008-06-06 06:45:20 +00:00
zeromus 2a190f3c74 fix sdl savestates? 2008-06-06 06:34:39 +00:00
zeromus d40ffb715c vc8 compile fix 2008-06-06 03:03:14 +00:00
zeromus 43908a249d goodbye fastapass and c80x86 2008-06-06 03:02:00 +00:00
punkrockguy318 15c65c8968 added news item 2008-06-06 02:22:49 +00:00
jeblanchard c1b20f3050 Another stupid warning fix 2008-06-06 01:42:47 +00:00
jeblanchard 5c83c20513 Try using uintptr_t to make systems happy... stupid alignment 2008-06-06 01:41:13 +00:00
jeblanchard 8af58628fa Oops, another rsrc cleanup! 2008-06-06 01:25:09 +00:00
jeblanchard 7105d7d537 Numerous seemingly harmless gcc warning fixes 2008-06-06 01:21:51 +00:00
jeblanchard 3fa4624317 Update to reflect zero's movie.h and driver.h changes 2008-06-06 01:15:49 +00:00
punkrockguy318 714b2a13ee moved gfceu that works with stable fceu back to gfceu 2008-06-06 00:33:27 +00:00
punkrockguy318 9eb1841bd8 moved gfceu to gfceux 2008-06-06 00:32:42 +00:00
punkrockguy318 944128ae91 moved gfceu to gfceux
[[Split portion of a mixed commit.]]
2008-06-06 00:32:42 +00:00
punkrockguy318 dfacf938e9 creates new config file, to be seperate from stable gfceu
also mocked up some video options in the glade
2008-06-06 00:23:26 +00:00
jeblanchard b5bce89e2e Final resource cleanup: NAMEBOOKMARKDLG, ASSEMBLER, contextual menus in memview, and the (un-broken) special scaler in windowed mode. 2008-06-06 00:15:47 +00:00
punkrockguy318 742fa86e3b disabled network tab in glade because fceu-server fceux compatibility is completely broken right now 2008-06-05 23:36:37 +00:00
punkrockguy318 32f5774cb8 gfceu is now compatible with fceux 2008-06-05 23:31:28 +00:00
punkrockguy318 d30dd3de0a gfceu-stable will remain compatible until a release ever gets out for fceux. gfceu will be worked on to be compatible with the latest subversion fceux
[[Split portion of a mixed commit.]]
2008-06-05 23:13:00 +00:00
punkrockguy318 0d84597aa6 fixed stupid gcc warning 2008-06-05 11:13:57 +00:00
zeromus 9a7da827a2 break tasedit. but on the way to making it better! 2008-06-05 06:49:11 +00:00
jeblanchard b4021afc58 Revert previous change, but increase padding/alignment in case x64 machines care 2008-06-05 04:16:08 +00:00
jeblanchard b7b9c992ec Default to high-quality sound in SDL front-end 2008-06-05 04:07:39 +00:00
punkrockguy318 4925bb9e5c removed an include to a file that was atticed 2008-06-05 03:58:04 +00:00
punkrockguy318 44cfb9eabb Fixed a build issue with gcc; however might not be the cleanest solution 2008-06-05 03:39:38 +00:00
punkrockguy318 5d0b4e8947 fixed dead link 2008-06-05 03:16:30 +00:00
punkrockguy318 487eba21b0 updated some dead links 2008-06-05 03:09:59 +00:00
punkrockguy318 89ad67e441 fixed some glade loading issues and updated some strings in the glade file 2008-06-05 03:06:21 +00:00
zeromus 8a7abd0c95 added NAMEBOOKMARKDLG and ASSEMBLER from sp 1.07 2008-06-05 02:43:15 +00:00
punkrockguy318 00a47173b4 fixed weird issue where glade file wasn't working 2008-06-05 02:04:33 +00:00
punkrockguy318 89c4dcc76a 2008-06-05 01:59:44 +00:00
jeblanchard 432c0c18d9 Minor SDL CLI fixes. 2008-06-04 22:04:44 +00:00
jeblanchard 9f7ea702a6 Restore usage string and several old command-line options 2008-06-04 04:11:33 +00:00
jeblanchard 8f5fcdf334 Fix [ 1959924 ] Copy/paste feature in movie replay dialog. 2008-06-04 02:02:29 +00:00
jeblanchard c6423dd1e4 Restore optimization after my last scons-related checkin 2008-06-04 01:14:53 +00:00
jeblanchard c4b1a5db64 Log sound as --> Record WAV 2008-06-04 01:12:39 +00:00
jeblanchard ec13169354 Other than documentation, fix [ 1965524 ] Option - Play movie from beginning 2008-06-04 00:53:09 +00:00